You could possibly tokenize the value both forwards and in reverse, for
example:
123456 and 654321
You can then convert a query for *56 to 65* and this will increase
performance.
-Original Message-
From: G.Long [mailto:jde...@gmail.com]
Sent: 13 February 2012 16:39
To: java-user@lucene.
The .docFreq() call returns the number of documents that the current
term in the enum is in, not all terms in the term enum.
Also be aware of, from the lucene wiki : "Once a document is deleted it
will not appear in TermDocs nor TermPositions enumerations, nor any
search results. Attempts to load