Package | Description |
---|---|
org.apache.solr |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
org.apache.solr.analytics.accumulator |
Accumulators accumulate values over different types of strucuture (eg result, facet, etc..)
|
org.apache.solr.analytics.accumulator.facet |
Accumulators for accumulating over differnt types of facets
|
org.apache.solr.analytics.plugin |
MBean plugins for stats collection
|
org.apache.solr.analytics.request |
Request objects for creating Analytics requests
|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.embedded |
SolrJ client implementations for embedded solr access.
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.client.solrj.request.schema |
Convenience classes for making Schema API requests.
|
org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
org.apache.solr.client.solrj.response.schema |
Convenience classes for dealing with Schema API responses.
|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.common.params |
Parameter constants and enumerations.
|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
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.handler.dataimport |
DataImportHandler and related code. |
org.apache.solr.handler.extraction |
ExtractingRequestHandler and related code. |
org.apache.solr.highlight |
SolrHighlighter API and related implementaions and utilities
See org.apache.lucene.search.highlight for addition information. |
org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
org.apache.solr.response |
API and implementations of
QueryResponseWriter for formating Solr request responses |
org.apache.solr.response.transform |
APIs and implementations of
DocTransformer for modifying documents in Solr request responses |
org.apache.solr.rest |
Solr RESTful APIs via Restlet.
|
org.apache.solr.rest.schema.analysis |
Analysis-related functionality for RESTful API access to the Solr Schema using Restlet.
|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.search.grouping |
APIs and classes for implementing result grouping
See the solr wiki for more information
|
org.apache.solr.search.grouping.distributed.shardresultserializer |
Internal classes used to implement distributed result grouping
|
org.apache.solr.search.join |
Classes related to joins.
|
org.apache.solr.search.mlt |
APIs and classes for implementing MoreLikeThis (mlt) QueryParser.
|
org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent
See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information. |
org.apache.solr.spelling.suggest |
APIs and classes used by the
SpellCheckComponent
See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information. |
org.apache.solr.spelling.suggest.fst |
Factories for FST and Analyzing based
Suggester s |
org.apache.solr.spelling.suggest.jaspell |
Factories for JaSpell based
Suggester s |
org.apache.solr.spelling.suggest.tst |
Factories for TST based
Suggester s |
org.apache.solr.store.blockcache |
An HDFS blockcache implementation.
|
org.apache.solr.store.hdfs |
An HDFS Directory implementation.
|
org.apache.solr.uima.processor |
UIMAUpdateRequestProcessorFactory and related code. |
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
org.apache.solr.util |
Common utility classes used throughout Solr
|
org.apache.solr.util.plugin |
Common APIs related to implementing Solr plugins
See also:
SolrPluginUtils . |
Modifier and Type | Method and Description |
---|---|
static String |
BaseDistributedSearchTestCase.compare(NamedList a,
NamedList b,
int flags,
Map<String,Integer> handle) |
static String |
BaseDistributedSearchTestCase.compare(NamedList a,
NamedList b,
int flags,
Map<String,Integer> handle) |
Modifier and Type | Method and Description |
---|---|
NamedList<?> |
FacetingAccumulator.export() |
NamedList<?> |
BasicAccumulator.export() |
abstract NamedList<?> |
ValueAccumulator.export() |
NamedList<?> |
FacetingAccumulator.export(Expression[] expressionArr)
Exports a list of expressions as a NamedList
|
Modifier and Type | Method and Description |
---|---|
NamedList<?> |
QueryFacetAccumulator.export() |
NamedList<?> |
FieldFacetAccumulator.export() |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
AnalyticsStatisticsCollector.getStatistics() |
Modifier and Type | Method and Description |
---|---|
NamedList<?> |
AnalyticsStats.execute()
Calculates the analytics requested in the Parameters.
|
Modifier and Type | Method and Description |
---|---|
abstract NamedList<Object> |
SolrResponse.getResponse() |
abstract NamedList<Object> |
ResponseParser.processResponse(InputStream body,
String encoding) |
abstract NamedList<Object> |
ResponseParser.processResponse(Reader reader) |
NamedList<Object> |
SolrClient.request(SolrRequest request)
Execute a request against a Solr server
|
abstract NamedList<Object> |
SolrClient.request(SolrRequest request,
String collection)
Execute a request against a Solr server for a given collection
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SolrResponse.setResponse(NamedList<Object> rsp) |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
EmbeddedSolrServer.request(SolrRequest request,
String coreName) |
Modifier and Type | Class and Description |
---|---|
static class |
CloudSolrClient.RouteResponse |
Modifier and Type | Field and Description |
---|---|
protected NamedList<Object> |
LBHttpSolrClient.Rsp.rsp |
Modifier and Type | Field and Description |
---|---|
Future<NamedList<Object>> |
HttpSolrClient.HttpUriRequestResponse.future |
Modifier and Type | Method and Description |
---|---|
protected NamedList<Object> |
HttpSolrClient.executeMethod(org.apache.http.client.methods.HttpRequestBase method,
ResponseParser processor) |
NamedList<Object> |
LBHttpSolrClient.Rsp.getResponse()
The response from the server
|
NamedList |
CloudSolrClient.RouteResponse.getRouteResponses() |
NamedList<Throwable> |
CloudSolrClient.RouteException.getThrowables() |
NamedList<Object> |
NoOpResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
BinaryResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
StreamingBinaryResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
XMLResponseParser.processResponse(InputStream in,
String encoding) |
NamedList<Object> |
InputStreamResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
NoOpResponseParser.processResponse(Reader reader) |
NamedList<Object> |
BinaryResponseParser.processResponse(Reader reader) |
NamedList<Object> |
XMLResponseParser.processResponse(Reader in) |
NamedList<Object> |
InputStreamResponseParser.processResponse(Reader reader) |
protected NamedList<Object> |
XMLResponseParser.readNamedList(XMLStreamReader parser) |
NamedList<Object> |
HttpSolrClient.request(SolrRequest request,
ResponseParser processor) |
NamedList<Object> |
HttpSolrClient.request(SolrRequest request,
ResponseParser processor,
String collection) |
NamedList<Object> |
ConcurrentUpdateSolrClient.request(SolrRequest request,
String collection) |
NamedList<Object> |
HttpSolrClient.request(SolrRequest request,
String collection)
Process the request.
|
NamedList<Object> |
LBHttpSolrClient.request(SolrRequest request,
String collection)
Tries to query a live server.
|
NamedList<Object> |
CloudSolrClient.request(SolrRequest request,
String collection) |
protected NamedList<Object> |
CloudSolrClient.requestWithRetryOnStaleState(SolrRequest request,
int retryCount,
String collection)
As this class doesn't watch external collections on the client side,
there's a chance that the request will fail due to cached stale state,
which means the state must be refreshed from ZK and retried.
|
protected NamedList<Object> |
CloudSolrClient.sendRequest(SolrRequest request,
String collection) |
Modifier and Type | Method and Description |
---|---|
CloudSolrClient.RouteResponse |
CloudSolrClient.condenseResponse(NamedList response,
long timeMillis) |
int |
CloudSolrClient.getMinAchievedReplicationFactor(String collection,
NamedList resp)
Useful for determining the minimum achieved replication factor across
all shards involved in processing an update request, typically useful
for gauging the replication factor of a batch.
|
Map<String,Integer> |
CloudSolrClient.getShardReplicationFactor(String collection,
NamedList resp)
Walks the NamedList response after performing an update request looking for
the replication factor that was achieved in each shard involved in the request.
|
void |
CloudSolrClient.RouteResponse.setRouteResponses(NamedList routeResponses) |
Constructor and Description |
---|
RouteException(SolrException.ErrorCode errorCode,
NamedList<Throwable> throwables,
Map<String,LBHttpSolrClient.Req> routes) |
Modifier and Type | Method and Description |
---|---|
protected abstract NamedList<Object> |
SchemaRequest.Update.getRequestParameters() |
protected NamedList<Object> |
SchemaRequest.MultiUpdate.getRequestParameters() |
Modifier and Type | Field and Description |
---|---|
NamedList<Object> |
SimpleSolrResponse.nl |
Modifier and Type | Method and Description |
---|---|
NamedList<NamedList<Object>> |
CollectionAdminResponse.getCollectionStatus() |
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus() |
NamedList<Object> |
CoreAdminResponse.getCoreStatus(String core) |
NamedList<String> |
CollectionAdminResponse.getErrorMessages() |
NamedList<List<PivotField>> |
QueryResponse.getFacetPivot() |
NamedList<Object> |
QueryResponse.getHeader() |
NamedList<Object> |
LukeResponse.getIndexInfo() |
NamedList<Object> |
SolrResponseBase.getResponse() |
NamedList<Object> |
SimpleSolrResponse.getResponse() |
NamedList |
SolrResponseBase.getResponseHeader() |
NamedList<ArrayList> |
QueryResponse.getSortValues() |
NamedList<Integer> |
LukeResponse.FieldInfo.getTopTerms() |
Modifier and Type | Method and Description |
---|---|
Map<String,NamedList<Integer>> |
CollectionAdminResponse.getCollectionCoresStatus() |
Map<String,NamedList<Integer>> |
CollectionAdminResponse.getCollectionNodesStatus() |
NamedList<NamedList<Object>> |
CollectionAdminResponse.getCollectionStatus() |
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus() |
Modifier and Type | Method and Description |
---|---|
protected List<AnalysisResponseBase.AnalysisPhase> |
AnalysisResponseBase.buildPhases(NamedList<List<NamedList<Object>>> phaseNL)
Parses the given named list and builds a list of analysis phases form it.
|
protected AnalysisResponseBase.TokenInfo |
AnalysisResponseBase.buildTokenInfo(NamedList<Object> tokenNL)
Parses the given named list and builds a token infoform it.
|
void |
LukeResponse.FieldTypeInfo.read(NamedList<Object> nl) |
void |
LukeResponse.FieldInfo.read(NamedList<Object> nl) |
void |
DocumentAnalysisResponse.setResponse(NamedList<Object> response) |
void |
SolrResponseBase.setResponse(NamedList<Object> response) |
void |
SimpleSolrResponse.setResponse(NamedList<Object> rsp) |
void |
QueryResponse.setResponse(NamedList<Object> res) |
void |
LukeResponse.setResponse(NamedList<Object> res) |
void |
FieldAnalysisResponse.setResponse(NamedList<Object> response) |
Modifier and Type | Method and Description |
---|---|
protected List<AnalysisResponseBase.AnalysisPhase> |
AnalysisResponseBase.buildPhases(NamedList<List<NamedList<Object>>> phaseNL)
Parses the given named list and builds a list of analysis phases form it.
|
protected List<PivotField> |
QueryResponse.readPivots(List<NamedList> list) |
Constructor and Description |
---|
FieldStatsInfo(NamedList<Object> nl,
String fname) |
QueryResponse(NamedList<Object> res,
SolrClient solrClient)
Utility constructor to set the solrServer and namedList
|
SpellCheckResponse(NamedList<Object> spellInfo) |
Suggestion(String token,
NamedList<Object> suggestion) |
TermsResponse(NamedList<NamedList<Number>> termsInfo) |
Constructor and Description |
---|
ClusteringResponse(List<NamedList<Object>> clusterInfo) |
SuggesterResponse(Map<String,NamedList<Object>> suggestInfo) |
TermsResponse(NamedList<NamedList<Number>> termsInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.SchemaNameResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.SchemaVersionResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.FieldResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.FieldsResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.DynamicFieldResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.DynamicFieldsResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.UniqueKeyResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.GlobalSimilarityResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.DefaultQueryOperatorResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.CopyFieldsResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.FieldTypeResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.FieldTypesResponse.setResponse(NamedList<Object> response) |
void |
SchemaResponse.UpdateResponse.setResponse(NamedList<Object> response) |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
MiniSolrCloudCluster.createCollection(String name,
int numShards,
int replicationFactor,
String configName,
Map<String,String> collectionProperties) |
NamedList<Object> |
MiniSolrCloudCluster.createCollection(String name,
int numShards,
int replicationFactor,
String configName,
String createNodeSet,
String asyncId,
Map<String,String> collectionProperties) |
NamedList<Object> |
MiniSolrCloudCluster.deleteCollection(String name) |
NamedList<Object> |
OverseerSolrResponse.getResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
OverseerCollectionProcessor.crossCheckReplicaStateWithLiveNodes(List<String> liveNodes,
NamedList<Object> collectionProps)
Walks the tree of collection status to verify that any replicas not reporting a "down" status is
on a live node, if any replicas reporting their status as "active" but the node is not live is
marked as "down"; used by CLUSTERSTATUS.
|
void |
OverseerSolrResponse.setResponse(NamedList<Object> rsp) |
Constructor and Description |
---|
OverseerSolrResponse(NamedList list) |
Modifier and Type | Field and Description |
---|---|
protected NamedList<String> |
SolrException.metadata |
Modifier and Type | Method and Description |
---|---|
NamedList<String> |
SolrException.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
SolrException.setMetadata(NamedList<String> metadata) |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
SolrParams.toNamedList()
Convert this to a NamedList
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
SolrParams.toMap(NamedList params)
Create a Map<String,String> from a NamedList given no keys are repeated
|
static Map<String,String[]> |
SolrParams.toMultiMap(NamedList params)
Create a Map<String,String[]> from a NamedList
|
static SolrParams |
SolrParams.toSolrParams(NamedList params)
Create SolrParams from NamedList.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleOrderedMap<T>
SimpleOrderedMap is a NamedList where access by key is more
important than maintaining order when it comes to representing the
held data in other forms, as ResponseWriters normally do. |
Modifier and Type | Method and Description |
---|---|
NamedList<T> |
NamedList.clone()
Makes a shallow copy of the named list.
|
NamedList |
NamedList.getImmutableCopy() |
NamedList<Object> |
JavaBinCodec.readNamedList(DataInputInputStream dis) |
Modifier and Type | Method and Description |
---|---|
boolean |
NamedList.addAll(NamedList<T> nl)
Appends the elements of the given NamedList to this one.
|
void |
JavaBinCodec.writeNamedList(NamedList<?> nl) |
Modifier and Type | Field and Description |
---|---|
NamedList |
InitParams.appends |
NamedList |
InitParams.defaults |
NamedList |
PluginInfo.initArgs |
NamedList |
InitParams.invariants |
Modifier and Type | Method and Description |
---|---|
protected NamedList |
AbstractSolrEventListener.addEventParms(SolrIndexSearcher currentSearcher,
NamedList nlst)
Add the
EventParams.EVENT with either the EventParams.NEW_SEARCHER
or EventParams.FIRST_SEARCHER values depending on the value of currentSearcher. |
protected NamedList |
ConfigSetService.createConfigSetProperties(CoreDescriptor cd,
SolrResourceLoader loader)
Return the ConfigSet properties
|
NamedList |
AbstractSolrEventListener.getArgs() |
NamedList |
SolrCore.getConfigSetProperties() |
NamedList |
ConfigSet.getProperties() |
NamedList |
SolrInfoMBean.getStatistics()
Any statistics this instance would like to be publicly available via
the Solr Administration interface.
|
NamedList |
SolrCore.getStatistics() |
static NamedList |
ConfigSetProperties.readFromResourceLoader(SolrResourceLoader loader,
String name)
Return the properties associated with the ConfigSet (e.g. immutable)
|
Modifier and Type | Method and Description |
---|---|
protected NamedList |
AbstractSolrEventListener.addEventParms(SolrIndexSearcher currentSearcher,
NamedList nlst)
Add the
EventParams.EVENT with either the EventParams.NEW_SEARCHER
or EventParams.FIRST_SEARCHER values depending on the value of currentSearcher. |
void |
IndexReaderFactory.init(NamedList args)
init will be called just once, immediately after creation.
|
void |
SchemaCodecFactory.init(NamedList args) |
void |
SolrDeletionPolicy.init(NamedList args) |
void |
CachingDirectoryFactory.init(NamedList args) |
void |
HdfsDirectoryFactory.init(NamedList args) |
void |
NRTCachingDirectoryFactory.init(NamedList args) |
void |
MMapDirectoryFactory.init(NamedList args) |
void |
CodecFactory.init(NamedList args) |
void |
AbstractSolrEventListener.init(NamedList args) |
Constructor and Description |
---|
ConfigSet(String name,
SolrConfig solrConfig,
IndexSchema indexSchema,
NamedList properties) |
PluginInfo(String type,
Map<String,String> attrs,
NamedList initArgs,
List<PluginInfo> children) |
SolrCore(String name,
String dataDir,
SolrConfig config,
IndexSchema schema,
NamedList configSetProperties,
CoreDescriptor coreDescriptor,
UpdateHandler updateHandler,
IndexDeletionPolicyWrapper delPolicy,
SolrCore prev)
Creates a new core and register it in the list of cores.
|
Modifier and Type | Field and Description |
---|---|
protected NamedList |
RequestHandlerBase.initArgs |
Modifier and Type | Method and Description |
---|---|
protected NamedList<? extends Object> |
AnalysisRequestHandlerBase.analyzeValue(String value,
AnalysisRequestHandlerBase.AnalysisContext context)
Analyzes the given value using the given Analyzer.
|
protected NamedList |
FieldAnalysisRequestHandler.doAnalysis(SolrQueryRequest req)
Performs the analysis based on the given solr request and returns the analysis result as a named list.
|
protected NamedList |
DocumentAnalysisRequestHandler.doAnalysis(SolrQueryRequest req)
Performs the analysis based on the given solr request and returns the analysis result as a named list.
|
protected abstract NamedList |
AnalysisRequestHandlerBase.doAnalysis(SolrQueryRequest req)
Performs the analysis based on the given solr request and returns the analysis result as a named list.
|
NamedList |
RequestHandlerBase.getInitArgs() |
NamedList<DocList> |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList docs,
int rows,
int flags)
Deprecated.
|
NamedList<org.apache.lucene.search.BooleanQuery> |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeTheseQuery(DocList docs) |
NamedList<Object> |
RequestHandlerBase.getStatistics() |
NamedList |
ReplicationHandler.getStatistics() |
protected NamedList<NamedList> |
FieldAnalysisRequestHandler.handleAnalysisRequest(FieldAnalysisRequest request,
IndexSchema schema)
Handles the resolved analysis request and returns the analysis breakdown response as a named list.
|
Modifier and Type | Method and Description |
---|---|
protected NamedList<NamedList> |
FieldAnalysisRequestHandler.handleAnalysisRequest(FieldAnalysisRequest request,
IndexSchema schema)
Handles the resolved analysis request and returns the analysis breakdown response as a named list.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,ContentStreamLoader> |
UpdateRequestHandler.createDefaultLoaders(NamedList args) |
void |
UpdateRequestHandler.init(NamedList args) |
void |
RequestHandlerBase.init(NamedList args)
Initializes the
SolrRequestHandler by creating three SolrParams named. |
void |
ContentStreamHandlerBase.init(NamedList args) |
void |
SolrConfigHandler.init(NamedList args) |
void |
DumpRequestHandler.init(NamedList args) |
void |
SchemaHandler.init(NamedList args) |
void |
MoreLikeThisHandler.init(NamedList args) |
void |
PingRequestHandler.init(NamedList args) |
void |
DocumentAnalysisRequestHandler.init(NamedList args) |
Constructor and Description |
---|
IndexFetcher(NamedList initArgs,
ReplicationHandler handler,
SolrCore sc) |
Modifier and Type | Method and Description |
---|---|
NamedList |
SolrInfoMBeanHandler.diffNamedList(NamedList ref,
NamedList now) |
protected NamedList<Object> |
CoreAdminHandler.getCoreStatus(CoreContainer cores,
String cname,
boolean isIndexInfoNeeded)
Returns the core status for a particular core.
|
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getMBeanInfo(SolrQueryRequest req) |
NamedList |
AdminHandlers.getStatistics()
Deprecated.
|
NamedList |
SolrInfoMBeanHandler.normalize(NamedList input)
The 'avgRequestsPerSecond' field will make everything look like it changed
|
Modifier and Type | Method and Description |
---|---|
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getMBeanInfo(SolrQueryRequest req) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getMBeanInfo(SolrQueryRequest req) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterStatus.crossCheckReplicaStateWithLiveNodes(List<String> liveNodes,
NamedList<Object> collectionProps)
Walks the tree of collection status to verify that any replicas not reporting a "down" status is
on a live node, if any replicas reporting their status as "active" but the node is not live is
marked as "down"; used by CLUSTERSTATUS.
|
NamedList |
SolrInfoMBeanHandler.diffNamedList(NamedList ref,
NamedList now) |
NamedList |
SolrInfoMBeanHandler.diffNamedList(NamedList ref,
NamedList now) |
void |
ClusterStatus.getClusterStatus(NamedList results) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
void |
InfoHandler.init(NamedList args) |
void |
AdminHandlers.init(NamedList args)
Deprecated.
Save the args and pass them to each standard handler
|
void |
CoreAdminHandler.init(NamedList args) |
void |
CollectionsHandler.init(NamedList args) |
void |
ShowFileRequestHandler.init(NamedList args) |
NamedList |
SolrInfoMBeanHandler.normalize(NamedList input)
The 'avgRequestsPerSecond' field will make everything look like it changed
|
Modifier and Type | Method and Description |
---|---|
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
SolrInfoMBeanHandler.getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
Modifier and Type | Field and Description |
---|---|
protected NamedList |
SpellCheckComponent.initParams |
protected NamedList |
TermVectorComponent.initParams |
protected NamedList |
SuggestComponent.initParams |
NamedList<Object> |
SpatialHeatmapFacets.HeatmapFacet.namedList |
Modifier and Type | Method and Description |
---|---|
NamedList |
TermsComponent.TermsHelper.buildResponse() |
NamedList<Object> |
PivotFacetValue.convertToNamedList()
A recursive method for generating a NamedList from this value suitable for
including in a pivot facet response to the original distributed request.
|
static NamedList<NamedList<NamedList<?>>> |
StatsComponent.convertToResponse(Map<String,StatsValues> statsValues)
Given a map of
StatsValues using the appropriate response key,
builds up the necessary "stats" data structure for including in the response --
including the esoteric "stats_fields" wrapper. |
static NamedList |
SpatialHeatmapFacets.distribFinish(LinkedHashMap<String,SpatialHeatmapFacets.HeatmapFacet> heatmapInfos,
ResponseBuilder rb)
Called by FacetComponent's impl of
SearchComponent.finishStage(ResponseBuilder) . |
NamedList<Object> |
ResponseBuilder.getDebugInfo() |
static NamedList<Object> |
FacetComponent.getFacetCounts(SimpleFacets simpleFacets)
Looks at various Params to determining if any simple Facet Constraint count
computations are desired.
|
NamedList<Object> |
DateFacetProcessor.getFacetDateCounts()
Deprecated.
Use getFacetRangeCounts which is more generalized
|
NamedList<Object> |
RangeFacetProcessor.getFacetRangeCounts()
Returns a list of value constraints and the associated facet
counts for each facet numerical field, range, and interval
specified in the SolrParams
|
static NamedList<Object> |
SpatialHeatmapFacets.getHeatmapForField(String fieldKey,
String fieldName,
ResponseBuilder rb,
SolrParams params,
DocSet docSet)
Called by
SimpleFacets to compute heatmap facets. |
static NamedList<Number> |
PivotFacetHelper.getQueryCounts(NamedList<Object> pivotList) |
NamedList |
AnalyticsComponent.getStatistics() |
NamedList |
SearchComponent.getStatistics() |
NamedList |
SuggestComponent.getStatistics() |
static NamedList<NamedList<NamedList<?>>> |
PivotFacetHelper.getStats(NamedList<Object> pivotList) |
NamedList<?> |
StatsValues.getStatsValues()
Translates the values into a NamedList representation
|
protected NamedList |
SpellCheckComponent.toNamedList(boolean shardRequest,
SpellingResult spellingResult,
String origQuery,
boolean extendedResults) |
static NamedList<NamedList<?>> |
StatsComponent.unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
Helper to pull the "stats_fields" out of the extra "stats" wrapper
|
Modifier and Type | Method and Description |
---|---|
List<NamedList<Object>> |
PivotFacetField.convertToListOfNamedLists()
A recursive method for generating
NamedLists from this field
suitable for including in a pivot facet response to the original distributed request. |
static NamedList<NamedList<NamedList<?>>> |
StatsComponent.convertToResponse(Map<String,StatsValues> statsValues)
Given a map of
StatsValues using the appropriate response key,
builds up the necessary "stats" data structure for including in the response --
including the esoteric "stats_fields" wrapper. |
static NamedList<NamedList<NamedList<?>>> |
StatsComponent.convertToResponse(Map<String,StatsValues> statsValues)
Given a map of
StatsValues using the appropriate response key,
builds up the necessary "stats" data structure for including in the response --
including the esoteric "stats_fields" wrapper. |
protected List<NamedList<Object>> |
PivotFacetProcessor.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
Deque<String> vnames,
SimpleFacets.ParsedParams parsed,
List<StatsField> statsFields,
List<FacetComponent.FacetBase> facetQueries,
List<RangeFacetRequest> facetRanges)
Recursive function to compute all the pivot counts for the values under the specified field
|
static List<NamedList<Object>> |
PivotFacetHelper.getPivots(NamedList<Object> pivotList) |
static NamedList<NamedList<NamedList<?>>> |
PivotFacetHelper.getStats(NamedList<Object> pivotList) |
static NamedList<NamedList<NamedList<?>>> |
PivotFacetHelper.getStats(NamedList<Object> pivotList) |
List<NamedList<Object>> |
PivotFacet.getTrimmedPivotsAsListOfNamedLists()
A recursive method for generating
NamedLists for this pivot
suitable for including in a pivot facet response to the original distributed request. |
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. |
static NamedList<NamedList<?>> |
StatsComponent.unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
Helper to pull the "stats_fields" out of the extra "stats" wrapper
|
Modifier and Type | Method and Description |
---|---|
void |
StatsValues.accumulate(NamedList stv)
Accumulate the values based on those in the given NamedList
|
protected void |
SpellCheckComponent.addCollationsToResponse(SolrParams params,
SpellingResult spellingResult,
ResponseBuilder rb,
String q,
NamedList response,
boolean suggestionsMayOverlap) |
protected void |
PivotFacetProcessor.addPivotQueriesAndRanges(NamedList<Object> pivot,
SolrParams params,
DocSet docs,
List<FacetComponent.FacetBase> facetQueries,
List<RangeFacetRequest> facetRanges)
Add facet.queries and facet.ranges to the pivot response if needed
|
static PivotFacetValue |
PivotFacetValue.createFromNamedList(int shardNumber,
ResponseBuilder rb,
PivotFacetField parentField,
NamedList<Object> pivotData)
A recursive method to construct a new
PivotFacetValue object from
the contents of the NamedList provided by the specified shard, relative
to the specified field. |
static void |
SpatialHeatmapFacets.distribHandleResponse(LinkedHashMap<String,SpatialHeatmapFacets.HeatmapFacet> heatmapFacets,
NamedList srsp_facet_counts)
Called by FacetComponent.countFacets which is in turn called by FC's impl of
SearchComponent.handleResponses(ResponseBuilder, ShardRequest) . |
protected List<NamedList<Object>> |
PivotFacetProcessor.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
Deque<String> vnames,
SimpleFacets.ParsedParams parsed,
List<StatsField> statsFields,
List<FacetComponent.FacetBase> facetQueries,
List<RangeFacetRequest> facetRanges)
Recursive function to compute all the pivot counts for the values under the specified field
|
static Integer |
PivotFacetHelper.getCount(NamedList<Object> pivotList) |
void |
DateFacetProcessor.getFacetDateCounts(String dateFacet,
NamedList<Object> resOuter)
Deprecated.
Use getFacetRangeCounts which is more generalized
|
void |
RangeFacetProcessor.getFacetRangeCounts(RangeFacetRequest rangeFacetRequest,
NamedList<Object> resOuter)
Returns a list of value constraints and the associated facet counts
for each facet range specified by the given
RangeFacetRequest |
static String |
PivotFacetHelper.getField(NamedList<Object> pivotList) |
protected <T> T |
HttpShardHandlerFactory.getParameter(NamedList initArgs,
String configKey,
T defaultValue,
StringBuilder sb) |
static List<NamedList<Object>> |
PivotFacetHelper.getPivots(NamedList<Object> pivotList) |
static NamedList<Number> |
PivotFacetHelper.getQueryCounts(NamedList<Object> pivotList) |
static SimpleOrderedMap<SimpleOrderedMap<Object>> |
PivotFacetHelper.getRanges(NamedList<Object> pivotList) |
static NamedList<NamedList<NamedList<?>>> |
PivotFacetHelper.getStats(NamedList<Object> pivotList) |
static Comparable |
PivotFacetHelper.getValue(NamedList<Object> pivotList) |
void |
SearchComponent.init(NamedList args) |
void |
QueryElevationComponent.init(NamedList args) |
void |
SpellCheckComponent.init(NamedList args) |
void |
TermVectorComponent.init(NamedList args) |
void |
SuggestComponent.init(NamedList args) |
void |
PivotFacetValue.mergeContributionFromShard(int shardNumber,
ResponseBuilder rb,
NamedList<Object> value)
Merges in the count contributions from the specified shard for each.
|
static Map<String,StatsValues> |
PivotFacetHelper.mergeStats(Map<String,StatsValues> merged,
NamedList<NamedList<NamedList<?>>> remoteWrapper,
org.apache.solr.handler.component.StatsInfo statsInfo)
Given a mapping of keys to
StatsValues representing the currently
known "merged" stats (which may be null if none exist yet), and a
NamedList containing the "stats" response block returned by an individual
shard, this method accumulates the stats for each StatsField found in
the shard response with the existing mergeStats |
void |
TermsComponent.TermsHelper.parse(NamedList<NamedList<Number>> terms) |
void |
ResponseBuilder.setDebugInfo(NamedList<Object> debugInfo) |
static NamedList<NamedList<?>> |
StatsComponent.unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
Helper to pull the "stats_fields" out of the extra "stats" wrapper
|
Modifier and Type | Method and Description |
---|---|
void |
PivotFacetField.contributeFromShard(int shardNumber,
ResponseBuilder rb,
List<NamedList<Object>> response)
Recursively merges the contributions from the specified shard for each
PivotFacetValue represended in the response . |
static PivotFacetField |
PivotFacetField.createFromListOfNamedLists(int shardNumber,
ResponseBuilder rb,
PivotFacetValue owner,
List<NamedList<Object>> pivotValues)
A recursive method to construct a new
PivotFacetField object from
the contents of the NamedList s provided by the specified shard, relative
to a parent value (if this is not the top field in the pivot hierarchy)
The associated child PivotFacetValue s will be recursively built as well. |
void |
PivotFacet.mergeResponseFromShard(int shardNumber,
ResponseBuilder rb,
List<NamedList<Object>> response)
Recursively merges the response from the specified shard, tracking the known shards.
|
static Map<String,StatsValues> |
PivotFacetHelper.mergeStats(Map<String,StatsValues> merged,
NamedList<NamedList<NamedList<?>>> remoteWrapper,
org.apache.solr.handler.component.StatsInfo statsInfo)
Given a mapping of keys to
StatsValues representing the currently
known "merged" stats (which may be null if none exist yet), and a
NamedList containing the "stats" response block returned by an individual
shard, this method accumulates the stats for each StatsField found in
the shard response with the existing mergeStats |
static Map<String,StatsValues> |
PivotFacetHelper.mergeStats(Map<String,StatsValues> merged,
NamedList<NamedList<NamedList<?>>> remoteWrapper,
org.apache.solr.handler.component.StatsInfo statsInfo)
Given a mapping of keys to
StatsValues representing the currently
known "merged" stats (which may be null if none exist yet), and a
NamedList containing the "stats" response block returned by an individual
shard, this method accumulates the stats for each StatsField found in
the shard response with the existing mergeStats |
void |
TermsComponent.TermsHelper.parse(NamedList<NamedList<Number>> terms) |
static NamedList<NamedList<?>> |
StatsComponent.unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
Helper to pull the "stats_fields" out of the extra "stats" wrapper
|
static NamedList<NamedList<?>> |
StatsComponent.unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
Helper to pull the "stats_fields" out of the extra "stats" wrapper
|
Modifier and Type | Field and Description |
---|---|
NamedList<String> |
DebugInfo.debugVerboseOutput |
Modifier and Type | Method and Description |
---|---|
NamedList |
DataImportHandler.getStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
DataImportHandler.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
void |
ExtractingRequestHandler.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
PostingsSolrHighlighter.doHighlighting(DocList docs,
org.apache.lucene.search.Query query,
SolrQueryRequest req,
String[] defaultFields) |
NamedList<Object> |
DefaultSolrHighlighter.doHighlighting(DocList docs,
org.apache.lucene.search.Query query,
SolrQueryRequest req,
String[] defaultFields)
Generates a list of Highlighted query fragments for each item in a list
of documents, or returns null if highlighting is disabled.
|
abstract NamedList<Object> |
SolrHighlighter.doHighlighting(DocList docs,
org.apache.lucene.search.Query query,
SolrQueryRequest req,
String[] defaultFields)
Generates a list of Highlighted query fragments for each item in a list
of documents, or returns null if highlighting is disabled.
|
protected NamedList<Object> |
PostingsSolrHighlighter.encodeSnippets(String[] keys,
String[] fieldNames,
Map<String,String[]> snippets)
Encodes the resulting snippets into a namedlist
|
NamedList |
HighlightingPluginBase.getStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
RegexFragmenter.init(NamedList args) |
void |
SolrFragListBuilder.init(NamedList args)
init will be called just once, immediately after creation. |
void |
SolrFormatter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
HighlightingPluginBase.init(NamedList args) |
void |
SolrFragmenter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
SolrEncoder.init(NamedList args)
init will be called just once, immediately after creation. |
Modifier and Type | Method and Description |
---|---|
static NamedList<Integer> |
DocValuesFacets.getCounts(SolrIndexSearcher searcher,
DocSet docs,
String fieldName,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix,
String contains,
boolean ignoreCase) |
NamedList<Object> |
SimpleFacets.getFacetCounts()
Deprecated.
use
FacetComponent.getFacetCounts(SimpleFacets) instead |
NamedList<Object> |
SimpleFacets.getFacetFieldCounts()
Returns a list of value constraints and the associated facet counts
for each facet field specified in the params.
|
NamedList<Object> |
SimpleFacets.getFacetIntervalCounts()
Returns a
NamedList with each entry having the "key" of the interval as name and the count of docs
in that interval as value. |
NamedList<Integer> |
SimpleFacets.getFacetQueryCounts()
Returns a list of facet counts for each of the facet queries
specified in the params
|
NamedList<Integer> |
SimpleFacets.getFacetTermEnumCounts(SolrIndexSearcher searcher,
DocSet docs,
String field,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix,
String contains,
boolean ignoreCase,
SolrParams params)
Returns a list of terms in the specified field along with the
corresponding count of documents in the set that match that constraint.
|
NamedList<Integer> |
SimpleFacets.getGroupedCounts(SolrIndexSearcher searcher,
DocSet base,
String field,
boolean multiToken,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix,
String contains,
boolean ignoreCase) |
NamedList |
SimpleFacets.getHeatmapCounts() |
protected NamedList<Integer> |
SimpleFacets.getListedTermCounts(String field,
SimpleFacets.ParsedParams parsed,
List<String> terms)
Computes the term->count counts for the specified term values relative to the
|
NamedList<Integer> |
SimpleFacets.getTermCounts(String field,
SimpleFacets.ParsedParams parsed)
Term counts for use in field faceting that resepects the appropriate mincount
|
NamedList<Integer> |
SimpleFacets.getTermCountsForPivots(String field,
SimpleFacets.ParsedParams parsed)
Term counts for use in pivot faceting that resepcts the appropriate mincount
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFacets.getFacetQueryCount(SimpleFacets.ParsedParams parsed,
NamedList<Integer> res) |
void |
SolrRequestHandler.init(NamedList args)
init will be called just once, immediately after creation. |
Constructor and Description |
---|
LocalSolrQueryRequest(SolrCore core,
NamedList args) |
Modifier and Type | Field and Description |
---|---|
protected NamedList<Object> |
SolrQueryResponse.toLog
Container for storing information that should be logged by Solr before returning.
|
protected NamedList<Object> |
SolrQueryResponse.values
Container for user defined values
|
Modifier and Type | Method and Description |
---|---|
static NamedList<Object> |
BinaryResponseWriter.getParsedResponse(SolrQueryRequest req,
SolrQueryResponse rsp)
TODO -- there may be a way to do this without marshal at all...
|
NamedList<Object> |
SolrQueryResponse.getResponseHeader()
Response header to be logged
|
NamedList<Object> |
SolrQueryResponse.getToLog()
Get loggable items.
|
NamedList |
SolrQueryResponse.getValues()
Gets data to be returned in this response
|
Modifier and Type | Method and Description |
---|---|
void |
VelocityResponseWriter.init(NamedList args) |
void |
PHPResponseWriter.init(NamedList namedList) |
void |
CSVResponseWriter.init(NamedList n) |
void |
XSLTResponseWriter.init(NamedList n) |
void |
RubyResponseWriter.init(NamedList n) |
void |
SchemaXmlResponseWriter.init(NamedList n) |
void |
PHPSerializedResponseWriter.init(NamedList namedList) |
void |
SmileResponseWriter.init(NamedList args) |
void |
PythonResponseWriter.init(NamedList n) |
void |
JSONResponseWriter.init(NamedList namedList) |
void |
RawResponseWriter.init(NamedList n) |
void |
BinaryResponseWriter.init(NamedList args) |
void |
SortingResponseWriter.init(NamedList args) |
void |
QueryResponseWriter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
XMLResponseWriter.init(NamedList n) |
void |
SolrQueryResponse.setAllValues(NamedList<Object> nameValuePairs)
Sets data to be returned in this response
|
void |
SchemaXmlWriter.writeNamedList(String name,
NamedList val) |
void |
XMLWriter.writeNamedList(String name,
NamedList val) |
abstract void |
TextResponseWriter.writeNamedList(String name,
NamedList val) |
Modifier and Type | Method and Description |
---|---|
void |
RawValueTransformerFactory.init(NamedList args) |
void |
ExplainAugmenterFactory.init(NamedList args) |
void |
TransformerFactory.init(NamedList args) |
void |
ValueAugmenterFactory.init(NamedList args) |
Modifier and Type | Field and Description |
---|---|
protected NamedList<Object> |
ManagedResource.managedInitArgs |
Modifier and Type | Method and Description |
---|---|
void |
ManagedResourceStorage.StorageIO.configure(SolrResourceLoader loader,
NamedList<String> initArgs) |
void |
ManagedResourceStorage.FileStorageIO.configure(SolrResourceLoader loader,
NamedList<String> initArgs) |
void |
ManagedResourceStorage.ZooKeeperStorageIO.configure(SolrResourceLoader loader,
NamedList<String> initArgs) |
void |
ManagedResourceStorage.InMemoryStorageIO.configure(SolrResourceLoader loader,
NamedList<String> initArgs) |
protected Map<String,Object> |
ManagedResource.convertNamedListToMap(NamedList<?> args)
Converts a NamedList<?
|
void |
RestManager.init(SolrResourceLoader loader,
NamedList<String> initArgs,
ManagedResourceStorage.StorageIO storageIO)
Initializes the RestManager with the storageIO being optionally created outside of this implementation
such as to use ZooKeeper instead of the local FS.
|
static ManagedResourceStorage.StorageIO |
ManagedResourceStorage.newStorageIO(String collection,
SolrResourceLoader resourceLoader,
NamedList<String> initArgs)
Creates a new StorageIO instance for a Solr core, taking into account
whether the core is running in cloud mode as well as initArgs.
|
protected void |
ManagedResource.notifyObserversDuringInit(NamedList<?> args,
List<ManagedResourceObserver> observers)
Notifies all registered observers that the ManagedResource is initialized.
|
protected abstract void |
ManagedResource.onManagedDataLoadedFromStorage(NamedList<?> managedInitArgs,
Object managedData)
Method called after data has been loaded from storage to give the concrete
implementation a chance to post-process the data.
|
void |
ManagedResourceObserver.onManagedResourceInitialized(NamedList<?> args,
ManagedResource res)
Event notification raised once during core initialization to notify
listeners that a ManagedResource is fully initialized.
|
protected boolean |
ManagedResource.updateInitArgs(NamedList<?> updatedArgs)
Called from
ManagedResource.doPut(BaseSolrResource,Representation,Object)
to update this resource's init args using the given updatedArgs |
Modifier and Type | Method and Description |
---|---|
boolean |
ManagedSynonymFilterFactory.SynonymManager.getIgnoreCase(NamedList<?> initArgs) |
boolean |
ManagedWordSetResource.getIgnoreCase(NamedList<?> initArgs)
Returns the boolean value of the
ManagedWordSetResource.IGNORE_CASE_INIT_ARG init arg,
or the default value (false) if it has not been specified |
protected void |
ManagedSynonymFilterFactory.SynonymManager.onManagedDataLoadedFromStorage(NamedList<?> managedInitArgs,
Object managedData) |
protected void |
ManagedWordSetResource.onManagedDataLoadedFromStorage(NamedList<?> initArgs,
Object data)
Invoked when loading data from storage to initialize the
list of words managed by this instance.
|
void |
ManagedSynonymFilterFactory.onManagedResourceInitialized(NamedList<?> initArgs,
ManagedResource res)
Called once, during core initialization, to initialize any analysis components
that depend on the data managed by this resource.
|
void |
ManagedStopFilterFactory.onManagedResourceInitialized(NamedList<?> args,
ManagedResource res)
Callback invoked by the
ManagedResource instance to trigger this
class to create the CharArraySet used to create the StopFilter using the
wordset managed by ManagedWordSetResource . |
protected boolean |
ManagedWordSetResource.updateInitArgs(NamedList<?> updatedArgs) |
Modifier and Type | Method and Description |
---|---|
void |
ClassicIndexSchemaFactory.init(NamedList args) |
void |
ExternalFileFieldReloader.init(NamedList args) |
void |
ManagedIndexSchemaFactory.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
protected NamedList |
Grouping.Command.commonResponse() |
NamedList |
QParserPlugin.getStatistics() |
NamedList |
LRUCache.getStatistics() |
NamedList<Object> |
SolrIndexSearcher.getStatistics() |
NamedList |
FastLRUCache.getStatistics() |
NamedList |
SolrFieldCacheMBean.getStatistics() |
NamedList |
LFUCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
QParser.addDebugInfo(NamedList<Object> debugInfo) |
void |
DisMaxQParser.addDebugInfo(NamedList<Object> debugInfo) |
void |
ExtendedDismaxQParser.addDebugInfo(NamedList<Object> debugInfo) |
protected void |
Grouping.Command.addDocList(NamedList rsp,
org.apache.lucene.search.grouping.GroupDocs groups) |
void |
ValueSourceParser.init(NamedList args)
Initialize the plugin.
|
void |
TermQParserPlugin.init(NamedList args) |
void |
HashQParserPlugin.init(NamedList params) |
void |
CollapsingQParserPlugin.init(NamedList namedList) |
void |
TermsQParserPlugin.init(NamedList args) |
void |
SpatialBoxQParserPlugin.init(NamedList args) |
void |
LuceneQParserPlugin.init(NamedList args) |
void |
SpatialFilterQParserPlugin.init(NamedList args) |
void |
JoinQParserPlugin.init(NamedList args) |
void |
ReRankQParserPlugin.init(NamedList args) |
void |
ExtendedDismaxQParserPlugin.init(NamedList args) |
void |
BoostQParserPlugin.init(NamedList args) |
void |
RawQParserPlugin.init(NamedList args) |
void |
NestedQParserPlugin.init(NamedList args) |
void |
FunctionRangeQParserPlugin.init(NamedList args) |
void |
DisMaxQParserPlugin.init(NamedList args) |
void |
OldLuceneQParserPlugin.init(NamedList args) |
void |
SimpleQParserPlugin.init(NamedList args)
No initialization is necessary so this method is empty.
|
void |
ComplexPhraseQParserPlugin.init(NamedList args) |
void |
FunctionQParserPlugin.init(NamedList args) |
void |
SurroundQParserPlugin.init(NamedList args) |
void |
ExportQParserPlugin.init(NamedList namedList) |
void |
SwitchQParserPlugin.init(NamedList args) |
void |
PrefixQParserPlugin.init(NamedList args) |
void |
FieldQParserPlugin.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
NamedList |
CommandHandler.processResult(SolrIndexSearcher.QueryResult queryResult,
ShardResultTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
protected NamedList |
TopGroupsResultTransformer.serializeTopDocs(QueryCommandResult result) |
protected NamedList |
TopGroupsResultTransformer.serializeTopGroups(org.apache.lucene.search.grouping.TopGroups<org.apache.lucene.util.BytesRef> data,
SchemaField groupField) |
NamedList |
TopGroupsResultTransformer.transform(List<Command> data)
Transforms data to a
NamedList structure for serialization purposes. |
NamedList |
SearchGroupsResultTransformer.transform(List<Command> data)
Transforms data to a
NamedList structure for serialization purposes. |
NamedList |
ShardResultTransformer.transform(T data)
Transforms data to a
NamedList structure for serialization purposes. |
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
TopGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
R |
ShardResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
Map<String,Pair<Integer,Collection<org.apache.lucene.search.grouping.SearchGroup<org.apache.lucene.util.BytesRef>>>> |
SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
TopGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
R |
ShardResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
Map<String,Pair<Integer,Collection<org.apache.lucene.search.grouping.SearchGroup<org.apache.lucene.util.BytesRef>>>> |
SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
Modifier and Type | Method and Description |
---|---|
void |
ScoreJoinQParserPlugin.init(NamedList args) |
void |
BlockJoinParentQParserPlugin.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
void |
MLTQParserPlugin.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
static int |
ResponseUtils.getErrorInfo(Throwable ex,
NamedList info,
org.slf4j.Logger log)
Adds the given Throwable's message to the given NamedList.
|
Modifier and Type | Method and Description |
---|---|
NamedList<String> |
SpellCheckCollation.getMisspellingsAndCorrections() |
Modifier and Type | Method and Description |
---|---|
void |
QueryConverter.init(NamedList args) |
String |
SolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
FileBasedSpellChecker.init(NamedList config,
SolrCore core) |
String |
IndexBasedSpellChecker.init(NamedList config,
SolrCore core) |
String |
ConjunctionSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
DirectSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
AbstractLuceneSpellChecker.init(NamedList config,
SolrCore core) |
String |
WordBreakSolrSpellChecker.init(NamedList config,
SolrCore core) |
void |
SpellCheckCollation.setMisspellingsAndCorrections(NamedList<String> misspellingsAndCorrections) |
Modifier and Type | Field and Description |
---|---|
protected NamedList |
DictionaryFactory.params |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.lucene.search.suggest.Lookup |
LookupFactory.create(NamedList params,
SolrCore core)
Create a Lookup using config options in
params and
current core |
String |
SolrSuggester.init(NamedList<?> config,
SolrCore core)
Uses the
config and the core to initialize the underlying
Lucene suggester |
String |
Suggester.init(NamedList config,
SolrCore core) |
void |
DictionaryFactory.setParams(NamedList params)
Sets the parameters available to SolrSuggester for use in Dictionary creation
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.suggest.Lookup |
AnalyzingInfixLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
FuzzyLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
BlendedInfixLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
WFSTLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
FSTLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
FreeTextLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
AnalyzingLookupFactory.create(NamedList params,
SolrCore core) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.suggest.Lookup |
JaspellLookupFactory.create(NamedList params,
SolrCore core) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.suggest.Lookup |
TSTLookupFactory.create(NamedList params,
SolrCore core) |
Modifier and Type | Method and Description |
---|---|
NamedList<Number> |
Metrics.getStatistics() |
Modifier and Type | Method and Description |
---|---|
NamedList |
HdfsLocalityReporter.getStatistics()
Provide statistics on HDFS block locality, both in terms of bytes and block counts.
|
Modifier and Type | Method and Description |
---|---|
void |
UIMAUpdateRequestProcessorFactory.init(NamedList args) |
Constructor and Description |
---|
SolrUIMAConfigurationReader(NamedList<Object> args) |
Modifier and Type | Method and Description |
---|---|
NamedList |
DirectUpdateHandler2.getStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
TikaLanguageIdentifierUpdateProcessorFactory.init(NamedList args)
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly
to a RequestHandler, with defaults, appends and invariants.
|
void |
LangDetectLanguageIdentifierUpdateProcessorFactory.init(NamedList args)
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly
to a RequestHandler, with defaults, appends and invariants.
|
void |
CloneFieldUpdateProcessorFactory.init(NamedList args) |
void |
DefaultValueUpdateProcessorFactory.init(NamedList args) |
void |
StatelessScriptUpdateProcessorFactory.init(NamedList args) |
void |
RegexpBoostProcessorFactory.init(NamedList args) |
void |
AbstractDefaultValueUpdateProcessorFactory.init(NamedList args) |
void |
IgnoreCommitOptimizeUpdateProcessorFactory.init(NamedList args) |
void |
ParseDateFieldUpdateProcessorFactory.init(NamedList args) |
void |
PreAnalyzedUpdateProcessorFactory.init(NamedList args) |
void |
TrimFieldUpdateProcessorFactory.init(NamedList args) |
void |
ParseBooleanFieldUpdateProcessorFactory.init(NamedList args) |
void |
LogUpdateProcessorFactory.init(NamedList args) |
void |
UUIDUpdateProcessorFactory.init(NamedList args) |
void |
RemoveBlankFieldUpdateProcessorFactory.init(NamedList args) |
void |
TruncateFieldUpdateProcessorFactory.init(NamedList args) |
void |
ConcatFieldUpdateProcessorFactory.init(NamedList args) |
void |
URLClassifyProcessorFactory.init(NamedList args) |
void |
DistributedUpdateProcessorFactory.init(NamedList args) |
void |
FieldLengthUpdateProcessorFactory.init(NamedList args) |
void |
RegexReplaceProcessorFactory.init(NamedList args) |
void |
DocBasedVersionConstraintsProcessorFactory.init(NamedList args) |
void |
FieldMutatingUpdateProcessorFactory.init(NamedList args)
Handles common initialization related to source fields for
constructing the FieldNameSelector to be used.
|
void |
SignatureUpdateProcessorFactory.init(NamedList args) |
void |
DocExpirationUpdateProcessorFactory.init(NamedList args) |
void |
ParseNumericFieldUpdateProcessorFactory.init(NamedList args) |
void |
AddSchemaFieldsUpdateProcessorFactory.init(NamedList args) |
void |
FieldNameMutatingUpdateProcessorFactory.init(NamedList args) |
void |
UpdateRequestProcessorFactory.init(NamedList args) |
static Collection<FieldMutatingUpdateProcessorFactory.SelectorParams> |
FieldMutatingUpdateProcessorFactory.parseSelectorExclusionParams(NamedList args) |
static FieldMutatingUpdateProcessorFactory.SelectorParams |
FieldMutatingUpdateProcessorFactory.parseSelectorParams(NamedList args) |
Modifier and Type | Method and Description |
---|---|
NamedList |
RTimer.asNamedList() |
static NamedList<Object> |
DOMUtil.childNodesToNamedList(Node nd) |
static NamedList |
SolrPluginUtils.doStandardDebug(SolrQueryRequest req,
String userQuery,
org.apache.lucene.search.Query query,
DocList results,
boolean dbgQuery,
boolean dbgResults)
Returns a NamedList containing many "standard" pieces of debugging
information.
|
static NamedList<NamedList<Object>> |
SolrPluginUtils.explanationsToNamedLists(NamedList<org.apache.lucene.search.Explanation> explanations) |
static NamedList<Object> |
SolrPluginUtils.explanationToNamedList(org.apache.lucene.search.Explanation e) |
static NamedList<org.apache.lucene.search.Explanation> |
SolrPluginUtils.getExplanations(org.apache.lucene.search.Query query,
DocList docs,
SolrIndexSearcher searcher,
IndexSchema schema)
Generates an NamedList of Explanations for each item in a list of docs.
|
static NamedList<Object> |
DOMUtil.nodesToNamedList(NodeList nlst) |
static NamedList<Object> |
SolrCLI.postJsonToSolr(SolrClient solrClient,
String updatePath,
String jsonBody) |
static <T> NamedList<T> |
SolrPluginUtils.removeNulls(Map.Entry<String,T>[] entries,
NamedList<T> dest)
Adds to
dest all the not-null elements of entries that have non-null names |
Modifier and Type | Method and Description |
---|---|
static NamedList<NamedList<Object>> |
SolrPluginUtils.explanationsToNamedLists(NamedList<org.apache.lucene.search.Explanation> explanations) |
Modifier and Type | Method and Description |
---|---|
static void |
DOMUtil.addToNamedList(Node nd,
NamedList nlst,
List arr)
Examines a Node from the DOM representation of a NamedList and adds the
contents of that node to both the specified NamedList and List passed
as arguments.
|
static void |
SolrPluginUtils.doStandardQueryDebug(SolrQueryRequest req,
String userQuery,
org.apache.lucene.search.Query query,
boolean dbgQuery,
NamedList dbg) |
static void |
SolrPluginUtils.doStandardResultsDebug(SolrQueryRequest req,
org.apache.lucene.search.Query query,
DocList results,
boolean dbgResults,
NamedList dbg) |
static NamedList<NamedList<Object>> |
SolrPluginUtils.explanationsToNamedLists(NamedList<org.apache.lucene.search.Explanation> explanations) |
Object |
PivotListEntry.extract(NamedList<Object> pivotList)
Given a
NamedList representing a Pivot Value, extracts the Object
which corrisponds to this PivotListEntry , or returns null if not found. |
static void |
SolrPluginUtils.invokeSetters(Object bean,
NamedList initArgs) |
static <T> NamedList<T> |
SolrPluginUtils.removeNulls(Map.Entry<String,T>[] entries,
NamedList<T> dest)
Adds to
dest all the not-null elements of entries that have non-null names |
Modifier and Type | Method and Description |
---|---|
void |
NamedListInitializedPlugin.init(NamedList args) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.