Re: How to implement fuzzy phrase search with Lucene?

2012-06-01 Thread Jack Krupansky
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 Fuzz

How to implement fuzzy phrase search with Lucene?

2012-06-01 Thread harish.bn
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 ha

Fuzzy Phrase Search

2010-10-27 Thread Andrew Scott
Hi Guys, I am wondering how I can go about doing a Fuzzy Phrase search using Lucene.NET 2.9.2 - I've tired looking around everywhere but there doesn't really seem to be any resources related to this anywhere. I found this stackoverflow link<http://stackoverflow.com/questions/2589086

How to implement fuzzy phrase search with Lucene?

2010-07-12 Thread a peng
Hi, I have a requirement recently to implement fuzzy phrase, for example, in the indexed document there is a sentence "I like lucene very much". And when I search "I do like lucene very much" or "I like lucene much", I both want to get the search result, can someone guide me how to implement this f