Class BoolQParserPlugin

java.lang.Object
org.apache.solr.search.QParserPlugin
org.apache.solr.search.BoolQParserPlugin
All Implemented Interfaces:
NamedListInitializedPlugin

public class BoolQParserPlugin extends QParserPlugin
Create a boolean query from sub queries. Sub queries can be marked as must, must_not, filter, or should.

Example: {!bool should=title:lucene should=title:solr must_not=id:1}