| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
ValueSourceParser |
SolrCore.getValueSourceParser(String parserName) |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,ValueSourceParser> |
ValueSourceParser.standardValueSourceParsers |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueSourceParser |
ValueSourceParser.addParser(String name,
ValueSourceParser p)
Adds a new parser for the name and returns any existing one that was overriden.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoDistValueSourceParser
Parses "geodist" creating
HaversineConstFunction or HaversineFunction
or calling SpatialStrategy.makeDistanceValueSource(com.spatial4j.core.shape.Point,double). |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.