Re: Keeping an IndexSearcher object up to date
Posted By:
Otis_Gospodnetic
Posted On:
Thursday, July 27, 2006 09:25 PM
You have to check the version number. IndexReader has a method for that. If the version is newer, get a new IndexSearcher and throw the old one away.