Sorry - you did say StopFilter or SynonymFilter but I started talking
about oal.search.Filter instead.

> So if an Analyzer contains a StopFilter and the parser uses this
> Analyzer, than the following will happen:
>
> Original:
> "To be or not to be said Shakespeare"
>
> Stopwords: To, be, or
>
> Resulting BooleanClauses:
> - not
> - said
> - Shakespeare
>
> Is this right?

Yes.

> If the MM was set to 4 (too many), than this means all queries have to
> match?

Presumably this query would fail, since you've only got three clauses.
 Easy to verify.

> If so, what is the problem in Solr with Stopwords and the Dismax-Parser?

That sounds like a different question, maybe one for the solr list.


--
Ian.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to