Re: How to use FuzzyQuery in schema.xml

2015-10-12 Thread vit
Thanks Upayavira for clarification. This works for one token query, but when
I try it in a multi tokens like 
"Home Builders~" or "Home Builders~0.5" it does not work. 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-use-FuzzyQuery-in-schema-xml-tp4233900p4234106.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: How to use FuzzyQuery in schema.xml

2015-10-12 Thread Upayavira
The fuzzy query does not need mentioning in schema.xml. a search for
Steve~ or Steve~0.5 will trigger a fuzzy query.

Upayavira 

On Sat, Oct 10, 2015, at 08:27 PM, vit wrote:
> I am using Solr 4.2
> For some reason I cannot find an example of  FuzzyQuery
> filter in schema.xml.
> Maybe I am in a wrong path ? But all I need is to apply "edit distance"
> similarity in my fuzzy search.
> Please help me figure out. 
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/How-to-use-FuzzyQuery-in-schema-xml-tp4233900.html
> Sent from the Solr - User mailing list archive at Nabble.com.


How to use FuzzyQuery in schema.xml

2015-10-10 Thread vit
I am using Solr 4.2
For some reason I cannot find an example of http://lucene.472066.n3.nabble.com/How-to-use-FuzzyQuery-in-schema-xml-tp4233900.html
Sent from the Solr - User mailing list archive at Nabble.com.