[Lucene-users] Re Indexing

2001-09-21 Thread Sameer Maggon
Can u explain it in more details please... I couldn't get yr concept.. > >You need to manage two indexes. Update one and search >the other. >Switch indices to do second update and make first >available for search. >A multithreaded java proc that locks on the >search/index path should do it >

[Lucene-users] Re: Indexing

2001-09-21 Thread Sameer Maggon
See basically u mean that if my indexes have values say 1,2,3,4 and if i search for 3 - it would give me the results but now lets assume that i open an indexwriter and its writting 5,6,7,8 and simultaneously a request (search) for 7 comes.. it would not not find it until the indexwriter is cl