You'll have to be more specific about what you mean by "fuzzy phrase search".

Even in the classic Lucene query parser "sloppy phrase search is supported" - variable spacing between terms.

LUCENE-2754 added support for all multi-term queries (which includes FuzzyQuery) for spans, so you could have individual fuzzy terms within a span - which can be more complex than a simple phrase:
https://issues.apache.org/jira/browse/LUCENE-2754

-- Jack Krupansky

-----Original Message----- From: harish...@thomsonreuters.com
Sent: Friday, June 01, 2012 2:50 AM
To: java-user@lucene.apache.org
Subject: How to implement fuzzy phrase search with Lucene?

Did you find any solution for this.

I am looking for similar solution, please let me know if you found any useful info regarding fuzzy phrase search inlucene.


Thanks & Regards,
Harish B.N.
Lead Software Engineer
Thomson Reuters
Phone: +91-80-67193219
Mobile: +91-9845807294
harish...@thomsonreuters.com
thomsonreuters.com


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to