You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ha...@thomsonreuters.com on 2012/06/01 08:50:20 UTC

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.bn@thomsonreuters.com
thomsonreuters.com


Re: How to implement fuzzy phrase search with Lucene?

Posted by Jack Krupansky <ja...@basetechnology.com>.
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.bn@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.bn@thomsonreuters.com
thomsonreuters.com


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