|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedList | |
---|---|
org.apache.solr.core | |
org.apache.solr.request | |
org.apache.solr.search | |
org.apache.solr.tst | |
org.apache.solr.update | |
org.apache.solr.util |
Uses of NamedList in org.apache.solr.core |
---|
Methods in org.apache.solr.core that return NamedList | |
---|---|
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)
|
protected void |
SolrCore.setResponseHeaderValues(NamedList responseHeader,
SolrQueryRequest req,
SolrQueryResponse rsp)
|
Uses of NamedList in org.apache.solr.request |
---|
Fields in org.apache.solr.request declared as NamedList | |
---|---|
protected NamedList |
SolrQueryResponse.values
Container for user defined values |
Methods in org.apache.solr.request that return NamedList | |
---|---|
NamedList |
SimpleFacets.getFacetCounts()
Looks at various Params to determing if any simple Facet Constraint count computations are desired. |
NamedList |
SimpleFacets.getFacetFieldCounts()
Returns a list of value constraints and the associated facet counts for each facet field specified in the params. |
protected NamedList |
StandardRequestHandler.getFacetInfo(SolrQueryRequest req,
SolrQueryResponse rsp,
DocSet mainSet)
Fetches information about Facets for this request. |
protected NamedList |
DisMaxRequestHandler.getFacetInfo(SolrQueryRequest req,
SolrQueryResponse rsp,
DocSet mainSet)
Fetches information about Facets for this request. |
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 limit,
boolean zeros,
boolean missing)
Returns a list of terms in the specified field along with the corrisponding count of documents in the set that match that constraint. |
static NamedList |
SimpleFacets.getFieldCacheCounts(SolrIndexSearcher searcher,
DocSet docs,
String fieldName,
int limit,
boolean zeros,
boolean missing)
Use the Lucene FieldCache to get counts for each unique field value in docs . |
NamedList |
StandardRequestHandler.getStatistics()
|
NamedList |
DisMaxRequestHandler.getStatistics()
|
NamedList |
SimpleFacets.getTermCounts(String field)
|
NamedList |
SolrQueryResponse.getValues()
Gets data to be returned in this response |
NamedList |
SolrParams.toNamedList()
Convert this to a NamedList |
Methods in org.apache.solr.request with parameters of type NamedList | |
---|---|
void |
XSLTResponseWriter.init(NamedList n)
|
void |
XMLResponseWriter.init(NamedList n)
|
void |
StandardRequestHandler.init(NamedList args)
|
void |
SolrRequestHandler.init(NamedList args)
init will be called just once, immediately after creation. |
void |
RubyResponseWriter.init(NamedList n)
|
void |
QueryResponseWriter.init(NamedList args)
init will be called just once, immediately after creation. |
void |
PythonResponseWriter.init(NamedList n)
|
void |
JSONResponseWriter.init(NamedList n)
|
void |
DisMaxRequestHandler.init(NamedList args)
sets the default variables for any usefull info it finds in the config if a config option is not inthe format expected, logs an warning and ignores it.. |
void |
SolrQueryResponse.setAllValues(NamedList nameValuePairs)
Sets data to be returned in this response |
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. |
void |
XMLWriter.writeNamedList(String name,
NamedList val)
|
abstract void |
TextResponseWriter.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 |
SolrIndexSearcher.getStatistics()
|
NamedList |
LRUCache.getStatistics()
|
Uses of NamedList in org.apache.solr.tst |
---|
Methods in org.apache.solr.tst that return NamedList | |
---|---|
NamedList |
TestRequestHandler.getStatistics()
|
NamedList |
OldRequestHandler.getStatistics()
|
Methods in org.apache.solr.tst with parameters of type NamedList | |
---|---|
void |
TestRequestHandler.init(NamedList args)
|
void |
OldRequestHandler.init(NamedList args)
|
Uses of NamedList in org.apache.solr.update |
---|
Methods in org.apache.solr.update that return NamedList | |
---|---|
NamedList |
DirectUpdateHandler2.getStatistics()
|
NamedList |
DirectUpdateHandler.getStatistics()
|
Uses of NamedList in org.apache.solr.util |
---|
Methods in org.apache.solr.util that return NamedList | |
---|---|
static NamedList |
DOMUtil.childNodesToNamedList(Node nd)
|
NamedList |
NamedList.clone()
Makes a shallow copy of the named list. |
static NamedList |
HighlightingUtils.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. |
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. |
static NamedList |
DOMUtil.nodesToNamedList(NodeList nlst)
|
Methods in org.apache.solr.util with parameters of type NamedList | |
---|---|
boolean |
NamedList.addAll(NamedList nl)
Appends the elements of the given NamedList to this one. |
static void |
DOMUtil.addToNamedList(Node nd,
NamedList nlst,
List arr)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |