Uses of Class
org.apache.solr.search.ValueSourceParser
-
Packages that use ValueSourceParser Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.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.function.distance Solr implementations ofValueSourcefor distance based function queries.org.apache.solr.search.join Classes related to joins. -
-
Uses of ValueSourceParser in org.apache.solr.core
Methods in org.apache.solr.core that return ValueSourceParser Modifier and Type Method Description ValueSourceParserSolrCore. getValueSourceParser(String parserName) -
Uses of ValueSourceParser in org.apache.solr.search
Fields in org.apache.solr.search with type parameters of type ValueSourceParser Modifier and Type Field Description static Map<String,ValueSourceParser>ValueSourceParser. standardValueSourceParsersstandard functions supported by default -
Uses of ValueSourceParser in org.apache.solr.search.facet
Subclasses of ValueSourceParser in org.apache.solr.search.facet Modifier and Type Class Description static classPercentileAgg.Parser -
Uses of ValueSourceParser in org.apache.solr.search.function.distance
Subclasses of ValueSourceParser in org.apache.solr.search.function.distance Modifier and Type Class Description classGeoDistValueSourceParserParses "geodist" creatingHaversineConstFunctionorHaversineFunctionor callingSpatialStrategy.makeDistanceValueSource(org.locationtech.spatial4j.shape.Point,double). -
Uses of ValueSourceParser in org.apache.solr.search.join
Subclasses of ValueSourceParser in org.apache.solr.search.join Modifier and Type Class Description classChildFieldValueSourceParser
-