|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ValueSourceParser | |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of SolrCores |
| 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). |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||