You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "O. Klein" <kl...@octoweb.nl> on 2012/01/21 15:20:35 UTC

Advanced stopword handling edismax

As I understand it with edismax in trunk, whenever you have a query that only
contains stopwords then all the terms are required.

But when I try this I only get an empty parsedQuery like: (+() () () () ()
() () () () () ()
FunctionQuery((1.0/(3.16E-11*float(ms(const(1327104000000),date(date_dt)))+1.0))^50.0))/no_coord

Am I misunderstanding this feature? Or is something going wrong?

--
View this message in context: http://lucene.472066.n3.nabble.com/Advanced-stopword-handling-edismax-tp3677878p3677878.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Advanced stopword handling edismax

Posted by "O. Klein" <kl...@octoweb.nl>.
O. Klein wrote
> 
> As I understand it with edismax in trunk, whenever you have a query that
> only contains stopwords then all the terms are required.
> 
> But when I try this I only get an empty parsedQuery like: (+() () () () ()
> () () () () () ()
> FunctionQuery((1.0/(3.16E-11*float(ms(const(1327104000000),date(date_dt)))+1.0))^50.0))/no_coord
> 
> Am I misunderstanding this feature? Or is something going wrong?
> 

Can someone at least confirm that when using edismax and a query like "to be
or not to be" (for English stopword list) the parsed query is empty?

--
View this message in context: http://lucene.472066.n3.nabble.com/Advanced-stopword-handling-edismax-tp3677878p3684599.html
Sent from the Solr - User mailing list archive at Nabble.com.