Package | Description |
---|---|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
org.apache.solr.handler.admin |
SolrRequestHandler implementations for powering he Solr Admin UI
|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler
|
org.apache.solr.logging |
APIs related to capturing log event info in the
LoggingHandler
|
org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
org.apache.solr.schema |
FieldType plugins that have additional dependencies. |
org.apache.solr.util |
Misc utilities useful when implementing test cases.
|
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<T> |
SimpleOrderedMap.clone() |
SimpleOrderedMap<Object> |
JavaBinCodec.readOrderedMap(DataInputInputStream dis) |
Modifier and Type | Method and Description |
---|---|
static SimpleOrderedMap<String> |
LukeRequestHandler.getFieldFlagsKey() |
static SimpleOrderedMap<Object> |
LukeRequestHandler.getIndexInfo(org.apache.lucene.index.DirectoryReader reader) |
static SimpleOrderedMap<Object> |
LukeRequestHandler.getIndexInfo(org.apache.lucene.index.DirectoryReader reader,
boolean detail)
Deprecated.
use
LukeRequestHandler.getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandler |
static SimpleOrderedMap<Object> |
SystemInfoHandler.getJvmInfo()
Get JVM Info - including memory info
|
static SimpleOrderedMap<Object> |
SystemInfoHandler.getSystemInfo()
Get system info
|
Modifier and Type | Field and Description |
---|---|
SimpleOrderedMap<SimpleOrderedMap<Object>> |
FacetComponent.FacetInfo.dateFacets |
SimpleOrderedMap<SimpleOrderedMap<Integer>> |
FacetComponent.FacetInfo.intervalFacets |
SimpleOrderedMap<PivotFacet> |
FacetComponent.FacetInfo.pivotFacets |
SimpleOrderedMap<SimpleOrderedMap<Object>> |
FacetComponent.FacetInfo.rangeFacets |
Modifier and Type | Field and Description |
---|---|
SimpleOrderedMap<SimpleOrderedMap<Object>> |
FacetComponent.FacetInfo.dateFacets |
SimpleOrderedMap<SimpleOrderedMap<Integer>> |
FacetComponent.FacetInfo.intervalFacets |
SimpleOrderedMap<SimpleOrderedMap<Object>> |
FacetComponent.FacetInfo.rangeFacets |
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<List<NamedList<Object>>> |
PivotFacetProcessor.process(String[] pivots)
Processes all of the specified
FacetParams.FACET_PIVOT strings, generating
a completel response tree for each pivot. |
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<?> |
LoggerInfo.getInfo() |
Modifier and Type | Field and Description |
---|---|
protected SimpleOrderedMap<Object> |
SimpleFacets.facetResponse |
Modifier and Type | Method and Description |
---|---|
protected static SimpleOrderedMap<Object> |
FieldType.getAnalyzerProperties(org.apache.lucene.analysis.Analyzer analyzer)
Returns a description of the given analyzer, by either reporting the Analyzer name
if it's not a TokenizerChain, or if it is, querying each analysis factory for its
name and args.
|
SimpleOrderedMap<Object> |
IndexSchema.getNamedPropertyValues()
Get a map of property name -> value for the whole schema.
|
SimpleOrderedMap<Object> |
SimilarityFactory.getNamedPropertyValues()
Returns a serializable description of this similarity(factory)
|
SimpleOrderedMap<Object> |
FieldType.getNamedPropertyValues(boolean showDefaults)
Get a map of property name -> value for this field type.
|
SimpleOrderedMap<Object> |
SchemaField.getNamedPropertyValues(boolean showDefaults)
Get a map of property name -> value for this field.
|
Modifier and Type | Method and Description |
---|---|
List<SimpleOrderedMap<Object>> |
IndexSchema.getCopyFieldProperties(boolean showDetails,
Set<String> requestedSourceFields,
Set<String> requestedDestinationFields)
Returns a list of copyField directives, with optional details and optionally restricting to those
directives that contain the requested source and/or destination field names.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleOrderedMap<RTimer> |
RTimer.children |
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<RTimer> |
RTimer.getChildren()
Manipulating this map may have undefined results.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.