Community
Participate
Working Groups
Build Identifier: Everytime clean build needs to be triggered for the building of the index. The index building mechanism needs to be improved. Reproducible: Always
Build Id : 20100218-1602
(In reply to comment #0) > Build Identifier: > Everytime clean build needs to be triggered for the building of the index. > The index building mechanism needs to be improved. > Reproducible: Always To be more precise, this happens in the demo perspective of the Query2.Whenever the index needs to be built or updated.The clean build in the IDE needs to be triggered before a user executes a query in the demo perspective.
(In reply to comment #2) > (In reply to comment #0) > > Build Identifier: > > Everytime clean build needs to be triggered for the building of the index. > > The index building mechanism needs to be improved. > > Reproducible: Always > > To be more precise, this happens in the demo perspective of the Query2.Whenever > the index needs to be built or updated.The clean build in the IDE needs to be > triggered before a user executes a query in the demo perspective. The indexing should be done on IDE start only as background job. If user triggers the query meanwhile it should wait till indexing is complete. The indexed resources should be checked for timestamp, to identify if re-indexing is needed. The indexer also have mechanism of dumping. It should be used to quickly load index on restart, if the timestamp of resources have not changed
Created attachment 179617 [details] Patch for the fiix Now the Build happens on the projects with Index nature on IDE startup.
Created attachment 179633 [details] Fix for the bug Attaching the patch
Patch was not in submittable state. Made the changes, looking at tha patch. Now the changes are submitted
Closing the bug as the patch has been submitted.