Re: Fuzzy search in solr

2013-05-26 Thread Jack Krupansky
Fuzzy query is invoked just like any other query: .../select?q=alpha~1 -- Jack Krupansky -Original Message- From: Sagar Chaturvedi Sent: Sunday, May 26, 2013 11:27 PM To: solr-user@lucene.apache.org Subject: RE: Fuzzy search in solr Thank you jack for the response. Fuzzy search is

RE: Fuzzy search in solr

2013-05-26 Thread Sagar Chaturvedi
Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Friday, May 24, 2013 6:40 PM To: solr-user@lucene.apache.org Subject: Re: Fuzzy search in solr Fuzzy search is the syntax for a term, not a handler. For example: alpha~1 will match terms that have an editing distance of 0 or 1 from "al

Re: Fuzzy search in solr

2013-05-24 Thread Jack Krupansky
er and edismax query parser do. But, are you sure you really mean "fuzzy search", as opposed to, say, spellcheck? -- Jack Krupansky -Original Message- From: Sagar Chaturvedi Sent: Friday, May 24, 2013 2:43 AM To: solr-user@lucene.apache.org Subject: Fuzzy search in solr Hi

Fuzzy search in solr

2013-05-23 Thread Sagar Chaturvedi
Hi, How to perform fuzzy search in solr? Which request handler is used for fuzzy search by default? Regards, Sagar DISCLAIMER: --- The contents of this e-mail and any

Re: Question about Fuzzy search in Solr

2012-09-17 Thread Rahul Warawdekar
gt; Sent: Monday, September 17, 2012 7:15 AM > To: solr-user@lucene.apache.org > Subject: Re: Question about Fuzzy search in Solr > > > Hello! > > Is this what you are looking for > https://lucene.apache.org/**core/old_versioned_docs/**versions/3_0_0/** > querypars

Re: Question about Fuzzy search in Solr

2012-09-17 Thread Jack Krupansky
aware that if you use fuzzy query in 3.6/3.6.1 or earlier, it will change when you go to 4.0. -- Jack Krupansky -Original Message- From: Rafał Kuć Sent: Monday, September 17, 2012 7:15 AM To: solr-user@lucene.apache.org Subject: Re: Question about Fuzzy search in Solr Hello! Is this

Re: Question about Fuzzy search in Solr

2012-09-17 Thread Rahul Warawdekar
Got it. Thanks Rafał ! On Mon, Sep 17, 2012 at 6:37 PM, Rafał Kuć wrote: > Hello! > > There is no need to include any changes or additional component to > have fuzzy search working in Solr. > > -- > Regards, > Rafał Kuć > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearc

Re: Question about Fuzzy search in Solr

2012-09-17 Thread Rafał Kuć
Hello! There is no need to include any changes or additional component to have fuzzy search working in Solr. -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > Thanks. > Is any extra configuration from the Solr side to make this work ? > Any addi

Re: Question about Fuzzy search in Solr

2012-09-17 Thread Rahul Warawdekar
Thanks. Is any extra configuration from the Solr side to make this work ? Any additional text files like synonyms.txt, any additional fields or any changes in schema.xml or solrconfig.xml ? On Mon, Sep 17, 2012 at 4:45 PM, Rafał Kuć wrote: > Hello! > > Is this what you are looking for > > https:

Re: Question about Fuzzy search in Solr

2012-09-17 Thread Rafał Kuć
Hello! Is this what you are looking for https://lucene.apache.org/core/old_versioned_docs/versions/3_0_0/queryparsersyntax.html#Fuzzy%20Searches ? -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > Hi, > I need to know how we can implement fuzzy