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
usin
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
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: /usr/local/searchin