Class BoolQParserPlugin

  • All Implemented Interfaces:
    SolrInfoBean, 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}