Re: Fuzzy search testing with Solr Admin Analysis

2011-12-19 Thread Ahmet Arslan
> 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


Fuzzy search testing with Solr Admin Analysis

2011-12-19 Thread Ismo Raitanen
Hi,

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.

/Ismo