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.schema |
IndexSchema and FieldType implementations for powering schema.xml |
org.apache.solr.search.facet |
APIs and classes for the JSON Facet API.
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
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 |
Modifier and Type | Field and Description |
---|---|
SimpleOrderedMap<SimpleOrderedMap<Object>> |
FacetComponent.FacetInfo.dateFacets |
SimpleOrderedMap<SimpleOrderedMap<Integer>> |
FacetComponent.FacetInfo.intervalFacets |
Modifier and Type | Method and Description |
---|---|
static SimpleOrderedMap<SimpleOrderedMap<Object>> |
PivotFacetHelper.getRanges(NamedList<Object> pivotList) |
SimpleOrderedMap<List<NamedList<Object>>> |
PivotFacetProcessor.process(String[] pivots)
Processes all of the specified
FacetParams.FACET_PIVOT strings, generating
a complete response tree for each pivot. |
Modifier and Type | Method and Description |
---|---|
static SimpleOrderedMap<SimpleOrderedMap<Object>> |
PivotFacetHelper.getRanges(NamedList<Object> pivotList) |
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<?> |
LoggerInfo.getInfo() |
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 class
name (and optionally luceneMatchVersion) if it's not a TokenizerChain, or if it is,
querying each analysis factory for its name and args.
|
SimpleOrderedMap<Object> |
SimilarityFactory.getNamedPropertyValues()
Returns a serializable description of this similarity(factory)
|
SimpleOrderedMap<Object> |
IndexSchema.getNamedPropertyValues()
Get a map of property name -> value for the whole schema.
|
SimpleOrderedMap<Object> |
SchemaField.getNamedPropertyValues(boolean showDefaults)
Get a map of property name -> value for this field.
|
SimpleOrderedMap<Object> |
FieldType.getNamedPropertyValues(boolean showDefaults)
Get a map of property name -> value for this field type.
|
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<Object> |
FacetProcessor.response |
Modifier and Type | Method and Description |
---|---|
void |
FacetProcessor.fillBucket(SimpleOrderedMap<Object> bucket,
org.apache.lucene.search.Query q,
DocSet result) |
protected void |
FacetProcessor.processStats(SimpleOrderedMap<Object> bucket,
DocSet docs,
int docCount) |
protected void |
FacetProcessor.processSubs(SimpleOrderedMap<Object> response,
org.apache.lucene.search.Query filter,
DocSet domain) |
void |
SlotAcc.setValues(SimpleOrderedMap<Object> bucket,
int slotNum) |
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.