Maintain a backup index

2007-06-04 Thread Rajendranath, Divya
We want to maintain a backup of our production index directory. We are using Lucene 2.0 v. The normal way to have backup is to run a small reindex script every 5 mins, which would pick up only those files which were modified in that time frame and reindex them. This is one way to rebuild and update

Re: Searching with a score cutoff

2007-06-04 Thread Yonik Seeley
On 6/4/07, Andy Goodell <[EMAIL PROTECTED]> wrote: Currently our application implements a score cutoff by iterating through the hits and then stopping once it reaches a hit whose score is below our threshold. We'd like to optimize this (and avoid looking at the entire hits when we don't need to)

Searching with a score cutoff

2007-06-04 Thread Andy Goodell
Currently our application implements a score cutoff by iterating through the hits and then stopping once it reaches a hit whose score is below our threshold. We'd like to optimize this (and avoid looking at the entire hits when we don't need to) by having the score cutoff applied when the hits ar