| 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 | Field and Description |
|---|---|
protected NamedList<Object> |
LBHttpSolrServer.Rsp.rsp |
| Modifier and Type | Method and Description |
|---|---|
NamedList<Object> |
LBHttpSolrServer.Rsp.getResponse()
The response from the server
|
NamedList<Object> |
StreamingBinaryResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
XMLResponseParser.processResponse(InputStream in,
String encoding) |
NamedList<Object> |
BinaryResponseParser.processResponse(InputStream body,
String encoding) |
NamedList<Object> |
XMLResponseParser.processResponse(Reader in) |
NamedList<Object> |
BinaryResponseParser.processResponse(Reader reader) |
protected NamedList<Object> |
XMLResponseParser.readNamedList(XMLStreamReader parser) |
NamedList<Object> |
LBHttpSolrServer.request(SolrRequest request)
Tries to query a live server.
|
NamedList<Object> |
ConcurrentUpdateSolrServer.request(SolrRequest request) |
NamedList<Object> |
HttpSolrServer.request(SolrRequest request)
Process the request.
|
NamedList<Object> |
CloudSolrServer.request(SolrRequest request) |
NamedList<Object> |
HttpSolrServer.request(SolrRequest request,
ResponseParser processor) |
| Modifier and Type | Method and Description |
|---|---|
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus() |
NamedList<Object> |
CoreAdminResponse.getCoreStatus(String core) |
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 |
|---|---|
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 |
SolrResponseBase.setResponse(NamedList<Object> response) |
void |
LukeResponse.setResponse(NamedList<Object> res) |
void |
DocumentAnalysisResponse.setResponse(NamedList<Object> response) |
void |
FieldAnalysisResponse.setResponse(NamedList<Object> response) |
void |
QueryResponse.setResponse(NamedList<Object> res) |
| 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.Suggestion(String token,
NamedList<Object> suggestion) |
SpellCheckResponse(NamedList<NamedList<Object>> spellInfo) |
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> |
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(FastInputStream 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 |
|---|---|
protected NamedList |
AbstractSolrEventListener.args |
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 |
SolrInfoMBean.getStatistics()
Any statistics this instance would like to be publicly available via
the Solr Administration interface.
|
NamedList |
RequestHandlers.LazyRequestHandlerWrapper.getStatistics() |
NamedList |
SolrCore.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 |
RequestHandlers.LazyRequestHandlerWrapper.init(NamedList args)
In normal use, this function will not be called
|
void |
SolrDeletionPolicy.init(NamedList args) |
void |
IndexReaderFactory.init(NamedList args)
Potentially initializes
IndexReaderFactory.termInfosIndexDivisor. |
void |
CachingDirectoryFactory.init(NamedList args) |
void |
AbstractSolrEventListener.init(NamedList args) |
void |
SolrCore.LazyQueryResponseWriterWrapper.init(NamedList args) |
void |
MMapDirectoryFactory.init(NamedList args) |
void |
CodecFactory.init(NamedList args) |
| Constructor and Description |
|---|
PluginInfo(String type,
Map<String,String> attrs,
NamedList initArgs,
List<PluginInfo> children) |
RequestHandlers.LazyRequestHandlerWrapper(SolrCore core,
String className,
NamedList args) |
SolrCore.LazyQueryResponseWriterWrapper(SolrCore core,
String className,
NamedList args) |
| 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<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 |
PingRequestHandler.init(NamedList args) |
void |
RequestHandlerBase.init(NamedList args)
Initializes the
SolrRequestHandler by creating three SolrParams named. |
void |
CSVRequestHandler.init(NamedList args)
Deprecated.
|
void |
XmlUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
UpdateRequestHandler.init(NamedList args) |
void |
JsonUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
ContentStreamHandlerBase.init(NamedList args) |
void |
XsltUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
BinaryUpdateRequestHandler.init(NamedList args)
Deprecated.
|
void |
MoreLikeThisHandler.init(NamedList args) |
void |
DocumentAnalysisRequestHandler.init(NamedList args) |
| 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) |
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 |
CoreAdminHandler.init(NamedList args) |
void |
CollectionsHandler.init(NamedList args) |
void |
AdminHandlers.init(NamedList args)
Save the args and pass them to each standard handler
|
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 | Method and Description |
|---|---|
abstract NamedList |
DocumentClusteringEngine.cluster(DocSet docs,
SolrParams solrParams)
Experimental.
|
abstract NamedList |
DocumentClusteringEngine.cluster(SolrParams solrParams)
Experimental.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteringComponent.init(NamedList args) |
String |
ClusteringEngine.init(NamedList config,
SolrCore core) |
| Modifier and Type | Method and Description |
|---|---|
String |
CarrotClusteringEngine.init(NamedList config,
SolrCore core) |
| Modifier and Type | Field and Description |
|---|---|
protected NamedList |
SpellCheckComponent.initParams |
protected NamedList |
TermVectorComponent.initParams |
| Modifier and Type | Method and Description |
|---|---|
NamedList |
TermsComponent.TermsHelper.buildResponse() |
NamedList<Object> |
ResponseBuilder.getDebugInfo() |
NamedList |
SearchComponent.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 |
|---|---|
protected List<NamedList<Object>> |
PivotFacetHelper.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
ResponseBuilder rb,
DocSet docs,
int minMatch)
Recursive function to do all the pivots
|
SimpleOrderedMap<List<NamedList<Object>>> |
PivotFacetHelper.process(ResponseBuilder rb,
SolrParams params,
String[] pivots) |
| 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 List<NamedList<Object>> |
PivotFacetHelper.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
ResponseBuilder rb,
DocSet docs,
int minMatch)
Recursive function to do all the pivots
|
void |
SpellCheckComponent.init(NamedList args) |
void |
TermVectorComponent.init(NamedList args) |
void |
QueryElevationComponent.init(NamedList args) |
void |
SearchComponent.init(NamedList args) |
void |
FacetComponent.init(NamedList args) |
void |
TermsComponent.TermsHelper.parse(NamedList<NamedList<Number>> terms) |
void |
ResponseBuilder.setDebugInfo(NamedList<Object> debugInfo) |
| Modifier and Type | Method and Description |
|---|---|
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,
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,
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 |
HighlightingPluginBase.getStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFragListBuilder.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. |
void |
SolrFragmenter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
RegexFragmenter.init(NamedList args) |
void |
HighlightingPluginBase.init(NamedList args) |
void |
SolrFormatter.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) |
NamedList<Object> |
SimpleFacets.getFacetCounts()
Looks at various Params to determing 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<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) |
NamedList<Integer> |
SimpleFacets.getTermCounts(String field) |
| 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 |
JSONResponseWriter.init(NamedList namedList) |
void |
XSLTResponseWriter.init(NamedList n) |
void |
QueryResponseWriter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
XMLResponseWriter.init(NamedList n) |
void |
RawResponseWriter.init(NamedList n) |
void |
PythonResponseWriter.init(NamedList n) |
void |
BinaryResponseWriter.init(NamedList args) |
void |
PHPSerializedResponseWriter.init(NamedList n) |
void |
RubyResponseWriter.init(NamedList n) |
void |
CSVResponseWriter.init(NamedList n) |
void |
PHPResponseWriter.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExplainAugmenterFactory.init(NamedList args) |
void |
TransformerFactory.init(NamedList args) |
void |
ValueAugmenterFactory.init(NamedList args) |
| Modifier and Type | Method and Description |
|---|---|
protected NamedList |
Grouping.Command.commonResponse() |
NamedList |
LRUCache.getStatistics() |
NamedList |
LFUCache.getStatistics() |
NamedList |
FastLRUCache.getStatistics() |
NamedList<Object> |
SolrIndexSearcher.getStatistics() |
NamedList |
SolrFieldCacheMBean.getStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
QParser.addDebugInfo(NamedList<Object> debugInfo) |
void |
DisMaxQParser.addDebugInfo(NamedList<Object> debugInfo) |
protected void |
Grouping.Command.addDocList(NamedList rsp,
GroupDocs groups) |
void |
DisMaxQParserPlugin.init(NamedList args) |
void |
LuceneQParserPlugin.init(NamedList args) |
void |
SpatialBoxQParserPlugin.init(NamedList args) |
void |
SpatialFilterQParserPlugin.init(NamedList args) |
void |
TermQParserPlugin.init(NamedList args) |
void |
RawQParserPlugin.init(NamedList args) |
void |
SurroundQParserPlugin.init(NamedList args) |
void |
PrefixQParserPlugin.init(NamedList args) |
void |
ValueSourceParser.init(NamedList args)
Initialize the plugin.
|
void |
BoostQParserPlugin.init(NamedList args) |
void |
JoinQParserPlugin.init(NamedList args) |
void |
FunctionQParserPlugin.init(NamedList args) |
void |
ExtendedDismaxQParserPlugin.init(NamedList args) |
void |
NestedQParserPlugin.init(NamedList args) |
void |
FieldQParserPlugin.init(NamedList args) |
void |
OldLuceneQParserPlugin.init(NamedList args) |
void |
FunctionRangeQParserPlugin.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(TopGroups<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,
Sort groupSort,
Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
R |
ShardResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
Sort groupSort,
Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
Map<String,Pair<Integer,Collection<SearchGroup<BytesRef>>>> |
SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
Sort groupSort,
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,
Sort groupSort,
Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
R |
ShardResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
Sort groupSort,
Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
Map<String,Pair<Integer,Collection<SearchGroup<BytesRef>>>> |
SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
Sort groupSort,
Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
SolrDispatchFilter.getErrorInfo(Throwable ex,
NamedList info) |
| Modifier and Type | Method and Description |
|---|---|
NamedList<String> |
SpellCheckCollation.getMisspellingsAndCorrections() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryConverter.init(NamedList args) |
String |
ConjunctionSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
AbstractLuceneSpellChecker.init(NamedList config,
SolrCore core) |
String |
IndexBasedSpellChecker.init(NamedList config,
SolrCore core) |
String |
FileBasedSpellChecker.init(NamedList config,
SolrCore core) |
String |
SolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
DirectSolrSpellChecker.init(NamedList config,
SolrCore core) |
String |
WordBreakSolrSpellChecker.init(NamedList config,
SolrCore core) |
void |
SpellCheckCollation.setMisspellingsAndCorrections(NamedList<String> misspellingsAndCorrections) |
| Modifier and Type | Method and Description |
|---|---|
abstract Lookup |
LookupFactory.create(NamedList params,
SolrCore core) |
String |
Suggester.init(NamedList config,
SolrCore core) |
| Modifier and Type | Method and Description |
|---|---|
Lookup |
FSTLookupFactory.create(NamedList params,
SolrCore core) |
Lookup |
WFSTLookupFactory.create(NamedList params,
SolrCore core) |
| Modifier and Type | Method and Description |
|---|---|
Lookup |
JaspellLookupFactory.create(NamedList params,
SolrCore core) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 |
ConcatFieldUpdateProcessorFactory.init(NamedList args) |
void |
TrimFieldUpdateProcessorFactory.init(NamedList args) |
void |
StatelessScriptUpdateProcessorFactory.init(NamedList args) |
void |
AbstractDefaultValueUpdateProcessorFactory.init(NamedList args) |
void |
CloneFieldUpdateProcessorFactory.init(NamedList args) |
void |
UpdateRequestProcessorFactory.init(NamedList args) |
void |
RemoveBlankFieldUpdateProcessorFactory.init(NamedList args) |
void |
TruncateFieldUpdateProcessorFactory.init(NamedList args) |
void |
LogUpdateProcessorFactory.init(NamedList args) |
void |
DistributedUpdateProcessorFactory.init(NamedList args) |
void |
UniqFieldsUpdateProcessorFactory.init(NamedList args) |
void |
FieldMutatingUpdateProcessorFactory.init(NamedList args)
Handles common initialization related to source fields for
constructoring the FieldNameSelector to be used.
|
void |
URLClassifyProcessorFactory.init(NamedList args) |
void |
DefaultValueUpdateProcessorFactory.init(NamedList args) |
void |
SignatureUpdateProcessorFactory.init(NamedList args) |
void |
RegexReplaceProcessorFactory.init(NamedList args) |
void |
FieldLengthUpdateProcessorFactory.init(NamedList args) |
static Collection<String> |
FieldMutatingUpdateProcessorFactory.oneOrMany(NamedList args,
String key)
Removes all instance of the key from NamedList, returning the Set of
Strings that key refered to.
|
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,
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<Explanation> explanations) |
static NamedList<Object> |
SolrPluginUtils.explanationToNamedList(Explanation e) |
static NamedList<Explanation> |
SolrPluginUtils.getExplanations(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 |
SolrPluginUtils.removeNulls(NamedList nl) |
| Modifier and Type | Method and Description |
|---|---|
static NamedList<NamedList<Object>> |
SolrPluginUtils.explanationsToNamedLists(NamedList<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 NamedList<NamedList<Object>> |
SolrPluginUtils.explanationsToNamedLists(NamedList<Explanation> explanations) |
static void |
SolrPluginUtils.invokeSetters(Object bean,
NamedList initArgs) |
static NamedList |
SolrPluginUtils.removeNulls(NamedList nl) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedListInitializedPlugin.init(NamedList args) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.