Terms not being found in query

2006-02-03 Thread kate
hi, i have an index with documents containing n-grams, in fields such as 3gram, 4gram, etc. one 5-gram found in the text is oswax. using Luke, i can see that a field with this value exists for a particular document. however, searching for 5gram:oswax produces no results (either using a

Re: index concurrency result order

2006-01-28 Thread kate
Chris Hostetter: You don't need to use a HitCollector just to sort by a field, take a look at the Search.search(Query,Sort) method instead. thanks - this is exactly what i needed. k. pgpolwcdVjy2K.pgp Description: PGP signature

index concurrency result order

2006-01-27 Thread kate
hi list, i'm trying to use Lucene (1.4.3) to replace an existing MySQL search system. so far, this is working great, but i have a couple of questions. firstly, when my index updater is (re)indexing a lot of documents at once, i often get errors like FileNotFoundException: