A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractUpdateRequest - Class in org.apache.solr.client.solrj.request
 
AbstractUpdateRequest(SolrRequest.METHOD, String) - Constructor for class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
AbstractUpdateRequest.ACTION - Enum in org.apache.solr.client.solrj.request
 
accept(File) - Method in class org.apache.solr.common.util.RegexFileFilter
 
action - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
ACTION - Static variable in interface org.apache.solr.common.params.CoreAdminParams
What action
add(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Adds the documents supplied by the given iterator.
add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
Insert at the end of the list
add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.SolrServer
 
add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.SolrServer
 
add(String, String...) - Method in class org.apache.solr.common.params.ModifiableSolrParams
Add the given values to any existing name
add(SolrParams) - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
add(ConcurrentLRUCache.Stats) - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
add(String, T) - Method in class org.apache.solr.common.util.NamedList
Adds a name/value pair to the end of the list.
addAll(Map<String, T>) - Method in class org.apache.solr.common.util.NamedList
Iterates over the Map and sequentially adds it's key/value pairs
addAll(NamedList<T>) - Method in class org.apache.solr.common.util.NamedList
Appends the elements of the given NamedList to this one.
addBean(Object) - Method in class org.apache.solr.client.solrj.SolrServer
 
addBeans(Iterator<?>) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Adds the beans supplied by the given iterator.
addBeans(Collection<?>) - Method in class org.apache.solr.client.solrj.SolrServer
 
addContentStream(ContentStream) - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
Add a ContentStream to ContentStreamUpdateRequest.getContentStreams()
addDocument(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Adds a document to be analyzed.
addDocuments(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Adds a collection of documents to be analyzed.
addFacetField(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
Add field(s) for facet computation.
addFacetQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
add a faceting query
addField(String) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
addField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addField(String, Object) - Method in class org.apache.solr.common.SolrDocument
This will add a field to the document.
addField(String, Object) - Method in class org.apache.solr.common.SolrInputDocument
Add a field with implied null value for boost.
addField(String, Object, float) - Method in class org.apache.solr.common.SolrInputDocument
Adds a field with the given name, value and boost.
addFieldName(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Adds the given field name for analysis.
addFieldType(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Adds the given field type for analysis.
addFile(File) - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
Add a File to the ContentStreams.
addFilterQuery(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
add highlight field
addIterator(Iterator<E>) - Method in class org.apache.solr.common.util.IteratorChain
 
addParam(String, String, Map<String, String[]>) - Static method in class org.apache.solr.common.params.MultiMapSolrParams
 
addSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
addSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addStatsFieldFacets(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addToNamedList(Node, NamedList, List) - Static method in class org.apache.solr.common.util.DOMUtil
 
addValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
Add values to a field.
AGENT - Static variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
User-Agent String as identified by the HTTP request by the HttpClient to the Solr server from the client.
aliasCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
ALL - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return all the options: TF, positions, offsets, idf
ALTERNATE_FIELD - Static variable in interface org.apache.solr.common.params.HighlightParams
 
ALTERNATE_FIELD_LENGTH - Static variable in interface org.apache.solr.common.params.HighlightParams
 
ALTQ - Static variable in interface org.apache.solr.common.params.DisMaxParams
Alternate query (expressed in Solr QuerySyntax) to use if main query (q) is empty
AnalysisParams - Interface in org.apache.solr.common.params
Defines the request parameters used by all analysis request handlers.
AnalysisResponseBase - Class in org.apache.solr.client.solrj.response
A base class for all analysis responses.
AnalysisResponseBase() - Constructor for class org.apache.solr.client.solrj.response.AnalysisResponseBase
 
AnalysisResponseBase.AnalysisPhase - Class in org.apache.solr.client.solrj.response
A phase in the analysis process.
AnalysisResponseBase.TokenInfo - Class in org.apache.solr.client.solrj.response
Holds all information of a token as part of an analysis phase.
append(char) - Method in class org.apache.solr.common.util.FastWriter
 
AppendedSolrParams - Class in org.apache.solr.common.params
SolrParams wrapper which acts similar to DefaultSolrParams except that it "appends" the values of multi-value params from both sub instances, so that all of the values are returned.
AppendedSolrParams(SolrParams, SolrParams) - Constructor for class org.apache.solr.common.params.AppendedSolrParams
 
ARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
asNamedList() - Method in class org.apache.solr.common.util.RTimer
 
available() - Method in class org.apache.solr.common.util.FastInputStream
 

B

Base64 - Class in org.apache.solr.common.util
Static methods for translating Base64 encoded strings to byte arrays and vice-versa.
Base64() - Constructor for class org.apache.solr.common.util.Base64
 
base64ToByteArray(String) - Static method in class org.apache.solr.common.util.Base64
 
BF - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for boosting functions
BinaryRequestWriter - Class in org.apache.solr.client.solrj.impl
A RequestWriter which writes requests in the javabin format
BinaryRequestWriter() - Constructor for class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
BinaryResponseParser - Class in org.apache.solr.client.solrj.impl
 
BinaryResponseParser() - Constructor for class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
blockUntilFinished() - Method in class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
 
BOOL_FALSE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
BOOL_TRUE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
BOOST - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
BQ - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for boosting query
buildPhases(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase
Parses the given named list and builds a list of analysis phases form it.
buildTokenInfo(NamedList) - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase
Parses the given named list and builds a token infoform it.
BYTE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
BYTEARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
byteArrayToBase64(byte[], int, int) - Static method in class org.apache.solr.common.util.Base64
 

C

childNodesToList(Node) - Static method in class org.apache.solr.common.util.DOMUtil
 
childNodesToNamedList(Node) - Static method in class org.apache.solr.common.util.DOMUtil
 
children - Variable in class org.apache.solr.common.util.RTimer
 
clear() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
clear the pending documents and delete commands
clear() - Method in class org.apache.solr.common.params.ModifiableSolrParams
clear all parameters
clear() - Method in class org.apache.solr.common.SolrDocument
Remove all fields from the document
clear() - Method in class org.apache.solr.common.SolrInputDocument
Remove all fields and boosts from the document
clear() - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
ClientUtils - Class in org.apache.solr.client.solrj.util
TODO? should this go in common?
ClientUtils() - Constructor for class org.apache.solr.client.solrj.util.ClientUtils
 
clone() - Method in class org.apache.solr.common.util.NamedList
Makes a shallow copy of the named list.
clone() - Method in class org.apache.solr.common.util.SimpleOrderedMap
 
close() - Method in class org.apache.solr.common.util.FastInputStream
 
close() - Method in class org.apache.solr.common.util.FastOutputStream
 
close() - Method in class org.apache.solr.common.util.FastWriter
 
code() - Method in exception org.apache.solr.common.SolrException
 
commit() - Method in class org.apache.solr.client.solrj.SolrServer
waitFlush=true and waitSearcher=true to be inline with the defaults for plain HTTP access
commit(boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
 
COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
Commit everything after the command completes
commitWithin - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
CommonParams - Interface in org.apache.solr.common.params
Parameters used across many handlers
CommonParams.EchoParamStyle - Enum in org.apache.solr.common.params
valid values for: echoParams
CommonsHttpSolrServer - Class in org.apache.solr.client.solrj.impl
 
CommonsHttpSolrServer(String) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(String, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Talk to the Solr server via the given HttpClient.
CommonsHttpSolrServer(String, HttpClient, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(String, HttpClient, ResponseParser) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL, HttpClient, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL, HttpClient, ResponseParser, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
ConcurrentLRUCache<K,V> - Class in org.apache.solr.common.util
A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead to utilize multiple CPU cores more effectively.
ConcurrentLRUCache(int, int, int, int, boolean, boolean, ConcurrentLRUCache.EvictionListener<K, V>) - Constructor for class org.apache.solr.common.util.ConcurrentLRUCache
 
ConcurrentLRUCache(int, int) - Constructor for class org.apache.solr.common.util.ConcurrentLRUCache
 
ConcurrentLRUCache.EvictionListener<K,V> - Interface in org.apache.solr.common.util
 
ConcurrentLRUCache.Stats - Class in org.apache.solr.common.util
 
ConcurrentLRUCache.Stats() - Constructor for class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
CONFIG - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you specify a config, what is its name
configName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
containsKey(Object) - Method in class org.apache.solr.common.SolrDocument
 
containsKey(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
containsValue(Object) - Method in class org.apache.solr.common.SolrDocument
 
containsValue(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
ContentStream - Interface in org.apache.solr.common.util
 
ContentStreamBase - Class in org.apache.solr.common.util
Three concrete implementations for ContentStream - one for File/URL/String
ContentStreamBase() - Constructor for class org.apache.solr.common.util.ContentStreamBase
 
ContentStreamBase.FileStream - Class in org.apache.solr.common.util
Construct a ContentStream from a File
ContentStreamBase.FileStream(File) - Constructor for class org.apache.solr.common.util.ContentStreamBase.FileStream
 
ContentStreamBase.StringStream - Class in org.apache.solr.common.util
Construct a ContentStream from a File
ContentStreamBase.StringStream(String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.StringStream
 
ContentStreamBase.URLStream - Class in org.apache.solr.common.util
Construct a ContentStream from a URL This uses a URLConnection to get the content stream
ContentStreamBase.URLStream(URL) - Constructor for class org.apache.solr.common.util.ContentStreamBase.URLStream
 
ContentStreamUpdateRequest - Class in org.apache.solr.client.solrj.request
Basic functionality to upload a File or ContentStream to a Solr Cell or some other handler that takes ContentStreams (CSV)

See http://wiki.apache.org/solr/ExtractingRequestHandler
See http://wiki.apache.org/solr/UpdateCSV

ContentStreamUpdateRequest(String) - Constructor for class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
 
contentType - Variable in class org.apache.solr.common.util.ContentStreamBase
 
core - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CORE - Static variable in interface org.apache.solr.common.params.CoreAdminParams
What Core are we talking about
CoreAdminParams - Interface in org.apache.solr.common.params
 
CoreAdminParams.CoreAdminAction - Enum in org.apache.solr.common.params
 
CoreAdminRequest - Class in org.apache.solr.client.solrj.request
This class is experimental and subject to change.
CoreAdminRequest() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest(String) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest.Create - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Create() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
CoreAdminRequest.MergeIndexes - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.MergeIndexes() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
CoreAdminRequest.Persist - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Persist() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
CoreAdminResponse - Class in org.apache.solr.client.solrj.response
 
CoreAdminResponse() - Constructor for class org.apache.solr.client.solrj.response.CoreAdminResponse
 
createCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
createCore(String, String, SolrServer, String, String) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
culmTime - Variable in class org.apache.solr.common.util.RTimer
 

D

daos - Variable in class org.apache.solr.common.util.JavaBinCodec
 
DATA_DIR - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you rename something, what is the new name
dataDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
DATE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
DateUtil - Class in org.apache.solr.common.util
This class has some code from HttpClient DateUtil.
DateUtil() - Constructor for class org.apache.solr.common.util.DateUtil
 
DEBUG_QUERY - Static variable in interface org.apache.solr.common.params.CommonParams
whether to include debug data
DEFAULT - Static variable in annotation type org.apache.solr.client.solrj.beans.Field
 
DEFAULT_CHARSET - Static variable in class org.apache.solr.common.util.ContentStreamBase
 
DEFAULT_DATE_FORMATS - Static variable in class org.apache.solr.common.util.DateUtil
A suite of default date formats that can be parsed, and thus transformed to the Solr specific format
defaults - Variable in class org.apache.solr.common.params.DefaultSolrParams
 
DefaultSolrParams - Class in org.apache.solr.common.params
 
DefaultSolrParams(SolrParams, SolrParams) - Constructor for class org.apache.solr.common.params.DefaultSolrParams
 
deleteById(String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteById(List<String>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteById(String) - Method in class org.apache.solr.client.solrj.SolrServer
 
deleteById(List<String>) - Method in class org.apache.solr.client.solrj.SolrServer
 
deleteByQuery(String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteByQuery(String) - Method in class org.apache.solr.client.solrj.SolrServer
 
destroy() - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
DF - Static variable in interface org.apache.solr.common.params.CommonParams
default query field
DF - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return IDF information.
DirectXmlRequest - Class in org.apache.solr.client.solrj.request
Send arbitrary XML to a request handler
DirectXmlRequest(String, String) - Constructor for class org.apache.solr.client.solrj.request.DirectXmlRequest
 
DisMaxParams - Interface in org.apache.solr.common.params
A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.
DOC_COUNT - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
DOC_IDS - Static variable in interface org.apache.solr.common.params.TermVectorParams
The Doc Ids (Lucene internal ids) of the docs to get the term vectors for
document(SolrInputDocument, UpdateRequest) - Method in interface org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.StreamingDocumentHandler
 
DocumentAnalysisRequest - Class in org.apache.solr.client.solrj.request
A request for the org.apache.solr.handler.DocumentAnalysisRequestHandler.
DocumentAnalysisRequest() - Constructor for class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Constructs a new request with a default uri of "/documentanalysis".
DocumentAnalysisRequest(String) - Constructor for class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Constructs a new request with the given request handler uri.
DocumentAnalysisResponse - Class in org.apache.solr.client.solrj.response
A response that is returned by processing the DocumentAnalysisRequest.
DocumentAnalysisResponse() - Constructor for class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
 
DocumentAnalysisResponse.DocumentAnalysis - Class in org.apache.solr.client.solrj.response
An analysis process breakdown of a document.
DocumentAnalysisResponse.FieldAnalysis - Class in org.apache.solr.client.solrj.response
An analysis process breakdown for a specific field.
DocumentObjectBinder - Class in org.apache.solr.client.solrj.beans
A class to map objects to and from solr documents.
DocumentObjectBinder() - Constructor for class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
DOMUtil - Class in org.apache.solr.common.util
 
DOMUtil() - Constructor for class org.apache.solr.common.util.DOMUtil
 
DOUBLE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 

E

END - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
END_OBJ - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
entrySet() - Method in class org.apache.solr.common.SolrDocument
 
entrySet() - Method in class org.apache.solr.common.SolrInputDocument
 
equals(Object) - Method in class org.apache.solr.common.util.NamedList
 
escapeAttributeValue(String, Writer) - Static method in class org.apache.solr.common.util.XML
 
escapeAttributeValue(char[], int, int, Writer) - Static method in class org.apache.solr.common.util.XML
 
escapeCharData(String, Writer) - Static method in class org.apache.solr.common.util.XML
 
escapeQueryChars(String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
See: http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping%20Special%20Characters
EVENT - Static variable in interface org.apache.solr.common.params.EventParams
Event param for things like newSearcher, firstSearcher
EventParams - Interface in org.apache.solr.common.params
 
evictedEntry(K, V) - Method in interface org.apache.solr.common.util.ConcurrentLRUCache.EvictionListener
 
EXCLUDE - Static variable in interface org.apache.solr.common.params.CommonParams
 
EXPLAIN_OTHER - Static variable in interface org.apache.solr.common.params.CommonParams
another query to explain against
EXPUNGE_DELETES - Static variable in interface org.apache.solr.common.params.UpdateParams
 
EXTERN_STRING - Static variable in class org.apache.solr.common.util.JavaBinCodec
 

F

FACET - Static variable in interface org.apache.solr.common.params.FacetParams
Should facet counts be calculated?
FACET_DATE - Static variable in interface org.apache.solr.common.params.FacetParams
Any field whose terms the user wants to enumerate over for Facet Contraint Counts (multi-value)
FACET_DATE_END - Static variable in interface org.apache.solr.common.params.FacetParams
Date string indicating the endinging point for a date facet range.
FACET_DATE_GAP - Static variable in interface org.apache.solr.common.params.FacetParams
Date Math string indicating the interval of sub-ranges for a date facet range.
FACET_DATE_HARD_END - Static variable in interface org.apache.solr.common.params.FacetParams
Boolean indicating how counts should be computed if the range between 'start' and 'end' is not evenly divisible by 'gap'.
FACET_DATE_OTHER - Static variable in interface org.apache.solr.common.params.FacetParams
String indicating what "other" ranges should be computed for a date facet range (multi-value).
FACET_DATE_START - Static variable in interface org.apache.solr.common.params.FacetParams
Date string indicating the starting point for a date facet range.
FACET_ENUM_CACHE_MINDF - Static variable in interface org.apache.solr.common.params.FacetParams
When faceting by enumerating the terms in a field, only use the filterCache for terms with a df >= to this parameter.
FACET_FIELD - Static variable in interface org.apache.solr.common.params.FacetParams
Any field whose terms the user wants to enumerate over for Facet Constraint Counts (multi-value)
FACET_LIMIT - Static variable in interface org.apache.solr.common.params.FacetParams
Numeric option indicating the maximum number of facet field counts be included in the response for each field - in descending order of count.
FACET_METHOD - Static variable in interface org.apache.solr.common.params.FacetParams
What method should be used to do the faceting
FACET_METHOD_enum - Static variable in interface org.apache.solr.common.params.FacetParams
Value for FACET_METHOD param to indicate that Solr should enumerate over terms in a field to calculate the facet counts.
FACET_METHOD_fc - Static variable in interface org.apache.solr.common.params.FacetParams
Value for FACET_METHOD param to indicate that Solr should enumerate over documents and count up terms by consulting an uninverted representation of the field values (such as the FieldCache used for sorting).
FACET_MINCOUNT - Static variable in interface org.apache.solr.common.params.FacetParams
Numeric option indicating the minimum number of hits before a facet should be included in the response.
FACET_MISSING - Static variable in interface org.apache.solr.common.params.FacetParams
Boolean option indicating whether the response should include a facet field count for all records which have no value for the facet field.
FACET_OFFSET - Static variable in interface org.apache.solr.common.params.FacetParams
The offset into the list of facets.
FACET_PREFIX - Static variable in interface org.apache.solr.common.params.FacetParams
Only return constraints of a facet field with the given prefix.
FACET_QUERY - Static variable in interface org.apache.solr.common.params.FacetParams
Any lucene formated queries the user would like to use for Facet Constraint Counts (multi-value)
FACET_SORT - Static variable in interface org.apache.solr.common.params.FacetParams
String option: "count" causes facets to be sorted by the count, "index" results in index order.
FACET_SORT_COUNT - Static variable in interface org.apache.solr.common.params.FacetParams
 
FACET_SORT_COUNT_LEGACY - Static variable in interface org.apache.solr.common.params.FacetParams
 
FACET_SORT_INDEX - Static variable in interface org.apache.solr.common.params.FacetParams
 
FACET_SORT_INDEX_LEGACY - Static variable in interface org.apache.solr.common.params.FacetParams
 
FACET_ZEROS - Static variable in interface org.apache.solr.common.params.FacetParams
Boolean option indicating whether facet field counts of "0" should be included in the response.
FacetField - Class in org.apache.solr.client.solrj.response
A utility class to hold the facet response.
FacetField(String) - Constructor for class org.apache.solr.client.solrj.response.FacetField
 
FacetField(String, String, Date) - Constructor for class org.apache.solr.client.solrj.response.FacetField
 
FacetField.Count - Class in org.apache.solr.client.solrj.response
 
FacetField.Count(FacetField, String, long) - Constructor for class org.apache.solr.client.solrj.response.FacetField.Count
 
FacetParams - Interface in org.apache.solr.common.params
Facet parameters
FacetParams.FacetDateOther - Enum in org.apache.solr.common.params
An enumeration of the legal values for FACET_DATE_OTHER...
FALSE - Static variable in interface org.apache.solr.common.params.CommonParams
 
FastInputStream - Class in org.apache.solr.common.util
Single threaded buffered InputStream Internal Solr use only, subject to change.
FastInputStream(InputStream) - Constructor for class org.apache.solr.common.util.FastInputStream
 
FastInputStream(InputStream, byte[], int, int) - Constructor for class org.apache.solr.common.util.FastInputStream
 
FastOutputStream - Class in org.apache.solr.common.util
Single threaded buffered OutputStream Internal Solr use only, subject to change.
FastOutputStream(OutputStream) - Constructor for class org.apache.solr.common.util.FastOutputStream
 
FastOutputStream(OutputStream, byte[], int) - Constructor for class org.apache.solr.common.util.FastOutputStream
 
FastWriter - Class in org.apache.solr.common.util
Single threaded BufferedWriter Internal Solr use only, subject to change.
FastWriter(Writer) - Constructor for class org.apache.solr.common.util.FastWriter
 
FastWriter(Writer, char[], int) - Constructor for class org.apache.solr.common.util.FastWriter
 
Field - Annotation Type in org.apache.solr.client.solrj.beans
 
FIELD - Static variable in interface org.apache.solr.common.params.CommonParams
 
FIELD_MATCH - Static variable in interface org.apache.solr.common.params.HighlightParams
 
FIELD_NAME - Static variable in interface org.apache.solr.common.params.AnalysisParams
Holds the value of the field which should be analyzed.
FIELD_TYPE - Static variable in interface org.apache.solr.common.params.AnalysisParams
Holds a comma-separated list of field types that the analysis should be peformed for.
FIELD_VALUE - Static variable in interface org.apache.solr.common.params.AnalysisParams
Hodls a comma-separated list of field named that the analysis should be performed for.
FieldAnalysisRequest - Class in org.apache.solr.client.solrj.request
A request for the org.apache.solr.handler.DocumentAnalysisRequestHandler.
FieldAnalysisRequest() - Constructor for class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Constructs a new FieldAnalysisRequest with a default uri of "/fieldanalysis".
FieldAnalysisRequest(String) - Constructor for class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Constructs a new FieldAnalysisRequest with a given uri.
FieldAnalysisResponse - Class in org.apache.solr.client.solrj.response
A response that is returned by processing the FieldAnalysisRequest.
FieldAnalysisResponse() - Constructor for class org.apache.solr.client.solrj.response.FieldAnalysisResponse
 
FieldAnalysisResponse.Analysis - Class in org.apache.solr.client.solrj.response
The analysis of a field.
FieldFlag - Enum in org.apache.solr.common.luke
 
FIELDS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
FIELDS - Static variable in interface org.apache.solr.common.params.TermVectorParams
The fields to get term vectors for
FieldStatsInfo - Class in org.apache.solr.client.solrj.response
Holds stats info
FieldStatsInfo(NamedList<Object>, String) - Constructor for class org.apache.solr.client.solrj.response.FieldStatsInfo
 
FILE - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you specify a file, what is its name
fileName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
FileUtils - Class in org.apache.solr.common.util
 
FileUtils() - Constructor for class org.apache.solr.common.util.FileUtils
 
finalize() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
finalize() - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
FIRST_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
 
FL - Static variable in interface org.apache.solr.common.params.CommonParams
query and init param for field list
FLOAT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
flush() - Method in class org.apache.solr.common.util.FastOutputStream
 
flush() - Method in class org.apache.solr.common.util.FastWriter
 
flushBuffer() - Method in class org.apache.solr.common.util.FastOutputStream
Only flushes the buffer of the FastOutputStream, not that of the underlying stream.
flushBuffer() - Method in class org.apache.solr.common.util.FastWriter
 
fmts - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
Deprecated. Use DateUtil.DEFAULT_DATE_FORMATS
FORMATTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fpname(String, String) - Method in class org.apache.solr.common.params.SolrParams
 
FQ - Static variable in interface org.apache.solr.common.params.CommonParams
Lucene query string(s) for filtering the results without affecting scoring
FRAGMENTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
FRAGSIZE - Static variable in interface org.apache.solr.common.params.HighlightParams
 

G

GEN - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for field list
get(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
 
get(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
 
get(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
 
get(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
 
get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
 
get(String) - Method in class org.apache.solr.common.params.MapSolrParams
 
get(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
get(String) - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
 
get(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
get(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
get the param from params, fail if not found
get(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
get(String) - Method in class org.apache.solr.common.params.SolrParams
returns the String value of a param, or null if not set
get(String, String) - Method in class org.apache.solr.common.params.SolrParams
returns the value of the param, or def if not set
get(Object) - Method in class org.apache.solr.common.SolrDocument
 
get(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
get(K) - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
get(String) - Method in class org.apache.solr.common.util.NamedList
Gets the value for the first instance of the specified name found.
get(String, int) - Method in class org.apache.solr.common.util.NamedList
Gets the value for the first instance of the specified name found starting at the specified index.
getAbbreviation() - Method in enum org.apache.solr.common.luke.FieldFlag
 
getAction() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getAll(String) - Method in class org.apache.solr.common.util.NamedList
Gets the values for the the specified name
getAllFieldNameAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns all field name analysese with their associated field names.
getAllFieldTypeAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns all field type analyses with their associated field types.
getAlternativeFrequencies() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
The frequencies of the alternatives in the corpus, or null if this information was not returned
getAlternatives() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
The list of alternatives
getAnalyzer() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getAsFilterQuery() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getAttr(NamedNodeMap, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getAttr(Node, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getAttr(NamedNodeMap, String, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getAttr(Node, String, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getBaseURL() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
getBeans(Class<T>, SolrDocumentList) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
getBeans(Class<T>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getBinder() - Method in class org.apache.solr.client.solrj.SolrServer
 
getBool(String, boolean) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getBool(String) - Method in class org.apache.solr.common.params.SolrParams
Returns the Boolean value of the param, or null if not set
getBool(String, boolean) - Method in class org.apache.solr.common.params.SolrParams
Returns the boolean value of the param, or def if not set
getBoost() - Method in class org.apache.solr.common.SolrInputField
 
getCharsetFromContentType(String) - Static method in class org.apache.solr.common.util.ContentStreamBase
 
getChild(Node, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getChildren() - Method in class org.apache.solr.common.util.RTimer
Manipulating this map may have undefined results.
getClassName() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
The name of the class (analyzer, tokenzier, or filter) that produced the token stream for this phase.
getClassName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getCollatedResult() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getCommitWithin() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
getContentStreams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
getContentStreams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.SolrPing
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getContentType() - Method in interface org.apache.solr.common.util.ContentStream
 
getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase
 
getCopy() - Method in class org.apache.solr.client.solrj.SolrQuery
get a deep copy of this object
getCoreStatus() - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getCoreStatus(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getCount() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getCount() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getCumulativeEvictions() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getCumulativeHits() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getCumulativeLookups() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getCumulativeMisses() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getCumulativeNonLivePuts() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getCumulativePuts() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getCurrentSize() - Method in class org.apache.solr.common.util.ConcurrentLRUCache.Stats
 
getDataDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getDebugMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getDeleteById() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDeleteQuery() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDisplay() - Method in enum org.apache.solr.common.luke.FieldFlag
 
getDistinct() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getDocIterator() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getDocumentAnalysesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
Returns the number of document analyses in this response.
getDocumentAnalysis(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
Returns the document analysis for the document associated with the given unique key (id), null if no such association exists.
getDocumentBoost() - Method in class org.apache.solr.common.SolrInputDocument
 
getDocumentKey() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
Returns the unique key of the analyzed document.
getDocuments() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Returns all documents that will be analyzed when processing the request.
getDocuments() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getElapsedTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getElapsedTime() - Method in class org.apache.solr.client.solrj.SolrResponse
 
getEnd() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the end position of this token within the text it was originally extracted from.
getEnd() - Method in class org.apache.solr.client.solrj.response.FacetField
Date End Facet parameter
getEndOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getErrorCode(int) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
 
getExplainMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetDate(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetDates() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetField() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getFacetField(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
get
getFacetFields() - Method in class org.apache.solr.client.solrj.response.QueryResponse
See also: QueryResponse.getLimitingFacets()
getFacetFields() - Method in class org.apache.solr.client.solrj.SolrQuery
get the facet fields
getFacetLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
get current facet limit
getFacetMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet minimum count
getFacetQuery() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet queries
getFacets() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getFacetSort() - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated. Use SolrQuery.getFacetSortString() instead.
getFacetSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet sort
getField(String) - Method in class org.apache.solr.common.SolrInputDocument
 
getFieldAnalysesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
Returns the number of field analyses for the documents.
getFieldAnalysis(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
 
getFieldBool(String, String, boolean) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFieldBool(String, String) - Method in class org.apache.solr.common.params.SolrParams
Returns the Boolean value of the field param, or the value for param, or null if neither is set.
getFieldBool(String, String, boolean) - Method in class org.apache.solr.common.params.SolrParams
Returns the boolean value of the field param, or the value for param, or def if neither is set.
getFieldFloat(String, String, float) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFieldFloat(String, String) - Method in class org.apache.solr.common.params.SolrParams
Returns the float value of the field param.
getFieldFloat(String, String, float) - Method in class org.apache.solr.common.params.SolrParams
Returns the float value of the field param, or the value for param, or def if neither is set.
getFieldInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldInt(String, String, int) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFieldInt(String, String) - Method in class org.apache.solr.common.params.SolrParams
 
getFieldInt(String, String, int) - Method in class org.apache.solr.common.params.SolrParams
Returns the int value of the field param, or the value for param, or def if neither is set.
getFieldName() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the field name.
getFieldNameAnalysis(String) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns the analysis for the given field name or null if no such analysis exists.
getFieldNameAnalysisCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns the number of field name analyses.
getFieldNames() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Returns a list of field names the analysis should be performed on.
getFieldNames() - Method in class org.apache.solr.common.SolrDocument
 
getFieldNames() - Method in class org.apache.solr.common.SolrInputDocument
Get all field names.
getFieldParam(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFieldParam(String, String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFieldParam(String, String) - Method in class org.apache.solr.common.params.SolrParams
returns the String value of the field parameter, "f.field.param", or the value for "param" if that is not set.
getFieldParam(String, String, String) - Method in class org.apache.solr.common.params.SolrParams
returns the String value of the field parameter, "f.field.param", or the value for "param" if that is not set.
getFieldParams(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFieldParams(String, String) - Method in class org.apache.solr.common.params.SolrParams
returns the String values of the field parameter, "f.field.param", or the values for "param" if that is not set.
getFields() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getFieldStatsInfo() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFieldTypeAnalysis(String) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns the analysis for the given field type or null if no such analysis exists.
getFieldTypeAnalysisCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns the number of field type analyses.
getFieldTypeInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldTypeInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldTypes() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Returns a list of field types the analysis should be performed on.
getFieldValue() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Returns the field value that will be analyzed when this request is processed.
getFieldValue(String) - Method in class org.apache.solr.common.SolrDocument
Get the value or collection of values for a given field.
getFieldValue(String) - Method in class org.apache.solr.common.SolrInputDocument
Get the first value for a field.
getFieldValueMap() - Method in class org.apache.solr.common.SolrDocument
Expose a Map interface to the solr fields.
getFieldValues(String) - Method in class org.apache.solr.common.SolrDocument
Get a collection of values for a given field name
getFieldValues(String) - Method in class org.apache.solr.common.SolrInputDocument
Get all the values for a field.
getFieldValuesMap() - Method in class org.apache.solr.common.SolrDocument
Expose a Map interface to the solr field value collection.
getFileName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
getFilterQueries() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getFirstSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getFirstValue(String) - Method in class org.apache.solr.common.SolrDocument
returns the first value for a field
getFirstValue() - Method in class org.apache.solr.common.SolrInputField
 
getFlag(char) - Static method in enum org.apache.solr.common.luke.FieldFlag
 
getFlags() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getFloat(String, float) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getFloat(String) - Method in class org.apache.solr.common.params.SolrParams
Returns the Float value of the param, or null if not set
getFloat(String, float) - Method in class org.apache.solr.common.params.SolrParams
Returns the float value of the param, or def if not set
getGap() - Method in class org.apache.solr.client.solrj.response.FacetField
Date Gap Facet parameter
getHeader() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHighlight() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightFields() - Method in class org.apache.solr.client.solrj.SolrQuery
get list of highlighted fields
getHighlightFragsize() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlighting() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHighlightRequireFieldMatch() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightSimplePost() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightSimplePre() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightSnippets() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
getIndexDirectory() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getIndexDirs() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
getIndexInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getIndexPhases(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the index time analysis phases for the given field value.
getIndexPhases() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
Returns the index time analysis phases for this analysis.
getIndexPhasesByFieldValue() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the index time analysis phases for all field values.
getIndexPhasesCount(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the number of index time analysis phases the given field value has.
getIndexPhasesCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
Returns the index time analysis phases for this analysis.
getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getInt(String, int) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getInt(String) - Method in class org.apache.solr.common.params.SolrParams
Returns the Integer value of the param, or null if not set
getInt(String, int) - Method in class org.apache.solr.common.params.SolrParams
Returns the int value of the param, or def if not set
getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Retrieve the default list of parameters are added to every request regardless.
getKey() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
 
getLatestAccessedItems(int) - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
getLimitingFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getLimitingFields(long) - Method in class org.apache.solr.client.solrj.response.FacetField
 
getLines(String) - Method in interface org.apache.solr.common.ResourceLoader
Accesses a resource by name and returns the (non comment) lines containing data.
getMap() - Method in class org.apache.solr.common.params.MapSolrParams
 
getMap() - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
getMap() - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
getMax() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMaxDoc() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getMaxScore() - Method in class org.apache.solr.common.SolrDocumentList
 
getMean() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMethod() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getMin() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMissing() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getName() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getName() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getName() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getName() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getName() - Method in class org.apache.solr.common.SolrInputField
 
getName() - Method in interface org.apache.solr.common.util.ContentStream
 
getName() - Method in class org.apache.solr.common.util.ContentStreamBase
 
getName(int) - Method in class org.apache.solr.common.util.NamedList
The name of the pair at the specified List index
getNumDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getNumFound() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getNumFound() - Method in class org.apache.solr.common.SolrDocumentList
 
getNumTerms() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getNumTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getOldestAccessedItems(int) - Method in class org.apache.solr.common.util.ConcurrentLRUCache
Returns 'n' number of oldest accessed entries present in this cache.
getOriginalFrequency() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getParameterNames() - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.DefaultSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.MapSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.RequiredSolrParams
returns an Iterator over the parameter names
getParameterNamesIterator() - Method in class org.apache.solr.common.params.SolrParams
returns an Iterator over the parameter names
getParams() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
getParams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
getParams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
getParams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.SolrPing
 
getParams() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getParams(String) - Method in class org.apache.solr.common.params.AppendedSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.MapSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.SolrParams
returns an array of the String values of a param, or null if none
getParser() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
getPath(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getPath() - Method in class org.apache.solr.client.solrj.request.QueryRequest
Use the params 'QT' parameter if it exists
getPath(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getPath() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getPosition() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the position of this token within the produced token stream.
getQTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getQuery() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Returns the query that will be analyzed when processing the request.
getQuery() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Returns the query that will be analyzed.
getQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getQueryPhases() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the query time analysis phases for the field or null if this field doesn't hold a query time analysis.
getQueryPhases() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
Returns the query time analysis phases for this analysis or null if query time analysis doesn't exist.
getQueryPhasesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the number of query time analysis phases or -1 if this field analysis doesn't hold a query time analysis.
getQueryPhasesCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
Returns the number of query time analysis phases in this analysis or -1 if query time analysis doesn't exist.
getQueryType() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getRawText() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the raw text of the token.
getReader() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getReader() - Method in interface org.apache.solr.common.util.ContentStream
Get an open stream.
getReader() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
If an charset is defined (by the contentType) use that, otherwise use a file reader
getReader() - Method in class org.apache.solr.common.util.ContentStreamBase
Base reader implementation.
getReader() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
If an charset is defined (by the contentType) use that, otherwise use a StringReader
getRequestUrl() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponse() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponse() - Method in class org.apache.solr.client.solrj.SolrResponse
 
getResponseHeader() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponseParser() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getRootCause() - Method in exception org.apache.solr.client.solrj.SolrServerException
 
getRows() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSchema() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getSchemaName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getSize() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getSize() - Method in interface org.apache.solr.common.util.ContentStream
 
getSize() - Method in class org.apache.solr.common.util.ContentStreamBase
 
getSortField() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSortFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSortValues() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getSourceInfo() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getSourceInfo() - Method in interface org.apache.solr.common.util.ContentStream
 
getSourceInfo() - Method in class org.apache.solr.common.util.ContentStreamBase
 
getSpellCheckResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getStart() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the start position of this token within the text it was originally extracted from.
getStart() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getStart() - Method in class org.apache.solr.common.SolrDocumentList
 
getStartOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getStartTime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getStats() - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
getStatus(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getStatus() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getStddev() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getStream() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getStream() - Method in interface org.apache.solr.common.util.ContentStream
Get an open stream.
getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
 
getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
 
getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.URLStream
 
getSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getSuggestionFrequencies() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
Deprecated. 
getSuggestionMap() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
Deprecated. 
getSum() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getText() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the text of the token.
getText(Node) - Static method in class org.apache.solr.common.util.DOMUtil
Drop in replacement for Node.getTextContent().
getThreadLocalDateFormat() - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Deprecated. use DateUtil.getThreadLocalDateFormat()
getThreadLocalDateFormat() - Static method in class org.apache.solr.common.util.DateUtil
Returns a formatter that can be use by the current thread if needed to convert Date objects to the Internal representation.
getTime() - Method in class org.apache.solr.common.util.RTimer
Get total elapsed time for this timer.
getTimeAllowed() - Method in class org.apache.solr.client.solrj.SolrQuery
Get the maximum time allowed for this query.
getToken() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getTokens() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
Returns a list of tokens which represent the token stream produced in this phase.
getTopTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getType() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the type of the token.
getType() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getUpdateContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getUpdateContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getUptime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getVal(int) - Method in class org.apache.solr.common.util.NamedList
The value of the pair at the specified List index
getValue() - Method in class org.apache.solr.common.SolrInputField
 
getValue() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
 
getValueCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the number of values the field has.
getValueCount() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getValueCount() - Method in class org.apache.solr.common.SolrInputField
 
getValues() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getValues() - Method in class org.apache.solr.common.SolrInputField
 
getVersion() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
getVersion() - Method in class org.apache.solr.client.solrj.ResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.ResponseParser
 
getXML() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 

H

handleError(Throwable) - Method in class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
 
Hash - Class in org.apache.solr.common.util
Fast, well distributed, cross-platform hash functions.
Hash() - Constructor for class org.apache.solr.common.util.Hash
 
hashCode() - Method in class org.apache.solr.common.util.NamedList
 
hasNext() - Method in class org.apache.solr.common.util.IteratorChain
 
HEADER_ECHO_HANDLER - Static variable in interface org.apache.solr.common.params.CommonParams
'true' if the header should include the handler name
HEADER_ECHO_PARAMS - Static variable in interface org.apache.solr.common.params.CommonParams
include the parameters in the header
HEX_DIGITS - Static variable in class org.apache.solr.common.util.StrUtils
 
HIGHLIGHT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
HIGHLIGHT_MULTI_TERM - Static variable in interface org.apache.solr.common.params.HighlightParams
 
HighlightParams - Interface in org.apache.solr.common.params
 

I

IDS - Static variable in interface org.apache.solr.common.params.ShardParams
IDs of the shard documents
INCREMENT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
INDEX_DIR - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you merge indexes, what are the index directories.
indexDirs - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
indexOf(String, int) - Method in class org.apache.solr.common.util.NamedList
Scans the list sequentially beginning at the specified index and returns the index of the first pair with the specified name.
insert(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
Insert at the beginning of the list.
INSTANCE_DIR - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Specifies a core instance dir.
instanceDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
INT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
INTERESTING_TERMS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
IS_SHARD - Static variable in interface org.apache.solr.common.params.ShardParams
whether the request goes to a shard
isCacheableFaceting() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
isCorrectlySpelled() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
isEmpty() - Method in class org.apache.solr.common.SolrDocument
 
isEmpty() - Method in class org.apache.solr.common.SolrInputDocument
 
isMatch() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns whether this token matches one of the query tokens (if query analysis is performed).
isNull(List) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
isShowMatch() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Returns whether index time tokens that match query time tokens will be marked as a "match".
isShowMatch() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Returns whether index time tokens that match query time tokens should be marked as a "match".
isShowSchema() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
isTokenized() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
isWaitFlush() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
isWaitSearcher() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
iterator() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
Returns an iterator over the field analyses map.
iterator() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
Returns an iterator over the document analyses map.
iterator() - Method in class org.apache.solr.common.SolrDocument
Iterate of String->Object keys
iterator() - Method in class org.apache.solr.common.SolrInputDocument
 
iterator() - Method in class org.apache.solr.common.SolrInputField
 
ITERATOR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
iterator() - Method in class org.apache.solr.common.util.NamedList
Support the Iterable interface
IteratorChain<E> - Class in org.apache.solr.common.util
Chain several Iterators, so that this iterates over all of them in sequence.
IteratorChain() - Constructor for class org.apache.solr.common.util.IteratorChain
 

J

JavaBinCodec - Class in org.apache.solr.common.util
The class is designed to optimaly serialize/deserialize any supported types in Solr response.
JavaBinCodec() - Constructor for class org.apache.solr.common.util.JavaBinCodec
 
JavaBinCodec(JavaBinCodec.ObjectResolver) - Constructor for class org.apache.solr.common.util.JavaBinCodec
 
JavaBinCodec.ObjectResolver - Interface in org.apache.solr.common.util
 
JavaBinUpdateRequestCodec - Class in org.apache.solr.client.solrj.request
Provides methods for marshalling an UpdateRequest to a NamedList which can be serialized in the javabin format and vice versa.
JavaBinUpdateRequestCodec() - Constructor for class org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec
 
JavaBinUpdateRequestCodec.StreamingDocumentHandler - Interface in org.apache.solr.client.solrj.request
 
join(List<String>, char) - Static method in class org.apache.solr.common.util.StrUtils
Creates a backslash escaped string, joining all the items.

K

keySet() - Method in class org.apache.solr.common.SolrDocument
 
keySet() - Method in class org.apache.solr.common.SolrInputDocument
 

L

LBHttpSolrServer - Class in org.apache.solr.client.solrj.impl
LBHttpSolrServer or "LoadBalanced HttpSolrServer" is just a wrapper to CommonsHttpSolrServer.
LBHttpSolrServer(String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
LBHttpSolrServer(HttpClient, String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
LBHttpSolrServer(HttpClient, ResponseParser, String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
log - Static variable in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
log(Logger) - Method in exception org.apache.solr.common.SolrException
 
log(Logger, Throwable) - Static method in exception org.apache.solr.common.SolrException
 
log(Logger, String, Throwable) - Static method in exception org.apache.solr.common.SolrException
 
logged - Variable in exception org.apache.solr.common.SolrException
 
logOnce(Logger, String, Throwable) - Static method in exception org.apache.solr.common.SolrException
 
LONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
lookup3(int[], int, int, int) - Static method in class org.apache.solr.common.util.Hash
A Java implementation of hashword from lookup3.c by Bob Jenkins (original source).
lookup3ycs(int[], int, int, int) - Static method in class org.apache.solr.common.util.Hash
Identical to lookup3, except initval is biased by -(length<<2).
lookup3ycs(CharSequence, int, int, int) - Static method in class org.apache.solr.common.util.Hash
The hash value of a character sequence is defined to be the hash of it's unicode code points, according to Hash.lookup3ycs(int[] k, int offset, int length, int initval)
lookup3ycs64(CharSequence, int, int, long) - Static method in class org.apache.solr.common.util.Hash
This is the 64 bit version of lookup3ycs, corresponding to Bob Jenkin's lookup3 hashlittle2 with initval biased by -(numCodePoints<<2).
LukeRequest - Class in org.apache.solr.client.solrj.request
 
LukeRequest() - Constructor for class org.apache.solr.client.solrj.request.LukeRequest
 
LukeRequest(String) - Constructor for class org.apache.solr.client.solrj.request.LukeRequest
 
LukeResponse - Class in org.apache.solr.client.solrj.response
This is an incomplete representation of the data returned from Luke
LukeResponse() - Constructor for class org.apache.solr.client.solrj.response.LukeResponse
 
LukeResponse.FieldInfo - Class in org.apache.solr.client.solrj.response
 
LukeResponse.FieldInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
LukeResponse.FieldTypeInfo - Class in org.apache.solr.client.solrj.response
 
LukeResponse.FieldTypeInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 

M

main(String[]) - Static method in class org.apache.solr.common.util.RTimer
Testing
map - Variable in class org.apache.solr.common.params.MapSolrParams
 
map - Variable in class org.apache.solr.common.params.MultiMapSolrParams
 
MAP - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
MapSolrParams - Class in org.apache.solr.common.params
 
MapSolrParams(Map<String, String>) - Constructor for class org.apache.solr.common.params.MapSolrParams
 
marshal(UpdateRequest, OutputStream) - Method in class org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec
Converts an UpdateRequest to a NamedList which can be serialized to the given OutputStream in the javabin format
marshal(Object, OutputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
MATCH_INCLUDE - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MATCH_OFFSET - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MAX_CHARS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
MAX_NUM_TOKENS_PARSED - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MAX_OPTIMIZE_SEGMENTS - Static variable in interface org.apache.solr.common.params.UpdateParams
If optimizing, set the maximum number of segments left in the index after optimization.
MAX_QUERY_TERMS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MAX_RE_CHARS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
MAX_WORD_LEN - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MERGE_CONTIGUOUS_FRAGMENTS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
mergeIndexes(String, String[], SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
MIN_DOC_FREQ - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MIN_TERM_FREQ - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MIN_WORD_LEN - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MLT - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MM - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for MinShouldMatch specification
ModifiableSolrParams - Class in org.apache.solr.common.params
This class is similar to MultiMapSolrParams except you can edit the parameters after it is initialized.
ModifiableSolrParams() - Constructor for class org.apache.solr.common.params.ModifiableSolrParams
 
ModifiableSolrParams(Map<String, String[]>) - Constructor for class org.apache.solr.common.params.ModifiableSolrParams
Constructs a new ModifiableSolrParams directly using the provided Map
ModifiableSolrParams(SolrParams) - Constructor for class org.apache.solr.common.params.ModifiableSolrParams
Constructs a new ModifiableSolrParams, copying values from an existing SolrParams
MoreLikeThisParams - Interface in org.apache.solr.common.params
 
MoreLikeThisParams.TermStyle - Enum in org.apache.solr.common.params
 
MultiMapSolrParams - Class in org.apache.solr.common.params
 
MultiMapSolrParams(Map<String, String[]>) - Constructor for class org.apache.solr.common.params.MultiMapSolrParams
 

N

NAME - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you rename something, what is the new name
name - Variable in class org.apache.solr.common.util.ContentStreamBase
 
NAMED_LST - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
NamedList<T> - Class in org.apache.solr.common.util
A simple container class for modeling an ordered list of name/value pairs.
NamedList() - Constructor for class org.apache.solr.common.util.NamedList
Creates an empty instance
NamedList(Map.Entry<String, ? extends T>[]) - Constructor for class org.apache.solr.common.util.NamedList
Creates a NamedList instance containing the "name,value" pairs contained in the Entry[].
NamedList(List) - Constructor for class org.apache.solr.common.util.NamedList
Deprecated. Use NamedList.NamedList(java.util.Map.Entry[]) for the NamedList instantiation
NamedList.NamedListEntry<T> - Class in org.apache.solr.common.util
Helper class implementing Map.Entry to store the key-value relationship in NamedList (the keys of which are String-s)
NamedList.NamedListEntry() - Constructor for class org.apache.solr.common.util.NamedList.NamedListEntry
 
NamedList.NamedListEntry(String, T) - Constructor for class org.apache.solr.common.util.NamedList.NamedListEntry
 
NamedListCodec - Class in org.apache.solr.common.util
Deprecated. use JavaBinCodec instead
NamedListCodec() - Constructor for class org.apache.solr.common.util.NamedListCodec
Deprecated.  
NamedListCodec(JavaBinCodec.ObjectResolver) - Constructor for class org.apache.solr.common.util.NamedListCodec
Deprecated.  
NEW_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
 
newInstance(String, String...) - Method in interface org.apache.solr.common.ResourceLoader
 
next() - Method in class org.apache.solr.common.util.IteratorChain
hasNext() must ALWAYS be called before calling this otherwise it's a bit hard to keep track of what's happening
nodesToList(NodeList) - Static method in class org.apache.solr.common.util.DOMUtil
 
nodesToNamedList(NodeList) - Static method in class org.apache.solr.common.util.DOMUtil
 
now() - Method in class org.apache.solr.common.util.RTimer
Get current time May override to implement a different timer (CPU time, etc).
NULL - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
nvPairs - Variable in class org.apache.solr.common.util.NamedList
 

O

OFFSETS - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return offset information, if available
OMIT_HEADER - Static variable in interface org.apache.solr.common.params.CommonParams
include header in the response
openResource(String) - Method in interface org.apache.solr.common.ResourceLoader
 
optimize() - Method in class org.apache.solr.client.solrj.SolrServer
waitFlush=true and waitSearcher=true to be inline with the defaults for plain HTTP access
optimize(boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
 
optimize(boolean, boolean, int) - Method in class org.apache.solr.client.solrj.SolrServer
 
OPTIMIZE - Static variable in interface org.apache.solr.common.params.UpdateParams
Optimize the index and commit everything after the command completes
ORDERED_MAP - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
org.apache.solr.client.solrj - package org.apache.solr.client.solrj
 
org.apache.solr.client.solrj.beans - package org.apache.solr.client.solrj.beans
 
org.apache.solr.client.solrj.impl - package org.apache.solr.client.solrj.impl
 
org.apache.solr.client.solrj.request - package org.apache.solr.client.solrj.request
 
org.apache.solr.client.solrj.response - package org.apache.solr.client.solrj.response
 
org.apache.solr.client.solrj.util - package org.apache.solr.client.solrj.util
 
org.apache.solr.common - package org.apache.solr.common
 
org.apache.solr.common.luke - package org.apache.solr.common.luke
 
org.apache.solr.common.params - package org.apache.solr.common.params
 
org.apache.solr.common.util - package org.apache.solr.common.util
 
other - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
OTHER - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Name of the other core in actions involving 2 cores
OUTPUT_KEY - Static variable in interface org.apache.solr.common.params.CommonParams
 
OVERWRITE - Static variable in interface org.apache.solr.common.params.UpdateParams
overwrite indexing fields

P

params - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
params - Variable in class org.apache.solr.common.params.DefaultSolrParams
 
params - Variable in class org.apache.solr.common.params.RequiredSolrParams
 
parseBool(String) - Method in class org.apache.solr.common.params.SolrParams
Deprecated. Use org.apache.solr.common.util.StrUtils.parseBool
parseBool(String) - Static method in class org.apache.solr.common.util.StrUtils
how to transform a String into a boolean...
parseBoolean(String) - Static method in class org.apache.solr.common.util.StrUtils
Return if a string starts with '1', 't', or 'T' and return false otherwise.
parseDate(String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Deprecated. Use DateUtil.parseDate(String)
parseDate(String) - Static method in class org.apache.solr.common.util.DateUtil
Returns a formatter that can be use by the current thread if needed to convert Date objects to the Internal representation.
parseDate(String, Collection<String>) - Static method in class org.apache.solr.common.util.DateUtil
 
parseDate(String, Collection<String>, Date) - Static method in class org.apache.solr.common.util.DateUtil
Slightly modified from org.apache.commons.httpclient.util.DateUtil.parseDate

Parses the date value using the given date formats.

parseFlags(String) - Static method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
partialURLEncodeVal(Appendable, String) - Static method in class org.apache.solr.common.util.StrUtils
URLEncodes a value, replacing only enough chars so that the URL may be unambiguously pasted back into a browser.
PATTERN - Static variable in interface org.apache.solr.common.params.HighlightParams
 
PATTERN_ASCTIME - Static variable in class org.apache.solr.common.util.DateUtil
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.apache.solr.common.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.apache.solr.common.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1123 format.
pause() - Method in class org.apache.solr.common.util.RTimer
 
PAUSED - Static variable in class org.apache.solr.common.util.RTimer
 
persist(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
PERSISTENT - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Persistent -- should it save the cores state?
PF - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for phrase boost fields
ping() - Method in class org.apache.solr.client.solrj.SolrServer
 
POSITIONS - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return Term Vector position information
PREFIX - Static variable in interface org.apache.solr.common.params.AnalysisParams
The prefix for all parameters.
PREFIX - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.SolrPing
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.SolrRequest
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.ResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.ResponseParser
 
PS - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for Phrase Slop value in phrase boost query (in pf fields)
put(String, Object) - Method in class org.apache.solr.common.SolrDocument
 
put(String, SolrInputField) - Method in class org.apache.solr.common.SolrInputDocument
 
put(K, V) - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.solr.common.SolrDocument
 
putAll(Map<? extends String, ? extends SolrInputField>) - Method in class org.apache.solr.common.SolrInputDocument
 

Q

Q - Static variable in interface org.apache.solr.common.params.CommonParams
query string
QF - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for query fields
QF - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
QS - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for phrase Slop value in phrases explicitly included in the user's query string ( in qf fields)
QT - Static variable in interface org.apache.solr.common.params.CommonParams
the query type - which query handler should handle the request
query(SolrParams) - Method in class org.apache.solr.client.solrj.SolrServer
 
query(SolrParams, SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrServer
 
QUERY - Static variable in interface org.apache.solr.common.params.AnalysisParams
Holds the query to be analyzed.
QueryRequest - Class in org.apache.solr.client.solrj.request
 
QueryRequest() - Constructor for class org.apache.solr.client.solrj.request.QueryRequest
 
QueryRequest(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.QueryRequest
 
QueryRequest(SolrParams, SolrRequest.METHOD) - Constructor for class org.apache.solr.client.solrj.request.QueryRequest
 
QueryResponse - Class in org.apache.solr.client.solrj.response
 
QueryResponse() - Constructor for class org.apache.solr.client.solrj.response.QueryResponse
 
QueryResponse(NamedList<Object>, SolrServer) - Constructor for class org.apache.solr.client.solrj.response.QueryResponse
Utility constructor to set the solrServer and namedList

R

read(String) - Method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
 
read(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
read(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
read() - Method in class org.apache.solr.common.util.FastInputStream
 
read(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
 
readArray(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readArray(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readBoolean() - Method in class org.apache.solr.common.util.FastInputStream
 
readByte() - Method in class org.apache.solr.common.util.FastInputStream
 
readByteArray(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readChar() - Method in class org.apache.solr.common.util.FastInputStream
 
readChars(FastInputStream, char[], int, int) - Static method in class org.apache.solr.common.util.JavaBinCodec
Reads UTF-8 encoded characters into an array.
readDocument(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readDocuments(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readDouble() - Method in class org.apache.solr.common.util.FastInputStream
 
readExternString(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readFloat() - Method in class org.apache.solr.common.util.FastInputStream
 
readFully(byte[]) - Method in class org.apache.solr.common.util.FastInputStream
 
readFully(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
 
readInt() - Method in class org.apache.solr.common.util.FastInputStream
 
readIterator(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readLine() - Method in class org.apache.solr.common.util.FastInputStream
 
readLong() - Method in class org.apache.solr.common.util.FastInputStream
 
readMap(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readNamedList(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readNamedList(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readOrderedMap(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readShort() - Method in class org.apache.solr.common.util.FastInputStream
 
readSize(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSmallInt(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSmallLong(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrDocument(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrDocumentList(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readStr(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readUnsignedByte() - Method in class org.apache.solr.common.util.FastInputStream
 
readUnsignedShort() - Method in class org.apache.solr.common.util.FastInputStream
 
readUTF() - Method in class org.apache.solr.common.util.FastInputStream
 
readVal(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readVInt(FastInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
The counterpart for the above
readVLong(FastInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
 
refill() - Method in class org.apache.solr.common.util.FastInputStream
 
REGEX - Static variable in interface org.apache.solr.common.params.HighlightParams
 
RegexFileFilter - Class in org.apache.solr.common.util
Accepts any file whose name matches the pattern
RegexFileFilter(String) - Constructor for class org.apache.solr.common.util.RegexFileFilter
 
RegexFileFilter(Pattern) - Constructor for class org.apache.solr.common.util.RegexFileFilter
 
reloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
remove(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
remove a field at the given name
remove(String, String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
remove the given value for the given name
remove(Object) - Method in class org.apache.solr.common.SolrDocument
 
remove(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
remove(K) - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
remove() - Method in class org.apache.solr.common.util.IteratorChain
 
remove(int) - Method in class org.apache.solr.common.util.NamedList
Removes the name/value pair at the specified index.
remove(String) - Method in class org.apache.solr.common.util.NamedList
 
removeFacetField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
remove a facet field
removeFacetQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
remove a facet query
removeFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
Remove the field facet info
removeField(String) - Method in class org.apache.solr.common.SolrInputDocument
Remove a field from the document
removeFields(String) - Method in class org.apache.solr.common.SolrDocument
Remove all fields with the name
removeFilterQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
removeHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
remove a field for highlighting
removeSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
removeSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
renameCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Process the request.
request(SolrRequest, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
Tries to query a live server.
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.SolrServer
SolrServer implementations need to implement how a request is actually processed
requestWriter - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
The RequestWriter used to write all requests to Solr
RequestWriter - Class in org.apache.solr.client.solrj.request
A RequestWriter is used to write requests to Solr.
RequestWriter() - Constructor for class org.apache.solr.client.solrj.request.RequestWriter
 
RequestWriter.LazyContentStream - Class in org.apache.solr.client.solrj.request
 
RequestWriter.LazyContentStream(UpdateRequest) - Constructor for class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
required() - Method in class org.apache.solr.common.params.SolrParams
returns a RequiredSolrParams wrapping this
RequiredSolrParams - Class in org.apache.solr.common.params
This is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.
RequiredSolrParams(SolrParams) - Constructor for class org.apache.solr.common.params.RequiredSolrParams
 
reserve(int) - Method in class org.apache.solr.common.util.FastOutputStream
reserve at least len bytes at the end of the buffer.
resolve(Object, JavaBinCodec) - Method in interface org.apache.solr.common.util.JavaBinCodec.ObjectResolver
 
resolvePath(File, String) - Static method in class org.apache.solr.common.util.FileUtils
Resolves a path relative a base directory.
ResourceLoader - Interface in org.apache.solr.common
 
ResponseParser - Class in org.apache.solr.client.solrj
 
ResponseParser() - Constructor for class org.apache.solr.client.solrj.ResponseParser
 
resume() - Method in class org.apache.solr.common.util.RTimer
 
reverse() - Method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
 
rollback() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
rollback() - Method in class org.apache.solr.client.solrj.SolrServer
 
ROLLBACK - Static variable in interface org.apache.solr.common.params.UpdateParams
Rollback update commands
ROWS - Static variable in interface org.apache.solr.common.params.CommonParams
number of documents to return starting at "start"
RTimer - Class in org.apache.solr.common.util
A recursive timer.
RTimer() - Constructor for class org.apache.solr.common.util.RTimer
 

S

SCHEMA - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you specify a schema, what is its name
schemaName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
set(String, String...) - Method in class org.apache.solr.common.params.ModifiableSolrParams
Replace any existing parameter with the given name.
set(String, int) - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
set(String, boolean) - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
setAction(AbstractUpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
Sets appropriate parameters for the given ACTION
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setAction(UpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Deprecated. Use AbstractUpdateRequest.ACTION instead
setAction(UpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Deprecated. Use AbstractUpdateRequest.ACTION instead
setAction(UpdateRequest.ACTION, boolean, boolean, int, boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Deprecated. Use AbstractUpdateRequest.ACTION instead
setAlive(boolean) - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
setAliveCheckInterval(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
LBHttpSolrServer keeps pinging the dead servers at fixed interval to find if it is alive.
setAllowCompression(boolean) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set allowCompression.
setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
setBoost(float) - Method in class org.apache.solr.common.SolrInputField
 
setCommitWithin(int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setConnectionManagerTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated. Use CommonsHttpSolrServer.setConnectionManagerTimeout(long)
setConnectionManagerTimeout(long) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Sets soTimeout (read timeout) on the underlying HttpConnectionManager.
setConnectionManagerTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
set connectionManagerTimeout on the HttpClient.*
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set connectionTimeout on the underlying HttpConnectionManager
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
setContentType(String) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setCount(long) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set maxConnectionsPerHost on the underlying HttpConnectionManager
setDocIterator(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
setDocumentBoost(float) - Method in class org.apache.solr.common.SolrInputDocument
 
setElapsedTime(long) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setFacet(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
enable/disable faceting.
setFacetLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
set the facet limit
setFacetMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
set facet minimum count
setFacetMissing(Boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
Sets facet missing boolean flag
setFacetPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFacetPrefix(String, String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFacetSort(String) - Method in class org.apache.solr.client.solrj.SolrQuery
set facet sort
setFacetSort(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated. Use SolrQuery.setFacetSort(String) instead, true corresponds to FacetParams.FACET_SORT_COUNT and false to FacetParams.FACET_SORT_INDEX.
setField(String, Object) - Method in class org.apache.solr.common.SolrDocument
Set a field with the given object.
setField(String, Object) - Method in class org.apache.solr.common.SolrInputDocument
Set a field with implied null value for boost.
setField(String, Object, float) - Method in class org.apache.solr.common.SolrInputDocument
 
setFieldNames(List<String>) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Sets the field names on which the analysis should be performed.
setFields(List<String>) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
setFields(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFieldTypes(List<String>) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Sets the field types on which analysis should be performed.
setFieldValue(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Sets the field value to be analyzed.
setFileName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
setFilterQueries(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set followRedirects.
setGetFieldStatistics(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setGetFieldStatistics(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlight(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightFragsize(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightRequireFieldMatch(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightSimplePost(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightSimplePre(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightSnippets(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setIncludeScore(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setIndexDirs(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
setIndexPhases(String, List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
 
setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setMaxRetries(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set maximum number of retries to attempt in the event of transient errors.
setMaxScore(Float) - Method in class org.apache.solr.common.SolrDocumentList
 
setMaxTotalConnections(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set maxTotalConnection on the underlying HttpConnectionManager
setMethod(SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setMissing(String) - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated. use SolrQuery.setFacetMissing(Boolean)
setName(String) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
setName(String) - Method in class org.apache.solr.common.SolrInputField
 
setName(String) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setName(int, String) - Method in class org.apache.solr.common.util.NamedList
Modifies the name of the pair at the specified index.
setNumFound(long) - Method in class org.apache.solr.common.SolrDocumentList
 
setNumTerms(int) - Method in class org.apache.solr.client.solrj.request.LukeRequest
the number of terms to return for a given field.
setOtherCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setParam(String, String) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setParam(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setParam(String, boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setParams(ModifiableSolrParams) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
Sets the parameters for this update request, overwriting any previous
setParams(SolrParams) - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Note: This setter method is not thread-safe.
setPath(String) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setQuery(String) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Sets the query to be analyzed.
setQuery(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Sets the query to be analyzed.
setQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setQueryPhases(List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
 
setQueryType(String) - Method in class org.apache.solr.client.solrj.SolrQuery
Query type used to determine the request handler.
setRequestUrl(String) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.SolrResponse
 
setResponseParser(ResponseParser) - Method in class org.apache.solr.client.solrj.SolrRequest
Optionally specify how the Response should be parsed.
setRows(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSchemaName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setShowDebugInfo(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Sets whether index time tokens that match query time tokens should be marked as a "match".
setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Sets whether index time tokens that match query time tokens should be marked as a "match".
setShowSchema(boolean) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
setSize(Long) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Sets soTimeout (read timeout) on the underlying HttpConnectionManager.
setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
set soTimeout (read timeout) on the underlying HttpConnectionManager.
setSourceInfo(String) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setStart(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setStart(long) - Method in class org.apache.solr.common.SolrDocumentList
 
setTimeAllowed(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
Set the maximum time allowed for this query.
setVal(int, T) - Method in class org.apache.solr.common.util.NamedList
Modifies the value of the pair at the specified index.
setValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
Set the value for a field.
setValue(T) - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
 
setWaitFlush(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setWaitSearcher(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
ShardParams - Interface in org.apache.solr.common.params
Parameters used for distributed search.
SHARDS - Static variable in interface org.apache.solr.common.params.ShardParams
the shards to use (distributed configuration)
SHARDS_QT - Static variable in interface org.apache.solr.common.params.ShardParams
query type for shard requests
SHARDS_ROWS - Static variable in interface org.apache.solr.common.params.ShardParams
per-shard start and rows
SHARDS_START - Static variable in interface org.apache.solr.common.params.ShardParams
 
SHORT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SHOW_MATCH - Static variable in interface org.apache.solr.common.params.AnalysisParams
Set to true to indicate that the index tokens that match query tokens should be marked as "mateched".
SIMILARITY_FIELDS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
SIMPLE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SIMPLE_POST - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SIMPLE_PRE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SimpleOrderedMap<T> - Class in org.apache.solr.common.util
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.
SimpleOrderedMap() - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
Creates an empty instance
SimpleOrderedMap(List) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
Deprecated. 
SimpleOrderedMap(Map.Entry<String, T>[]) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
 
SINT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
size() - Method in class org.apache.solr.common.SolrDocument
 
size() - Method in class org.apache.solr.common.SolrInputDocument
 
size() - Method in class org.apache.solr.common.util.ConcurrentLRUCache
 
size - Variable in class org.apache.solr.common.util.ContentStreamBase
 
size() - Method in class org.apache.solr.common.util.FastOutputStream
 
size() - Method in class org.apache.solr.common.util.NamedList
The total number of name/value pairs
skipBytes(int) - Method in class org.apache.solr.common.util.FastInputStream
 
SLONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SLOP - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SNIPPETS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SOLRDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SOLRDOCLST - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SolrDocument - Class in org.apache.solr.common
A concrete representation of a document within a Solr index.
SolrDocument() - Constructor for class org.apache.solr.common.SolrDocument
 
SolrDocumentList - Class in org.apache.solr.common
Represent a list of SolrDocuments returned from a search.
SolrDocumentList() - Constructor for class org.apache.solr.common.SolrDocumentList
 
SolrException - Exception in org.apache.solr.common
 
SolrException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(SolrException.ErrorCode, String, boolean) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(SolrException.ErrorCode, String, Throwable, boolean) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(SolrException.ErrorCode, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(SolrException.ErrorCode, Throwable) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(int, String) - Constructor for exception org.apache.solr.common.SolrException
Deprecated. Use SolrException.SolrException(ErrorCode,String).
SolrException(int, String, boolean) - Constructor for exception org.apache.solr.common.SolrException
Deprecated. Use SolrException.SolrException(ErrorCode,String,boolean).
SolrException(int, String, Throwable, boolean) - Constructor for exception org.apache.solr.common.SolrException
Deprecated. Use SolrException.SolrException(ErrorCode,String,Throwable,boolean).
SolrException(int, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
Deprecated. Use SolrException.SolrException(ErrorCode,String,Throwable).
SolrException(int, Throwable) - Constructor for exception org.apache.solr.common.SolrException
Deprecated. Use SolrException.SolrException(ErrorCode,Throwable).
SolrException.ErrorCode - Enum in org.apache.solr.common
 
SolrInputDocument - Class in org.apache.solr.common
Represent the field and boost information needed to construct and index a Lucene Document.
SolrInputDocument() - Constructor for class org.apache.solr.common.SolrInputDocument
 
SolrInputField - Class in org.apache.solr.common
 
SolrInputField(String) - Constructor for class org.apache.solr.common.SolrInputField
 
SolrParams - Class in org.apache.solr.common.params
SolrParams hold request parameters.
SolrParams() - Constructor for class org.apache.solr.common.params.SolrParams
 
SolrPing - Class in org.apache.solr.client.solrj.request
 
SolrPing() - Constructor for class org.apache.solr.client.solrj.request.SolrPing
 
SolrPingResponse - Class in org.apache.solr.client.solrj.response
 
SolrPingResponse() - Constructor for class org.apache.solr.client.solrj.response.SolrPingResponse
 
SolrQuery - Class in org.apache.solr.client.solrj
This is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlers
SolrQuery() - Constructor for class org.apache.solr.client.solrj.SolrQuery
 
SolrQuery(String) - Constructor for class org.apache.solr.client.solrj.SolrQuery
Create a new SolrQuery
SolrQuery.ORDER - Enum in org.apache.solr.client.solrj
 
SolrRequest - Class in org.apache.solr.client.solrj
 
SolrRequest(SolrRequest.METHOD, String) - Constructor for class org.apache.solr.client.solrj.SolrRequest
 
SolrRequest.METHOD - Enum in org.apache.solr.client.solrj
 
SolrResponse - Class in org.apache.solr.client.solrj
 
SolrResponse() - Constructor for class org.apache.solr.client.solrj.SolrResponse
 
SolrResponseBase - Class in org.apache.solr.client.solrj.response
 
SolrResponseBase() - Constructor for class org.apache.solr.client.solrj.response.SolrResponseBase
 
SolrServer - Class in org.apache.solr.client.solrj
 
SolrServer() - Constructor for class org.apache.solr.client.solrj.SolrServer
 
SolrServerException - Exception in org.apache.solr.client.solrj
Exception to catch all types of communication / parsing issues associated with talking to SOLR
SolrServerException(String, Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServerException(String) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServerException(Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SORT - Static variable in interface org.apache.solr.common.params.CommonParams
sort order
sourceInfo - Variable in class org.apache.solr.common.util.ContentStreamBase
 
SPELLCHECK_BUILD - Static variable in interface org.apache.solr.common.params.SpellingParams
Whether to build the index or not.
SPELLCHECK_COLLATE - Static variable in interface org.apache.solr.common.params.SpellingParams
Take the top suggestion for each token and create a new query from it
SPELLCHECK_COUNT - Static variable in interface org.apache.solr.common.params.SpellingParams
The count of suggestions needed for a given query.
SPELLCHECK_DICT - Static variable in interface org.apache.solr.common.params.SpellingParams
The name of the dictionary to be used for giving the suggestion for a request.
SPELLCHECK_EXTENDED_RESULTS - Static variable in interface org.apache.solr.common.params.SpellingParams
Whether to use the extended response format, which is more complicated but richer.
SPELLCHECK_ONLY_MORE_POPULAR - Static variable in interface org.apache.solr.common.params.SpellingParams
When this parameter is set to true and the misspelled word exists in the user field, only words that occur more frequently in the Solr field than the one given will be returned.
SPELLCHECK_PREFIX - Static variable in interface org.apache.solr.common.params.SpellingParams
 
SPELLCHECK_Q - Static variable in interface org.apache.solr.common.params.SpellingParams
Use the value for this parameter as the query to spell check.
SPELLCHECK_RELOAD - Static variable in interface org.apache.solr.common.params.SpellingParams
Whether to reload the index.
SpellCheckResponse - Class in org.apache.solr.client.solrj.response
Encapsulates responses from SpellCheckComponent
SpellCheckResponse(NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse
 
SpellCheckResponse.Suggestion - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Suggestion(String, NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
SpellingParams - Interface in org.apache.solr.common.params
Parameters used for spellchecking
splitFileNames(String) - Static method in class org.apache.solr.common.util.StrUtils
Splits file names separated by comma character.
splitSmart(String, char) - Static method in class org.apache.solr.common.util.StrUtils
Split a string based on a separator, but don't split if it's inside a string.
splitSmart(String, String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
Splits a backslash escaped string on the separator.
splitWS(String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
 
START - Static variable in interface org.apache.solr.common.params.CommonParams
zero based offset of matching documents to retrieve
STARTED - Static variable in class org.apache.solr.common.util.RTimer
 
startTime - Variable in class org.apache.solr.common.util.RTimer
 
state - Variable in class org.apache.solr.common.util.RTimer
 
STATS - Static variable in interface org.apache.solr.common.params.StatsParams
 
STATS_FACET - Static variable in interface org.apache.solr.common.params.StatsParams
 
STATS_FIELD - Static variable in interface org.apache.solr.common.params.StatsParams
 
StatsParams - Interface in org.apache.solr.common.params
Stats Parameters
stop() - Method in class org.apache.solr.common.util.RTimer
Recursively stop timer and sub timers
STOPPED - Static variable in class org.apache.solr.common.util.RTimer
 
STR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
STREAM_BODY - Static variable in interface org.apache.solr.common.params.CommonParams
If the content stream should come directly from a field
STREAM_CONTENTTYPE - Static variable in interface org.apache.solr.common.params.CommonParams
Explicitly set the content type for the input stream If multiple streams are specified, the explicit contentType will be used for all of them.
STREAM_FILE - Static variable in interface org.apache.solr.common.params.CommonParams
If the content stream should come from a File (using FileReader)
STREAM_URL - Static variable in interface org.apache.solr.common.params.CommonParams
If the content stream should come from a URL (using URLConnection)
StreamingUpdateSolrServer - Class in org.apache.solr.client.solrj.impl
StreamingHttpSolrServer buffers all added documents and writes them into open http connections.
StreamingUpdateSolrServer(String, int, int) - Constructor for class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
 
StrUtils - Class in org.apache.solr.common.util
 
StrUtils() - Constructor for class org.apache.solr.common.util.StrUtils
 
sub(String) - Method in class org.apache.solr.common.util.RTimer
Create new subtimer with given name Subtimer will be started.
substituteProperties(Node, Properties) - Static method in class org.apache.solr.common.util.DOMUtil
Replaces ${property[:default value]} references in all attributes and text nodes of supplied node.
substituteSystemProperties(Node) - Static method in class org.apache.solr.common.util.DOMUtil
Replaces ${system.property[:default value]} references in all attributes and text nodes of supplied node.
sync(File) - Static method in class org.apache.solr.common.util.FileUtils
Copied from Lucene's FSDirectory

T

TAG - Static variable in interface org.apache.solr.common.params.CommonParams
 
TAG_AND_LEN - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
TERMS - Static variable in interface org.apache.solr.common.params.CommonParams
 
TERMS - Static variable in interface org.apache.solr.common.params.TermsParams
The component name.
TERMS_FIELD - Static variable in interface org.apache.solr.common.params.TermsParams
Required.
TERMS_LIMIT - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_LOWER - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_LOWER_INCLUSIVE - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_MAXCOUNT - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_MINCOUNT - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_PREFIX - Static variable in interface org.apache.solr.common.params.TermsParams
Used for building up the other terms
TERMS_PREFIX_STR - Static variable in interface org.apache.solr.common.params.TermsParams
 
TERMS_RAW - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_SORT - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_SORT_COUNT - Static variable in interface org.apache.solr.common.params.TermsParams
 
TERMS_SORT_INDEX - Static variable in interface org.apache.solr.common.params.TermsParams
 
TERMS_UPPER - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TERMS_UPPER_INCLUSIVE - Static variable in interface org.apache.solr.common.params.TermsParams
Optional.
TermsParams - Interface in org.apache.solr.common.params
 
TermVectorParams - Interface in org.apache.solr.common.params
 
TEXT_XML - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
 
TF - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return Term Frequency info
TF_IDF - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return TF-IDF calculation, i.e.
TIE - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for tiebreaker value
time - Variable in class org.apache.solr.common.util.RTimer
 
TIME_ALLOWED - Static variable in interface org.apache.solr.common.params.CommonParams
Timeout value in milliseconds.
toContentStreams(String, String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Take a string and make it an iterable ContentStream
toLower(List<String>) - Static method in class org.apache.solr.common.util.StrUtils
 
toMap(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create a Map from a NamedList given no keys are repeated
toMap(NamedNodeMap) - Static method in class org.apache.solr.common.util.DOMUtil
 
toMapExcept(NamedNodeMap, String...) - Static method in class org.apache.solr.common.util.DOMUtil
 
toMultiMap(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create a Map from a NamedList
toNamedList() - Method in class org.apache.solr.common.params.SolrParams
Convert this to a NamedList
toQueryString(SolrParams, boolean) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrDocument(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrInputDocument(Object) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
toSolrInputDocument(SolrDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrParams(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create SolrParams from NamedList.
toStr(Throwable) - Static method in exception org.apache.solr.common.SolrException
 
toString() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
toString() - Method in class org.apache.solr.client.solrj.response.FacetField
 
toString() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
toString() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
toString() - Method in class org.apache.solr.common.params.AppendedSolrParams
 
toString() - Method in class org.apache.solr.common.params.DefaultSolrParams
 
toString() - Method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
 
toString() - Method in class org.apache.solr.common.params.MapSolrParams
 
toString() - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
toString() - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
toString() - Method in class org.apache.solr.common.params.RequiredSolrParams
 
toString() - Method in class org.apache.solr.common.SolrDocument
 
toString() - Method in class org.apache.solr.common.SolrDocumentList
 
toString() - Method in exception org.apache.solr.common.SolrException
 
toString() - Method in class org.apache.solr.common.SolrInputDocument
 
toString() - Method in class org.apache.solr.common.SolrInputField
 
toString() - Method in class org.apache.solr.common.util.NamedList
 
toString() - Method in class org.apache.solr.common.util.RegexFileFilter
 
toString() - Method in class org.apache.solr.common.util.RTimer
 
toXML(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
TRUE - Static variable in interface org.apache.solr.common.params.CommonParams
 
TV_PREFIX - Static variable in interface org.apache.solr.common.params.TermVectorParams
 

U

unloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
unmarshal(InputStream, JavaBinUpdateRequestCodec.StreamingDocumentHandler) - Method in class org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec
Reads a NamedList from the given InputStream, converts it into a SolrInputDocument and passes it to the given StreamingDocumentHandler
unmarshal(InputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
UPDATE_PROCESSOR - Static variable in interface org.apache.solr.common.params.UpdateParams
Select the update processor to use.
UpdateParams - Interface in org.apache.solr.common.params
A collection of standard params used by Update handlers
UpdateRequest - Class in org.apache.solr.client.solrj.request
 
UpdateRequest() - Constructor for class org.apache.solr.client.solrj.request.UpdateRequest
 
UpdateRequest(String) - Constructor for class org.apache.solr.client.solrj.request.UpdateRequest
 
UpdateRequest.ACTION - Enum in org.apache.solr.client.solrj.request
Deprecated. Use AbstractUpdateRequest.ACTION instead
UpdateResponse - Class in org.apache.solr.client.solrj.response
TODO -- mostly a stub until we have a defined output format
UpdateResponse() - Constructor for class org.apache.solr.client.solrj.response.UpdateResponse
 
USE_PHRASE_HIGHLIGHTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
UTC - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
Deprecated. Use DateUtil.UTC.
UTC - Static variable in class org.apache.solr.common.util.DateUtil
 
UTF_8 - Static variable in class org.apache.solr.client.solrj.request.RequestWriter
 

V

VALUE - Static variable in interface org.apache.solr.common.params.CommonParams
 
valueOf(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.UpdateRequest.ACTION
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.luke.FieldFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.request.UpdateRequest.ACTION
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.common.luke.FieldFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.apache.solr.common.SolrDocument
 
values() - Static method in enum org.apache.solr.common.SolrException.ErrorCode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.apache.solr.common.SolrInputDocument
 
VERSION - Static variable in interface org.apache.solr.common.params.CommonParams
version parameter to check request-response compatibility

W

WAIT_FLUSH - Static variable in interface org.apache.solr.common.params.UpdateParams
wait till the command has flushed
WAIT_SEARCHER - Static variable in interface org.apache.solr.common.params.UpdateParams
wait for the search to warm up
wrap(InputStream) - Static method in class org.apache.solr.common.util.FastInputStream
 
wrap(OutputStream) - Static method in class org.apache.solr.common.util.FastOutputStream
 
wrap(Writer) - Static method in class org.apache.solr.common.util.FastWriter
 
write(SolrRequest, OutputStream) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
write(SolrRequest, OutputStream) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
write(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(byte[]) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(byte) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(byte[], int, int) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(int) - Method in class org.apache.solr.common.util.FastWriter
 
write(char) - Method in class org.apache.solr.common.util.FastWriter
 
write(char[], int, int) - Method in class org.apache.solr.common.util.FastWriter
 
write(String, int, int) - Method in class org.apache.solr.common.util.FastWriter
 
writeArray(List) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeArray(Collection) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeArray(Object[]) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeBoolean(boolean) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeByte(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeByteArray(byte[], int, int) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeBytes(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeChar(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeChars(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeChars(FastOutputStream, String, int, int) - Static method in class org.apache.solr.common.util.JavaBinCodec
Writes a sequence of UTF-8 encoded characters from a string.
writeDouble(double) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeExternString(String) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeFloat(float) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeInt(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeInt(int) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeIterator(Iterator) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeKnownType(Object) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeLong(long) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeLong(long) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeMap(Map) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeNamedList(NamedList) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writePrimitive(Object) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeShort(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeSolrDocument(SolrDocument) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocument(SolrDocument, Set<String>) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocumentList(SolrDocumentList) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeStr(String) - Method in class org.apache.solr.common.util.JavaBinCodec
write the string as tag+length, with length being the number of UTF-16 characters, followed by the string encoded in modified-UTF8
writeTag(byte) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeTag(byte, int) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeTo(OutputStream) - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
writeUnescapedXML(Writer, String, String, Object...) - Static method in class org.apache.solr.common.util.XML
does NOT escape character data in val, must already be valid XML
writeUTF(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeVal(Object) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeVInt(int, FastOutputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
Special method for variable length int (copied from lucene).
writeVLong(long, FastOutputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
 
writeXML(Writer) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
writeXML(SolrInputDocument, Writer) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
writeXML(Writer, String, String) - Static method in class org.apache.solr.common.util.XML
 
writeXML(Writer, String, String, Object...) - Static method in class org.apache.solr.common.util.XML
escapes character data in val
writeXML(Writer, String, String, Map<String, String>) - Static method in class org.apache.solr.common.util.XML
escapes character data in val
WT - Static variable in interface org.apache.solr.common.params.CommonParams
the response writer type - the format of the response

X

XML - Class in org.apache.solr.common.util
 
XML() - Constructor for class org.apache.solr.common.util.XML
 
XMLResponseParser - Class in org.apache.solr.client.solrj.impl
 
XMLResponseParser() - Constructor for class org.apache.solr.client.solrj.impl.XMLResponseParser
 
XMLResponseParser.KnownType - Enum in org.apache.solr.client.solrj.impl
 
XSL - Static variable in interface org.apache.solr.common.params.CommonParams
stylesheet to apply to XML results

_

_baseURL - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
The URL of the Solr server.
_invariantParams - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Default value: null / empty.
_parser - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Default response parser is BinaryResponseParser

This parser represents the default Response Parser chosen to parse the response if the parser were not specified as part of the request.


A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2010 Apache Software Foundation. All Rights Reserved.