Re: How to get Lacuma to match Lucuma

2014-07-23 Thread Warren Bell
Is there a way to make solr do fuzzy searches automatically without having to add the tilda character ? And are there disadvantages of doing a fuzzy searches ? Warren On Jul 22, 2014, at 1:54 PM, Anshum Gupta wrote: > Hi Warren, > > Check out the section about fuzzy search here > https://cwi

Re: How to get Lacuma to match Lucuma

2014-07-22 Thread Jack Krupansky
: Tuesday, July 22, 2014 4:54 PM To: solr-user@lucene.apache.org Subject: Re: How to get Lacuma to match Lucuma Hi Warren, Check out the section about fuzzy search here https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser. On Tue, Jul 22, 2014 at 1:29 PM, Warren Bell wrote

Re: How to get Lacuma to match Lucuma

2014-07-22 Thread Anshum Gupta
Hi Warren, Check out the section about fuzzy search here https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser. On Tue, Jul 22, 2014 at 1:29 PM, Warren Bell wrote: > What field type or filters do I use to get something like the word > “Lacuma” to return results with “Lucum

How to get Lacuma to match Lucuma

2014-07-22 Thread Warren Bell
What field type or filters do I use to get something like the word “Lacuma” to return results with “Lucuma” in it ? The word “Lucuma” has been indexed in a field with field type text_en_splitting that came with the original solar examples. Thanks, Warren