|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NamedList in org.apache.solr.client.solrj |
---|
Methods in org.apache.solr.client.solrj that return NamedList | |
---|---|
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 |
Methods in org.apache.solr.client.solrj with parameters of type NamedList | |
---|---|
abstract void |
SolrResponse.setResponse(NamedList<Object> rsp)
|
Uses of NamedList in org.apache.solr.client.solrj.embedded |
---|
Methods in org.apache.solr.client.solrj.embedded that return NamedList | |
---|---|
NamedList<Object> |
EmbeddedSolrServer.getParsedResponse(SolrQueryRequest req,
SolrQueryResponse rsp)
Deprecated. use BinaryResponseWriter.getParsedResponse(SolrQueryRequest, SolrQueryResponse) |
NamedList<Object> |
EmbeddedSolrServer.request(SolrRequest request)
|
Uses of NamedList in org.apache.solr.client.solrj.impl |
---|
Methods in org.apache.solr.client.solrj.impl that return NamedList | |
---|---|
NamedList<Object> |
BinaryResponseParser.processResponse(InputStream body,
String encoding)
|
NamedList<Object> |
XMLResponseParser.processResponse(InputStream in,
String encoding)
|
NamedList<Object> |
BinaryResponseParser.processResponse(Reader reader)
|
NamedList<Object> |
XMLResponseParser.processResponse(Reader in)
|
protected NamedList<Object> |
XMLResponseParser.readNamedList(javax.xml.stream.XMLStreamReader parser)
|
NamedList<Object> |
CommonsHttpSolrServer.request(SolrRequest request)
Process the request. |
NamedList<Object> |
LBHttpSolrServer.request(SolrRequest request)
Tries to query a live server. |
NamedList<Object> |
StreamingUpdateSolrServer.request(SolrRequest request)
|
NamedList<Object> |
CommonsHttpSolrServer.request(SolrRequest request,
ResponseParser processor)
|
Uses of NamedList in org.apache.solr.client.solrj.response |
---|
Methods in org.apache.solr.client.solrj.response that return NamedList | |
---|---|
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus()
|
NamedList<Object> |
CoreAdminResponse.getCoreStatus(String core)
|
NamedList<Object> |
QueryResponse.getHeader()
|
NamedList<Object> |
LukeResponse.getIndexInfo()
|
NamedList<Object> |
SolrResponseBase.getResponse()
|
NamedList |
SolrResponseBase.getResponseHeader()
|
NamedList<ArrayList> |
QueryResponse.getSortValues()
|
NamedList<Integer> |
LukeResponse.FieldInfo.getTopTerms()
|
Methods in org.apache.solr.client.solrj.response that return types with arguments of type NamedList | |
---|---|
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus()
|
Methods in org.apache.solr.client.solrj.response with parameters of type NamedList | |
---|---|
protected List<AnalysisResponseBase.AnalysisPhase> |
AnalysisResponseBase.buildPhases(NamedList<Object> phaseNL)
Parses the given named list and builds a list of analysis phases form it. |
protected AnalysisResponseBase.TokenInfo |
AnalysisResponseBase.buildTokenInfo(NamedList 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 |
QueryResponse.setResponse(NamedList<Object> res)
|
void |
FieldAnalysisResponse.setResponse(NamedList<Object> response)
|
void |
LukeResponse.setResponse(NamedList<Object> res)
|
void |
DocumentAnalysisResponse.setResponse(NamedList<Object> response)
|
Constructors in org.apache.solr.client.solrj.response with parameters of type NamedList | |
---|---|
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<Object> spellInfo)
|
Uses of NamedList in org.apache.solr.common.params |
---|
Methods in org.apache.solr.common.params that return NamedList | |
---|---|
NamedList<Object> |
SolrParams.toNamedList()
Convert this to a NamedList |
Methods in org.apache.solr.common.params with parameters of type NamedList | |
---|---|
static Map<String,String> |
SolrParams.toMap(NamedList params)
Create a Map |
static Map<String,String[]> |
SolrParams.toMultiMap(NamedList params)
Create a Map |
static SolrParams |
SolrParams.toSolrParams(NamedList params)
Create SolrParams from NamedList. |
Uses of NamedList in org.apache.solr.common.util |
---|
Subclasses of NamedList in org.apache.solr.common.util | |
---|---|
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. |
Methods in org.apache.solr.common.util that return NamedList | |
---|---|
NamedList |
RTimer.asNamedList()
|
static NamedList<Object> |
DOMUtil.childNodesToNamedList(Node nd)
|
NamedList<T> |
NamedList.clone()
Makes a shallow copy of the named list. |
static NamedList<Object> |
DOMUtil.nodesToNamedList(NodeList nlst)
|
NamedList |
JavaBinCodec.readNamedList(FastInputStream dis)
|
Methods in org.apache.solr.common.util with parameters of type NamedList | |
---|---|
boolean |
NamedList.addAll(NamedList<T> nl)
Appends the elements of the given NamedList to this one. |
static void |
DOMUtil.addToNamedList(Node nd,
NamedList nlst,
List arr)
|
void |
JavaBinCodec.writeNamedList(NamedList nl)
|
Uses of NamedList in org.apache.solr.core |
---|
Fields in org.apache.solr.core declared as NamedList | |
---|---|
NamedList |
PluginInfo.initArgs
|
Methods in org.apache.solr.core that return NamedList | |
---|---|
NamedList |
SolrCore.getStatistics()
|
NamedList |
SolrInfoMBean.getStatistics()
Any statistics this instance would like to be publicly available via the Solr Administration interface. |
Methods in org.apache.solr.core with parameters of type NamedList | |
---|---|
void |
SolrEventListener.init(NamedList args)
|
void |
DirectoryFactory.init(NamedList args)
|
void |
IndexReaderFactory.init(NamedList args)
Potentially initializes IndexReaderFactory.termInfosIndexDivisor . |
void |
SolrDeletionPolicy.init(NamedList args)
|
Constructors in org.apache.solr.core with parameters of type NamedList | |
---|---|
PluginInfo(String type,
Map<String,String> attrs,
NamedList initArgs,
List<PluginInfo> children)
|
Uses of NamedList in org.apache.solr.handler |
---|
Fields in org.apache.solr.handler declared as NamedList | |
---|---|
protected NamedList |
RequestHandlerBase.initArgs
|
Methods in org.apache.solr.handler that return NamedList | |
---|---|
protected NamedList<List<NamedList>> |
AnalysisRequestHandlerBase.analyzeValue(String value,
AnalysisRequestHandlerBase.AnalysisContext context)
Analyzes the given value using the given Analyzer. |
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. |
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)
|
NamedList |
ReplicationHandler.getStatistics()
|
NamedList |
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. |
Methods in org.apache.solr.handler that return types with arguments of type NamedList | |
---|---|
protected NamedList<List<NamedList>> |
AnalysisRequestHandlerBase.analyzeValue(String value,
AnalysisRequestHandlerBase.AnalysisContext context)
Analyzes the given value using the given Analyzer. |
protected NamedList<NamedList> |
FieldAnalysisRequestHandler.handleAnalysisRequest(FieldAnalysisRequest request,
IndexSchema schema)
Handles the resolved analysis request and returns the analysis breakdown response as a named list. |
Methods in org.apache.solr.handler with parameters of type NamedList | |
---|---|
void |
DocumentAnalysisRequestHandler.init(NamedList args)
|
void |
AnalysisRequestHandler.init(NamedList args)
Deprecated. |
void |
DisMaxRequestHandler.init(NamedList args)
Deprecated. |
void |
XmlUpdateRequestHandler.init(NamedList args)
|
void |
RequestHandlerBase.init(NamedList args)
Initializes the SolrRequestHandler by creating three SolrParams named. |
void |
SpellCheckerRequestHandler.init(NamedList args)
Deprecated. |
void |
MoreLikeThisHandler.init(NamedList args)
|
Constructors in org.apache.solr.handler with parameters of type NamedList | |
---|---|
SnapPuller(NamedList initArgs,
ReplicationHandler handler,
SolrCore sc)
|
Uses of NamedList in org.apache.solr.handler.admin |
---|
Methods in org.apache.solr.handler.admin that return NamedList | |
---|---|
protected NamedList<Object> |
CoreAdminHandler.getCoreStatus(CoreContainer cores,
String cname)
|
NamedList |
AdminHandlers.getStatistics()
|
Methods in org.apache.solr.handler.admin with parameters of type NamedList | |
---|---|
void |
ShowFileRequestHandler.init(NamedList args)
|
void |
AdminHandlers.init(NamedList args)
Save the args and pass them to each standard handler |
void |
CoreAdminHandler.init(NamedList args)
|
Uses of NamedList in org.apache.solr.handler.clustering |
---|
Methods in org.apache.solr.handler.clustering that return NamedList | |
---|---|
abstract NamedList |
DocumentClusteringEngine.cluster(DocSet docs,
SolrParams solrParams)
Experimental. |
abstract NamedList |
DocumentClusteringEngine.cluster(SolrParams solrParams)
Experimental. |
Methods in org.apache.solr.handler.clustering with parameters of type NamedList | |
---|---|
void |
ClusteringComponent.init(NamedList args)
|
String |
ClusteringEngine.init(NamedList config,
SolrCore core)
|
Uses of NamedList in org.apache.solr.handler.clustering.carrot2 |
---|
Methods in org.apache.solr.handler.clustering.carrot2 with parameters of type NamedList | |
---|---|
String |
CarrotClusteringEngine.init(NamedList config,
SolrCore core)
|
Uses of NamedList in org.apache.solr.handler.component |
---|
Fields in org.apache.solr.handler.component declared as NamedList | |
---|---|
protected NamedList |
TermVectorComponent.initParams
|
protected NamedList |
SpellCheckComponent.initParams
|
Methods in org.apache.solr.handler.component that return NamedList | |
---|---|
NamedList<Object> |
ResponseBuilder.getDebugInfo()
|
NamedList |
SearchComponent.getStatistics()
|
NamedList<?> |
StatsValues.getStatsValues()
|
protected NamedList |
SpellCheckComponent.toNamedList(SpellingResult spellingResult,
String origQuery,
boolean extendedResults,
boolean collate)
|
Methods in org.apache.solr.handler.component with parameters of type NamedList | |
---|---|
void |
StatsValues.accumulate(NamedList stv)
|
void |
TermVectorComponent.init(NamedList args)
|
void |
SearchComponent.init(NamedList args)
|
void |
SpellCheckComponent.init(NamedList args)
|
void |
QueryElevationComponent.init(NamedList args)
|
void |
ResponseBuilder.setDebugInfo(NamedList<Object> debugInfo)
|
Uses of NamedList in org.apache.solr.handler.dataimport |
---|
Methods in org.apache.solr.handler.dataimport that return NamedList | |
---|---|
NamedList |
DataImportHandler.getStatistics()
|
Methods in org.apache.solr.handler.dataimport with parameters of type NamedList | |
---|---|
void |
DataImportHandler.init(NamedList args)
|
Uses of NamedList in org.apache.solr.handler.extraction |
---|
Methods in org.apache.solr.handler.extraction with parameters of type NamedList | |
---|---|
void |
ExtractingRequestHandler.init(NamedList args)
|
Uses of NamedList in org.apache.solr.highlight |
---|
Methods in org.apache.solr.highlight that return NamedList | |
---|---|
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()
|
Methods in org.apache.solr.highlight with parameters of type NamedList | |
---|---|
void |
RegexFragmenter.init(NamedList args)
|
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. |
Uses of NamedList in org.apache.solr.request |
---|
Fields in org.apache.solr.request declared as NamedList | |
---|---|
protected NamedList |
SolrQueryResponse.toLog
Container for storing information that should be logged by Solr before returning. |
protected NamedList |
SolrQueryResponse.values
Container for user defined values |
Methods in org.apache.solr.request that return NamedList | |
---|---|
NamedList |
UnInvertedField.getCounts(SolrIndexSearcher searcher,
DocSet baseDocs,
int offset,
int limit,
Integer mincount,
boolean missing,
String sort,
String prefix)
|
NamedList |
SimpleFacets.getFacetCounts()
Looks at various Params to determing if any simple Facet Constraint count computations are desired. |
NamedList |
SimpleFacets.getFacetDateCounts()
Returns a list of value constraints and the associated facet counts for each facet date field, range, and interval specified in the SolrParams |
NamedList |
SimpleFacets.getFacetFieldCounts()
Returns a list of value constraints and the associated facet counts for each facet field specified in the params. |
NamedList |
SimpleFacets.getFacetQueryCounts()
Returns a list of facet counts for each of the facet queries specified in the params |
NamedList |
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 |
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 . |
static NamedList<Object> |
BinaryResponseWriter.getParsedResponse(SolrQueryRequest req,
SolrQueryResponse rsp)
TODO -- there may be a way to do this without marshal at all... |
NamedList |
SolrQueryResponse.getResponseHeader()
Repsonse header to be logged |
NamedList |
SimpleFacets.getTermCounts(String field)
|
NamedList |
SolrQueryResponse.getToLog()
Get loggable items. |
NamedList |
SolrQueryResponse.getValues()
Gets data to be returned in this response |
Methods in org.apache.solr.request with parameters of type NamedList | |
---|---|
void |
SolrRequestHandler.init(NamedList args)
init will be called just once, immediately after creation. |
void |
JSONResponseWriter.init(NamedList n)
|
void |
BinaryResponseWriter.init(NamedList args)
|
void |
XSLTResponseWriter.init(NamedList n)
|
void |
XMLResponseWriter.init(NamedList n)
|
void |
QueryResponseWriter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
PHPResponseWriter.init(NamedList n)
|
void |
PHPSerializedResponseWriter.init(NamedList n)
|
void |
RubyResponseWriter.init(NamedList n)
|
void |
RawResponseWriter.init(NamedList n)
|
void |
PythonResponseWriter.init(NamedList n)
|
void |
SolrQueryResponse.setAllValues(NamedList nameValuePairs)
Sets data to be returned in this response |
abstract void |
TextResponseWriter.writeNamedList(String name,
NamedList val)
|
void |
XMLWriter.writeNamedList(String name,
NamedList val)
|
Constructors in org.apache.solr.request with parameters of type NamedList | |
---|---|
LocalSolrQueryRequest(SolrCore core,
NamedList args)
|
Uses of NamedList in org.apache.solr.search |
---|
Methods in org.apache.solr.search that return NamedList | |
---|---|
NamedList |
SolrFieldCacheMBean.getStatistics()
|
NamedList |
SolrIndexSearcher.getStatistics()
|
NamedList |
LRUCache.getStatistics()
|
NamedList |
FastLRUCache.getStatistics()
|
Methods in org.apache.solr.search with parameters of type NamedList | |
---|---|
void |
QParser.addDebugInfo(NamedList<Object> debugInfo)
|
void |
DisMaxQParser.addDebugInfo(NamedList<Object> debugInfo)
|
void |
NestedQParserPlugin.init(NamedList args)
|
void |
FunctionRangeQParserPlugin.init(NamedList args)
|
void |
LuceneQParserPlugin.init(NamedList args)
|
void |
OldLuceneQParserPlugin.init(NamedList args)
|
void |
FieldQParserPlugin.init(NamedList args)
|
abstract void |
ValueSourceParser.init(NamedList args)
Initialize the plugin. |
void |
DisMaxQParserPlugin.init(NamedList args)
|
void |
BoostQParserPlugin.init(NamedList args)
|
void |
RawQParserPlugin.init(NamedList args)
|
void |
FunctionQParserPlugin.init(NamedList args)
|
void |
PrefixQParserPlugin.init(NamedList args)
|
Uses of NamedList in org.apache.solr.spelling |
---|
Methods in org.apache.solr.spelling with parameters of type NamedList | |
---|---|
void |
QueryConverter.init(NamedList args)
|
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)
|
Uses of NamedList in org.apache.solr.tst |
---|
Methods in org.apache.solr.tst that return NamedList | |
---|---|
NamedList |
TestRequestHandler.getStatistics()
Deprecated. |
NamedList |
OldRequestHandler.getStatistics()
Deprecated. |
Methods in org.apache.solr.tst with parameters of type NamedList | |
---|---|
void |
TestRequestHandler.init(NamedList args)
Deprecated. |
void |
OldRequestHandler.init(NamedList args)
Deprecated. |
Uses of NamedList in org.apache.solr.update |
---|
Methods in org.apache.solr.update that return NamedList | |
---|---|
NamedList |
DirectUpdateHandler2.getStatistics()
|
NamedList |
DirectUpdateHandler.getStatistics()
Deprecated. |
Uses of NamedList in org.apache.solr.update.processor |
---|
Methods in org.apache.solr.update.processor with parameters of type NamedList | |
---|---|
void |
UpdateRequestProcessorFactory.init(NamedList args)
|
void |
SignatureUpdateProcessorFactory.init(NamedList args)
|
void |
LogUpdateProcessorFactory.init(NamedList args)
|
Uses of NamedList in org.apache.solr.util |
---|
Subclasses of NamedList in org.apache.solr.util | |
---|---|
class |
NamedList<T>
Deprecated. Use org.apache.solr.common.util.NamedList |
Methods in org.apache.solr.util that return NamedList | |
---|---|
static NamedList |
HighlightingUtils.doHighlighting(DocList docs,
Query query,
SolrQueryRequest req,
String[] defaultFields)
Deprecated. use DefaultSolrHighlighter |
static NamedList |
SolrPluginUtils.doStandardDebug(SolrQueryRequest req,
String userQuery,
Query query,
DocList results)
Returns a NamedList containing many "standard" pieces of debugging information. |
static NamedList |
SolrPluginUtils.doStandardDebug(SolrQueryRequest req,
String userQuery,
Query query,
DocList results,
CommonParams params)
Deprecated. Use doStandardDebug(SolrQueryRequest,String,Query,DocList) with setDefaults |
static NamedList |
SolrPluginUtils.getExplainList(Query query,
DocList docs,
SolrIndexSearcher searcher,
IndexSchema schema)
Generates an list of Explanations for each item in a list of docs. |
Methods in org.apache.solr.util with parameters of type NamedList | |
---|---|
static void |
SolrPluginUtils.invokeSetters(Object bean,
NamedList initArgs)
|
void |
DisMaxParams.setValues(NamedList args)
Deprecated. use SolrParams.toSolrParams |
void |
CommonParams.setValues(NamedList args)
Deprecated. Sets the params using values from a NamedList, usefull in the init method for your handler. |
Constructors in org.apache.solr.util with parameters of type NamedList | |
---|---|
CommonParams(NamedList args)
Deprecated. |
Uses of NamedList in org.apache.solr.util.plugin |
---|
Methods in org.apache.solr.util.plugin with parameters of type NamedList | |
---|---|
void |
NamedListInitializedPlugin.init(NamedList args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |