Package | Description |
---|---|
org.apache.solr.core | |
org.apache.solr.handler | |
org.apache.solr.handler.admin | |
org.apache.solr.schema | |
org.apache.solr.search |
Modifier and Type | Class and Description |
---|---|
class |
SolrException
Deprecated.
Use org.apache.solr.common.SolrException
|
Modifier and Type | Method and Description |
---|---|
private void |
SpellCheckerRequestHandler.rebuild(SolrQueryRequest req)
Deprecated.
Rebuilds the SpellChecker index using values from the
termSourceField from the
index pointed to by the current IndexSearcher . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CoreAdminHandler.handleCreateAction(SolrQueryRequest req,
SolrQueryResponse rsp)
Handle 'CREATE' action.
|
protected boolean |
CoreAdminHandler.handlePersistAction(SolrQueryRequest req,
SolrQueryResponse rsp)
Handler "PERSIST" action
|
protected boolean |
CoreAdminHandler.handleRenameAction(SolrQueryRequest req,
SolrQueryResponse rsp)
Handle "RENAME" Action
|
protected boolean |
CoreAdminHandler.handleStatusAction(SolrQueryRequest req,
SolrQueryResponse rsp)
Handle "STATUS" action
|
protected boolean |
CoreAdminHandler.handleUnloadAction(SolrQueryRequest req,
SolrQueryResponse rsp)
Handle "UNLOAD" Action
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaField.checkFieldCacheSource(QParser parser)
Sanity checks that the properties of this field type are plausible
for a field that may be used to get a FieldCacheSource, throwing
an appropriate exception (including the field name) if it is not.
|
void |
SchemaField.checkSortability()
Sanity checks that the properties of this field type are plausible
for a field that may be used in sorting, throwing an appropriate
exception (including the field name) if it is not.
|
double |
ExchangeRateProvider.getExchangeRate(java.lang.String sourceCurrencyCode,
java.lang.String targetCurrencyCode)
Get the exchange rate betwen the two given currencies
|
void |
FileExchangeRateProvider.inform(ResourceLoader loader) |
void |
ExchangeRateProvider.inform(ResourceLoader loader)
Passes a ResourceLoader, used to read config files from e.g.
|
void |
FileExchangeRateProvider.init(java.util.Map<java.lang.String,java.lang.String> params) |
boolean |
FileExchangeRateProvider.reload() |
boolean |
ExchangeRateProvider.reload()
Ask the currency provider to explicitly reload/refresh its configuration.
|
Modifier and Type | Method and Description |
---|---|
private void |
SolrQueryParser.checkNullField(java.lang.String field) |