Indexing Drawback

View: New views
4 Messages — Rating Filter:   Alert me  

Indexing Drawback

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am using the functionality of Jira to integrate e-mails into issues.
Curretnly the serch for issues doesn't show me the issues I am looking for
in Jira because the issues are not yet indexed.  
In order to find the issues via the searching engine it is necessary to set the
process of indexing programatically.
By indexing programatically I mean that I am using the following piece of source code
"ComponentManager.getInstance().getIndexManager().reIndexAll();".
By making the indexing programatically the process of searching for issues is workign properly.
My problem is that I've set a functionality in the Dashboard which reloads the page every three minutes.
During this reload,the browser makes a request towards the server and if during this particular time
the server performs re-indexing of the issues, the issues in the portlets of the Dashboard are
lost, hence I am not able to see them.
Could anyone tell me how to use the indexing and reload functionality simultaneously, without causing any
discrapances between the indexing and the reload.
--
Post by Dylqnis - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38558
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Indexing Drawback

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>I am using the functionality of Jira to integrate e-mails into issues.
Er, what does this mean?  Are you talking about the email listeners or something else?

Actually, from the rest of your post, it sounds like you are importing them some other way and then triggering a global re-index, which sounds like a nightmare.  (Global re-indexing hits everything, destroying the original index and starting from scratch which is why your portlets stop working - you actually only want to index the affected issues really)

Could you explain what the "integration" you are doing is?
--
Post by broughn2 - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38558
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Indexing Drawback

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

One other thing, I was hoping to find a functionality in JIRA which will help me find all comments created by me. There is such functionality in Microsoft Outlook Express which gives me an opportunity to search for all recently send mails and I would like to know if there is such functionality in JIRA to search for instance for all comments I have assigned from 10/08/2009 to 10/09/2009?
Do you know if such functionality exists in Jira?
--
Post by Dylqnis - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38558
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Indexing Drawback

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sort, I answered on the main thread a minute ago...
--
Post by broughn2 - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38558
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user