Fuzzy query using dismax query parser

2011-03-24 Thread cyang2010
Hi,

I wonder how to conduct fuzzy query using dismax query parser?  I am able to
do prefix query with local params and prefixQueryParser.  But how to handle
fuzzy query?  

I like the behavior of dismax except it does not support the prefix query
and fuzzy query.

Thanks.

cy

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Fuzzy-query-using-dismax-query-parser-tp2727075p2727075.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Fuzzy query using dismax query parser

2011-03-24 Thread Ahmet Arslan
 I wonder how to conduct fuzzy query using dismax query
 parser?  I am able to
 do prefix query with local params and
 prefixQueryParser.  But how to handle
 fuzzy query?  
 
 I like the behavior of dismax except it does not support
 the prefix query
 and fuzzy query.

You may interested in https://issues.apache.org/jira/browse/SOLR-1553





Re: Fuzzy query using dismax query parser

2011-03-24 Thread cyang2010
OK, i will have to wait till solr 3 release then.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Fuzzy-query-using-dismax-query-parser-tp2727075p2727572.html
Sent from the Solr - User mailing list archive at Nabble.com.