> I try to test fuzzy queries with the Solr Admin Analysis
> page at
> /solr/admin/analysis.jsp, but it seems to split query terms
> with the
> fuzzy (~) operator to term and distance value, e.g
> 'ddog~0.5' gets
> converted to 'ddog' and '0.5'. Obviously that's not what is
> wanted. Is
> it possible to test the fuzzy feature with the Analysis
> page?
> 
> Fuzzy query seems to work when tested with the search box
> at /solr/admin.

Analysis page does not do actual query parsing. Please see Hoss' explanation 
http://search-lucene.com/m/PUk9b1pl4ww1

Reply via email to