Package | Description |
---|---|
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.response |
Convenience classes for dealing with various types of Solr responses.
|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.common |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
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 |
Plugins for
DataImportHandler that have additional dependencies. |
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 |
VelocityResponseWriter and related code. |
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 |
FieldType plugins that have additional dependencies. |
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.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.uima.processor |
UIMAUpdateRequestProcessorFactory and related code. |
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
Various implementations of
LanguageIdentifierUpdateProcessor and their factories. |
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 |
---|---|
abstract NamedList<Object> |
SolrResponse.getResponse() |
abstract NamedList<Object> |
ResponseParser.processResponse(InputStream body,
String encoding) |
abstract NamedList<Object> |
ResponseParser.processResponse(Reader reader) |
abstract NamedList<Object> |
SolrServer.request(SolrRequest request)
SolrServer implementations need to implement how a request is actually processed
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SolrResponse.setResponse(NamedList<Object> rsp) |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
EmbeddedSolrServer.getParsedResponse(SolrQueryRequest req,
SolrQueryResponse rsp)
|
NamedList<Object> |
EmbeddedSolrServer.request(SolrRequest request) |
Modifier and Type | Class and Description |
---|---|
static class |
CloudSolrServer.RouteResponse |
Modifier and Type | Field and Description |
---|---|
protected NamedList<Object> |
LBHttpSolrServer.Rsp.rsp |
Modifier and Type | Field and Description |
---|---|
Future<NamedList<Object>> |
HttpSolrServer.HttpUriRequestResponse.future |
Modifier and Type | Method and Description |
---|---|
protected NamedList<Object> |
HttpSolrServer.executeMethod(org.apache.http.client.methods.HttpRequestBase method,
ResponseParser processor) |
NamedList<Object> |
LBHttpSolrServer.Rsp.getResponse()
The response from the server
|
NamedList |
CloudSolrServer.RouteResponse.getRouteResponses() |
NamedList<Throwable> |
CloudSolrServer.RouteException.getThrowables() |
NamedList<Object> |
XMLResponseParser.processResponse(InputStream in,
String encoding) |
NamedList<Object> |
StreamingBinaryResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
NoOpResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
BinaryResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
XMLResponseParser.processResponse(Reader in) |
NamedList<Object> |
NoOpResponseParser.processResponse(Reader reader) |
NamedList<Object> |
BinaryResponseParser.processResponse(Reader reader) |
protected NamedList<Object> |
XMLResponseParser.readNamedList(XMLStreamReader parser) |
NamedList<Object> |
ConcurrentUpdateSolrServer.request(SolrRequest request) |
NamedList<Object> |
CloudSolrServer.request(SolrRequest request) |
NamedList<Object> |
HttpSolrServer.request(SolrRequest request)
Process the request.
|
NamedList<Object> |
LBHttpSolrServer.request(SolrRequest request)
Tries to query a live server.
|
NamedList<Object> |
HttpSolrServer.request(SolrRequest request,
ResponseParser processor) |
Modifier and Type | Method and Description |
---|---|
CloudSolrServer.RouteResponse |
CloudSolrServer.condenseResponse(NamedList response,
long timeMillis) |
int |
CloudSolrServer.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> |
CloudSolrServer.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 |
CloudSolrServer.RouteResponse.setRouteResponses(NamedList routeResponses) |
Constructor and Description |
---|
RouteException(SolrException.ErrorCode errorCode,
NamedList<Throwable> throwables,
Map<String,LBHttpSolrServer.Req> routes) |
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 |
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 |
FieldAnalysisResponse.setResponse(NamedList<Object> response) |
void |
QueryResponse.setResponse(NamedList<Object> res) |
void |
LukeResponse.setResponse(NamedList<Object> res) |
void |
DocumentAnalysisResponse.setResponse(NamedList<Object> response) |
void |
SolrResponseBase.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,
SolrServer solrServer)
Utility constructor to set the solrServer and namedList
|
SpellCheckResponse(NamedList<NamedList<Object>> spellInfo) |
Suggestion(String token,
NamedList<Object> suggestion) |
TermsResponse(NamedList<NamedList<Number>> termsInfo) |
Constructor and Description |
---|
SpellCheckResponse(NamedList<NamedList<Object>> spellInfo) |
TermsResponse(NamedList<NamedList<Number>> termsInfo) |
Modifier and Type | Method and Description |
---|---|
NamedList<Object> |
OverseerSolrResponse.getResponse() |
Modifier and Type | Method and Description |
---|---|
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<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 |
PluginInfo.initArgs |
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. |
NamedList |
AbstractSolrEventListener.getArgs() |
NamedList |
SolrInfoMBean.getStatistics()
Any statistics this instance would like to be publicly available via
the Solr Administration interface.
|
NamedList |
SolrCore.getStatistics() |
NamedList |
RequestHandlers.LazyRequestHandlerWrapper.getStatistics() |
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)
Potentially initializes
IndexReaderFactory.termInfosIndexDivisor . |
void |
SolrCore.LazyQueryResponseWriterWrapper.init(NamedList args) |
void |
CodecFactory.init(NamedList args) |
void |
NRTCachingDirectoryFactory.init(NamedList args) |
void |
SchemaCodecFactory.init(NamedList args) |
void |
RequestHandlers.LazyRequestHandlerWrapper.init(NamedList args)
In normal use, this function will not be called
|
void |
MMapDirectoryFactory.init(NamedList args) |
void |
HdfsDirectoryFactory.init(NamedList args) |
void |
SolrDeletionPolicy.init(NamedList args) |
void |
AbstractSolrEventListener.init(NamedList args) |
void |
CachingDirectoryFactory.init(NamedList args) |
Constructor and Description |
---|
LazyQueryResponseWriterWrapper(SolrCore core,
String className,
NamedList args) |
LazyRequestHandlerWrapper(SolrCore core,
String className,
NamedList args) |
PluginInfo(String type,
Map<String,String> attrs,
NamedList initArgs,
List<PluginInfo> children) |
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 abstract NamedList |
AnalysisRequestHandlerBase.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 NamedList |
FieldAnalysisRequestHandler.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 |
ReplicationHandler.getStatistics() |
NamedList<Object> |
RequestHandlerBase.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 |
XmlUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
UpdateRequestHandler.init(NamedList args) |
void |
BinaryUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
CSVRequestHandler.init(NamedList args)
Deprecated.
|
void |
DocumentAnalysisRequestHandler.init(NamedList args) |
void |
PingRequestHandler.init(NamedList args) |
void |
ContentStreamHandlerBase.init(NamedList args) |
void |
JsonUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
RequestHandlerBase.init(NamedList args)
Initializes the
SolrRequestHandler by creating three SolrParams named. |
void |
MoreLikeThisHandler.init(NamedList args) |
void |
XsltUpdateRequestHandler.init(NamedList args)
Deprecated.
|
Constructor and Description |
---|
SnapPuller(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() |
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 |
---|---|
NamedList |
SolrInfoMBeanHandler.diffNamedList(NamedList ref,
NamedList now) |
NamedList |
SolrInfoMBeanHandler.diffNamedList(NamedList ref,
NamedList now) |
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 |
ShowFileRequestHandler.init(NamedList args) |
void |
CoreAdminHandler.init(NamedList args) |
void |
InfoHandler.init(NamedList args) |
void |
CollectionsHandler.init(NamedList args) |
void |
AdminHandlers.init(NamedList args)
Save the args and pass them to each standard handler
|
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 |
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.
|
NamedList<Object> |
ResponseBuilder.getDebugInfo() |
NamedList |
SearchComponent.getStatistics() |
NamedList |
SuggestComponent.getStatistics() |
NamedList<?> |
StatsValues.getStatsValues()
Translates the values into a NamedList representation
|
protected NamedList |
SpellCheckComponent.toNamedList(boolean shardRequest,
SpellingResult spellingResult,
String origQuery,
boolean extendedResults,
boolean collate,
boolean correctlySpelled) |
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. |
protected List<NamedList<Object>> |
PivotFacetProcessor.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
Deque<String> vnames,
DocSet docs)
Recursive function to compute all the pivot counts for the values under teh specified field
|
static List<NamedList<Object>> |
PivotFacetHelper.getPivots(NamedList<Object> pivotList) |
List<NamedList<Object>> |
PivotFacet.getTrimmedPivotsAsListOfNamedLists(ResponseBuilder rb)
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 completel response tree for each pivot. |
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) |
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. |
protected List<NamedList<Object>> |
PivotFacetProcessor.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
Deque<String> vnames,
DocSet docs)
Recursive function to compute all the pivot counts for the values under teh specified field
|
static Integer |
PivotFacetHelper.getCount(NamedList<Object> pivotList) |
static String |
PivotFacetHelper.getField(NamedList<Object> pivotList) |
protected <T> T |
HttpShardHandlerFactory.getParameter(NamedList initArgs,
String configKey,
T defaultValue) |
static List<NamedList<Object>> |
PivotFacetHelper.getPivots(NamedList<Object> pivotList) |
static Comparable |
PivotFacetHelper.getValue(NamedList<Object> pivotList) |
void |
SpellCheckComponent.init(NamedList args) |
void |
SearchComponent.init(NamedList args) |
void |
TermVectorComponent.init(NamedList args) |
void |
QueryElevationComponent.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.
|
void |
TermsComponent.TermsHelper.parse(NamedList<NamedList<Number>> terms) |
void |
ResponseBuilder.setDebugInfo(NamedList<Object> debugInfo) |
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.
|
void |
TermsComponent.TermsHelper.parse(NamedList<NamedList<Number>> terms) |
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> |
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.
|
NamedList<Object> |
PostingsSolrHighlighter.doHighlighting(DocList docs,
org.apache.lucene.search.Query query,
SolrQueryRequest req,
String[] defaultFields) |
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 |
SolrEncoder.init(NamedList args)
init will be called just once, immediately after creation. |
void |
HighlightingPluginBase.init(NamedList args) |
void |
RegexFragmenter.init(NamedList args) |
void |
SolrFormatter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
SolrFragListBuilder.init(NamedList args)
init will be called just once, immediately after creation. |
void |
SolrFragmenter.init(NamedList args)
init will be called just once, immediately after creation. |
Modifier and Type | Method and Description |
---|---|
NamedList<Integer> |
UnInvertedField.getCounts(SolrIndexSearcher searcher,
DocSet baseDocs,
int offset,
int limit,
Integer mincount,
boolean missing,
String sort,
String prefix) |
static NamedList<Integer> |
DocValuesFacets.getCounts(SolrIndexSearcher searcher,
DocSet docs,
String fieldName,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix) |
NamedList<Object> |
SimpleFacets.getFacetCounts()
Looks at various Params to determining if any simple Facet Constraint count
computations are desired.
|
NamedList<Object> |
SimpleFacets.getFacetDateCounts()
Deprecated.
Use getFacetRangeCounts which is more generalized
|
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<Object> |
SimpleFacets.getFacetRangeCounts()
Returns a list of value constraints and the associated facet
counts for each facet numerical field, range, and interval
specified in the SolrParams
|
NamedList<Integer> |
SimpleFacets.getFacetTermEnumCounts(SolrIndexSearcher searcher,
DocSet docs,
String field,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix)
Returns a list of terms in the specified field along with the
corresponding count of documents in the set that match that constraint.
|
static NamedList<Integer> |
SimpleFacets.getFieldCacheCounts(SolrIndexSearcher searcher,
DocSet docs,
String fieldName,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix)
Use the Lucene FieldCache to get counts for each unique field value in
docs . |
NamedList<Integer> |
SimpleFacets.getGroupedCounts(SolrIndexSearcher searcher,
DocSet base,
String field,
boolean multiToken,
int offset,
int limit,
int mincount,
boolean missing,
String sort,
String prefix) |
protected NamedList<Integer> |
SimpleFacets.getListedTermCounts(String field,
DocSet base,
List<String> terms)
Computes the term->count counts for the specified term values relative to the
|
NamedList<Integer> |
SimpleFacets.getTermCounts(String field)
Term counts for use in field faceting that resepects the appropriate mincount
|
NamedList<Integer> |
SimpleFacets.getTermCounts(String field,
DocSet base)
Term counts for use in field faceting that resepects the appropriate mincount
|
NamedList<Integer> |
SimpleFacets.getTermCountsForPivots(String field,
DocSet docs)
Term counts for use in pivot faceting that resepcts the appropriate mincount
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFacets.getFacetDateCounts(String dateFacet,
NamedList<Object> resOuter)
Deprecated.
Use getFacetRangeCounts which is more generalized
|
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()
Repsonse 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 |
RawResponseWriter.init(NamedList n) |
void |
PythonResponseWriter.init(NamedList n) |
void |
BinaryResponseWriter.init(NamedList args) |
void |
QueryResponseWriter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
SortingResponseWriter.init(NamedList args) |
void |
SchemaXmlResponseWriter.init(NamedList n) |
void |
PHPResponseWriter.init(NamedList namedList) |
void |
CSVResponseWriter.init(NamedList n) |
void |
PHPSerializedResponseWriter.init(NamedList namedList) |
void |
JSONResponseWriter.init(NamedList namedList) |
void |
XSLTResponseWriter.init(NamedList n) |
void |
XMLResponseWriter.init(NamedList n) |
void |
RubyResponseWriter.init(NamedList n) |
void |
SolrQueryResponse.setAllValues(NamedList<Object> nameValuePairs)
Sets data to be returned in this response
|
abstract void |
TextResponseWriter.writeNamedList(String name,
NamedList val) |
void |
XMLWriter.writeNamedList(String name,
NamedList val) |
void |
SchemaXmlWriter.writeNamedList(String name,
NamedList val) |
Modifier and Type | Method and Description |
---|---|
void |
TransformerFactory.init(NamedList args) |
void |
ValueAugmenterFactory.init(NamedList args) |
void |
ExplainAugmenterFactory.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 |
ExternalFileFieldReloader.init(NamedList args) |
void |
ManagedIndexSchemaFactory.init(NamedList args) |
void |
ClassicIndexSchemaFactory.init(NamedList args) |
Modifier and Type | Method and Description |
---|---|
protected NamedList |
Grouping.Command.commonResponse() |
NamedList |
FastLRUCache.getStatistics() |
NamedList |
LFUCache.getStatistics() |
NamedList |
SolrFieldCacheMBean.getStatistics() |
NamedList |
QParserPlugin.getStatistics() |
NamedList |
LRUCache.getStatistics() |
NamedList<Object> |
SolrIndexSearcher.getStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedDismaxQParser.addDebugInfo(NamedList<Object> debugInfo) |
void |
QParser.addDebugInfo(NamedList<Object> debugInfo) |
void |
DisMaxQParser.addDebugInfo(NamedList<Object> debugInfo) |
protected void |
Grouping.Command.addDocList(NamedList rsp,
org.apache.lucene.search.grouping.GroupDocs groups) |
void |
FunctionQParserPlugin.init(NamedList args) |
void |
ComplexPhraseQParserPlugin.init(NamedList args) |
void |
CollapsingQParserPlugin.init(NamedList namedList) |
void |
LuceneQParserPlugin.init(NamedList args) |
void |
OldLuceneQParserPlugin.init(NamedList args) |
void |
BoostQParserPlugin.init(NamedList args) |
void |
ReRankQParserPlugin.init(NamedList args) |
void |
ExportQParserPlugin.init(NamedList namedList) |
void |
ValueSourceParser.init(NamedList args)
Initialize the plugin.
|
void |
JoinQParserPlugin.init(NamedList args) |
void |
TermQParserPlugin.init(NamedList args) |
void |
FieldQParserPlugin.init(NamedList args) |
void |
NestedQParserPlugin.init(NamedList args) |
void |
DisMaxQParserPlugin.init(NamedList args) |
void |
SimpleQParserPlugin.init(NamedList args)
No initialization is necessary so this method is empty.
|
void |
SurroundQParserPlugin.init(NamedList args) |
void |
SpatialFilterQParserPlugin.init(NamedList args) |
void |
RawQParserPlugin.init(NamedList args) |
void |
SpatialBoxQParserPlugin.init(NamedList args) |
void |
FunctionRangeQParserPlugin.init(NamedList args) |
void |
PrefixQParserPlugin.init(NamedList args) |
void |
TermsQParserPlugin.init(NamedList args) |
void |
ExtendedDismaxQParserPlugin.init(NamedList args) |
void |
SwitchQParserPlugin.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 |
SearchGroupsResultTransformer.transform(List<Command> data)
Transforms data to a
NamedList structure for serialization purposes. |
NamedList |
TopGroupsResultTransformer.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,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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockJoinParentQParserPlugin.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 |
FileBasedSpellChecker.init(NamedList config,
SolrCore core) |
String |
SolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
ConjunctionSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
IndexBasedSpellChecker.init(NamedList config,
SolrCore core) |
String |
DirectSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
WordBreakSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
AbstractLuceneSpellChecker.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 |
FuzzyLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
AnalyzingInfixLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
WFSTLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
FreeTextLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
BlendedInfixLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
FSTLookupFactory.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 |
---|---|
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 |
---|---|
static Boolean |
FieldMutatingUpdateProcessorFactory.getBooleanArg(NamedList args,
String key)
Deprecated.
Use
removeBooleanArg(java.lang.String) instead. Will be
removed in 5.0. |
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 |
StatelessScriptUpdateProcessorFactory.init(NamedList args) |
void |
PreAnalyzedUpdateProcessorFactory.init(NamedList args) |
void |
UpdateRequestProcessorFactory.init(NamedList args) |
void |
RegexReplaceProcessorFactory.init(NamedList args) |
void |
DefaultValueUpdateProcessorFactory.init(NamedList args) |
void |
TruncateFieldUpdateProcessorFactory.init(NamedList args) |
void |
UniqFieldsUpdateProcessorFactory.init(NamedList args) |
void |
DocBasedVersionConstraintsProcessorFactory.init(NamedList args) |
void |
RegexpBoostProcessorFactory.init(NamedList args) |
void |
ConcatFieldUpdateProcessorFactory.init(NamedList args) |
void |
SignatureUpdateProcessorFactory.init(NamedList args) |
void |
FieldMutatingUpdateProcessorFactory.init(NamedList args)
Handles common initialization related to source fields for
constructing the FieldNameSelector to be used.
|
void |
FieldLengthUpdateProcessorFactory.init(NamedList args) |
void |
RemoveBlankFieldUpdateProcessorFactory.init(NamedList args) |
void |
DocExpirationUpdateProcessorFactory.init(NamedList args) |
void |
CloneFieldUpdateProcessorFactory.init(NamedList args) |
void |
ParseNumericFieldUpdateProcessorFactory.init(NamedList args) |
void |
ParseBooleanFieldUpdateProcessorFactory.init(NamedList args) |
void |
URLClassifyProcessorFactory.init(NamedList args) |
void |
AbstractDefaultValueUpdateProcessorFactory.init(NamedList args) |
void |
AddSchemaFieldsUpdateProcessorFactory.init(NamedList args) |
void |
ParseDateFieldUpdateProcessorFactory.init(NamedList args) |
void |
DistributedUpdateProcessorFactory.init(NamedList args) |
void |
LogUpdateProcessorFactory.init(NamedList args) |
void |
TrimFieldUpdateProcessorFactory.init(NamedList args) |
void |
UUIDUpdateProcessorFactory.init(NamedList args) |
static Collection<String> |
FieldMutatingUpdateProcessorFactory.oneOrMany(NamedList args,
String key)
Deprecated.
Replaced by
removeConfigArgs(String) . Will be
removed in version 5.0. |
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 <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) |
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–2014 The Apache Software Foundation. All rights reserved.