| Package | Description |
|---|---|
| org.apache.solr.core | |
| org.apache.solr.search | |
| org.apache.solr.search.function.distance |
| 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 | Field and Description |
|---|---|
static ValueSourceParser |
HaversineConstFunction.parser |