Class CloudMLTQParser


  • public class CloudMLTQParser
    extends QParser
    • Constructor Detail

      • CloudMLTQParser

        public CloudMLTQParser​(String qstr,
                               org.apache.solr.common.params.SolrParams localParams,
                               org.apache.solr.common.params.SolrParams params,
                               SolrQueryRequest req)
    • Method Detail

      • parse

        public org.apache.lucene.search.Query parse()
        Description copied from class: QParser
        Create and return the Query object represented by qstr. Null MAY be returned to signify there was no input (e.g. no query string) to parse.
        Specified by:
        parse in class QParser
        See Also:
        QParser.getQuery()