On 25 Oct 2005, at 07:35, Rob Young wrote:
Try setting the QueryParser.setFuzzyPrefixLength to 1.
That would be a great start. How would I implement that if I'm
using FuzzyQuery rather than QueryParser?
Use the FuzzyQuery constructor that sets this value:
<http://lucene.apache.org/java/docs/api/org/apache/lucene/search/
FuzzyQuery.html#FuzzyQuery(org.apache.lucene.index.Term,%20float,%
20int)>
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]