Class VectorSimilarityQParser

    • Constructor Detail

      • VectorSimilarityQParser

        public VectorSimilarityQParser​(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()
                                             throws SyntaxError
        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
        Throws:
        SyntaxError
        See Also:
        QParser.getQuery()