Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Search index defficiency

Another (less-painful) solution is to close and reopen the project, and then
do something to cause re-indexing (ie/ open type)...

> In recent integration builds (starting from 20030218 on), we have changed
> our index format which is causing your workspace to be reindexed
> whenever indexes need to be read.

> In theory this is all fine, however this found a bug in our code for
> updating index in this scenario
> (http://bugs.eclipse.org/bugs/show_bug.cgi?id=32217),
> which is going to be fixed in tonight's build.

> In the meantime if you feel like indexes are not complete (open type
> doesn't show you a type which it should), you can workaround by exiting
> Eclipse,
> find the index files in the metadata, and discard them all. Restart
> Eclipse, and activate the open-type dialog which will trigger proper
> reindexing.
> Index files are located in:
> <workspace>/.metadata/.plugins/org.eclipse.jdt.core/  , you want to get rid
> of all '*.index' files in the doubt + 'savedIndexNames.txt'.

> Sorry for the inconvenience, it results from our improvements to avoid
> checking index consistency during startup.

> Actually, nobody has reported this but us... <g>


> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev


-- 
     Unfortunately, we don't get a second chance.  We've already played them
     twice.
        football commentator Trevor Brooking

    Insurance-Engine.
    (613) 234-2426x226



Back to the top