Uses of Class
org.apache.solr.search.QParser
-
Packages that use QParser Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.parser Solr native variant of the Lucene Classic QueryParserorg.apache.solr.response.transform APIs and implementations ofDocTransformerfor modifying documents in Solr request responsesorg.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xmlorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API.org.apache.solr.search.join Classes related to joins.org.apache.solr.search.mlt APIs and classes for implementing MoreLikeThis (mlt) QueryParser.org.apache.solr.search.neural APIs and classes for implementing Neural (Dense Retrieval) QueryParsers.org.apache.solr.util Common utility classes used throughout Solr -
-
Uses of QParser in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QParser Modifier and Type Method Description QParserResponseBuilder. getQparser()Methods in org.apache.solr.handler.component with parameters of type QParser Modifier and Type Method Description voidResponseBuilder. setQparser(QParser qparser) -
Uses of QParser in org.apache.solr.parser
Fields in org.apache.solr.parser declared as QParser Modifier and Type Field Description protected QParserSolrQueryParserBase. parserMethods in org.apache.solr.parser with parameters of type QParser Modifier and Type Method Description voidSolrQueryParserBase. init(String defaultField, QParser parser)Constructors in org.apache.solr.parser with parameters of type QParser Constructor Description QueryParser(String defaultField, QParser parser) -
Uses of QParser in org.apache.solr.response.transform
Fields in org.apache.solr.response.transform declared as QParser Modifier and Type Field Description QParserValueSourceAugmenter. qparserConstructors in org.apache.solr.response.transform with parameters of type QParser Constructor Description ValueSourceAugmenter(String name, QParser qparser, org.apache.lucene.queries.function.ValueSource valueSource) -
Uses of QParser in org.apache.solr.schema
Methods in org.apache.solr.schema with parameters of type QParser Modifier and Type Method Description org.apache.lucene.search.QueryAbstractSpatialFieldType. createSpatialQuery(QParser parser, SpatialOptions options)Implemented for compatibility with geofilt & bbox query parsers:SpatialQueryable.org.apache.lucene.search.QueryPointType. createSpatialQuery(QParser parser, SpatialOptions options)Calculates the range and creates a RangeQuery (bounding box) wrapped in a BooleanQuery (unless the dimension is 1, one range for every dimension, AND'd together by a Booleanorg.apache.lucene.search.QuerySpatialQueryable. createSpatialQuery(QParser parser, SpatialOptions options)protected org.apache.lucene.search.QueryNumericFieldType. getDocValuesRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)org.apache.lucene.search.QueryCurrencyFieldType. getExistenceQuery(QParser parser, SchemaField field)Override the default existenceQuery implementation to run an existence query on the underlying amountField instead.org.apache.lucene.search.QueryFieldType. getExistenceQuery(QParser parser, SchemaField field)Returns a Query instance for doing existence searches for a field.org.apache.lucene.search.QueryRankField. getExistenceQuery(QParser parser, SchemaField field)org.apache.lucene.search.QueryAbstractSpatialFieldType. getFieldQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryAbstractSubTypeFieldType. getFieldQuery(QParser parser, SchemaField field, String externalVal)Throws UnsupportedOperationException()org.apache.lucene.search.QueryCurrencyFieldType. getFieldQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryDenseVectorField. getFieldQuery(QParser parser, SchemaField field, String externalVal)Not Supported.org.apache.lucene.search.QueryFieldType. getFieldQuery(QParser parser, SchemaField field, String externalVal)Returns a Query instance for doing searches against a field.org.apache.lucene.search.QueryPointField. getFieldQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryPointType. getFieldQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryRankField. getFieldQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryTextField. getFieldQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryFieldType. getFieldTermQuery(QParser parser, SchemaField field, String externalVal)Returns a Query instance for doing a single term search against a field.org.apache.lucene.search.QueryTextField. getFieldTermQuery(QParser parser, SchemaField field, String externalVal)org.apache.lucene.search.QueryDatePointField. getPointRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)org.apache.lucene.search.QueryDoublePointField. getPointRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)org.apache.lucene.search.QueryFloatPointField. getPointRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)org.apache.lucene.search.QueryIntPointField. getPointRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)org.apache.lucene.search.QueryLongPointField. getPointRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)abstract org.apache.lucene.search.QueryPointField. getPointRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)org.apache.lucene.search.QueryFieldType. getPrefixQuery(QParser parser, SchemaField sf, String termStr)Returns a Query instance for doing prefix searches on this field type.org.apache.lucene.search.QueryPointField. getPrefixQuery(QParser parser, SchemaField sf, String termStr)protected org.apache.lucene.search.QueryAbstractSpatialFieldType. getQueryFromSpatialArgs(QParser parser, SchemaField field, org.apache.lucene.spatial.query.SpatialArgs spatialArgs)org.apache.lucene.search.QueryDenseVectorField. getRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)Not Supportedorg.apache.lucene.search.QueryFieldType. getRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)Returns a Query instance for doing range searches on this field type.org.apache.lucene.search.MultiTermQuery.RewriteMethodFieldType. getRewriteMethod(QParser parser, SchemaField field)Expert: Returns the rewrite method for multiterm queries such as wildcards.org.apache.lucene.search.QueryDatePointField. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVals)org.apache.lucene.search.QueryDoublePointField. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVal)org.apache.lucene.search.QueryFieldType. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVals)org.apache.lucene.search.QueryFloatPointField. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVal)org.apache.lucene.search.QueryIntPointField. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVal)org.apache.lucene.search.QueryLongPointField. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVal)org.apache.lucene.search.QueryPointField. getSetQuery(QParser parser, SchemaField field, Collection<String> externalVals)org.apache.lucene.queries.function.ValueSourceEnumFieldType. getSingleValueSource(FieldType.MultiValueSelector choice, SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceFieldType. getSingleValueSource(FieldType.MultiValueSelector choice, SchemaField field, QParser parser)Method for dynamically building a ValueSource based on a single value of a multivalued field.org.apache.lucene.queries.function.ValueSourcePointField. getSingleValueSource(FieldType.MultiValueSelector choice, SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceSortableTextField. getSingleValueSource(FieldType.MultiValueSelector choice, SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceStrField. getSingleValueSource(FieldType.MultiValueSelector choice, SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceTrieField. getSingleValueSource(FieldType.MultiValueSelector choice, SchemaField field, QParser parser)Deprecated.protected org.apache.lucene.search.QueryAbstractSpatialFieldType. getSpecializedExistenceQuery(QParser parser, SchemaField field)protected org.apache.lucene.search.QueryFieldType. getSpecializedExistenceQuery(QParser parser, SchemaField field)Returns a Query instance for doing existence searches for a field without certain options, such as docValues or norms.org.apache.lucene.search.QueryNumericFieldType. getSpecializedExistenceQuery(QParser parser, SchemaField field)Override the default existence behavior, so that the non-docValued/norms implementation matches NaN values for double and float fields.protected org.apache.lucene.search.QueryAbstractSpatialFieldType. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryCollationField. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryCurrencyFieldType. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryDateRangeField. getSpecializedRangeQuery(QParser parser, SchemaField field, String startStr, String endStr, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryEnumField. getSpecializedRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)Deprecated.protected org.apache.lucene.search.QueryEnumFieldType. getSpecializedRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryFieldType. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)Returns a Query instance for doing range searches on this field type.protected org.apache.lucene.search.QueryPointField. getSpecializedRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryPointType. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryRankField. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryTextField. getSpecializedRangeQuery(QParser parser, SchemaField field, String part1, String part2, boolean minInclusive, boolean maxInclusive)protected org.apache.lucene.search.QueryTrieField. getSpecializedRangeQuery(QParser parser, SchemaField field, String min, String max, boolean minInclusive, boolean maxInclusive)Deprecated.org.apache.lucene.queries.function.ValueSourceAbstractEnumField. getValueSource(SchemaField field, QParser qparser)org.apache.lucene.queries.function.ValueSourceAbstractSpatialFieldType. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceBoolField. getValueSource(SchemaField field, QParser qparser)org.apache.solr.schema.CurrencyFieldType.RawCurrencyValueSourceCurrencyFieldType. getValueSource(SchemaField field, QParser parser)Returns a ValueSource over this field in which the numeric value for each document represents the indexed value as converted to the default currency for the field, normalized to its most granular form based on the default fractional digits.org.apache.lucene.queries.function.ValueSourceDatePointField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceDenseVectorField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceDoublePointField. getValueSource(SchemaField field, QParser qparser)org.apache.lucene.queries.function.ValueSourceExternalFileField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceFieldType. getValueSource(SchemaField field, QParser parser)called to get the default value source (normally, from the Lucene FieldCache.)org.apache.lucene.queries.function.ValueSourceFloatPointField. getValueSource(SchemaField field, QParser qparser)org.apache.lucene.queries.function.ValueSourceIntPointField. getValueSource(SchemaField field, QParser qparser)org.apache.lucene.queries.function.ValueSourceLongPointField. getValueSource(SchemaField field, QParser qparser)org.apache.lucene.queries.function.ValueSourcePointType. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourcePreAnalyzedField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceRandomSortField. getValueSource(SchemaField field, QParser qparser)org.apache.lucene.queries.function.ValueSourceSortableTextField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceStrField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceTextField. getValueSource(SchemaField field, QParser parser)org.apache.lucene.queries.function.ValueSourceTrieField. getValueSource(SchemaField field, QParser qparser)Deprecated.protected org.apache.lucene.search.DoubleValuesSourceAbstractSpatialFieldType. getValueSourceFromSpatialArgs(QParser parser, SchemaField field, org.apache.lucene.spatial.query.SpatialArgs spatialArgs, String score, T strategy)protected org.apache.lucene.search.DoubleValuesSourceBBoxField. getValueSourceFromSpatialArgs(QParser parser, SchemaField field, org.apache.lucene.spatial.query.SpatialArgs spatialArgs, String scoreParam, BBoxStrategy strategy)protected org.apache.lucene.spatial.query.SpatialArgsAbstractSpatialFieldType. parseSpatialArgs(QParser parser, String externalVal)protected org.apache.lucene.spatial.query.SpatialArgsDateRangeField. parseSpatialArgs(QParser parser, String externalVal) -
Uses of QParser in org.apache.solr.search
Subclasses of QParser in org.apache.solr.search Modifier and Type Class Description classDisMaxQParserQuery parser for dismax queriesclassExportQParserPlugin.ExportQParserclassExtendedDismaxQParserQuery parser that generates DisjunctionMaxQueries based on user configuration.classFunctionQParserclassLuceneQParserclassMaxScoreQParserclassMinHashQParserThe query parser can be used in two modes 1) where text is analysed and generates min hashes as part of normal lucene analysis 2) where text is pre-analysed and hashes are added as string to the index An analyzer can still be defined to support text based query against the text fieldstatic classRankQParserPlugin.RankQParserclassSpatialFilterQParserMethods in org.apache.solr.search that return QParser Modifier and Type Method Description QParserBoolQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserBoostQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserCollapsingQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest request)QParserComplexPhraseQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserDisMaxQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserExportQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest request)QParserExtendedDismaxQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserFieldQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserFunctionQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserFunctionRangeQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserGraphTermsQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserHashQParserPlugin. createParser(String query, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest request)QParserIGainTermsQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserJoinQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserLuceneQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserMaxScoreQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserMinHashQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserNestedQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserPayloadCheckQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserPayloadScoreQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserPrefixQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)abstract QParserQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)return aQParserQParserRankQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserRawQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserReRankQParserPlugin. createParser(String query, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserSignificantTermsQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserSimpleQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)Returns a QParser that will create a query by using Lucene's SimpleQueryParser.QParserSpatialBoxQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserSpatialFilterQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserSurroundQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserSwitchQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserTermQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserTermsQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserTextLogisticRegressionQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserXmlQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)static QParserQParser. getParser(String qstr, String parserName, boolean allowLocalParams, SolrQueryRequest req)Expert: Create aQParserto parseqstrusing theparserNameparser, while allowing a toggle for whether local-params may be parsed.static QParserQParser. getParser(String qstr, String defaultParser, SolrQueryRequest req)static QParserQParser. getParser(String qstr, SolrQueryRequest req)Create aQParserto parseqstr, using the "lucene" (QParserPlugin.DEFAULT_QTYPE) query parser.QParserQParser. subQuery(String q, String defaultType)Create a new QParser for parsing an embedded sub-queryMethods in org.apache.solr.search with parameters of type QParser Modifier and Type Method Description static org.apache.lucene.search.BooleanQueryQueryUtils. build(org.apache.lucene.search.BooleanQuery.Builder builder, QParser parser)protected ExtendedDismaxQParser.ExtendedSolrQueryParserExtendedDismaxQParser. createEdismaxQueryParser(QParser qParser, String field)Creates an instance of ExtendedSolrQueryParser, the query parser that's going to be used to parse the query.Constructors in org.apache.solr.search with parameters of type QParser Constructor Description ExtendedSolrQueryParser(QParser parser, String defaultField)SolrQueryParser(QParser parser, String defaultField) -
Uses of QParser in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet with parameters of type QParser Modifier and Type Method Description static org.apache.lucene.index.NumericDocValuesFieldUtil. getNumericDocValues(QueryContext context, SchemaField field, QParser qparser)static org.apache.lucene.index.SortedDocValuesFieldUtil. getSortedDocValues(QueryContext context, SchemaField field, QParser qparser)static org.apache.lucene.index.SortedSetDocValuesFieldUtil. getSortedSetDocValues(QueryContext context, SchemaField field, QParser qparser)voidRelatednessAgg. setOpts(QParser parser) -
Uses of QParser in org.apache.solr.search.join
Subclasses of QParser in org.apache.solr.search.join Modifier and Type Class Description classBlockJoinChildQParserclassBlockJoinParentQParserclassCrossCollectionJoinQParserclassFiltersQParserclassGraphQueryParserSolr query parser that will handle parsing graph query requests.classHashRangeQParserMethods in org.apache.solr.search.join that return QParser Modifier and Type Method Description protected QParserBlockJoinChildQParserPlugin. createBJQParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)protected QParserBlockJoinParentQParserPlugin. createBJQParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserBlockJoinParentQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserFiltersQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserGraphQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserHashRangeQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)QParserScoreJoinQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req)Methods in org.apache.solr.search.join that return types with arguments of type QParser Modifier and Type Method Description protected Map<QParser,org.apache.lucene.search.BooleanClause.Occur>FiltersQParser. clauses()Method parameters in org.apache.solr.search.join with type arguments of type QParser Modifier and Type Method Description protected voidFiltersQParser. exclude(Collection<QParser> clauses) -
Uses of QParser in org.apache.solr.search.mlt
Subclasses of QParser in org.apache.solr.search.mlt Modifier and Type Class Description classCloudMLTQParserclassSimpleMLTQParserMethods in org.apache.solr.search.mlt that return QParser Modifier and Type Method Description QParserMLTQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req) -
Uses of QParser in org.apache.solr.search.neural
Subclasses of QParser in org.apache.solr.search.neural Modifier and Type Class Description classKnnQParserMethods in org.apache.solr.search.neural that return QParser Modifier and Type Method Description QParserKnnQParserPlugin. createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, SolrQueryRequest req) -
Uses of QParser in org.apache.solr.util
Constructors in org.apache.solr.util with parameters of type QParser Constructor Description DisjunctionMaxQueryParser(QParser qp, String defaultField)
-