The corresponding use method of Lucene Booleanclause Setminimumnumbershouldmatch in SOLR

Source: Internet
Author: User
Tags solr

When we use boooleanquery, sometimes we want to hit at least N, we usesetMinimumNumberShouldMatch方法。

Like what:

 booleanquery BQ = new   Booleanquery (); Bq.add ( new  termquery (new  term (" Title "," Java " new  Termquery (new  term ("title", "C #"  new  termquery (new  term ("title", "JavaScript"  new  termquery (new  term ("title", "PHP"  3); 
Query string: (Title:java title:c# title:javascript title:php) ~

When we retrieve the string directly as SOLR's Q parameter, Solr prompts us for a syntax error. And, we sometimes have to use this feature, for example, I want to recruit a Java, C #, JS, PHP at least three people (just an example), this time need to use the

SOLR's Edismax

When retrieving, we select Deftype = Edismax mm =3, mm indicates the number of Booleanclause to be met at least

The corresponding use method of Lucene Booleanclause Setminimumnumbershouldmatch in SOLR

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.