Hi,

Have a look at your solrconfig.xml and look for your default operator. Also
look at the docs for the mm parameter on the Wiki. Let us know if that does
it for you.

Otis
--
Performance Monitoring - http://sematext.com/spm
On Nov 1, 2012 5:11 PM, "jchen2000" <jchen...@yahoo.com> wrote:

> Otis Gospodnetic-5 wrote
> > You want "ordered term matching" (like in a phrase), but you cannot use
> > AND
> > because you do not want all query terms to be required.  Correct?
>
> That's exactly right! actually none of the query term is required, but we
> need to base similarity score on how many terms are matched. In addtion,
> since we have unique prefixes like "a", "b", "c", we guarantee a1 would
> never match anything in group "b" or "c", etc.
>
>
> Otis Gospodnetic-5 wrote
> > If so, would "a1 a2* a3 a4* b1 b2* c2 d1* d2"~someBigSlop work?
>
> This does not work, because a2* (just any term different from a2, not
> wildcard), a4* etc do not appear in the doc. quoted proximity match seems
> still to require all query terms to appear.
>
> Thanks,
> Jeremy
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/need-help-on-solr-search-tp4017191p4017686.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to