Uses of Class
org.apache.solr.search.ValueSourceParser

Packages that use ValueSourceParser
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.search APIs and classes for parsing and processing search requests 
org.apache.solr.search.function.distance Solr implementations of ValueSource for distance based function queries. 
 

Uses of ValueSourceParser in org.apache.solr.core
 

Methods in org.apache.solr.core that return ValueSourceParser
 ValueSourceParser SolrCore.getValueSourceParser(String parserName)
           
 

Uses of ValueSourceParser in org.apache.solr.search
 

Fields in org.apache.solr.search with type parameters of type ValueSourceParser
static Map<String,ValueSourceParser> ValueSourceParser.standardValueSourceParsers
           
 

Methods in org.apache.solr.search that return ValueSourceParser
static ValueSourceParser ValueSourceParser.addParser(org.apache.solr.search.NamedParser p)
          Adds a new parser for the name and returns any existing one that was overriden.
static ValueSourceParser ValueSourceParser.addParser(String name, ValueSourceParser p)
          Adds a new parser for the name and returns any existing one that was overriden.
 

Methods in org.apache.solr.search with parameters of type ValueSourceParser
static ValueSourceParser ValueSourceParser.addParser(String name, ValueSourceParser p)
          Adds a new parser for the name and returns any existing one that was overriden.
 

Uses of ValueSourceParser in org.apache.solr.search.function.distance
 

Subclasses of ValueSourceParser in org.apache.solr.search.function.distance
 class GeoDistValueSourceParser
          Parses "geodist" creating HaversineConstFunction or HaversineFunction or calling SpatialStrategy.makeDistanceValueSource(com.spatial4j.core.shape.Point,double).
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.