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

A

abort() - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
ABORT - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
ABORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
abortCheck() - Method in interface org.apache.solr.update.SolrCmdDistributor.AbortCheck
 
abortErrorMessage - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
ABSOLUTE_FILE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
AbstractDefaultValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
Base class that can be extended by any UpdateRequestProcessorFactory designed to add a default value to the document in an AddUpdateCommand when that field is not already specified.
AbstractDefaultValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory
 
AbstractLuceneSpellChecker - Class in org.apache.solr.spelling
Abstract base class for all Lucene-based spell checking implementations.
AbstractLuceneSpellChecker() - Constructor for class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
AbstractPluginLoader<T> - Class in org.apache.solr.util.plugin
An abstract super class that manages standard solr-style plugin configuration.
AbstractPluginLoader(String, Class<T>, boolean, boolean) - Constructor for class org.apache.solr.util.plugin.AbstractPluginLoader
 
AbstractPluginLoader(String, Class<T>) - Constructor for class org.apache.solr.util.plugin.AbstractPluginLoader
 
AbstractSolrEventListener - Class in org.apache.solr.core
 
AbstractSolrEventListener(SolrCore) - Constructor for class org.apache.solr.core.AbstractSolrEventListener
 
AbstractSpatialFieldType<T extends org.apache.lucene.spatial.SpatialStrategy> - Class in org.apache.solr.schema
Abstract base class for Solr FieldTypes based on a Lucene 4 SpatialStrategy.
AbstractSpatialFieldType() - Constructor for class org.apache.solr.schema.AbstractSpatialFieldType
 
AbstractSpatialPrefixTreeFieldType<T extends org.apache.lucene.spatial.prefix.PrefixTreeStrategy> - Class in org.apache.solr.schema
 
AbstractSpatialPrefixTreeFieldType() - Constructor for class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
 
AbstractSubTypeFieldType - Class in org.apache.solr.schema
An abstract base class for FieldTypes that delegate work to another FieldType.
AbstractSubTypeFieldType() - Constructor for class org.apache.solr.schema.AbstractSubTypeFieldType
 
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.util.RegexFileFilter
 
ACCEPT_LINE_REGEX - Static variable in class org.apache.solr.handler.dataimport.LineEntityProcessor
Holds the name of entity attribute that will be parsed to obtain the pattern to be used when checking to see if a line should be returned.
acceptsDocsOutOfOrder() - Method in class org.apache.solr.search.DelegatingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.solr.search.DocSetCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.solr.search.EarlyTerminatingCollector
This collector requires that docs be collected in order, otherwise the computed number of scanned docs in the resulting EarlyTerminatingCollectorException will be meaningless.
acceptsDocsOutOfOrder() - Method in class org.apache.solr.search.grouping.collector.FilterCollector
 
accumulate(NamedList) - Method in interface org.apache.solr.handler.component.StatsValues
Accumulate the values based on those in the given NamedList
accumulate(int) - Method in interface org.apache.solr.handler.component.StatsValues
Accumulate the value associated with docID.
accumulate(BytesRef, int) - Method in interface org.apache.solr.handler.component.StatsValues
Accumulate the values based on the given value
accumulateMissing() - Method in class org.apache.solr.handler.component.FieldFacetStats
 
accumulateTermNum(int, BytesRef) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
ACCURACY - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
accuracy - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
ACCURACY - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
accuracy - Variable in class org.apache.solr.spelling.SpellingOptions
Optionally restrict the results to have a minimum accuracy level.
acquire() - Method in class org.apache.solr.util.AdjustableSemaphore
 
action - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
action - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
ACTION - Static variable in interface org.apache.solr.common.params.CollectionParams
What action
ACTION - Static variable in interface org.apache.solr.common.params.CommonParams
"action" parameter for SolrPing
ACTION - Static variable in class org.apache.solr.common.params.CoreAdminParams
What action
activateOptions() - Method in class org.apache.solr.util.SolrLogLayout
 
ACTIVE - Static variable in class org.apache.solr.common.cloud.Slice
 
ACTIVE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
actualShards - Variable in class org.apache.solr.handler.component.ShardRequest
actual shards to send the request to, filled out by framework
add(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Adds the documents supplied by the given iterator.
add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(SolrInputDocument, Boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(SolrInputDocument, Integer) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(SolrInputDocument, Integer, Boolean) - 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(Group) - Method in class org.apache.solr.client.solrj.response.GroupCommand
Adds a group to this command.
add(GroupCommand) - Method in class org.apache.solr.client.solrj.response.GroupResponse
Adds a grouping command to the response.
add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a collection of documents
add(Collection<SolrInputDocument>, int) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a collection of documents, specifying max time before they become committed
add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a single document
add(SolrInputDocument, int) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a single document specifying max time before it becomes committed
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(String, T) - Method in class org.apache.solr.common.util.NamedList
Adds a name/value pair to the end of the list.
add(PivotFacetValue) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Adds a PivotFacetValue to this collection -- callers must not use this method if a PivotFacetValue with the same value already exists in this collection
add(Map<String, Object>) - Method in interface org.apache.solr.handler.dataimport.DIHCache
Adds a document.
add(DocBuilder.Statistics) - Method in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
add(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
ADD - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
add(T) - Method in class org.apache.solr.logging.CircularList
 
add(E, long) - Method in class org.apache.solr.logging.LogWatcher
 
add(String, Object) - Method in class org.apache.solr.response.SolrQueryResponse
Appends a named value to the list of named values to be returned.
add(T) - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
add(int) - Method in class org.apache.solr.search.BitDocSet
 
add(int) - Method in interface org.apache.solr.search.DocSet
Adds the specified document if it is not currently in the DocSet (optional operation).
add(Grouping.Command) - Method in class org.apache.solr.search.Grouping
 
add(Token, List<String>) - Method in class org.apache.solr.spelling.SpellingResult
Adds a whole bunch of suggestions, and does not worry about frequency.
add(Token, String, int) - Method in class org.apache.solr.spelling.SpellingResult
Suggestions must be added with the best suggestion first.
add(String, String, List<Lookup.LookupResult>) - Method in class org.apache.solr.spelling.suggest.SuggesterResult
Add suggestion results for token
add(String) - Method in class org.apache.solr.update.processor.Lookup3Signature
 
add(String) - Method in class org.apache.solr.update.processor.MD5Signature
 
add(String) - Method in class org.apache.solr.update.processor.Signature
 
add(String) - Method in class org.apache.solr.update.processor.TextProfileSignature
 
ADD - Static variable in class org.apache.solr.update.UpdateLog
 
add(AddUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
add(AddUpdateCommand, boolean) - Method in class org.apache.solr.update.UpdateLog
 
add(E) - Method in class org.apache.solr.util.BoundedTreeSet
 
add(ConcurrentLFUCache.Stats) - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
add(ConcurrentLRUCache.Stats) - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
add(Calendar, int, String) - Static method in class org.apache.solr.util.DateMathParser
Modifies the specified Calendar by "adding" the specified value of units
add(long) - Method in class org.apache.solr.util.LongPriorityQueue
Adds an object to a PriorityQueue in log(size) time.
ADD_ROUTING_RULE - Static variable in class org.apache.solr.cloud.Overseer
 
addAlias(String, float, Map<String, Float>) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
Add an alias to this query parser.
addAlias(String, float, Map<String, Float>) - Method in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
Add an alias to this query parser.
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.
addAll(Collection<? extends E>) - Method in class org.apache.solr.util.BoundedTreeSet
 
addAllTo(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
addAllTo(DocSet) - Method in interface org.apache.solr.search.DocSet
Adds all the docs from this set to the target set.
addAllTo(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
 
addBean(Object) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a single bean
addBean(Object, int) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a single bean specifying max time before it becomes committed
addBeans(Iterator<?>) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Adds the beans supplied by the given iterator.
addBeans(Collection<?>) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a collection of beans
addBeans(Collection<?>, int) - Method in class org.apache.solr.client.solrj.SolrServer
Adds a collection of beans specifying max time before they become committed
addBoostFunctions(BooleanQuery, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
addBoostQuery(BooleanQuery, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
addCapturedContent() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Add the per field captured content to the Solr Document.
addChecker(SolrSpellChecker) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
addChildDocument(SolrDocument) - Method in class org.apache.solr.common.SolrDocument
 
addChildDocument(SolrInputDocument) - Method in class org.apache.solr.common.SolrInputDocument
 
addChildDocuments(Collection<SolrDocument>) - Method in class org.apache.solr.common.SolrDocument
 
addChildDocuments(Collection<SolrInputDocument>) - Method in class org.apache.solr.common.SolrInputDocument
 
addClause(List<BooleanClause>, int, int, Query) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
addCloseHook(CloseHook) - Method in class org.apache.solr.core.SolrCore
Add a close callback hook
addCloseHook(Closeable) - Method in class org.apache.solr.request.SolrRequestInfo
 
addCloseListener(Directory, CachingDirectoryFactory.CloseListener) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
addCloseListener(Directory, CachingDirectoryFactory.CloseListener) - Method in class org.apache.solr.core.DirectoryFactory
Adds a close listener for a Directory.
addCollationsToResponse(SolrParams, SpellingResult, ResponseBuilder, String, NamedList, boolean) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
addCommandField(Command) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
addConnectedListener(ZkClientConnectionStrategy.ConnectedListener) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
addContent() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Add in the catch all content to the field.
addContentStream(ContentStream) - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
addCopyFields(Map<String, Collection<String>>) - Method in class org.apache.solr.schema.IndexSchema
Copies this schema and adds the new copy fields to the copy, then persists the new schema.
addCopyFields(Map<String, Collection<String>>) - Method in class org.apache.solr.schema.ManagedIndexSchema
 
addCount(String, int) - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
addDateRangeFacet(String, Date, Date, String) - Method in class org.apache.solr.client.solrj.SolrQuery
Add a numeric range facet.
addDebug(Object, String...) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
addDebugInfo(String, Object) - Method in class org.apache.solr.handler.component.ResponseBuilder
Utility function to add debugging info.
addDebugInfo(NamedList<Object>) - Method in class org.apache.solr.search.DisMaxQParser
 
addDebugInfo(NamedList<Object>) - Method in class org.apache.solr.search.ExtendedDismaxQParser
 
addDebugInfo(NamedList<Object>) - Method in class org.apache.solr.search.QParser
 
addDisconnectedListener(ZkClientConnectionStrategy.DisconnectedListener) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
addDoc(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
addDoc(AddUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
addDocList(NamedList, GroupDocs) - Method in class org.apache.solr.search.Grouping.Command
 
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.
addedDocument(int) - Method in class org.apache.solr.update.CommitTracker
Indicate that documents have been added
addEscapes(String) - Static method in error org.apache.solr.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEventParms(SolrIndexSearcher, NamedList) - Method in class org.apache.solr.core.AbstractSolrEventListener
Add the EventParams.EVENT with either the EventParams.NEW_SEARCHER or EventParams.FIRST_SEARCHER values depending on the value of currentSearcher.
addExperimentalFormatWarning(SolrQueryResponse) - Static method in class org.apache.solr.handler.RequestHandlerUtils
A common way to mark the response format as experimental
addFacet(String, Map<String, StatsValues>) - Method in interface org.apache.solr.handler.component.StatsValues
Adds the facet statistics for the facet with the given name
addFacetField(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
Add field(s) for facet computation.
addFacetPivotField(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
Add field(s) for pivot 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.
addField(String, String, boolean) - Method in class org.apache.solr.handler.dataimport.XPathRecordReader
A wrapper around addField0 to create a series of Nodes based on the supplied Xpath and a given fieldName.
addField(String, String, boolean, int) - Method in class org.apache.solr.handler.dataimport.XPathRecordReader
A wrapper around addField0 to create a series of Nodes based on the supplied Xpath and a given fieldName.
addField(String, String, String[]) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
addField(CSVField) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
addField(SchemaField) - Method in class org.apache.solr.schema.IndexSchema
Copies this schema, adds the given field to the copy, then persists the new schema.
addField(SchemaField, Collection<String>) - Method in class org.apache.solr.schema.IndexSchema
Copies this schema, adds the given field to the copy, then persists the new schema.
addField(SchemaField) - Method in class org.apache.solr.schema.ManagedIndexSchema
 
addField(SchemaField, Collection<String>) - Method in class org.apache.solr.schema.ManagedIndexSchema
 
addFieldCommand(String, SolrQueryRequest) - Method in class org.apache.solr.search.Grouping
Adds a field command based on the specified field.
addFieldName(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Adds the given field name for analysis.
addFields(Collection<SchemaField>) - Method in class org.apache.solr.schema.IndexSchema
Copies this schema, adds the given fields to the copy, then persists the new schema.
addFields(Collection<SchemaField>, Map<String, Collection<String>>) - Method in class org.apache.solr.schema.IndexSchema
Copies this schema, adds the given fields to the copy, then persists the new schema.
addFields(Collection<SchemaField>) - Method in class org.apache.solr.schema.ManagedIndexSchema
 
addFields(Collection<SchemaField>, Map<String, Collection<String>>) - Method in class org.apache.solr.schema.ManagedIndexSchema
 
addFieldType(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Adds the given field type for analysis.
addFile(File, String) - 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
 
addFrequency(long) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
addFrequency(Token, int) - Method in class org.apache.solr.spelling.SpellingResult
Adds an original token with its document frequency
addFunctionCommand(String, SolrQueryRequest) - Method in class org.apache.solr.search.Grouping
 
addGlobalStrings(Collection<String>) - Method in class org.apache.solr.update.TransactionLog
 
addHdfsResources(Configuration, String) - Static method in class org.apache.solr.util.HdfsUtil
 
addHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
add highlight field
addHttpHeader(String, String) - Method in class org.apache.solr.response.SolrQueryResponse
Adds a response header with the given name and value.
addImplicits(List<PluginInfo>) - Static method in class org.apache.solr.handler.UpdateRequestHandler
 
addIntervalFacets(String, String[]) - Method in class org.apache.solr.client.solrj.SolrQuery
Add Interval Faceting on a field.
addIterator(Iterator<E>) - Method in class org.apache.solr.common.util.IteratorChain
 
addLiterals() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Add in the literals to the document using the SolrContentHandler.params and the ExtractingParams.LITERALS_PREFIX.
addMainQuery(BooleanQuery, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
Adds the main query to the query argument.
addManagedResource(String, Class<? extends ManagedResource>) - Method in class org.apache.solr.rest.RestManager
If not already registered, registers the given ManagedResource subclass at the given resourceId, creates an instance, and attaches it to the appropriate Restlet router.
addMergeStrategy(MergeStrategy) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
addMetadata() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Add in any metadata using SolrContentHandler.metadata as the source.
addMissing(int) - Method in interface org.apache.solr.handler.component.StatsValues
Updates the statistics when multiple documents are missing a value
addMisspellingsAndCorrection(SpellCheckResponse.Correction) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
addNamespace(String, Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.VariableResolver
 
addNoCheck(long) - Method in class org.apache.solr.util.LongPriorityQueue
Adds an object to a PriorityQueue in log(size) time.
addNumericRangeFacet(String, Number, Number, Number) - Method in class org.apache.solr.client.solrj.SolrQuery
Add a numeric range facet.
addOldLog(TransactionLog, boolean) - Method in class org.apache.solr.update.UpdateLog
 
addOrUpdateSort(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
Updates or adds a single sort clause to the query.
addOrUpdateSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
Updates or adds a single sort field specification to the current sort information.
addParam(String, String, Map<String, String[]>) - Static method in class org.apache.solr.common.params.MultiMapSolrParams
 
addParser(String, ValueSourceParser) - Static method in class org.apache.solr.search.ValueSourceParser
Adds a new parser for the name and returns any existing one that was overriden.
addParser(NamedParser) - Static method in class org.apache.solr.search.ValueSourceParser
Adds a new parser for the name and returns any existing one that was overriden.
addPartToDocument(Part, Map<String, Object>, boolean) - Method in class org.apache.solr.handler.dataimport.MailEntityProcessor
 
addPhraseFieldQueries(BooleanQuery, List<ExtendedDismaxQParser.Clause>, ExtendedDismaxQParser.ExtendedDismaxConfiguration) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Adds shingled phrase queries to all the fields specified in the pf, pf2 anf pf3 parameters
addQueryCommand(String, SolrQueryRequest) - Method in class org.apache.solr.search.Grouping
 
addRefinement(int, PivotFacetValue) - Method in class org.apache.solr.handler.component.PivotFacet
Tracks that the specified shard needs to be asked to refine the specified PivotFacetValue
AddReplica() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
addRequest(SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
adds - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
AddSchemaFieldsUpdateProcessorFactory - Class in org.apache.solr.update.processor
This processor will dynamically add fields to the schema if an input document contains one or more fields that don't match any field or dynamic field in the schema.
AddSchemaFieldsUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
 
addShingledPhraseQueries(BooleanQuery, List<ExtendedDismaxQParser.Clause>, Collection<FieldParams>, int, float, int) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Modifies the main query by adding a new optional Query consisting of shingled phrase queries across the specified clauses using the specified field => boost mappings.
addSlices(Map<String, Slice>, String, Collection<Slice>, boolean) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Constructs a slices map from a collection of slices and handles disambiguation if multiple collections are being queried simultaneously
addSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
addSort(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
Adds a single sort clause to the end of the current sort information.
addSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
Adds a single sort clause to the end of the query.
addSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated.
Use SolrQuery.addSort(SortClause) instead, which is part of an api handling a wider range of sort specifications.
addStatsFieldCalcDistinct(String, boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addStatsFieldFacets(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addStatusMessage(String) - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
addTask(String, CoreAdminHandler.TaskObject, boolean) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Helper method to add a task to a tracking map.
addTask(String, CoreAdminHandler.TaskObject) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
addTermsField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addToLog(String, Object) - Method in class org.apache.solr.response.SolrQueryResponse
Add a value to be logged.
addToNamedList(Node, NamedList, List) - Static method in class org.apache.solr.util.DOMUtil
Examines a Node from the DOM representation of a NamedList and adds the contents of that node to both the specified NamedList and List passed as arguments.
addTransformer(DocTransformer) - Method in class org.apache.solr.response.transform.DocTransformers
 
addTransformerFactory(String, TransformerFactory) - Method in class org.apache.solr.core.SolrCore
 
addUnique(int) - Method in class org.apache.solr.search.BitDocSet
 
addUnique(int) - Method in interface org.apache.solr.search.DocSet
Adds a document the caller knows is not currently in the DocSet (optional operation).
AddUpdateCommand - Class in org.apache.solr.update
 
AddUpdateCommand(SolrQueryRequest) - Constructor for class org.apache.solr.update.AddUpdateCommand
 
addValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
Add values to a field.
addZombie(HttpSolrServer, Exception) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
AdjustableSemaphore - Class in org.apache.solr.util
 
AdjustableSemaphore(int) - Constructor for class org.apache.solr.util.AdjustableSemaphore
 
AdminHandlers - Class in org.apache.solr.handler.admin
A special Handler that registers all standard admin handlers
AdminHandlers() - Constructor for class org.apache.solr.handler.admin.AdminHandlers
 
advance(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
AGENT - Static variable in class org.apache.solr.client.solrj.impl.HttpSolrServer
User-Agent String.
agentId - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
ALIAS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
Alias() - Constructor for class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias
 
Alias() - Constructor for class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
aliasedCollections - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
 
Aliases - Class in org.apache.solr.common.cloud
 
Aliases(Map<String, Map<String, String>>) - Constructor for class org.apache.solr.common.cloud.Aliases
 
Aliases() - Constructor for class org.apache.solr.common.cloud.Aliases
 
ALIASES - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
aliases - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
Where we store a map from field name we expect to see in our query string, to Alias object containing the fields to use in our DisjunctionMaxQuery and the tiebreaker to use.
aliases - Variable in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
Where we store a map from field name we expect to see in our query string, to Alias object containing the fields to use in our DisjunctionMaxQuery and the tiebreaker to use.
ALL - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return all the options: TF, positions, offsets, idf
ALL_SHARDS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
allAttributes - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
allAttributes - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
allMapFieldsSet - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
allPhraseFields - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
AllValuesOrNoneFieldMutatingUpdateProcessor - Class in org.apache.solr.update.processor
Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected field independently.
AllValuesOrNoneFieldMutatingUpdateProcessor(FieldMutatingUpdateProcessor.FieldNameSelector, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.AllValuesOrNoneFieldMutatingUpdateProcessor
 
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
 
alternativeTermCount - Variable in class org.apache.solr.spelling.SpellingOptions
 
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
altQ - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
altUserQuery - Variable in class org.apache.solr.search.DisMaxQParser
 
amILeader() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
analyseLines(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
AnalysisContext(FieldType, Analyzer, Set<BytesRef>) - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch.
AnalysisContext(String, FieldType, Analyzer) - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
Constructs an AnalysisContext with a given field name, field type and analyzer.
AnalysisContext(String, FieldType, Analyzer, Set<BytesRef>) - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch.
AnalysisParams - Interface in org.apache.solr.common.params
Defines the request parameters used by all analysis request handlers.
AnalysisRequestHandlerBase - Class in org.apache.solr.handler
A base class for all analysis request handlers.
AnalysisRequestHandlerBase() - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase
 
AnalysisRequestHandlerBase.AnalysisContext - Class in org.apache.solr.handler
Serves as the context of an analysis process.
AnalysisRequestHandlerBase.ListBasedTokenStream - Class in org.apache.solr.handler
TokenStream that iterates over a list of pre-existing Tokens
AnalysisRequestHandlerBase.TokenTrackingAttribute - Interface in org.apache.solr.handler
This is an Attribute used to track the positions of tokens in the analysis chain.
AnalysisRequestHandlerBase.TokenTrackingAttributeImpl - Class in org.apache.solr.handler
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.
AnalyticsQuery - Class in org.apache.solr.search
Note: This API is experimental and may change in non backward-compatible ways in the future
AnalyticsQuery() - Constructor for class org.apache.solr.search.AnalyticsQuery
Use this constructor for single node analytics.
AnalyticsQuery(MergeStrategy) - Constructor for class org.apache.solr.search.AnalyticsQuery
Use this constructor for distributed analytics.
analyze(Collection<Token>, String, int, int) - Method in class org.apache.solr.spelling.SpellingQueryConverter
 
analyzeIfMultitermTermText(String, String, FieldType) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
analyzeMultiTerm(String, String, Analyzer) - Static method in class org.apache.solr.schema.TextField
 
ANALYZER - Static variable in class org.apache.solr.schema.FieldType
 
analyzer - Variable in class org.apache.solr.spelling.QueryConverter
 
analyzer - Variable in class org.apache.solr.spelling.SolrSpellChecker
 
analyzeValue(String, AnalysisRequestHandlerBase.AnalysisContext) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase
Analyzes the given value using the given Analyzer.
AnalyzingInfixLookupFactory - Class in org.apache.solr.spelling.suggest.fst
Factory for AnalyzingInfixSuggester
AnalyzingInfixLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
 
AnalyzingLookupFactory - Class in org.apache.solr.spelling.suggest.fst
Factory for AnalyzingSuggester
AnalyzingLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
 
AND - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
AND_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables AND operator (+)
AND_OPERATOR - Static variable in class org.apache.solr.parser.SolrQueryParserBase
Alternative form of QueryParser.Operator.AND
andNot(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
andNot(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns the documents in this set that are not in the other set.
andNot(DocSet) - Method in class org.apache.solr.search.HashDocSet
 
andNot(int[], int, int[], int, int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
puts the intersection of a and not b into the target array and returns the size
andNot(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
 
andNotBinarySearch(int[], int, int[], int, int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
 
andNotSize(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
andNotSize(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns the number of documents in this set that are not in the other set.
answer - Variable in class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
 
ApiTool() - Constructor for class org.apache.solr.util.SolrCLI.ApiTool
 
append(CharBuffer) - Method in class org.apache.solr.internal.csv.CharBuffer
Appends the contents of cb to the end of this CharBuffer.
append(String) - Method in class org.apache.solr.internal.csv.CharBuffer
Appends s to the end of this CharBuffer.
append(StringBuffer) - Method in class org.apache.solr.internal.csv.CharBuffer
Appends sb to the end of this CharBuffer.
append(char[]) - Method in class org.apache.solr.internal.csv.CharBuffer
Appends data to the end of this CharBuffer.
append(char) - Method in class org.apache.solr.internal.csv.CharBuffer
Appends a single character to the end of this CharBuffer.
append(LoggingEvent) - Method in class org.apache.solr.logging.log4j.EventAppender
 
append(char) - Method in class org.apache.solr.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
Deprecated.
appendEscapedTextToBuilder(StringBuilder, String, char) - Static method in class org.apache.solr.common.util.StrUtils
writes chars from item to out, backslash escaping as needed based on separator -- but does not append the seperator itself
appendParam(String, String) - Static method in class org.apache.solr.util.SimplePostTool
Appends a URL query parameter to a URL
appends - Variable in class org.apache.solr.handler.RequestHandlerBase
 
appends - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
appends - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
appendThread(StringBuilder, LogRecord) - Method in class org.apache.solr.SolrLogFormatter
 
appendThread(StringBuilder, LoggingEvent) - Method in class org.apache.solr.util.SolrLogLayout
 
appendUrlPath(URL, String) - Static method in class org.apache.solr.util.SimplePostTool
Appends to the path of the URL
applyBufferedUpdates() - Method in class org.apache.solr.update.UpdateLog
Returns the Future to wait on, or null if no replay was needed
applyCaseSetting(boolean, String) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
applyTransformer(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
applyUpdatesToManagedData(Object) - Method in class org.apache.solr.rest.ManagedResource
Called during PUT/POST processing to apply updates to the managed data passed from the client.
applyUpdatesToManagedData(Object) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
applyUpdatesToManagedData(Object) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Applies updates to the word set being managed by this resource.
args - Variable in class org.apache.solr.schema.FieldType
additional arguments specified in the field type declaration
argsParser - Variable in class org.apache.solr.schema.AbstractSpatialFieldType
 
argWasQuoted() - Method in class org.apache.solr.search.FunctionQParser
 
ARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
asc(String) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Creates an ascending SortClause for an item
asEntityResolver() - Method in class org.apache.solr.util.SystemIdResolver
 
asList(String, Map<String, Object>) - Static method in class org.apache.solr.util.SolrCLI
Helper function for reading a List of Strings from a JSON Object tree.
asListenerConfig() - Method in class org.apache.solr.logging.LogWatcherConfig
 
asLong(String, Map<String, Object>) - Static method in class org.apache.solr.util.SolrCLI
Helper function for reading a Long value from a JSON Object tree.
asMap(String, Map<String, Object>) - Static method in class org.apache.solr.util.SolrCLI
Helper function for reading a Map from a JSON Object tree.
asNamedList() - Method in class org.apache.solr.util.RTimer
 
Assign - Class in org.apache.solr.cloud
 
Assign() - Constructor for class org.apache.solr.cloud.Assign
 
assignNode(String, ClusterState) - Static method in class org.apache.solr.cloud.Assign
 
assignShard(String, ClusterState, Integer) - Static method in class org.apache.solr.cloud.Assign
Assign a new unique id up to slices count - then add replicas evenly.
asString(String, Map<String, Object>) - Static method in class org.apache.solr.util.SolrCLI
Helper function for reading a String value from a JSON Object tree.
ASSUME_CONTENT_TYPE - Static variable in interface org.apache.solr.common.params.UpdateParams
Override the content type used for UpdateLoader
asURIResolver() - Method in class org.apache.solr.util.SystemIdResolver
 
asXMLResolver() - Method in class org.apache.solr.util.SystemIdResolver
 
ASYNC - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
asyncId - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
atPath(String, Map<String, Object>) - Static method in class org.apache.solr.util.SolrCLI
Helper function for reading an Object of unknown type from a JSON Object tree.
attachManagedResource(ManagedResource, String, Router) - Method in class org.apache.solr.rest.RestManager
Attaches a ManagedResource and optionally a path for child resources to the given Restlet Router.
attachManagedResources(String, Router) - Method in class org.apache.solr.rest.RestManager
Attach managed resource paths to the given Restlet Router.
attributes - Variable in class org.apache.solr.core.PluginInfo
 
AUTO_ADD_REPLICAS - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
autoAddReplicas - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
autoCommmitMaxDocs - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
autoCommmitMaxTime - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
autoDetectParser - Variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
 
autoGeneratePhraseQueries - Variable in class org.apache.solr.schema.TextField
 
autoSoftCommmitMaxDocs - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
autoSoftCommmitMaxTime - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
autowarm - Variable in class org.apache.solr.search.SolrCacheBase
 
AutoWarmCountRef(String) - Constructor for class org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
 
available() - Method in class org.apache.solr.common.util.FastInputStream
 
availableLocales - Variable in class org.apache.solr.handler.dataimport.DateFormatEvaluator
 
availableTimezones - Variable in class org.apache.solr.handler.dataimport.DateFormatEvaluator
 

B

backup(int) - Method in interface org.apache.solr.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.solr.parser.FastCharStream
 
BAREOPER - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
base100SortableIntToBase10(String) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base100SortableIntToBase10(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base100toBase10(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base10kSortableIntToBase10(String) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base10kSortableIntToBase10(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base10toBase100(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base10toBase100SortableInt(String) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base10toBase100SortableInt(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
FUTURE // the zero exponent... exponents above this point are positive // and below are negative. // It is desirable to make ordinary numbers have a single byte // exponent when converted to UTF-8 // For integers, the exponent will always be >=0, but this format // is meant to be valid for floating point numbers as well...
base10toBase10kSortableInt(String) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
base10toBase10kSortableInt(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
Deprecated.
 
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
 
BASE_DIR - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
BASE_PATH - Static variable in class org.apache.solr.handler.dataimport.FileDataSource
 
BASE_URL - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
BASE_URL_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
baseDir - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The baseDir given in data-config.xml after resolving any variables
BaseEditorialTransformer - Class in org.apache.solr.response.transform
 
BaseEditorialTransformer(String, String, FieldType) - Constructor for class org.apache.solr.response.transform.BaseEditorialTransformer
 
BaseManagedTokenFilterFactory - Class in org.apache.solr.rest.schema.analysis
Abstract based class for implementing TokenFilterFactory objects that are managed by the REST API.
BaseManagedTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
 
basePath - Variable in class org.apache.solr.handler.dataimport.BinFileDataSource
 
basePath - Variable in class org.apache.solr.handler.dataimport.FileDataSource
The basePath for this data source
BaseSolrResource - Class in org.apache.solr.rest
Base class of all Solr Restlet server resource classes.
BaseSolrResource() - Constructor for class org.apache.solr.rest.BaseSolrResource
 
BaseSolrResource.SolrOutputRepresentation - Class in org.apache.solr.rest
This class serves as an adapter between Restlet and Solr's response writers.
baseUrl - Variable in class org.apache.solr.client.solrj.impl.HttpSolrServer
The URL of the Solr server.
bbox - Variable in class org.apache.solr.search.SpatialOptions
Just do a "bounding box" - or any other quicker method / shape that still encompasses all of the points of interest, but may also encompass points outside.
BBoxField - Class in org.apache.solr.schema
 
BBoxField() - Constructor for class org.apache.solr.schema.BBoxField
 
BCDIntField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieIntField instead
BCDIntField() - Constructor for class org.apache.solr.schema.BCDIntField
Deprecated.
 
BCDLongField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieLongField instead
BCDLongField() - Constructor for class org.apache.solr.schema.BCDLongField
Deprecated.
 
BCDStrField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieIntField instead
BCDStrField() - Constructor for class org.apache.solr.schema.BCDStrField
Deprecated.
 
BCDUtils - Class in org.apache.solr.util
Deprecated.
this class will be removed in 5.0
BCDUtils() - Constructor for class org.apache.solr.util.BCDUtils
Deprecated.
 
BeforeReconnect - Interface in org.apache.solr.common.cloud
 
beginColumn - Variable in class org.apache.solr.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.solr.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in interface org.apache.solr.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.solr.parser.FastCharStream
 
BF - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for boosting functions
BIGGER_THAN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
biggerThan - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The biggerThan given in data-config as a long value Note: This variable is resolved just-in-time in the FileListEntityProcessor.nextRow() method.
bin - Variable in class org.apache.solr.schema.PreAnalyzedField.ParseResult
 
BINARY - Static variable in class org.apache.solr.schema.FieldProperties
 
BINARY_CONTENT_TYPE - Static variable in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
BINARY_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
BinaryField - Class in org.apache.solr.schema
 
BinaryField() - Constructor for class org.apache.solr.schema.BinaryField
 
BinaryQueryResponseWriter - Interface in org.apache.solr.response
Implementations of BinaryQueryResponseWriter are used to write response in binary format.
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
 
BinaryResponseWriter - Class in org.apache.solr.response
 
BinaryResponseWriter() - Constructor for class org.apache.solr.response.BinaryResponseWriter
 
BinaryResponseWriter.Resolver - Class in org.apache.solr.response
 
BinaryUpdateRequestHandler - Class in org.apache.solr.handler
Deprecated.
BinaryUpdateRequestHandler() - Constructor for class org.apache.solr.handler.BinaryUpdateRequestHandler
Deprecated.
 
BinContentStreamDataSource - Class in org.apache.solr.handler.dataimport
A data source implementation which can be used to read binary stream from content streams.
BinContentStreamDataSource() - Constructor for class org.apache.solr.handler.dataimport.BinContentStreamDataSource
 
BindingException - Exception in org.apache.solr.client.solrj.beans
 
BindingException(String) - Constructor for exception org.apache.solr.client.solrj.beans.BindingException
 
BindingException(String, Throwable) - Constructor for exception org.apache.solr.client.solrj.beans.BindingException
 
BinFileDataSource - Class in org.apache.solr.handler.dataimport
A DataSource which reads from local files

Refer to http://wiki.apache.org/solr/DataImportHandler for more details.

BinFileDataSource() - Constructor for class org.apache.solr.handler.dataimport.BinFileDataSource
 
BinURLDataSource - Class in org.apache.solr.handler.dataimport
A data source implementation which can be used to read binary streams using HTTP.
BinURLDataSource() - Constructor for class org.apache.solr.handler.dataimport.BinURLDataSource
 
BitDocSet - Class in org.apache.solr.search
BitDocSet represents an unordered set of Lucene Document Ids using a BitSet.
BitDocSet() - Constructor for class org.apache.solr.search.BitDocSet
 
BitDocSet(FixedBitSet) - Constructor for class org.apache.solr.search.BitDocSet
Construct a BitDocSet.
BitDocSet(FixedBitSet, int) - Constructor for class org.apache.solr.search.BitDocSet
Construct a BitDocSet, and provides the number of set bits.
bitsSeparator - Static variable in class org.apache.solr.common.cloud.CompositeIdRouter
 
BlendedInfixLookupFactory - Class in org.apache.solr.spelling.suggest.fst
BlendedInfixLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory
 
BLOCK_MOD - Static variable in class org.apache.solr.store.blockcache.BlockDirectory
 
BLOCK_SHIFT - Static variable in class org.apache.solr.store.blockcache.BlockDirectory
 
BLOCK_SIZE - Static variable in class org.apache.solr.store.blockcache.BlockDirectory
 
BlockCache - Class in org.apache.solr.store.blockcache
 
BlockCache(Metrics, boolean, long) - Constructor for class org.apache.solr.store.blockcache.BlockCache
 
BlockCache(Metrics, boolean, long, int) - Constructor for class org.apache.solr.store.blockcache.BlockCache
 
BlockCache(Metrics, boolean, long, int, int) - Constructor for class org.apache.solr.store.blockcache.BlockCache
 
BLOCKCACHE_DIRECT_MEMORY_ALLOCATION - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
BLOCKCACHE_ENABLED - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
BLOCKCACHE_GLOBAL - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
BLOCKCACHE_READ_ENABLED - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
BLOCKCACHE_SLAB_COUNT - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
BLOCKCACHE_WRITE_ENABLED - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
blockCacheEviction - Variable in class org.apache.solr.store.blockcache.Metrics
 
blockCacheHit - Variable in class org.apache.solr.store.blockcache.Metrics
 
BlockCacheKey - Class in org.apache.solr.store.blockcache
 
BlockCacheKey() - Constructor for class org.apache.solr.store.blockcache.BlockCacheKey
 
BlockCacheLocation - Class in org.apache.solr.store.blockcache
 
BlockCacheLocation() - Constructor for class org.apache.solr.store.blockcache.BlockCacheLocation
 
blockCacheMiss - Variable in class org.apache.solr.store.blockcache.Metrics
 
blockCacheSize - Variable in class org.apache.solr.store.blockcache.Metrics
 
BlockDirectory - Class in org.apache.solr.store.blockcache
 
BlockDirectory(String, Directory, Cache, Set<String>, boolean, boolean) - Constructor for class org.apache.solr.store.blockcache.BlockDirectory
 
BlockDirectoryCache - Class in org.apache.solr.store.blockcache
 
BlockDirectoryCache(BlockCache, String, Metrics) - Constructor for class org.apache.solr.store.blockcache.BlockDirectoryCache
 
BlockDirectoryCache(BlockCache, String, Metrics, boolean) - Constructor for class org.apache.solr.store.blockcache.BlockDirectoryCache
 
blockingQueueSize - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
blockingQueueTimeOut - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
blockingQueueTimeOutUnits - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
BlockJoinChildQParser - Class in org.apache.solr.search.join
 
BlockJoinChildQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.join.BlockJoinChildQParser
 
BlockJoinChildQParserPlugin - Class in org.apache.solr.search.join
Usage: {!
BlockJoinChildQParserPlugin() - Constructor for class org.apache.solr.search.join.BlockJoinChildQParserPlugin
 
BlockJoinParentQParserPlugin - Class in org.apache.solr.search.join
Usage: {!
BlockJoinParentQParserPlugin() - Constructor for class org.apache.solr.search.join.BlockJoinParentQParserPlugin
 
BlockLocks - Class in org.apache.solr.store.blockcache
 
BlockLocks(long) - Constructor for class org.apache.solr.store.blockcache.BlockLocks
 
blockUntilFinished() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
blockUntilFinished() - Method in class org.apache.solr.update.StreamingSolrServers
 
blockUpdates() - Method in class org.apache.solr.update.VersionInfo
 
BM25SimilarityFactory - Class in org.apache.solr.search.similarities
Factory for BM25Similarity Parameters: k1 (float): Controls non-linear term frequency normalization (saturation).
BM25SimilarityFactory() - Constructor for class org.apache.solr.search.similarities.BM25SimilarityFactory
 
BOOL_FALSE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
BOOL_TRUE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
boolAnalyzer - Static variable in class org.apache.solr.schema.BoolField
 
booleanQueryMaxClauseCount - Variable in class org.apache.solr.core.SolrConfig
 
BoolField - Class in org.apache.solr.schema
 
BoolField() - Constructor for class org.apache.solr.schema.BoolField
 
BOOST - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
boost - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
boost - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
boost - Variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
Boost - Static variable in interface org.apache.solr.parser.QueryParserConstants
Lexical state.
BOOST_FIELD_PARAM - Static variable in class org.apache.solr.update.processor.RegexpBoostProcessor
 
BOOST_FILENAME_PARAM - Static variable in class org.apache.solr.update.processor.RegexpBoostProcessor
 
BOOST_ORDER - Static variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
BOOST_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
The boost value for the name of the field.
BOOSTED - Static variable in class org.apache.solr.handler.component.QueryElevationComponent
 
BOOSTED_DOCIDS - Static variable in class org.apache.solr.handler.component.QueryElevationComponent
 
BOOSTED_PRIORITY - Static variable in class org.apache.solr.handler.component.QueryElevationComponent
 
BoostedComp(IntIntOpenHashMap, ScoreDoc[], float) - Constructor for class org.apache.solr.search.ReRankQParserPlugin.BoostedComp
 
BOOSTFUNC - Static variable in class org.apache.solr.search.BoostQParserPlugin
 
boostFuncs - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
boostParams - Variable in class org.apache.solr.search.DisMaxQParser
 
boostParams - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
BoostQParserPlugin - Class in org.apache.solr.search
Create a boosted query from the input value.
BoostQParserPlugin() - Constructor for class org.apache.solr.search.BoostQParserPlugin
 
boostQueries - Variable in class org.apache.solr.search.DisMaxQParser
 
bootstrapConf(SolrZkClient, CoreContainer, String) - Static method in class org.apache.solr.cloud.ZkController
If in SolrCloud mode, upload config sets for each SolrCore in solr.xml.
BOUNDARY_SCANNER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
boundaryScanners - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
BoundedTreeSet<E> - Class in org.apache.solr.util
A TreeSet that ensures it never grows beyond a max size.
BoundedTreeSet(int) - Constructor for class org.apache.solr.util.BoundedTreeSet
 
BoundedTreeSet(int, Collection<? extends E>) - Constructor for class org.apache.solr.util.BoundedTreeSet
 
BoundedTreeSet(int, Comparator<? super E>) - Constructor for class org.apache.solr.util.BoundedTreeSet
 
BoundedTreeSet(int, SortedSet<E>) - Constructor for class org.apache.solr.util.BoundedTreeSet
 
BQ - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for boosting query
BreakIteratorBoundaryScanner - Class in org.apache.solr.highlight
 
BreakIteratorBoundaryScanner() - Constructor for class org.apache.solr.highlight.BreakIteratorBoundaryScanner
 
BS_CHARS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
BS_COUNTRY - Static variable in interface org.apache.solr.common.params.HighlightParams
 
BS_LANGUAGE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
BS_MAX_SCAN - Static variable in interface org.apache.solr.common.params.HighlightParams
 
BS_TYPE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
BS_VARIANT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
bucket(int) - Method in class org.apache.solr.update.VersionInfo
 
buf - Variable in class org.apache.solr.common.util.FastInputStream
 
buf - Variable in class org.apache.solr.common.util.FastOutputStream
 
buf - Variable in class org.apache.solr.internal.csv.CSVPrinter
 
buf - Variable in class org.apache.solr.util.FastWriter
 
buffer - Variable in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
buffer - Variable in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
BUFFER_SIZE - Static variable in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
BUFFER_SIZE - Static variable in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
BUFFER_SIZE - Static variable in class org.apache.solr.store.hdfs.HdfsDirectory
 
BUFFER_SIZE - Static variable in class org.apache.solr.store.hdfs.HdfsFileWriter
 
BUFFERING - Static variable in class org.apache.solr.update.UpdateCommand
 
buffers - Variable in class org.apache.solr.update.MemOutputStream
 
BufferStore - Class in org.apache.solr.store.blockcache
 
bufferUpdates() - Method in class org.apache.solr.update.UpdateLog
 
build() - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
build() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
build() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
build() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
 
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.FileBasedSpellChecker
 
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.SolrSpellChecker
(re)Builds the spelling index.
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
Build the underlying Lucene Suggester
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.Suggester
 
build(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
 
buildCoreDescriptor(File, CoreContainer) - Method in class org.apache.solr.core.CorePropertiesLocator
 
buildCoreDescriptor(SolrParams, CoreContainer) - Static method in class org.apache.solr.handler.admin.CoreAdminHandler
 
buildCoreProperties(CoreDescriptor) - Method in class org.apache.solr.core.CorePropertiesLocator
 
buildCoreTag(CoreDescriptor) - Static method in class org.apache.solr.core.SolrXMLCoresLocator
Serialize a coredescriptor as a String containing an XML <core> tag.
Builder(Element) - Constructor for class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
Builder(Element) - Constructor for class org.apache.solr.handler.dataimport.config.Field.Builder
 
Builder() - Constructor for class org.apache.solr.search.grouping.CommandHandler.Builder
 
Builder() - Constructor for class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
Builder() - Constructor for class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
Builder() - Constructor for class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
buildIndexSchema(String, SolrConfig) - Static method in class org.apache.solr.schema.IndexSchemaFactory
Instantiates the configured schema factory, then calls create on it.
buildMapToStore(Object) - Method in class org.apache.solr.rest.ManagedResource
Builds the JSON object to be stored, containing initArgs and managed data fields.
buildPhases(NamedList<List<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.
buildRequestFrom(SolrCore, SolrParams, Collection<ContentStream>) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
buildResponse() - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
buildSolrXML(List<CoreDescriptor>) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
buildSubstitutableProperties() - Method in class org.apache.solr.core.CoreDescriptor
Create the properties object used by resource loaders, etc, for property substitution.
buildTokenInfo(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase
Parses the given named list and builds a token infoform it.
byDirectoryCache - Variable in class org.apache.solr.core.CachingDirectoryFactory
 
byPathCache - Variable in class org.apache.solr.core.CachingDirectoryFactory
 
BYTE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
BYTEARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
ByteArrayStream(byte[], String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.ByteArrayStream
 
byteArrayToBase64(byte[], int, int) - Static method in class org.apache.solr.common.util.Base64
 
ByteField - Class in org.apache.solr.schema
Deprecated.
Use TrieIntField instead.
ByteField() - Constructor for class org.apache.solr.schema.ByteField
Deprecated.
 
ByteUtils - Class in org.apache.solr.common.util
 
ByteUtils() - Constructor for class org.apache.solr.common.util.ByteUtils
 

C

CACHE - Static variable in interface org.apache.solr.common.params.CommonParams
Used as a local parameter on queries.
cache - Variable in class org.apache.solr.handler.dataimport.DateFormatEvaluator
 
Cache - Interface in org.apache.solr.store.blockcache
 
CACHE_DELETE_PRIOR_DATA - Static variable in class org.apache.solr.handler.dataimport.DIHCacheSupport
If the cache supports persistent data, set to "true" to delete any prior persisted data before running the entity.
CACHE_FOREIGN_KEY - Static variable in class org.apache.solr.handler.dataimport.DIHCacheSupport
Specify the Foreign Key from the parent entity to join on.
CACHE_IMPL - Static variable in class org.apache.solr.handler.dataimport.DIHCacheSupport
Specify the class for the cache implementation
CACHE_PRIMARY_KEY - Static variable in class org.apache.solr.handler.dataimport.DIHCacheSupport
Specify the Primary Key field from this Entity to map the input records with
CACHE_READ_ONLY - Static variable in class org.apache.solr.handler.dataimport.DIHCacheSupport
If true, a pre-existing cache is re-opened for read-only access.
CacheConfig - Class in org.apache.solr.search
Contains the knowledge of how cache config is stored in the solrconfig.xml file, and implements a factory to create caches.
CacheConfig() - Constructor for class org.apache.solr.search.CacheConfig
 
CacheConfig(Class<? extends SolrCache>, Map<String, String>, CacheRegenerator) - Constructor for class org.apache.solr.search.CacheConfig
 
CachedIndexOutput - Class in org.apache.solr.store.blockcache
Cache the blocks as they are written.
CachedIndexOutput(BlockDirectory, IndexOutput, int, String, Cache, int) - Constructor for class org.apache.solr.store.blockcache.CachedIndexOutput
 
cacheDocSet(Query, DocSet, boolean) - Method in class org.apache.solr.search.SolrIndexSearcher
Compute and cache the DocSet that matches a query.
CachedSqlEntityProcessor - Class in org.apache.solr.handler.dataimport
Deprecated.
- Use SqlEntityProcessor with cacheImpl parameter.
CachedSqlEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.CachedSqlEntityProcessor
Deprecated.
 
cacheFieldSources(IndexSchema) - Method in class org.apache.solr.schema.ExternalFileFieldReloader
Caches FileFloatSource's from all ExternalFileField instances in the schema
cacheInsert(String, Object, Object) - Method in class org.apache.solr.search.SolrIndexSearcher
insert an entry in a generic cache
cacheKeyFormatter - Static variable in class org.apache.solr.core.ConfigSetService.SchemaCaching
 
cacheLookup(String, Object) - Method in class org.apache.solr.search.SolrIndexSearcher
lookup an entry in a generic cache
cacheName(File) - Static method in class org.apache.solr.core.ConfigSetService.SchemaCaching
 
CachePropertyUtil - Class in org.apache.solr.handler.dataimport
 
CachePropertyUtil() - Constructor for class org.apache.solr.handler.dataimport.CachePropertyUtil
 
CacheRegenerator - Interface in org.apache.solr.search
Implementations of CacheRegenerator are used in autowarming to populate a new cache based on an old cache.
cacheSupport - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
CacheValue(String, Directory) - Constructor for class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
CachingDirectoryFactory - Class in org.apache.solr.core
A DirectoryFactory impl base class for caching Directory instances per path.
CachingDirectoryFactory() - Constructor for class org.apache.solr.core.CachingDirectoryFactory
 
CachingDirectoryFactory.CacheValue - Class in org.apache.solr.core
 
CachingDirectoryFactory.CloseListener - Interface in org.apache.solr.core
 
cal - Variable in class org.apache.solr.response.TextResponseWriter
 
calcEtag(SolrQueryRequest) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Calculates a tag for the ETag header.
calcHitRatio(long, long) - Static method in class org.apache.solr.search.SolrCacheBase
Returns a "Hit Ratio" (ie: max of 1.00, not a percentage) suitable for display purposes.
calcLastModified(SolrQueryRequest) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Calculate the appropriate last-modified time for Solr relative the current request.
CALENDAR_UNITS - Static variable in class org.apache.solr.util.DateMathParser
A mapping from (uppercased) String labels idenyifying time units, to the corresponding Calendar constant used to set/add/roll that unit of measurement.
call(Diagnostics.Callable, Object...) - Static method in class org.apache.solr.core.Diagnostics
 
call(Object...) - Method in interface org.apache.solr.core.Diagnostics.Callable
 
callPostCommitCallbacks() - Method in class org.apache.solr.update.UpdateHandler
 
callPostOptimizeCallbacks() - Method in class org.apache.solr.update.UpdateHandler
 
callPostSoftCommitCallbacks() - Method in class org.apache.solr.update.UpdateHandler
 
cancelAll() - Method in class org.apache.solr.handler.component.HttpShardHandler
 
cancelAll() - Method in class org.apache.solr.handler.component.ShardHandler
 
cancelApplyBufferedUpdates() - Method in class org.apache.solr.update.UpdateLog
 
cancelApplyBufferUpdate - Variable in class org.apache.solr.update.UpdateLog
 
cancelCoreRecoveries() - Method in class org.apache.solr.core.CoreContainer
 
cancelElection() - Method in class org.apache.solr.cloud.ElectionContext
 
cancelPendingCommit() - Method in class org.apache.solr.update.CommitTracker
 
cancelRecovery() - Method in class org.apache.solr.update.DefaultSolrCoreState
 
cancelRecovery() - Method in class org.apache.solr.update.SolrCoreState
 
CANONICAL_LOCALE - Static variable in class org.apache.solr.schema.DateField
Deprecated.
Fixed Locale needed for parsing/formating Milliseconds in the canonical representation.
CANONICAL_TZ - Static variable in class org.apache.solr.schema.DateField
Deprecated.
Fixed TimeZone (UTC) needed for parsing/formating Dates in the canonical representation.
capacity() - Method in class org.apache.solr.internal.csv.CharBuffer
Returns the current capacity of the buffer.
CAPTURE_ATTRIBUTES - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Capture attributes separately according to the name of the element, instead of just adding them to the string buffer
CAPTURE_ELEMENTS - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Capture the specified fields (and everything included below it that isn't capture by some other capture field) separately from the default.
captureAttribs - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
CARAT - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
catchAllBuilder - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
cd - Variable in class org.apache.solr.core.CoreContainer.CoreLoadFailure
 
cfg - Variable in class org.apache.solr.core.CoreContainer
 
CHAR_FILTER - Static variable in class org.apache.solr.schema.FieldType
 
CHAR_FILTERS - Static variable in class org.apache.solr.schema.FieldType
 
characters(char[], int, int) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
charAt(int) - Method in class org.apache.solr.internal.csv.CharBuffer
Returns the character at the specified position.
CharBuffer - Class in org.apache.solr.internal.csv
A simple StringBuffer replacement that aims to reduce copying as much as possible.
CharBuffer() - Constructor for class org.apache.solr.internal.csv.CharBuffer
Creates a new CharBuffer with an initial capacity of 32 characters.
CharBuffer(int) - Constructor for class org.apache.solr.internal.csv.CharBuffer
Creates a new CharBuffer with an initial capacity of length characters.
charStream(Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
Deprecated.
CharStream - Interface in org.apache.solr.parser
This interface describes a character stream that maintains line and column number positions of the characters.
check(String...) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
checkChrootPath(String, boolean) - Static method in class org.apache.solr.cloud.ZkController
Validates if the chroot exists in zk (or if it is successfully created).
checkCommunicationError(Exception) - Static method in class org.apache.solr.util.SolrCLI
Determine if a request to Solr failed due to a communication error, which is generally retry-able.
checkDistributed(ResponseBuilder) - Method in class org.apache.solr.handler.component.HttpShardHandler
 
checkDistributed(ResponseBuilder) - Method in class org.apache.solr.handler.component.ShardHandler
 
checker - Variable in class org.apache.solr.search.SolrFieldCacheMBean
 
checkETagValidators(HttpServletRequest, HttpServletResponse, Method, String) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Check for etag related conditional headers and set status
checkFieldCacheSource(QParser) - Method in class org.apache.solr.schema.SchemaField
Sanity checks that the properties of this field type are plausible for a field that may be used to get a FieldCacheSource, throwing an appropriate exception (including the field name) if it is not.
checkHttpCachingVeto(SolrQueryResponse, HttpServletResponse, Method) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Checks if the downstream request handler wants to avoid HTTP caching of the response.
checkIfIamLeaderFired() - Method in class org.apache.solr.cloud.ElectionContext
 
checkIntegrityAtMerge - Variable in class org.apache.solr.update.SolrIndexConfig
 
checkLastModValidators(HttpServletRequest, HttpServletResponse, long) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Check for modify time related conditional headers and set status
checkLive - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
checkOverseerDesignate() - Method in class org.apache.solr.cloud.ZkController
 
checkPropertyIsNotEmpty(String, String) - Static method in class org.apache.solr.core.CoreDescriptor
 
checkRetry() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
checkRetry() - Method in class org.apache.solr.update.SolrCmdDistributor.RetryNode
 
checkRetry() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.CollationField
 
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.CurrencyField
 
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.EnumField
Check's SchemaField instances constructed using this field type to ensure that they are valid.
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.FieldType
Check's SchemaField instances constructed using this field type to ensure that they are valid.
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.ICUCollationField
 
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.StrField
 
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.TrieDateField
 
checkSchemaField(SchemaField) - Method in class org.apache.solr.schema.TrieField
 
checkSharedFSFailoverReplaced(CoreContainer, CoreDescriptor) - Static method in class org.apache.solr.cloud.CloudUtil
See if coreNodeName has been taken over by another baseUrl and unload core + throw exception if it has been.
checkSortability() - Method in class org.apache.solr.schema.SchemaField
Sanity checks that the properties of this field type are plausible for a field that may be used in sorting, throwing an appropriate exception (including the field name) if it is not.
CHECKSUM - Static variable in class org.apache.solr.handler.ReplicationHandler
 
ChildDocTransformerFactory - Class in org.apache.solr.response.transform
 
ChildDocTransformerFactory() - Constructor for class org.apache.solr.response.transform.ChildDocTransformerFactory
 
childId - Variable in class org.apache.solr.rest.RestManager.ManagedEndpoint
 
childNodesToList(Node) - Static method in class org.apache.solr.util.DOMUtil
 
childNodesToNamedList(Node) - Static method in class org.apache.solr.util.DOMUtil
 
children - Variable in class org.apache.solr.core.PluginInfo
 
children - Variable in class org.apache.solr.util.RTimer
 
CircularList<T> - Class in org.apache.solr.logging
FIFO Circular List.
CircularList(int) - Constructor for class org.apache.solr.logging.CircularList
 
CLASS - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
CLASS_NAME - Static variable in class org.apache.solr.schema.FieldType
 
CLASS_NAME - Static variable in class org.apache.solr.schema.SimilarityFactory
 
classAliases - Variable in class org.apache.solr.SolrLogFormatter
 
classAliases - Variable in class org.apache.solr.util.SolrLogLayout
 
ClassicIndexSchemaFactory - Class in org.apache.solr.schema
 
ClassicIndexSchemaFactory() - Constructor for class org.apache.solr.schema.ClassicIndexSchemaFactory
 
classLoader - Variable in class org.apache.solr.core.SolrResourceLoader
 
className - Variable in class org.apache.solr.core.PluginInfo
 
className - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
className - Variable in class org.apache.solr.SolrLogFormatter.Method
 
className - Variable in class org.apache.solr.util.SolrLogLayout.Method
 
Clause(String) - Method in class org.apache.solr.parser.QueryParser
 
Clause() - Constructor for class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
clean(String) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
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.cloud.DistributedMap
Helper method to clear all child nodes for a parent node.
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.NamedList
 
clear() - Method in class org.apache.solr.core.JmxMonitoredMap
Clears the map and unregisters all SolrInfoMBeans in the map from MBeanServer
clear() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
clear() - Method in class org.apache.solr.internal.csv.CharBuffer
Empties the buffer.
clear() - Method in class org.apache.solr.logging.CircularList
 
clear() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.solr.search.FastLRUCache
 
clear() - Method in class org.apache.solr.search.LFUCache
 
clear() - Method in class org.apache.solr.search.LRUCache
 
clear() - Method in interface org.apache.solr.search.SolrCache
:TODO: copy from Map
clear(int) - Method in class org.apache.solr.store.blockcache.BlockLocks
 
clear() - Method in class org.apache.solr.update.AddUpdateCommand
Reset state to reuse this object with a different document in the same request
clear() - Method in class org.apache.solr.update.DeleteUpdateCommand
 
clear() - Method in class org.apache.solr.util.ConcurrentLFUCache
 
clear() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
clear() - Method in class org.apache.solr.util.LongPriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
 
clear() - Method in class org.apache.solr.util.stats.Histogram
Clears all recorded values.
clear() - Method in interface org.apache.solr.util.stats.Sample
Clears all recorded values.
clear() - Method in class org.apache.solr.util.stats.Timer
Clears all recorded durations.
clear() - Method in class org.apache.solr.util.stats.UniformSample
 
CLEAR_CACHES - Static variable in class org.apache.solr.update.UpdateCommand
 
clearCache() - Static method in class org.apache.solr.handler.dataimport.MockDataSource
 
clearErrors() - Method in class org.apache.solr.update.StreamingSolrServers
 
clearFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
clearIndex() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
clearLock(String) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
clearLock(String) - Method in class org.apache.solr.store.hdfs.HdfsLockFactory
 
clearLog(SolrCore, PluginInfo) - Method in class org.apache.solr.update.HdfsUpdateLog
Clears the logs on the file system.
clearLog(SolrCore, PluginInfo) - Method in class org.apache.solr.update.UpdateLog
Clears the logs on the file system.
clearRequestInfo() - Static method in class org.apache.solr.request.SolrRequestInfo
 
clearSorts() - Method in class org.apache.solr.client.solrj.SolrQuery
Clears current sort information.
ClientUtils - Class in org.apache.solr.client.solrj.util
 
ClientUtils() - Constructor for class org.apache.solr.client.solrj.util.ClientUtils
 
CLOB - Static variable in class org.apache.solr.handler.dataimport.ClobTransformer
 
ClobTransformer - Class in org.apache.solr.handler.dataimport
Transformer instance which converts a Clob to a String.
ClobTransformer() - Constructor for class org.apache.solr.handler.dataimport.ClobTransformer
 
Clock - Class in org.apache.solr.util.stats
An abstraction for how time passes.
Clock() - Constructor for class org.apache.solr.util.stats.Clock
 
Clock.CpuTimeClock - Class in org.apache.solr.util.stats
A clock implementation which returns the current thread's CPU time.
Clock.UserTimeClock - Class in org.apache.solr.util.stats
A clock implementation which returns the current time in epoch nanoseconds.
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
 
clone() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
 
clone() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
clone() - Method in class org.apache.solr.search.BitDocSet
 
clone() - Method in class org.apache.solr.search.DocSlice
 
clone() - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
clone() - Method in class org.apache.solr.search.HashDocSet
 
clone() - Method in class org.apache.solr.search.SortedIntDocSet
 
clone() - Method in class org.apache.solr.search.WrappedQuery
 
clone() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
clone() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
clone() - Method in class org.apache.solr.store.hdfs.HdfsFileReader
 
clone() - Method in class org.apache.solr.update.UpdateCommand
 
CloneFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Clones the values found in any matching source field into the configured dest field.
CloneFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
ClosableThread - Interface in org.apache.solr.common.cloud
Deprecated.
because this class is no longer used internally and will be removed
close() - Method in class org.apache.solr.cloud.ElectionContext
 
close() - Method in class org.apache.solr.cloud.Overseer
 
close() - Method in class org.apache.solr.cloud.OverseerAutoReplicaFailoverThread
 
close() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
close() - Method in class org.apache.solr.cloud.RecoveryStrategy
 
close() - Method in class org.apache.solr.cloud.SyncStrategy
 
close() - Method in class org.apache.solr.cloud.ZkController
Closes the underlying ZooKeeper client.
close() - Method in interface org.apache.solr.common.cloud.ClosableThread
Deprecated.
 
close() - Method in class org.apache.solr.common.cloud.ConnectionManager
 
close() - Method in class org.apache.solr.common.cloud.SolrZkClient
 
close() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
 
close() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
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.core.CachingDirectoryFactory
 
close() - Method in class org.apache.solr.core.DirectoryFactory
Close the this and all of the Directories it contains.
close() - Method in class org.apache.solr.core.SolrCore
Close all resources allocated by the core if it is no longer in use...
close() - Method in class org.apache.solr.core.SolrResourceLoader
 
close() - Method in class org.apache.solr.core.ZkContainer
 
close() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
close() - Method in class org.apache.solr.handler.component.ShardHandlerFactory
 
close() - Method in class org.apache.solr.handler.dataimport.BinContentStreamDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.BinFileDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.BinURLDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.ContentStreamDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.DataSource
Cleans up resources of this DataSource after use.
close() - Method in interface org.apache.solr.handler.dataimport.DIHCache
Releases resources used by this cache, if possible.
close() - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Release resources used by this writer.
close() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
Invoked when the Entity processor is destroyed towards the end of import.
close() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
close() - Method in class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.FieldStreamDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.FileDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.MockDataSource
 
close() - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
close() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
close() - Method in class org.apache.solr.handler.dataimport.URLDataSource
 
close() - Method in class org.apache.solr.logging.jul.RecordHandler
 
close() - Method in class org.apache.solr.logging.log4j.EventAppender
 
close() - Method in interface org.apache.solr.request.SolrQueryRequest
This method should be called when all uses of this request are finished, so that resources can be freed.
close() - Method in class org.apache.solr.request.SolrQueryRequestBase
Frees resources associated with this request, this method must be called when the object is no longer in use.
close() - Method in class org.apache.solr.response.TextResponseWriter
done with this ResponseWriter... make sure any buffers are flushed to writer
close() - Method in class org.apache.solr.search.FastLRUCache
 
close() - Method in class org.apache.solr.search.LFUCache
 
close() - Method in class org.apache.solr.search.LRUCache
 
close() - Method in interface org.apache.solr.search.SolrCache
Frees any non-memory resources
close() - Method in class org.apache.solr.search.SolrIndexSearcher
Free's resources associated with this searcher.
close() - Method in class org.apache.solr.servlet.DirectSolrConnection
Use this method to close the underlying SolrCore.
close() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
close() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
close() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
close() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
close() - Method in class org.apache.solr.store.hdfs.HdfsFileReader
 
close() - Method in class org.apache.solr.store.hdfs.NullIndexOutput
 
close() - Method in class org.apache.solr.update.CommitTracker
 
close(SolrCoreState.IndexWriterCloser) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
close() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
close() - Method in class org.apache.solr.update.HdfsTransactionLog
 
close() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSLogReader
 
close() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSReverseReader
 
close(boolean) - Method in class org.apache.solr.update.HdfsUpdateLog
 
close(boolean, boolean) - Method in class org.apache.solr.update.HdfsUpdateLog
 
close() - Method in class org.apache.solr.update.LoggingInfoStream
 
close(SolrCoreState.IndexWriterCloser) - Method in class org.apache.solr.update.SolrCoreState
 
close() - Method in class org.apache.solr.update.SolrIndexWriter
 
close() - Method in class org.apache.solr.update.TransactionLog
 
close() - Method in class org.apache.solr.update.TransactionLog.FSReverseReader
 
close() - Method in class org.apache.solr.update.TransactionLog.LogReader
 
close() - Method in class org.apache.solr.update.TransactionLog.ReverseReader
 
close() - Method in class org.apache.solr.update.UpdateHandler
 
close(boolean) - Method in class org.apache.solr.update.UpdateLog
 
close(boolean, boolean) - Method in class org.apache.solr.update.UpdateLog
 
close() - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
 
close() - Method in class org.apache.solr.update.UpdateShardHandler
 
close() - Method in class org.apache.solr.util.FastWriter
 
close() - Method in class org.apache.solr.util.PropertiesInputStream
 
close() - Method in class org.apache.solr.util.PropertiesOutputStream
 
close() - Method in class org.apache.solr.util.RefCounted
 
closeCacheValueCalled - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
closed - Variable in class org.apache.solr.update.SolrCoreState
 
closeEntries - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
CloseHook - Class in org.apache.solr.core
Used to request notification when the core is closed.
CloseHook() - Constructor for class org.apache.solr.core.CloseHook
 
closeHooks - Variable in class org.apache.solr.request.SolrRequestInfo
 
closeHttpClient(HttpClient) - Static method in class org.apache.solr.util.SolrCLI
 
closeIndexWriter(SolrCore, boolean) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
closeIndexWriter(SolrCore, boolean) - Method in class org.apache.solr.update.SolrCoreState
Expert method that closes the IndexWriter - you must call SolrCoreState.openIndexWriter(SolrCore) in a finally block after calling this method.
closeInternal() - Method in class org.apache.solr.store.blockcache.CachedIndexOutput
 
closeInternal() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
closeInternal() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
closeListeners - Variable in class org.apache.solr.core.CachingDirectoryFactory
 
closeQuietly(Closeable) - Static method in class org.apache.solr.util.IOUtils
 
closeResources() - Method in class org.apache.solr.handler.dataimport.LineEntityProcessor
 
closeSearcher() - Method in class org.apache.solr.core.SolrCore
 
closeWriter(IndexWriter) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
closeWriter(IndexWriter) - Method in interface org.apache.solr.update.SolrCoreState.IndexWriterCloser
 
CloudConfigSetService - Class in org.apache.solr.cloud
 
CloudConfigSetService(SolrResourceLoader, ZkController) - Constructor for class org.apache.solr.cloud.CloudConfigSetService
 
CloudDescriptor - Class in org.apache.solr.cloud
 
CloudDescriptor(String, Properties, CoreDescriptor) - Constructor for class org.apache.solr.cloud.CloudDescriptor
 
cloudOptions - Static variable in class org.apache.solr.util.SolrCLI
 
cloudParamToProp - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
CloudSolrServer - Class in org.apache.solr.client.solrj.impl
SolrJ client class to communicate with SolrCloud.
CloudSolrServer(String) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
 
CloudSolrServer(String, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
 
CloudSolrServer(String, LBHttpSolrServer) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
 
CloudSolrServer(String, LBHttpSolrServer, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
 
CloudSolrServer.RouteException - Exception in org.apache.solr.client.solrj.impl
 
CloudSolrServer.RouteResponse - Class in org.apache.solr.client.solrj.impl
 
CloudUtil - Class in org.apache.solr.cloud
 
CloudUtil() - Constructor for class org.apache.solr.cloud.CloudUtil
 
CLUSTER_PROPS - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
CLUSTER_STATE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
ClusterState - Class in org.apache.solr.common.cloud
Immutable state of the cloud.
ClusterState(Set<String>, Map<String, DocCollection>) - Constructor for class org.apache.solr.common.cloud.ClusterState
Deprecated.
ClusterState(Integer, Set<String>, Map<String, DocCollection>) - Constructor for class org.apache.solr.common.cloud.ClusterState
Use this constr when ClusterState is meant for consumption.
clusterState - Variable in class org.apache.solr.common.cloud.ZkStateReader
 
ClusterStateUtil - Class in org.apache.solr.common.cloud
 
ClusterStateUtil() - Constructor for class org.apache.solr.common.cloud.ClusterStateUtil
 
CMD_ABORT_FETCH - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_BACKUP - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_DELETE_BACKUP - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_DETAILS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_DISABLE_POLL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_DISABLE_REPL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_ENABLE_POLL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_ENABLE_REPL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_FETCH_INDEX - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_GET_FILE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_GET_FILE_LIST - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_INDEX_VERSION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_SHOW_COMMITS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
cmdString - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
 
code() - Method in exception org.apache.solr.common.SolrException
The HTTP Status code associated with this Exception.
code - Variable in enum org.apache.solr.common.SolrException.ErrorCode
 
CodecFactory - Class in org.apache.solr.core
Factory for plugging in a custom Codec
CodecFactory() - Constructor for class org.apache.solr.core.CodecFactory
 
COLL_CONF - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
COLL_PROP_PREFIX - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
COLL_PROPS - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
CollapseScore() - Constructor for class org.apache.solr.search.CollapsingQParserPlugin.CollapseScore
 
CollapseScoreFunction - Class in org.apache.solr.search.function
 
CollapseScoreFunction() - Constructor for class org.apache.solr.search.function.CollapseScoreFunction
 
CollapseScoreFunction.CollapseScoreFunctionValues - Class in org.apache.solr.search.function
 
CollapseScoreFunctionValues(Map) - Constructor for class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
 
CollapsingPostFilter(SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
CollapsingQParserPlugin - Class in org.apache.solr.search
The CollapsingQParserPlugin is a PostFilter that performs field collapsing.
CollapsingQParserPlugin() - Constructor for class org.apache.solr.search.CollapsingQParserPlugin
 
CollapsingQParserPlugin.CollapseScore - Class in org.apache.solr.search
 
CollapsingQParserPlugin.CollapsingPostFilter - Class in org.apache.solr.search
 
collate(SpellingResult, String, ResponseBuilder) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
Collation() - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
CollationField - Class in org.apache.solr.schema
Field for collated sort keys.
CollationField() - Constructor for class org.apache.solr.schema.CollationField
 
collations - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
collect(int) - Method in class org.apache.solr.search.DelegatingCollector
 
collect(int) - Method in class org.apache.solr.search.DocSetCollector
 
collect(int) - Method in class org.apache.solr.search.DocSetDelegateCollector
 
collect(int) - Method in class org.apache.solr.search.EarlyTerminatingCollector
 
collect(int) - Method in class org.apache.solr.search.grouping.collector.FilterCollector
 
collectDelta(EntityProcessorWrapper, VariableResolver, Set<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DocBuilder
Collects unique keys of all Solr documents for whom one or more source tables have been changed since the last indexed time.
collection - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
collection - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
collection - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
COLLECTION - Static variable in class org.apache.solr.common.params.CoreAdminParams
The collection name in solr cloud
COLLECTION - Static variable in interface org.apache.solr.common.params.UpdateParams
 
collection - Variable in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
COLLECTION_PARAM_PREFIX - Static variable in class org.apache.solr.cloud.ZkController
 
COLLECTION_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
CollectionAdminRequest - Class in org.apache.solr.client.solrj.request
This class is experimental and subject to change.
CollectionAdminRequest() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
CollectionAdminRequest(String) - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
CollectionAdminRequest.AddReplica - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.CollectionShardAdminRequest - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.Create - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.CreateAlias - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.CreateShard - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.Delete - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.DeleteAlias - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.DeleteShard - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.Reload - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.RequestStatus - Class in org.apache.solr.client.solrj.request
 
CollectionAdminRequest.SplitShard - Class in org.apache.solr.client.solrj.request
 
CollectionAdminResponse - Class in org.apache.solr.client.solrj.response
 
CollectionAdminResponse() - Constructor for class org.apache.solr.client.solrj.response.CollectionAdminResponse
 
collectionAliasSize() - Method in class org.apache.solr.common.cloud.Aliases
 
CollectionParams - Interface in org.apache.solr.common.params
 
CollectionParams.CollectionAction - Enum in org.apache.solr.common.params
 
COLLECTIONS_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
collectionsHandler - Variable in class org.apache.solr.core.CoreContainer
 
CollectionsHandler - Class in org.apache.solr.handler.admin
 
CollectionsHandler() - Constructor for class org.apache.solr.handler.admin.CollectionsHandler
 
CollectionsHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.CollectionsHandler
Overloaded ctor to inject CoreContainer into the handler.
CollectionShardAdminRequest() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
 
COLON - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
column - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
column - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
COLUMN - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
command() - Method in interface org.apache.solr.common.cloud.BeforeReconnect
 
command() - Method in interface org.apache.solr.common.cloud.OnReconnect
 
COMMAND - Static variable in class org.apache.solr.handler.ReplicationHandler
 
Command<T> - Interface in org.apache.solr.search.grouping
Defines a grouping command.
Command() - Constructor for class org.apache.solr.search.Grouping.Command
 
CommandField() - Constructor for class org.apache.solr.search.Grouping.CommandField
 
CommandFunc() - Constructor for class org.apache.solr.search.Grouping.CommandFunc
 
CommandHandler - Class in org.apache.solr.search.grouping
Responsible for executing a search with a number of Command instances.
CommandHandler.Builder - Class in org.apache.solr.search.grouping
 
CommandQuery() - Constructor for class org.apache.solr.search.Grouping.CommandQuery
 
COMMENTS_DISABLED - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
commit() - Method in class org.apache.solr.client.solrj.SolrServer
Performs an explicit commit, causing pending documents to be committed for indexing 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
Performs an explicit commit, causing pending documents to be committed for indexing
commit(boolean, boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
Performs an explicit commit, causing pending documents to be committed for indexing
COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
Commit everything after the command completes
commit(boolean) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
If this writer supports transactions or commit points, then commit any changes, optionally optimizing the data for read/write performance
commit(boolean) - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
COMMIT - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
commit(CommitUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
commit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
COMMIT - Static variable in class org.apache.solr.update.UpdateLog
 
commit() - Method in class org.apache.solr.util.SimplePostTool
Does a simple commit operation
COMMIT_END_POINT - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
COMMIT_TIME_MSEC_KEY - Static variable in class org.apache.solr.update.SolrIndexWriter
Stored into each Lucene commit to record the System.currentTimeMillis() when commit was called.
COMMIT_WITHIN - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
 
COMMIT_WITHIN - Static variable in interface org.apache.solr.common.params.UpdateParams
Commit within a certain time period (in ms)
COMMIT_WITHIN - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
commitCallbacks - Variable in class org.apache.solr.update.UpdateHandler
 
commitIntervalLowerBound - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
commitLock - Variable in class org.apache.solr.update.DefaultSolrCoreState
 
commitOnClose - Static variable in class org.apache.solr.update.DirectUpdateHandler2
 
CommitTracker - Class in org.apache.solr.update
Helper class for tracking autoCommit state.
CommitTracker(String, SolrCore, int, int, boolean, boolean) - Constructor for class org.apache.solr.update.CommitTracker
 
commitTracker - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
CommitUpdateCommand - Class in org.apache.solr.update
 
CommitUpdateCommand(SolrQueryRequest, boolean) - Constructor for class org.apache.solr.update.CommitUpdateCommand
 
commitWithin - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
commitWithin - Variable in class org.apache.solr.update.AddUpdateCommand
 
commitWithin - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
commitWithinSoftCommit - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
commitWithinSoftCommit - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
COMMON_FIELD - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
commonFields - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
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
commonResponse() - Method in class org.apache.solr.search.Grouping.Command
 
COMPARATOR_CLASS - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
COMPARATOR_CLASS - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
compare(PivotFacetValue, PivotFacetValue) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetCountComparator
 
compare(PivotFacetValue, PivotFacetValue) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetValueComparator
 
compare(double, double) - Method in class org.apache.solr.response.SortingResponseWriter.DoubleAsc
 
compare(double, double) - Method in class org.apache.solr.response.SortingResponseWriter.DoubleDesc
 
compare(float, float) - Method in class org.apache.solr.response.SortingResponseWriter.FloatAsc
 
compare(float, float) - Method in class org.apache.solr.response.SortingResponseWriter.FloatDesc
 
compare(int, int) - Method in interface org.apache.solr.response.SortingResponseWriter.IntComp
 
compare(Object, Object) - Method in class org.apache.solr.search.ReRankQParserPlugin.BoostedComp
 
compare(int, int) - Method in class org.apache.solr.util.PrimUtils.IntComparator
 
compareTo(DocRouter.Range) - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
compareTo(EnumFieldValue) - Method in class org.apache.solr.common.EnumFieldValue
 
compareTo(LoggerInfo) - Method in class org.apache.solr.logging.LoggerInfo
 
compareTo(SimpleFacets.CountPair<K, V>) - Method in class org.apache.solr.request.SimpleFacets.CountPair
 
compareTo(IndexSchema.DynamicReplacement) - Method in class org.apache.solr.schema.IndexSchema.DynamicReplacement
Sort order is based on length of regex.
compareTo(SpellCheckCollation) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
complainAboutUnknownAttributes(String, String...) - Method in class org.apache.solr.core.Config
Logs an error and throws an exception if any of the element(s) at the given elementXpath contains an attribute name that is not among knownAttributes.
COMPLETED - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
ComplexPhraseQParserPlugin - Class in org.apache.solr.search
Parse Solr's variant on the Lucene ComplexPhraseQueryParser syntax.
ComplexPhraseQParserPlugin() - Constructor for class org.apache.solr.search.ComplexPhraseQParserPlugin
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.DebugComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.ExpandComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.FacetComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.HighlightComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.MoreLikeThisComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.QueryComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.RealTimeGetComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.ResponseLogComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.SpellCheckComponent
Base name for all spell checker query parameters.
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.StatsComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.SuggestComponent
Name used to identify whether the user query concerns this component
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.TermsComponent
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.TermVectorComponent
 
components - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
components - Variable in class org.apache.solr.handler.component.SearchHandler
 
CompositeIdRouter - Class in org.apache.solr.common.cloud
 
CompositeIdRouter() - Constructor for class org.apache.solr.common.cloud.CompositeIdRouter
 
COMPRESSION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
computeFullUrl(URL, String) - Method in class org.apache.solr.util.SimplePostTool
Computes the full URL based on a base url and a possibly relative link found in the href param of an HTML anchor.
concatFields(SolrInputDocument, String[]) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
ConcatFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Concatenates multiple values for fields matching the specified conditions using a configurable delimiter which defaults to ", ".
ConcatFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
 
ConcurrentLFUCache<K,V> - Class in org.apache.solr.util
A LFU cache implementation based upon ConcurrentHashMap.
ConcurrentLFUCache(int, int, int, int, boolean, boolean, ConcurrentLFUCache.EvictionListener<K, V>, boolean) - Constructor for class org.apache.solr.util.ConcurrentLFUCache
 
ConcurrentLFUCache(int, int) - Constructor for class org.apache.solr.util.ConcurrentLFUCache
 
ConcurrentLFUCache.EvictionListener<K,V> - Interface in org.apache.solr.util
 
ConcurrentLFUCache.Stats - Class in org.apache.solr.util
 
ConcurrentLRUCache<K,V> - Class in org.apache.solr.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.util.ConcurrentLRUCache
 
ConcurrentLRUCache(int, int) - Constructor for class org.apache.solr.util.ConcurrentLRUCache
 
ConcurrentLRUCache.EvictionListener<K,V> - Interface in org.apache.solr.util
 
ConcurrentLRUCache.Stats - Class in org.apache.solr.util
 
ConcurrentUpdateSolrServer - Class in org.apache.solr.client.solrj.impl
ConcurrentUpdateSolrServer buffers all added documents and writes them into open HTTP connections.
ConcurrentUpdateSolrServer(String, int, int) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
Uses an internally managed HttpClient instance.
ConcurrentUpdateSolrServer(String, HttpClient, int, int) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
ConcurrentUpdateSolrServer(String, HttpClient, int, int, ExecutorService) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
Uses the supplied HttpClient to send documents to the Solr server.
ConcurrentUpdateSolrServer(String, HttpClient, int, int, ExecutorService, boolean) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
Uses the supplied HttpClient to send documents to the Solr server.
condenseResponse(NamedList, long) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
CONF_CHECKSUM - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CONF_FILE_SHORT - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CONF_FILES - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CONFIG - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you specify a config, what is its name
Config - Class in org.apache.solr.core
 
Config(SolrResourceLoader, String) - Constructor for class org.apache.solr.core.Config
Builds a config from a resource name with no xpath prefix.
Config(SolrResourceLoader, String, InputSource, String) - Constructor for class org.apache.solr.core.Config
 
Config(SolrResourceLoader, String, InputSource, String, boolean) - Constructor for class org.apache.solr.core.Config
Builds a config: Note that the 'name' parameter is used to obtain a valid input stream if no valid one is provided through 'is'.
Config(SolrResourceLoader, String, Document) - Constructor for class org.apache.solr.core.Config
 
config - Variable in class org.apache.solr.core.ConfigSolr
 
config - Variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
 
config - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
config - Variable in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
The found config
CONFIG_BASE_PATH - Static variable in class org.apache.solr.rest.RestManager
 
CONFIG_DIRECTORY - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
CONFIG_LOCATION - Static variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
configDir - Variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
configFileExists(String, String) - Method in class org.apache.solr.cloud.ZkController
Returns true if config file exists
configName - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
configName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
configName(CoreDescriptor) - Method in class org.apache.solr.cloud.CloudConfigSetService
 
configName(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService
Return a name for the ConfigSet for a core
configName(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService.Default
 
CONFIGNAME_PROP - Static variable in class org.apache.solr.cloud.ZkController
 
CONFIGNAME_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
ConfigNameConstants - Class in org.apache.solr.handler.dataimport.config
 
ConfigNameConstants() - Constructor for class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
ConfigParseUtil - Class in org.apache.solr.handler.dataimport.config
 
ConfigParseUtil() - Constructor for class org.apache.solr.handler.dataimport.config.ConfigParseUtil
 
ConfigParseUtil - Class in org.apache.solr.handler.dataimport
 
ConfigParseUtil() - Constructor for class org.apache.solr.handler.dataimport.ConfigParseUtil
 
configRouter - Variable in class org.apache.solr.rest.RestManager
 
CONFIGS_ZKNODE - Static variable in class org.apache.solr.cloud.ZkController
 
CONFIGS_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
configSet - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
CONFIGSET - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you specify a configset, what is its name
ConfigSet - Class in org.apache.solr.core
Stores a core's configuration in the form of a SolrConfig and IndexSchema
ConfigSet(String, SolrConfig, IndexSchema) - Constructor for class org.apache.solr.core.ConfigSet
 
ConfigSetService - Class in org.apache.solr.core
Service class used by the CoreContainer to load ConfigSets for use in SolrCore creation.
ConfigSetService(SolrResourceLoader) - Constructor for class org.apache.solr.core.ConfigSetService
Create a new ConfigSetService
ConfigSetService.Default - Class in org.apache.solr.core
The default ConfigSetService.
ConfigSetService.SchemaCaching - Class in org.apache.solr.core
A ConfigSetService that shares schema objects between cores
ConfigSolr - Class in org.apache.solr.core
 
ConfigSolr(Config) - Constructor for class org.apache.solr.core.ConfigSolr
 
ConfigSolr() - Constructor for class org.apache.solr.core.ConfigSolr
 
ConfigSolr.CfgProp - Enum in org.apache.solr.core
 
ConfigSolrXml - Class in org.apache.solr.core
 
ConfigSolrXml(Config) - Constructor for class org.apache.solr.core.ConfigSolrXml
 
ConfigSolrXmlOld - Class in org.apache.solr.core
 
ConfigSolrXmlOld(Config, String) - Constructor for class org.apache.solr.core.ConfigSolrXmlOld
 
configuration - Variable in class org.apache.solr.store.hdfs.HdfsDirectory
 
configure(DefaultHttpClient, SolrParams) - Method in class org.apache.solr.client.solrj.impl.HttpClientConfigurer
 
configure(SolrResourceLoader, NamedList<String>) - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
configure(SolrResourceLoader, NamedList<String>) - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
configure(SolrResourceLoader, NamedList<String>) - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
 
configure(SolrResourceLoader, NamedList<String>) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
configureClient(DefaultHttpClient, SolrParams) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Configures DefaultHttpClient, only sets parameters if they are present in config.
configureSAXParserFactory(SAXParserFactory) - Static method in class org.apache.solr.util.EmptyEntityResolver
Configures the given SAXParserFactory to do secure XML processing of untrusted sources.
configureXMLInputFactory(XMLInputFactory) - Static method in class org.apache.solr.util.EmptyEntityResolver
Configures the given XMLInputFactory to not parse external entities.
Conjunction() - Method in class org.apache.solr.parser.QueryParser
 
ConjunctionSolrSpellChecker - Class in org.apache.solr.spelling
This class lets a query be run through multiple spell checkers.
ConjunctionSolrSpellChecker() - Constructor for class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
connect() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Connect to the zookeeper ensemble.
connect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.DefaultConnectionStrategy
 
connect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
connected() - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
connected() - Method in interface org.apache.solr.common.cloud.ZkClientConnectionStrategy.ConnectedListener
 
CONNECTION_TIMEOUT - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
CONNECTION_TIMEOUT_FIELD_NAME - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
ConnectionManager - Class in org.apache.solr.common.cloud
 
ConnectionManager(String, SolrZkClient, String, ZkClientConnectionStrategy, OnReconnect, BeforeReconnect) - Constructor for class org.apache.solr.common.cloud.ConnectionManager
 
ConstantScorer(AtomicReaderContext, SolrConstantScoreQuery.ConstantWeight, float, Bits) - Constructor for class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
ConstantWeight(IndexSearcher) - Constructor for class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
CONSTRUCTION - Static variable in class org.apache.solr.common.cloud.Slice
 
constructRequest(ResponseBuilder) - Method in class org.apache.solr.search.grouping.distributed.requestfactory.SearchGroupsRequestFactory
Returns ShardRequest instances.
constructRequest(ResponseBuilder) - Method in class org.apache.solr.search.grouping.distributed.requestfactory.StoredFieldsShardRequestFactory
 
constructRequest(ResponseBuilder) - Method in class org.apache.solr.search.grouping.distributed.requestfactory.TopGroupsShardRequestFactory
Returns ShardRequest instances.
constructRequest(ResponseBuilder) - Method in interface org.apache.solr.search.grouping.distributed.ShardRequestFactory
Returns ShardRequest instances.
consumeArgumentDelimiter() - Method in class org.apache.solr.search.FunctionQParser
Consume an argument delimiter (a comma) from the token stream.
consumeTillMatchingEnd(JSONParser, int, int) - Static method in class org.apache.solr.common.util.JsonRecordReader
 
containerProperties - Variable in class org.apache.solr.core.CoreContainer
 
contains(String) - Method in class org.apache.solr.cloud.DistributedMap
 
containsKey(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
Check if property key exists.
containsKey(Object) - Method in class org.apache.solr.common.SolrDocument
 
containsKey(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
containsTaskWithRequestId(String) - Method in class org.apache.solr.cloud.DistributedQueue
Returns true if the queue contains a task with the specified async id.
containsValue(Object) - Method in class org.apache.solr.common.SolrDocument
 
containsValue(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
CONTENT - Static variable in class org.apache.solr.response.RawResponseWriter
The key that should be used to add a ContentStream to the SolrQueryResponse if you intend to use this Writer.
CONTENT_TYPE_TEXT_ASCII - Static variable in interface org.apache.solr.response.QueryResponseWriter
 
CONTENT_TYPE_TEXT_UTF8 - Static variable in interface org.apache.solr.response.QueryResponseWriter
 
CONTENT_TYPE_XML_UTF8 - Static variable in interface org.apache.solr.response.QueryResponseWriter
 
contentFieldName - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
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.ByteArrayStream - Class in org.apache.solr.common.util
Construct a ContentStream from a File
ContentStreamBase.FileStream - Class in org.apache.solr.common.util
Construct a ContentStream from a File
ContentStreamBase.StringStream - Class in org.apache.solr.common.util
Construct a ContentStream from a String
ContentStreamBase.URLStream - Class in org.apache.solr.common.util
Construct a ContentStream from a URL This uses a URLConnection to get the content stream
ContentStreamDataSource - Class in org.apache.solr.handler.dataimport
A DataSource implementation which reads from the ContentStream of a POST request

Refer to http://wiki.apache.org/solr/DataImportHandler for more details.

ContentStreamDataSource() - Constructor for class org.apache.solr.handler.dataimport.ContentStreamDataSource
 
ContentStreamHandlerBase - Class in org.apache.solr.handler
Shares common code between various handlers that manipulate ContentStream objects.
ContentStreamHandlerBase() - Constructor for class org.apache.solr.handler.ContentStreamHandlerBase
 
ContentStreamLoader - Class in org.apache.solr.handler
Load a ContentStream into Solr
ContentStreamLoader() - Constructor for class org.apache.solr.handler.ContentStreamLoader
 
ContentStreamLoader - Class in org.apache.solr.handler.loader
Load a ContentStream into Solr This should be thread safe and can be called from multiple threads
ContentStreamLoader() - Constructor for class org.apache.solr.handler.loader.ContentStreamLoader
 
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
 
Context - Class in org.apache.solr.handler.dataimport
This abstract class gives access to all available objects.
Context() - Constructor for class org.apache.solr.handler.dataimport.Context
 
context - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
context - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
context - Variable in class org.apache.solr.response.transform.TransformerWithContext
 
context - Variable in class org.apache.solr.search.DelegatingCollector
 
CONTEXT_TRANSFORMER_KEY - Static variable in class org.apache.solr.handler.loader.XMLLoader
 
CONTEXT_TRANSFORMER_KEY - Static variable in class org.apache.solr.response.XSLTResponseWriter
 
ContextImpl - Class in org.apache.solr.handler.dataimport
An implementation for the Context This API is experimental and subject to change
ContextImpl(EntityProcessorWrapper, VariableResolver, DataSource, String, Map<String, Object>, ContextImpl, DocBuilder) - Constructor for class org.apache.solr.handler.dataimport.ContextImpl
 
CONTINUE - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
contributeFromShard(int, ResponseBuilder, List<NamedList<Object>>) - Method in class org.apache.solr.handler.component.PivotFacetField
Recursively merges the contributions from the specified shard for each PivotFacetValue represended in the response.
convert(String) - Method in class org.apache.solr.spelling.QueryConverter
Returns the Collection of Tokens for the query.
convert(String) - Method in class org.apache.solr.spelling.SpellingQueryConverter
Converts the original query string to a collection of Lucene Tokens.
convert(String) - Method in class org.apache.solr.spelling.SuggestQueryConverter
 
CONVERT_TYPE - Static variable in class org.apache.solr.handler.dataimport.JdbcDataSource
 
convertDateToString(Date) - Method in class org.apache.solr.handler.dataimport.DIHProperties
 
convertDateToString(Date) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
convertNamedListToMap(NamedList<?>) - Method in class org.apache.solr.rest.ManagedResource
Converts a NamedList<?
convertStringToDate(String) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
convertToListOfNamedLists() - Method in class org.apache.solr.handler.component.PivotFacetField
A recursive method for generating NamedLists from this field suitable for including in a pivot facet response to the original distributed request.
convertToNamedList() - Method in class org.apache.solr.handler.component.PivotFacetValue
A recursive method for generating a NamedList from this value suitable for including in a pivot facet response to the original distributed request.
CoordinateFieldType - Class in org.apache.solr.schema
A CoordinateFieldType is the base class for FieldTypes that have semantics related to items in a coordinate system.
CoordinateFieldType() - Constructor for class org.apache.solr.schema.CoordinateFieldType
 
copy() - Method in class org.apache.solr.cloud.ElectionContext
 
copy() - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
 
copy(Directory, String, String, IOContext) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
COPY_FIELD - Static variable in class org.apache.solr.schema.IndexSchema
 
COPY_FIELDS - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
COPY_FIELDS - Static variable in class org.apache.solr.schema.IndexSchema
 
COPY_FIELDS_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
CopyField - Class in org.apache.solr.schema
CopyField contains all the information of a valid copy fields in an index.
CopyField(SchemaField, SchemaField) - Constructor for class org.apache.solr.schema.CopyField
 
CopyField(SchemaField, SchemaField, int) - Constructor for class org.apache.solr.schema.CopyField
 
CopyFieldCollectionResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/copyfields

To restrict the set of copyFields in the response, specify one or both of the following as query parameters, with values as space and/or comma separated dynamic or explicit field names: dest.fl: include copyFields that have one of these as a destination source.fl: include copyFields that have one of these as a source If both dest.fl and source.fl are given as query parameters, the copyfields in the response will be restricted to those that match any of the destinations in dest.fl and also match any of the sources in source.fl.

CopyFieldCollectionResource() - Constructor for class org.apache.solr.rest.schema.CopyFieldCollectionResource
 
copyFieldsMap - Variable in class org.apache.solr.schema.IndexSchema
 
copyFieldTargetCounts - Variable in class org.apache.solr.schema.IndexSchema
keys are all fields copied to, count is num of copyField directives that target them.
copyFile(File, File) - Static method in class org.apache.solr.util.FileUtils
 
copyTo(AttributeImpl) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
copyWith(Map<String, DocCollection>) - Method in class org.apache.solr.common.cloud.ClusterState
 
core - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CORE - Static variable in class org.apache.solr.common.params.CoreAdminParams
What Core are we talking about
core - Variable in class org.apache.solr.core.RequestHandlers
 
core - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
core - Variable in class org.apache.solr.servlet.DirectSolrConnection
 
core - Variable in class org.apache.solr.spelling.suggest.Suggester
 
core - Variable in class org.apache.solr.update.UpdateHandler
 
CORE_ABS_INSTDIR - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_COLLECTION - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_CONFIG - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_CONFIGSET - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_DATADIR - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_INSTDIR - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_LOADONSTARTUP - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_NAME - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_NAME_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
CORE_NODE_NAME - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
CORE_NODE_NAME - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_NODE_NAME_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
CORE_PROPERTIES - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_ROLES - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_SCHEMA - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_SHARD - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_TRANSIENT - Static variable in class org.apache.solr.core.CoreDescriptor
 
CORE_ULOGDIR - Static variable in class org.apache.solr.core.CoreDescriptor
 
coreAdminHandler - Variable in class org.apache.solr.core.CoreContainer
 
CoreAdminHandler - Class in org.apache.solr.handler.admin
 
CoreAdminHandler() - Constructor for class org.apache.solr.handler.admin.CoreAdminHandler
 
CoreAdminHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.CoreAdminHandler
Overloaded ctor to inject CoreContainer into the handler.
CoreAdminHandler.ParallelCoreAdminHandlerThread - Class in org.apache.solr.handler.admin
Class to implement multi-threaded CoreAdminHandler behaviour.
CoreAdminParams - Class in org.apache.solr.common.params
 
CoreAdminParams() - Constructor for class org.apache.solr.common.params.CoreAdminParams
 
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.MergeIndexes - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Persist - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.RequestRecovery - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.RequestSyncShard - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Unload - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.WaitForState - Class in org.apache.solr.client.solrj.request
 
CoreAdminResponse - Class in org.apache.solr.client.solrj.response
 
CoreAdminResponse() - Constructor for class org.apache.solr.client.solrj.response.CoreAdminResponse
 
coreContainer - Variable in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
coreContainer - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
CoreContainer - Class in org.apache.solr.core
 
CoreContainer() - Constructor for class org.apache.solr.core.CoreContainer
Create a new CoreContainer using system properties to detect the solr home directory.
CoreContainer(SolrResourceLoader) - Constructor for class org.apache.solr.core.CoreContainer
Create a new CoreContainer using the given SolrResourceLoader.
CoreContainer(String) - Constructor for class org.apache.solr.core.CoreContainer
Create a new CoreContainer using the given solr home directory.
CoreContainer(SolrResourceLoader, ConfigSolr) - Constructor for class org.apache.solr.core.CoreContainer
Create a new CoreContainer using the given SolrResourceLoader, configuration and CoresLocator.
CoreContainer(SolrResourceLoader, ConfigSolr, CoresLocator) - Constructor for class org.apache.solr.core.CoreContainer
 
CoreContainer(Object) - Constructor for class org.apache.solr.core.CoreContainer
This method allows subclasses to construct a CoreContainer without any default init behavior.
coreContainer - Variable in class org.apache.solr.handler.admin.CollectionsHandler
 
coreContainer - Variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
coreContainer - Variable in class org.apache.solr.handler.admin.InfoHandler
 
CoreContainer.CoreLoadFailure - Class in org.apache.solr.core
 
CoreDescriptor - Class in org.apache.solr.core
A Solr core descriptor
CoreDescriptor(CoreContainer, String, String, Properties) - Constructor for class org.apache.solr.core.CoreDescriptor
Create a new CoreDescriptor.
CoreDescriptor(CoreContainer, String, String, String...) - Constructor for class org.apache.solr.core.CoreDescriptor
 
CoreDescriptor(CoreContainer, String, String, Properties, SolrParams) - Constructor for class org.apache.solr.core.CoreDescriptor
Create a new CoreDescriptor.
CoreDescriptor(CoreContainer, String, String) - Constructor for class org.apache.solr.core.CoreDescriptor
Create a new CoreDescriptor with a given name and instancedir
CoreDescriptor(String, CoreDescriptor) - Constructor for class org.apache.solr.core.CoreDescriptor
Create a new CoreDescriptor using the properties of an existing one
CoreInfo() - Constructor for class org.apache.solr.SolrLogFormatter.CoreInfo
 
CoreInfo() - Constructor for class org.apache.solr.util.SolrLogLayout.CoreInfo
 
coreInitFailures - Variable in class org.apache.solr.core.CoreContainer
 
CoreLoadFailure(CoreDescriptor, Exception) - Constructor for class org.apache.solr.core.CoreContainer.CoreLoadFailure
 
coreName - Variable in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
coreNodeName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
coreProperties - Variable in class org.apache.solr.core.CoreDescriptor
The properties for this core, as available through getProperty()
CorePropertiesLocator - Class in org.apache.solr.core
Persists CoreDescriptors as properties files
CorePropertiesLocator(String) - Constructor for class org.apache.solr.core.CorePropertiesLocator
 
cores - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
cores - Variable in class org.apache.solr.update.SplitIndexCommand
 
coresLocator - Variable in class org.apache.solr.core.CoreContainer
 
CoresLocator - Interface in org.apache.solr.core
Manage the discovery and persistence of core definitions across Solr restarts
Correction(String, String) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
corrections - Variable in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
COST - Static variable in interface org.apache.solr.common.params.CommonParams
Used as a local param on filter queries in conjunction with cache=false.
cost() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
Count(FacetField, String, long) - Constructor for class org.apache.solr.client.solrj.response.FacetField.Count
 
Count(String, int, RangeFacet) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Count
 
count - Variable in class org.apache.solr.handler.component.FacetComponent.QueryFacet
 
count - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
count - Variable in class org.apache.solr.spelling.SpellingOptions
The number of suggestions to return, if there are any.
counted - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
CountFieldValuesUpdateProcessorFactory - Class in org.apache.solr.update.processor
Replaces any list of values for a field matching the specified conditions with the the count of the number of values for that field.
CountFieldValuesUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory
 
CountPair(K, V) - Constructor for class org.apache.solr.request.SimpleFacets.CountPair
 
counts - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
countSorted - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
CpuTimeClock() - Constructor for class org.apache.solr.util.stats.Clock.CpuTimeClock
 
create(Reader) - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
Create() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
Create() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
create(String, SolrQuery.ORDER) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Creates an ascending SortClause for an item
create(String, String) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Creates a SortClause based on item and order
create(String, byte[], List<ACL>, CreateMode, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns path of created node
create(String, byte[], CreateMode, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns path of created node
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
create(CoreDescriptor) - Method in class org.apache.solr.core.CoreContainer
Creates a new core based on a CoreDescriptor, publishing the core state to the cluster
create(CoreDescriptor, boolean) - Method in class org.apache.solr.core.CoreContainer
Creates a new core based on a CoreDescriptor.
create(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.CorePropertiesLocator
 
create(CoreContainer, CoreDescriptor...) - Method in interface org.apache.solr.core.CoresLocator
Make new cores available for discovery
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.DirectoryFactory
Creates a new Directory for a given path.
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.MMapDirectoryFactory
 
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.NIOFSDirectoryFactory
 
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.NRTCachingDirectoryFactory
 
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.RAMDirectoryFactory
 
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.SimpleFSDirectoryFactory
 
create(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
create(String, DirectoryFactory.DirContext) - Method in class org.apache.solr.core.StandardDirectoryFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.ChildDocTransformerFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.DocIdAugmenterFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.ElevatedMarkerFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.ExcludedMarkerFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.ExplainAugmenterFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.ShardAugmenterFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.TransformerFactory
 
create(String, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.response.transform.ValueAugmenterFactory
 
create(TokenStream) - Method in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
Returns a StopFilter based on our managed stop word set.
create(TokenStream) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
create(SolrResourceLoader, String, String, Node) - Method in class org.apache.solr.schema.FieldTypePluginLoader
 
create(String, SolrConfig) - Method in class org.apache.solr.schema.IndexSchemaFactory
Returns an index schema created from a local resource
create(String, SolrConfig) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
First, try to locate the managed schema file named in the managedSchemaResourceName param.
create() - Method in interface org.apache.solr.search.grouping.Command
Returns a list of Collector instances to be included in the search based on the .
create() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
 
create() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
 
create() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
 
create(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.DictionaryFactory
Create a Dictionary using options in core and optionally uses searcher, in case of index based dictionaries
create(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
 
create(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
 
create(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.FileDictionaryFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
 
create(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.LookupFactory
Create a Lookup using config options in params and current core
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.tst.TSTLookupFactory
 
create(String, String, DirectoryFactory, boolean, IndexSchema, SolrIndexConfig, IndexDeletionPolicy, Codec) - Static method in class org.apache.solr.update.SolrIndexWriter
 
create(SolrResourceLoader, String, String, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Create a plugin from an XML configuration.
CREATE_NODE_SET - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
createAlias(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
CreateAlias() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
 
CREATEALIAS - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
createAllGroupCollector() - Method in class org.apache.solr.search.Grouping.Command
Returns a collector that is able to return the most relevant document of all groups.
createAllGroupCollector() - Method in class org.apache.solr.search.Grouping.CommandField
Returns a collector that is able to return the most relevant document of all groups.
createAllGroupCollector() - Method in class org.apache.solr.search.Grouping.CommandFunc
 
createAndLoad(String, File) - Static method in class org.apache.solr.core.CoreContainer
Create a new CoreContainer and load its cores
createBJQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.join.BlockJoinChildQParserPlugin
 
createBJQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.join.BlockJoinParentQParserPlugin
 
createClient(SolrParams) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Creates new http client by using the provided configuration.
createClient(SolrParams, ClientConnectionManager) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Creates new http client by using the provided configuration.
createClusterStateWatchersAndUpdate() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
createCollection(String, Integer, Integer, Integer, String, String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, Integer, Integer, Integer, String, String, String, Boolean, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, Integer, Integer, Integer, String, String, String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, Integer, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, Integer, String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, String, Integer, Integer, String, String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, String, Integer, Integer, String, String, String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createCollection(String, String, String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
CREATECOLLECTION - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
createCollection(String) - Method in class org.apache.solr.cloud.ZkController
 
createCollectionZkNode(CloudDescriptor) - Method in class org.apache.solr.cloud.ZkController
 
createComponents(String, Reader) - Method in class org.apache.solr.analysis.TokenizerChain
 
createComponents(String, Reader) - Method in class org.apache.solr.schema.FieldType.DefaultAnalyzer
 
createConfiguration(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Creates an instance of ExtendedDismaxConfiguration.
createConnectionFactory(Context, Properties) - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
 
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
 
createCore(String, String, SolrServer, String, String, String, String) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
createCoreConfigService(SolrResourceLoader, ZkController) - Method in class org.apache.solr.core.ConfigSolr
 
createCoreContainer() - Method in class org.apache.solr.servlet.SolrDispatchFilter
Override this to change CoreContainer initialization
createCoreResourceLoader(CoreDescriptor) - Method in class org.apache.solr.cloud.CloudConfigSetService
 
createCoreResourceLoader(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService
Create a SolrResourceLoader for a core
createCoreResourceLoader(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService.Default
 
createDefaultLoaders(NamedList) - Method in class org.apache.solr.handler.UpdateRequestHandler
 
createEdismaxQueryParser(QParser, String) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Creates an instance of ExtendedSolrQueryParser, the query parser that's going to be used to parse the query.
createEventListener(String) - Method in class org.apache.solr.core.SolrCore
 
createFactory() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.BinaryField
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.EnumField
Used for adding a document when a field needs to be created from a type and a string.
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.FieldType
Used for adding a document when a field needs to be created from a type and a string.
createField(String, String, FieldType, float) - Method in class org.apache.solr.schema.FieldType
Create the field from native Lucene parts.
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.LatLonType
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.PointType
It never makes sense to create a single field, so make it impossible to happen by throwing UnsupportedOperationException
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.PreAnalyzedField
 
createField(Object, float) - Method in class org.apache.solr.schema.SchemaField
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.TrieDateField
 
createField(SchemaField, Object, float) - Method in class org.apache.solr.schema.TrieField
 
createFieldNameSelector(SolrResourceLoader, SolrCore, FieldMutatingUpdateProcessorFactory.SelectorParams, FieldMutatingUpdateProcessor.FieldNameSelector) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Utility method that can be used to define a FieldNameSelector using the same types of rules as the FieldMutatingUpdateProcessor init code.
createFieldNameSelector(SolrResourceLoader, IndexSchema, FieldMutatingUpdateProcessorFactory.SelectorParams, FieldMutatingUpdateProcessor.FieldNameSelector) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Utility method that can be used to define a FieldNameSelector using the same types of rules as the FieldMutatingUpdateProcessor init code.
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.CollationField
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.CurrencyField
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.FieldType
Given a SchemaField, create one or more IndexableField instances
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.ICUCollationField
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.LatLonType
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.PointType
 
createFields(Object, float) - Method in class org.apache.solr.schema.SchemaField
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.StrField
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.TrieDateField
 
createFields(SchemaField, Object, float) - Method in class org.apache.solr.schema.TrieField
 
createFieldType(SchemaField) - Static method in class org.apache.solr.schema.PreAnalyzedField
Utility method to create a FieldType based on the SchemaField
createFirstPassCollector() - Method in class org.apache.solr.search.Grouping.Command
Returns one or more Collector instances that are needed to perform the first pass search.
createFirstPassCollector() - Method in class org.apache.solr.search.Grouping.CommandField
Returns one or more Collector instances that are needed to perform the first pass search.
createFirstPassCollector() - Method in class org.apache.solr.search.Grouping.CommandFunc
Returns one or more Collector instances that are needed to perform the first pass search.
createFirstPassCollector() - Method in class org.apache.solr.search.Grouping.CommandQuery
Returns one or more Collector instances that are needed to perform the first pass search.
createFromListOfNamedLists(int, ResponseBuilder, PivotFacetValue, List<NamedList<Object>>) - Static method in class org.apache.solr.handler.component.PivotFacetField
A recursive method to construct a new PivotFacetField object from the contents of the NamedLists provided by the specified shard, relative to a parent value (if this is not the top field in the pivot hierarchy) The associated child PivotFacetValues will be recursively built as well.
createFromNamedList(int, ResponseBuilder, PivotFacetField, NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetValue
A recursive method to construct a new PivotFacetValue object from the contents of the NamedList provided by the specified shard, relative to the specified field.
createHandler(String, Class<T>) - Method in class org.apache.solr.core.CoreContainer
 
createInboundRoot() - Method in class org.apache.solr.rest.SolrConfigRestApi
Bind URL paths to the appropriate ServerResource subclass.
createInboundRoot() - Method in class org.apache.solr.rest.SolrSchemaRestApi
Bind URL paths to the appropriate ServerResource subclass.
createIndexSchema(CoreDescriptor, SolrConfig) - Method in class org.apache.solr.core.ConfigSetService
Create an IndexSchema object for a core
createIndexSchema(CoreDescriptor, SolrConfig) - Method in class org.apache.solr.core.ConfigSetService.SchemaCaching
 
createInitInstance(PluginInfo, Class<T>, String, String) - Method in class org.apache.solr.core.SolrCore
 
createLoadbalancer(HttpClient) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
createMainIndexWriter(SolrCore, String) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
createManagedResource(RestManager.ManagedResourceRegistration) - Method in class org.apache.solr.rest.RestManager
Creates a ManagedResource using registration information.
createMethod(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
createName(Properties, File) - Static method in class org.apache.solr.core.CorePropertiesLocator
 
createNext(List<Object>) - Method in class org.apache.solr.search.CursorMark
Generates an new CursorMark bound for use with the same SortSpec as the current CursorMark but using the new SortValues.
createNodeSet - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
createOutput(String, IOContext) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
createOutput(String, IOContext) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.BoostQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.CollapsingQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.ComplexPhraseQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.DisMaxQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.ExportQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.ExtendedDismaxQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.FieldQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.FunctionQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.FunctionRangeQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.join.BlockJoinParentQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.JoinQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.LuceneQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.MaxScoreQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.NestedQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.OldLuceneQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.PrefixQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.QParserPlugin
return a QParser
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.RawQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.ReRankQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.SimpleQParserPlugin
Returns a QParser that will create a query by using Lucene's SimpleQueryParser.
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.SpatialBoxQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.SpatialFilterQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.SurroundQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.SwitchQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.TermQParserPlugin
 
createParser(String, SolrParams, SolrParams, SolrQueryRequest) - Method in class org.apache.solr.search.TermsQParserPlugin
 
createProcessor(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
Uses the factories in this chain to creates a new UpdateRequestProcessor instance specific for this request.
createQuery(Query, Query) - Method in class org.apache.solr.search.join.BlockJoinChildQParser
 
createRequestHandler(String) - Method in class org.apache.solr.core.SolrCore
 
createSchemaWatcher() - Method in class org.apache.solr.schema.ZkIndexSchemaReader
 
createSecondPassCollector() - Method in class org.apache.solr.search.Grouping.Command
Returns zero or more Collector instances that are needed to perform the second pass search.
createSecondPassCollector() - Method in class org.apache.solr.search.Grouping.CommandField
Returns zero or more Collector instances that are needed to perform the second pass search.
createSecondPassCollector() - Method in class org.apache.solr.search.Grouping.CommandFunc
Returns zero or more Collector instances that are needed to perform the second pass search.
createShard(String, String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
createShard(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
CreateShard() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
 
CREATESHARD - Static variable in class org.apache.solr.cloud.Overseer
 
CREATESHARD - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
createSimpleResponse() - Method in class org.apache.solr.search.Grouping.Command
 
createSolrConfig(CoreDescriptor, SolrResourceLoader) - Method in class org.apache.solr.core.ConfigSetService
Create a SolrConfig object for a core
createSolrContentHandler(Metadata, SolrParams, IndexSchema) - Method in class org.apache.solr.handler.extraction.SolrContentHandlerFactory
 
createSpatialQuery(QParser, SpatialOptions) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
Implemented for compatibility with geofilt & bbox query parsers: SpatialQueryable.
createSpatialQuery(QParser, SpatialOptions) - Method in class org.apache.solr.schema.GeoHashField
 
createSpatialQuery(QParser, SpatialOptions) - Method in class org.apache.solr.schema.LatLonType
 
createSpatialQuery(QParser, SpatialOptions) - Method in class org.apache.solr.schema.PointType
Calculates the range and creates a RangeQuery (bounding box) wrapped in a BooleanQuery (unless the dimension is 1, one range for every dimension, AND'd together by a Boolean
createSpatialQuery(QParser, SpatialOptions) - Method in interface org.apache.solr.schema.SpatialQueryable
 
createStatsValues(SchemaField, boolean) - Static method in class org.apache.solr.handler.component.StatsValuesFactory
Creates an instance of StatsValues which supports values from a field of the given FieldType
createStorage(ManagedResourceStorage.StorageIO, SolrResourceLoader) - Method in class org.apache.solr.rest.ManagedResource
Potential extension point allowing concrete implementations to supply their own storage implementation.
createSubRequests(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
createSuffixCache(int) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
createSystemIdFromResourceName(String) - Static method in class org.apache.solr.util.SystemIdResolver
 
createWeight(IndexSearcher) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
createWeight(Map, IndexSearcher) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
createWeight(IndexSearcher) - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
createWeight(IndexSearcher) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
createWeight(Map, IndexSearcher) - Method in class org.apache.solr.search.SolrFilter
Implementations should propagate createWeight to sub-ValueSources which can store weight info in the context.
createWeight(IndexSearcher) - Method in class org.apache.solr.search.WrappedQuery
 
CSVConfig - Class in org.apache.solr.internal.csv.writer
The CSVConfig is used to configure the CSV writer
CSVConfig() - Constructor for class org.apache.solr.internal.csv.writer.CSVConfig
 
CSVConfigGuesser - Class in org.apache.solr.internal.csv.writer
Tries to guess a config based on an InputStream.
CSVConfigGuesser() - Constructor for class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
CSVConfigGuesser(InputStream) - Constructor for class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
CSVField - Class in org.apache.solr.internal.csv.writer
 
CSVField() - Constructor for class org.apache.solr.internal.csv.writer.CSVField
 
CSVField(String) - Constructor for class org.apache.solr.internal.csv.writer.CSVField
 
CSVField(String, int) - Constructor for class org.apache.solr.internal.csv.writer.CSVField
 
CSVLoader - Class in org.apache.solr.handler.loader
 
CSVLoader() - Constructor for class org.apache.solr.handler.loader.CSVLoader
 
CSVParser - Class in org.apache.solr.internal.csv
Parses CSV files according to the specified configuration.
CSVParser(Reader) - Constructor for class org.apache.solr.internal.csv.CSVParser
CSV parser using the default CSVStrategy.
CSVParser(Reader, char) - Constructor for class org.apache.solr.internal.csv.CSVParser
CSVParser(Reader, char, char, char) - Constructor for class org.apache.solr.internal.csv.CSVParser
CSVParser(Reader, CSVStrategy) - Constructor for class org.apache.solr.internal.csv.CSVParser
Customized CSV parser using the given CSVStrategy
CSVPrinter - Class in org.apache.solr.internal.csv
Print values as a comma separated list.
CSVPrinter(Writer, CSVStrategy) - Constructor for class org.apache.solr.internal.csv.CSVPrinter
Create a printer that will print values to the given stream following the CSVStrategy.
CSVRequestHandler - Class in org.apache.solr.handler
Deprecated.
CSVRequestHandler() - Constructor for class org.apache.solr.handler.CSVRequestHandler
Deprecated.
 
CSVResponseWriter - Class in org.apache.solr.response
 
CSVResponseWriter() - Constructor for class org.apache.solr.response.CSVResponseWriter
 
CSVStrategy - Class in org.apache.solr.internal.csv
CSVStrategy Represents the strategy for a CSV.
CSVStrategy(char, char, char) - Constructor for class org.apache.solr.internal.csv.CSVStrategy
 
CSVStrategy(char, char, char, char, boolean, boolean, boolean, boolean) - Constructor for class org.apache.solr.internal.csv.CSVStrategy
Customized CSV strategy setter.
CSVStrategy(char, char, char, boolean, boolean, boolean) - Constructor for class org.apache.solr.internal.csv.CSVStrategy
CSVUtils - Class in org.apache.solr.internal.csv
Utility methods for dealing with CSV files
CSVUtils() - Constructor for class org.apache.solr.internal.csv.CSVUtils
CSVUtils instances should NOT be constructed in standard programming.
CSVWriter - Class in org.apache.solr.internal.csv.writer
CSVWriter
CSVWriter() - Constructor for class org.apache.solr.internal.csv.writer.CSVWriter
 
CSVWriter(CSVConfig) - Constructor for class org.apache.solr.internal.csv.writer.CSVWriter
 
ctx - Variable in class org.apache.solr.schema.AbstractSpatialFieldType
 
culmTime - Variable in class org.apache.solr.util.RTimer
 
cumulativeStatistics - Variable in class org.apache.solr.handler.dataimport.DataImporter
 
curChar - Variable in class org.apache.solr.parser.QueryParserTokenManager
 
CURRENCY - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
CurrencyField - Class in org.apache.solr.schema
Field type for support of monetary values.
CurrencyField() - Constructor for class org.apache.solr.schema.CurrencyField
 
CURRENT_VERSION - Static variable in class org.apache.solr.response.XMLWriter
 
currentCapacity - Variable in class org.apache.solr.util.LongPriorityQueue
 
CurrentCoreDescriptorProvider - Class in org.apache.solr.cloud
Provide the current list of registered CoreDescriptors.
CurrentCoreDescriptorProvider() - Constructor for class org.apache.solr.cloud.CurrentCoreDescriptorProvider
 
currentProcess() - Method in class org.apache.solr.handler.dataimport.Context
Returns the current process FULL_DUMP, DELTA_DUMP, FIND_DELTA
currentProcess() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
currentToken - Variable in exception org.apache.solr.parser.ParseException
This is the last token that has been consumed successfully.
CURSOR_MARK_NEXT - Static variable in interface org.apache.solr.common.params.CursorMarkParams
Key used in Solr response to inform the client what the "next" CursorMarkParams.CURSOR_MARK_PARAM value should be to continue pagination
CURSOR_MARK_PARAM - Static variable in interface org.apache.solr.common.params.CursorMarkParams
Param clients should specify indicating that they want a cursor based search.
CURSOR_MARK_START - Static variable in interface org.apache.solr.common.params.CursorMarkParams
Special value for CursorMarkParams.CURSOR_MARK_PARAM indicating that cursor functionality should be used, and a new cursor value should be computed afte the last result, but that currently the "first page" of results is being requested
CursorMark - Class in org.apache.solr.search
An object that encapsulates the basic information about the current Mark Point of a "Cursor" based request.
CursorMark(IndexSchema, SortSpec) - Constructor for class org.apache.solr.search.CursorMark
Generates an empty CursorMark bound for use with the specified schema and SortSpec.
CursorMarkParams - Interface in org.apache.solr.common.params
Parameters and constants used when dealing with cursor based requests across large sorted result sets.
CustomBufferedIndexInput - Class in org.apache.solr.store.blockcache
 
CustomBufferedIndexInput(String) - Constructor for class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
CustomBufferedIndexInput(String, int) - Constructor for class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
customize(ScriptEngine) - Method in interface org.apache.solr.update.processor.ScriptEngineCustomizer
 
customParams - Variable in class org.apache.solr.spelling.SpellingOptions
Any other custom params can be passed through.

D

daos - Variable in class org.apache.solr.common.util.JavaBinCodec
 
DATA_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
Core data directory
DATA_SRC - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
DATA_SRC - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
dataDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
dataDir - Variable in class org.apache.solr.core.SolrConfig
 
dataDir - Variable in class org.apache.solr.update.UpdateLog
 
dataField - Variable in class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
dataField - Variable in class org.apache.solr.handler.dataimport.FieldStreamDataSource
 
DataImporter - Class in org.apache.solr.handler.dataimport
Stores all configuration information for pulling and indexing data.
DataImporter.Status - Enum in org.apache.solr.handler.dataimport
 
DataImportHandler - Class in org.apache.solr.handler.dataimport
Solr Request Handler for data import from databases and REST data sources.
DataImportHandler() - Constructor for class org.apache.solr.handler.dataimport.DataImportHandler
 
DataImportHandlerException - Exception in org.apache.solr.handler.dataimport
Exception class for all DataImportHandler exceptions

This API is experimental and subject to change

DataImportHandlerException(int) - Constructor for exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
DataImportHandlerException(int, String) - Constructor for exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
DataImportHandlerException(int, String, Throwable) - Constructor for exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
DataImportHandlerException(int, Throwable) - Constructor for exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
DataInputInputStream - Class in org.apache.solr.common.util
An abstract DataInput that extends InputStream
DataInputInputStream() - Constructor for class org.apache.solr.common.util.DataInputInputStream
 
DataSource<T> - Class in org.apache.solr.handler.dataimport
Provides data from a source with a given query.
DataSource() - Constructor for class org.apache.solr.handler.dataimport.DataSource
 
dataSource - Variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
dataSource - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
Date(String, Date, Date, String, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Date
Deprecated.
Date(String, Date, Date, String, Number, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Date
 
DATE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
DATE_FMT - Static variable in class org.apache.solr.handler.SnapShooter
 
DATE_FORMAT - Static variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
The date format to use when writing values for "last_index_time" to the properties file.
DATE_FORMAT_EVALUATOR - Static variable in class org.apache.solr.handler.dataimport.Evaluator
 
DATE_FORMATS - Static variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
DATE_TIME_FMT - Static variable in class org.apache.solr.handler.dataimport.DateFormatTransformer
 
dateFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
DateField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieDateField instead
DateField() - Constructor for class org.apache.solr.schema.DateField
Deprecated.
 
dateFormat - Variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
DateFormatEvaluator - Class in org.apache.solr.handler.dataimport
Formats values using a given date format.
DateFormatEvaluator() - Constructor for class org.apache.solr.handler.dataimport.DateFormatEvaluator
 
DateFormatEvaluator.DateFormatCacheKey - Class in org.apache.solr.handler.dataimport
Used to wrap cache keys containing a Locale, TimeZone and date format String
dateFormats - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
dateFormats - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
dateFormats - Variable in class org.apache.solr.handler.extraction.SolrContentHandlerFactory
 
DateFormatTransformer - Class in org.apache.solr.handler.dataimport
Transformer instance which creates Date instances out of Strings.
DateFormatTransformer() - Constructor for class org.apache.solr.handler.dataimport.DateFormatTransformer
 
DateMathParser - Class in org.apache.solr.util
A Simple Utility class for parsing "math" like strings relating to Dates.
DateMathParser() - Constructor for class org.apache.solr.util.DateMathParser
Default constructor that assumes UTC should be used for rounding unless otherwise specified in the SolrRequestInfo
DateMathParser(TimeZone, Locale) - Constructor for class org.apache.solr.util.DateMathParser
 
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
 
DateValueFieldType - Interface in org.apache.solr.schema
Marker interface for Date-valued field types.
DBQ() - Constructor for class org.apache.solr.update.UpdateLog.DBQ
 
DEBUG - Static variable in interface org.apache.solr.common.params.CommonParams
Whether to provide debug info for specific items.
debug - Variable in class org.apache.solr.update.PeerSync
 
debug - Variable in class org.apache.solr.update.UpdateLog
 
DEBUG_MODE - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
DEBUG_QUERY - Static variable in interface org.apache.solr.common.params.CommonParams
whether to include debug data for all components pieces, including doing explains
DebugComponent - Class in org.apache.solr.handler.component
Adds debugging information to a request.
DebugComponent() - Constructor for class org.apache.solr.handler.component.DebugComponent
 
debugDocuments - Variable in class org.apache.solr.handler.dataimport.DebugInfo
 
debugged - Variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
DebugInfo - Class in org.apache.solr.handler.dataimport
 
DebugInfo(Map<String, Object>) - Constructor for class org.apache.solr.handler.dataimport.DebugInfo
 
debugStream - Variable in class org.apache.solr.parser.QueryParserTokenManager
Debug output.
debugVerboseOutput - Variable in class org.apache.solr.handler.dataimport.DebugInfo
 
decLevel() - Method in class org.apache.solr.response.TextResponseWriter
 
decodeRefinementValuePath(String) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
Decodes a value path string specified for refinement.
decref() - Method in class org.apache.solr.update.TransactionLog
 
decref() - Method in class org.apache.solr.util.RefCounted
 
decrefSolrCoreState(SolrCoreState.IndexWriterCloser) - Method in class org.apache.solr.update.SolrCoreState
 
deepCopy() - Method in class org.apache.solr.common.SolrInputDocument
 
deepCopy() - Method in class org.apache.solr.common.SolrInputField
 
DEF_SOLR_XML - Static variable in class org.apache.solr.core.ConfigSolrXmlOld
 
DEFAULT - Static variable in annotation type org.apache.solr.client.solrj.beans.Field
 
DEFAULT - Static variable in class org.apache.solr.common.cloud.DocRouter
 
Default(SolrResourceLoader, String) - Constructor for class org.apache.solr.core.ConfigSetService.Default
Create a new ConfigSetService.Default
DEFAULT - Static variable in interface org.apache.solr.parser.QueryParserConstants
Lexical state.
DEFAULT - Static variable in class org.apache.solr.servlet.SolrRequestParsers
Default instance for e.g. admin requests.
DEFAULT_ACCURACY - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_CHARSET - Static variable in class org.apache.solr.common.util.ContentStreamBase
 
DEFAULT_CONF_FILE - Static variable in class org.apache.solr.core.SolrConfig
 
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.solr.response.XSLTResponseWriter
 
DEFAULT_CORE_ADMIN_PATH - Static variable in class org.apache.solr.core.ConfigSolr
 
DEFAULT_CORE_NAME - Static variable in class org.apache.solr.core.SolrXMLCoresLocator
Core name to use if a core definition has no name
DEFAULT_COUNT - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
DEFAULT_DATE_FORMAT - Static variable in class org.apache.solr.handler.dataimport.DateFormatEvaluator
 
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
DEFAULT_DEFAULT_CORE_NAME - Static variable in class org.apache.solr.core.ConfigSolrXmlOld
 
DEFAULT_DEFAULT_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
 
DEFAULT_DICT_NAME - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
Name used when an unnamed suggester config is passed
DEFAULT_DICTIONARY_NAME - Static variable in class org.apache.solr.spelling.SolrSpellChecker
 
DEFAULT_DIMENSION - Static variable in class org.apache.solr.schema.CoordinateFieldType
2 dimensional by default
DEFAULT_EXTERNAL_PROPERTIES_FILE - Static variable in class org.apache.solr.core.CoreDescriptor
 
DEFAULT_FIELD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
DEFAULT_FIELD_VALUES_ARRAY_LEN - Static variable in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
 
DEFAULT_FILE_BASED_DICT - Static variable in class org.apache.solr.spelling.suggest.DictionaryFactory
Default dictionary implementation to use for FileBasedDictionaries
DEFAULT_FILE_BASED_DICT - Static variable in class org.apache.solr.spelling.suggest.LookupFactory
Default lookup implementation to use for SolrSuggester
DEFAULT_HOST_CONTEXT - Static variable in class org.apache.solr.core.ZkContainer
Deprecated.
will be remove in Solr 5.0 (SOLR-4622)
DEFAULT_HOST_PORT - Static variable in class org.apache.solr.core.ZkContainer
Deprecated.
will be remove in Solr 5.0 (SOLR-4622)
DEFAULT_INDEX_BASED_DICT - Static variable in class org.apache.solr.spelling.suggest.DictionaryFactory
Default dictionary implementation to use for IndexBasedDictionaries
DEFAULT_MANAGED_SCHEMA_RESOURCE_NAME - Static variable in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
DEFAULT_MATH_LOCALE - Static variable in class org.apache.solr.util.DateMathParser
Default Locale for DateMath rounding (Locale.ROOT)
DEFAULT_MATH_TZ - Static variable in class org.apache.solr.util.DateMathParser
Default TimeZone for DateMath rounding (UTC)
DEFAULT_MAX_CACHED_MB - Static variable in class org.apache.solr.core.NRTCachingDirectoryFactory
 
DEFAULT_MAX_MERGE_SIZE_MB - Static variable in class org.apache.solr.core.NRTCachingDirectoryFactory
 
DEFAULT_MAXEDITS - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_MAXINSPECTIONS - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_MAXQUERYFREQUENCY - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_MERGE_SCHEDULER_CLASSNAME - Static variable in class org.apache.solr.update.SolrIndexConfig
 
DEFAULT_MINPREFIX - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_MINQUERYLENGTH - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_NAME - Static variable in class org.apache.solr.common.cloud.DocRouter
 
DEFAULT_ONLY_MORE_POPULAR - Static variable in class org.apache.solr.handler.component.SpellCheckComponent
 
DEFAULT_OPERATOR - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
DEFAULT_OPERATOR - Static variable in class org.apache.solr.schema.IndexSchema
 
DEFAULT_OPERATOR_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
DEFAULT_PHRASE_LIMIT - Static variable in class org.apache.solr.highlight.SolrHighlighter
 
DEFAULT_POST_TAGS - Static variable in class org.apache.solr.highlight.SolrFragmentsBuilder
 
DEFAULT_PRE_TAGS - Static variable in class org.apache.solr.highlight.SolrFragmentsBuilder
 
DEFAULT_PRECISION_STEP - Static variable in class org.apache.solr.schema.CurrencyField
 
DEFAULT_PRECISION_STEP - Static variable in class org.apache.solr.schema.EnumField
 
DEFAULT_PRECISION_STEP - Static variable in class org.apache.solr.schema.TrieField
 
DEFAULT_QTYPE - Static variable in class org.apache.solr.search.QParserPlugin
internal use - name of the default parser
DEFAULT_RATE_PROVIDER_CLASS - Static variable in class org.apache.solr.schema.CurrencyField
 
DEFAULT_READ_AHEAD - Static variable in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
DEFAULT_REFRESH_INTERVAL - Static variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
DEFAULT_RESPONSE_WRITERS - Static variable in class org.apache.solr.core.SolrCore
 
DEFAULT_SCHEMA_FILE - Static variable in class org.apache.solr.schema.IndexSchema
 
DEFAULT_SEARCH_FIELD - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
DEFAULT_SEARCH_FIELD - Static variable in class org.apache.solr.schema.IndexSchema
 
DEFAULT_SEARCH_FIELD_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
DEFAULT_SHARDHANDLER_INFO - Static variable in class org.apache.solr.handler.component.ShardHandlerFactory
 
DEFAULT_SOLR_URL - Static variable in class org.apache.solr.util.SolrCLI
 
DEFAULT_STRATEGY - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
DEFAULT_SUGGESTION_COUNT - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
DEFAULT_SUMMARY - Static variable in interface org.apache.solr.common.params.HighlightParams
 
DEFAULT_THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
DEFAULT_VALUE - Static variable in class org.apache.solr.schema.EnumField
 
DEFAULT_ZK_TIMEOUT - Static variable in class org.apache.solr.handler.admin.CollectionsHandler
 
defaultClient - Variable in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
defaultClock() - Static method in class org.apache.solr.util.stats.Clock
The default clock to use.
DefaultConnectionStrategy - Class in org.apache.solr.common.cloud
TODO: improve backoff retry impl
DefaultConnectionStrategy() - Constructor for class org.apache.solr.common.cloud.DefaultConnectionStrategy
 
DefaultEncoder - Class in org.apache.solr.highlight
Use the DefaultEncoder
DefaultEncoder() - Constructor for class org.apache.solr.highlight.DefaultEncoder
 
defaultFactories - Static variable in class org.apache.solr.response.transform.TransformerFactory
 
defaultField - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
defaultIndexConfig - Variable in class org.apache.solr.core.SolrConfig
Deprecated.
defaultPattern - Variable in class org.apache.solr.highlight.RegexFragmenter
 
defaultPatternRaw - Variable in class org.apache.solr.highlight.RegexFragmenter
 
defaults - Variable in class org.apache.solr.common.params.DefaultSolrParams
 
defaults - Variable in class org.apache.solr.handler.RequestHandlerBase
 
defaults - Variable in class org.apache.solr.highlight.HighlightingPluginBase
 
defaults - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
defaults - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
defaultSearchFieldName - Variable in class org.apache.solr.schema.IndexSchema
 
DefaultSearchFieldResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/defaultsearchfield
DefaultSearchFieldResource() - Constructor for class org.apache.solr.rest.schema.DefaultSearchFieldResource
 
DefaultSimilarityFactory - Class in org.apache.solr.search.similarities
Factory for DefaultSimilarity DefaultSimilarity is Lucene's default scoring implementation, based upon the Vector Space Model.
DefaultSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.DefaultSimilarityFactory
 
DefaultSolrCoreState - Class in org.apache.solr.update
 
DefaultSolrCoreState(DirectoryFactory) - Constructor for class org.apache.solr.update.DefaultSolrCoreState
 
DefaultSolrHighlighter - Class in org.apache.solr.highlight
 
DefaultSolrHighlighter() - Constructor for class org.apache.solr.highlight.DefaultSolrHighlighter
 
DefaultSolrHighlighter(SolrCore) - Constructor for class org.apache.solr.highlight.DefaultSolrHighlighter
 
DefaultSolrParams - Class in org.apache.solr.common.params
 
DefaultSolrParams(SolrParams, SolrParams) - Constructor for class org.apache.solr.common.params.DefaultSolrParams
Deprecated.
DefaultSolrThreadFactory - Class in org.apache.solr.util
 
DefaultSolrThreadFactory(String) - Constructor for class org.apache.solr.util.DefaultSolrThreadFactory
 
defaultStyle - Variable in class org.apache.solr.response.transform.ExplainAugmenterFactory
 
defaultSyncLevel - Variable in class org.apache.solr.update.UpdateLog
 
defaultUserArgs - Variable in class org.apache.solr.response.transform.TransformerFactory
 
defaultValue - Variable in class org.apache.solr.response.transform.ValueAugmenterFactory
 
defaultValue - Variable in class org.apache.solr.update.processor.DefaultValueUpdateProcessorFactory
 
DefaultValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update processor that adds a constant default value to any document being added that does not already have a value in the specified field.
DefaultValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.DefaultValueUpdateProcessorFactory
 
DEFTYPE - Static variable in class org.apache.solr.search.QueryParsing
 
DEL_PK_QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
delegate - Variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
delegate - Variable in class org.apache.solr.search.DelegatingCollector
 
delegate() - Method in class org.apache.solr.util.MapListener
 
DelegatingCollector - Class in org.apache.solr.search
A simple delegating collector where one can set the delegate after creation
DelegatingCollector() - Constructor for class org.apache.solr.search.DelegatingCollector
 
Delete() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.Delete
 
delete(String, int, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
delete(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.CorePropertiesLocator
 
delete(CoreContainer, CoreDescriptor...) - Method in interface org.apache.solr.core.CoresLocator
Ensure that the core definitions from the passed in CoreDescriptors are not available for discovery
delete(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
delete(Object) - Method in interface org.apache.solr.handler.dataimport.DIHCache
Delete all documents associated with the given key
delete(Object) - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
DELETE - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
delete() - Method in interface org.apache.solr.rest.DELETEable
 
delete(String) - Method in class org.apache.solr.rest.ManagedResourceStorage
Removes the given resourceId's persisted representation.
delete(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
delete(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
delete(String) - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
 
delete(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
delete() - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
 
delete(String) - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
 
delete(String) - Method in interface org.apache.solr.store.blockcache.Cache
Remove a file from the cache.
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
DELETE - Static variable in class org.apache.solr.update.UpdateLog
 
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
DELETE_BY_QUERY - Static variable in class org.apache.solr.update.UpdateLog
 
DELETE_DATA_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
DELETE_DOC_BY_ID - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
DELETE_DOC_BY_QUERY - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
DELETE_INDEX - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you unload a core, delete the index too
DELETE_INSTANCE_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
DELETE_VALUE_SINGLETON - Static variable in class org.apache.solr.update.processor.AllValuesOrNoneFieldMutatingUpdateProcessor
 
DELETE_VALUE_SINGLETON - Static variable in class org.apache.solr.update.processor.FieldValueMutatingUpdateProcessor
 
DELETEable - Interface in org.apache.solr.rest
Marker interface for resource classes that handle DELETE requests.
deleteAlias(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
DeleteAlias() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteAlias
 
DELETEALIAS - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
deleteAll() - Method in interface org.apache.solr.handler.dataimport.DIHCache
Delete all data from the cache,leaving the empty cache intact.
deleteAll() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
deleteAll() - Method in class org.apache.solr.update.UpdateLog
currently for testing only
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, Long) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteById(String) - Method in class org.apache.solr.client.solrj.SolrServer
Deletes a single document by unique ID
deleteById(String, int) - Method in class org.apache.solr.client.solrj.SolrServer
Deletes a single document by unique ID, specifying max time before commit
deleteById(List<String>) - Method in class org.apache.solr.client.solrj.SolrServer
Deletes a list of documents by unique ID
deleteById(List<String>, int) - Method in class org.apache.solr.client.solrj.SolrServer
Deletes a list of documents by unique ID, specifying max time before commit
deleteByQueries - Variable in class org.apache.solr.update.UpdateLog
 
deleteByQuery(String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteByQuery(String) - Method in class org.apache.solr.client.solrj.SolrServer
Deletes documents from the index based on a query
deleteByQuery(String, int) - Method in class org.apache.solr.client.solrj.SolrServer
Deletes documents from the index based on a query, specifying max time before commit
deleteByQuery(String) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Delete from the writer's underlying data store based the passed-in writer-specific query.
deleteByQuery(String) - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
deleteByQuery(DeleteUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
deleteByQuery(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
deleteByQuery(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
deleteByQuery - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
deleteCollection(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
deleteCollection(String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
DELETECOLLECTION - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
DELETECORE - Static variable in class org.apache.solr.cloud.Overseer
 
DELETED - Static variable in class org.apache.solr.handler.component.RealTimeGetComponent
 
deleteDataDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
deletedDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
deletedDocument(int) - Method in class org.apache.solr.update.CommitTracker
Indicate that documents have been deleted
deleteDoc(String) - Method in class org.apache.solr.handler.dataimport.Context
delete a document by id
deleteDoc(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
deleteDoc(Object) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Delete from the writer's underlying data store based on the passed-in Primary Key
deleteDoc(Object) - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
deleteDocByQuery(String) - Method in class org.apache.solr.handler.dataimport.Context
delete documents by query
deleteDocByQuery(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
deleteFile(String) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
deleteFile(String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
deleteFile(File) - Static method in class org.apache.solr.update.UpdateLog
 
deleteIndex - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
deleteInstanceDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
deleteManagedResource(ManagedResource) - Method in class org.apache.solr.rest.RestManager
Deletes a managed resource if it is not being used by any Solr components.
deleteNamedSnapshot(ReplicationHandler) - Method in class org.apache.solr.handler.SnapShooter
 
deleteOnClose - Variable in class org.apache.solr.update.TransactionLog
 
DELETEREPLICA - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
deletes - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
deleteShard(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
DeleteShard() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteShard
 
DELETESHARD - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
deleteSnapAsync(ReplicationHandler) - Method in class org.apache.solr.handler.SnapShooter
 
deleteUnloadedCore(CoreDescriptor, boolean, boolean) - Static method in class org.apache.solr.core.SolrCore
 
DeleteUpdateCommand - Class in org.apache.solr.update
 
DeleteUpdateCommand(SolrQueryRequest) - Constructor for class org.apache.solr.update.DeleteUpdateCommand
 
DELTA_DUMP - Static variable in class org.apache.solr.handler.dataimport.Context
 
DELTA_IMPORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
DELTA_IMPORT_QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
DELTA_QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
deltaKeys - Variable in class org.apache.solr.handler.dataimport.DIHWriterBase
 
desc(String) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Creates a decending SortClause for an item
description() - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
 
description() - Method in class org.apache.solr.schema.StrFieldSource
 
description() - Method in class org.apache.solr.search.function.CollapseScoreFunction
 
description() - Method in class org.apache.solr.search.function.distance.GeohashFunction
 
description() - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
description() - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
description() - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
description() - Method in class org.apache.solr.search.function.distance.StringDistanceFunction
 
description() - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
description() - Method in class org.apache.solr.search.function.FileFloatSource
 
deserialize(byte[]) - Static method in class org.apache.solr.client.solrj.SolrResponse
 
DEST_PARAM - Static variable in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
DESTINATION - Static variable in class org.apache.solr.schema.IndexSchema
 
destroy() - Method in interface org.apache.solr.handler.dataimport.DIHCache
Closes the cache, if open.
destroy() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
Invoked for each entity at the very end of the import to do any needed cleanup tasks.
destroy() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
destroy() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
destroy() - Method in class org.apache.solr.handler.dataimport.LineEntityProcessor
 
destroy() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
destroy() - Method in class org.apache.solr.handler.SnapPuller
 
destroy() - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
destroy() - Method in class org.apache.solr.util.ConcurrentLFUCache
 
destroy() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
destroyAll() - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
 
DetectedLanguage - Class in org.apache.solr.update.processor
Bean holding a language and a detection certainty
detectLanguage(String) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessor
 
detectLanguage(String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Detects language(s) from a string.
detectLanguage(String) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessor
 
determineReader(IndexReader) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
determineReader(IndexReader) - Method in class org.apache.solr.spelling.FileBasedSpellChecker
Override to return null, since there is no reader associated with a file based index
determineReader(IndexReader) - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
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.
dfMap - Variable in class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
 
DFRSimilarityFactory - Class in org.apache.solr.search.similarities
Factory for DFRSimilarity You must specify the implementations for all three components of DFR (strings).
DFRSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.DFRSimilarityFactory
 
Diagnostics - Class in org.apache.solr.core
 
Diagnostics() - Constructor for class org.apache.solr.core.Diagnostics
 
Diagnostics.Callable - Interface in org.apache.solr.core
 
dictionary - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
dictionary - Variable in class org.apache.solr.spelling.suggest.Suggester
 
DICTIONARY_IMPL - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
Fully-qualified class of the Dictionary implementation
DICTIONARY_NAME - Static variable in class org.apache.solr.spelling.SolrSpellChecker
 
DictionaryFactory - Class in org.apache.solr.spelling.suggest
Encapsulates shared fields for all types of dictionaryFactory classes
DictionaryFactory() - Constructor for class org.apache.solr.spelling.suggest.DictionaryFactory
 
didCommit() - Method in class org.apache.solr.update.CommitTracker
Inform tracker that a commit has occurred
didRollback() - Method in class org.apache.solr.update.CommitTracker
Inform tracker that a rollback has occurred, cancel any pending commits
diffNamedList(NamedList, NamedList) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
diffObject(Object, Object) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
DIHCache - Interface in org.apache.solr.handler.dataimport
A cache that allows a DIH entity's data to persist locally prior being joined to other data and/or indexed.
DIHCacheSupport - Class in org.apache.solr.handler.dataimport
 
DIHCacheSupport(Context, String) - Constructor for class org.apache.solr.handler.dataimport.DIHCacheSupport
 
DIHConfiguration - Class in org.apache.solr.handler.dataimport.config
Mapping for data-config.xml

Refer to http://wiki.apache.org/solr/DataImportHandler for more details.

DIHConfiguration(Element, DataImporter, List<Map<String, String>>, Script, Map<String, Map<String, String>>, PropertyWriter) - Constructor for class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
DIHLogLevels - Enum in org.apache.solr.handler.dataimport
 
DIHProperties - Class in org.apache.solr.handler.dataimport
Implementations write out properties about the last data import for use by the next import.
DIHProperties() - Constructor for class org.apache.solr.handler.dataimport.DIHProperties
 
DIHWriter - Interface in org.apache.solr.handler.dataimport
 
DIHWriterBase - Class in org.apache.solr.handler.dataimport
 
DIHWriterBase() - Constructor for class org.apache.solr.handler.dataimport.DIHWriterBase
 
dimension - Variable in class org.apache.solr.schema.CoordinateFieldType
The dimension of the coordinate system
DIMENSION - Static variable in class org.apache.solr.schema.CoordinateFieldType
 
DIR - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
directory - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
DIRECTORY - Static variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
The directory to save the properties file in.
DirectoryFactory - Class in org.apache.solr.core
Provides access to a Directory implementation.
DirectoryFactory() - Constructor for class org.apache.solr.core.DirectoryFactory
 
DirectoryFactory.DirContext - Enum in org.apache.solr.core
 
DirectSolrConnection - Class in org.apache.solr.servlet
DirectSolrConnection provides an interface to Solr that is similar to the the HTTP interface, but does not require an HTTP connection.
DirectSolrConnection(SolrCore) - Constructor for class org.apache.solr.servlet.DirectSolrConnection
Initialize using an explicit SolrCore
DirectSolrSpellChecker - Class in org.apache.solr.spelling
Spellchecker implementation that uses DirectSpellChecker Requires no auxiliary index or data structure.
DirectSolrSpellChecker() - Constructor for class org.apache.solr.spelling.DirectSolrSpellChecker
 
DirectUpdateHandler2 - Class in org.apache.solr.update
DirectUpdateHandler2 implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.
DirectUpdateHandler2(SolrCore) - Constructor for class org.apache.solr.update.DirectUpdateHandler2
 
DirectUpdateHandler2(SolrCore, UpdateHandler) - Constructor for class org.apache.solr.update.DirectUpdateHandler2
 
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
 
DISABLE - Static variable in interface org.apache.solr.common.params.CommonParams
"disable" value for SolrPing action
disable_tracing() - Method in class org.apache.solr.parser.QueryParser
Disable tracing.
disconnected() - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
disconnected() - Method in interface org.apache.solr.common.cloud.ZkClientConnectionStrategy.DisconnectedListener
 
DISCOUNT_OVERLAPS - Static variable in class org.apache.solr.search.similarities.DefaultSimilarityFactory
Init param name for specifying the value to use in DefaultSimilarity.setDiscountOverlaps(boolean)
discountOverlaps - Variable in class org.apache.solr.search.similarities.DefaultSimilarityFactory
Controls the value of DefaultSimilarity.setDiscountOverlaps(boolean) on newly constructed instances of DefaultSimilarity
discover(CoreContainer) - Method in class org.apache.solr.core.CorePropertiesLocator
 
discover(CoreContainer) - Method in interface org.apache.solr.core.CoresLocator
Load all the CoreDescriptors from persistence store
discover(CoreContainer) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
DisjunctionMaxQueryParser(QParser, String) - Constructor for class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
 
DisMaxParams - Interface in org.apache.solr.common.params
A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.
DisMaxQParser - Class in org.apache.solr.search
Query parser for dismax queries Note: This API is experimental and may change in non backward-compatible ways in the future
DisMaxQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.DisMaxQParser
 
DisMaxQParserPlugin - Class in org.apache.solr.search
Create a dismax query from the input value.
DisMaxQParserPlugin() - Constructor for class org.apache.solr.search.DisMaxQParserPlugin
 
dist - Variable in class org.apache.solr.search.function.distance.StringDistanceFunction
 
DIST_DOC_ID - Static variable in class org.apache.solr.handler.component.MoreLikeThisComponent
 
DISTANCE - Static variable in interface org.apache.solr.common.params.SpatialParams
 
distance(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
distance(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
distance(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
distance(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
Calculate the distance
distance - Variable in class org.apache.solr.search.SpatialOptions
 
DISTRIB - Static variable in interface org.apache.solr.common.params.CommonParams
distrib string
DISTRIB_FROM - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
DISTRIB_FROM_COLLECTION - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
DISTRIB_FROM_PARENT - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
DISTRIB_FROM_SHARD - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
DISTRIB_SINGLE_PASS - Static variable in interface org.apache.solr.common.params.ShardParams
Force a single-pass distributed query?
DISTRIB_UPDATE_PARAM - Static variable in interface org.apache.solr.update.processor.DistributingUpdateProcessorFactory
Internal param used to specify the current phase of a distributed update, not intended for use by clients.
distribAdd(AddUpdateCommand, List<SolrCmdDistributor.Node>, ModifiableSolrParams) - Method in class org.apache.solr.update.SolrCmdDistributor
 
distribAdd(AddUpdateCommand, List<SolrCmdDistributor.Node>, ModifiableSolrParams, boolean) - Method in class org.apache.solr.update.SolrCmdDistributor
 
distribAdd(AddUpdateCommand, List<SolrCmdDistributor.Node>, ModifiableSolrParams, boolean, DistributedUpdateProcessor.RequestReplicationTracker) - Method in class org.apache.solr.update.SolrCmdDistributor
 
distribCommit(CommitUpdateCommand, List<SolrCmdDistributor.Node>, ModifiableSolrParams) - Method in class org.apache.solr.update.SolrCmdDistributor
 
distribDelete(DeleteUpdateCommand, List<SolrCmdDistributor.Node>, ModifiableSolrParams) - Method in class org.apache.solr.update.SolrCmdDistributor
 
distribDelete(DeleteUpdateCommand, List<SolrCmdDistributor.Node>, ModifiableSolrParams, boolean) - Method in class org.apache.solr.update.SolrCmdDistributor
 
DistributedMap - Class in org.apache.solr.cloud
A distributed map.
DistributedMap(SolrZkClient, String, List<ACL>) - Constructor for class org.apache.solr.cloud.DistributedMap
 
DistributedMap.MapEvent - Class in org.apache.solr.cloud
 
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
 
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
 
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
Process for a distributed search.
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
 
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
Dispatch shard request in STAGE_EXECUTE_QUERY stage
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
 
DistributedQueue - Class in org.apache.solr.cloud
A distributed queue from zk recipes.
DistributedQueue(SolrZkClient, String, List<ACL>) - Constructor for class org.apache.solr.cloud.DistributedQueue
 
DistributedQueue(SolrZkClient, String, List<ACL>, Overseer.Stats) - Constructor for class org.apache.solr.cloud.DistributedQueue
 
DistributedQueue.QueueEvent - Class in org.apache.solr.cloud
 
DistributedUpdateProcessor - Class in org.apache.solr.update.processor
 
DistributedUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.DistributedUpdateProcessor
 
DistributedUpdateProcessor.DistribPhase - Enum in org.apache.solr.update.processor
Values this processor supports for the DISTRIB_UPDATE_PARAM.
DistributedUpdateProcessor.RequestReplicationTracker - Class in org.apache.solr.update.processor
Keeps track of the replication factor achieved for a distributed update request originated in this distributed update processor.
DistributedUpdateProcessorFactory - Class in org.apache.solr.update.processor
DistributedUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.DistributedUpdateProcessorFactory
 
DistributingUpdateProcessorFactory - Interface in org.apache.solr.update.processor
A marker interface for denoting that a factory is responsible for handling distributed communication of updates across a SolrCloud cluster.
distSquaredCartesian(double[], double[]) - Static method in class org.apache.solr.search.function.distance.VectorDistanceFunction
The square of the cartesian Distance.
doAnalysis(SolrQueryRequest) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase
Performs the analysis based on the given solr request and returns the analysis result as a named list.
doAnalysis(SolrQueryRequest) - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
Performs the analysis based on the given solr request and returns the analysis result as a named list.
doAnalysis(SolrQueryRequest) - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
Performs the analysis based on the given solr request and returns the analysis result as a named list.
doc(int) - Method in class org.apache.solr.search.SolrIndexSearcher
Retrieve the Document instance corresponding to the document id.
doc(int, StoredFieldVisitor) - Method in class org.apache.solr.search.SolrIndexSearcher
Visit a document's fields using a StoredFieldVisitor This method does not currently add to the Solr document cache.
doc(int, Set<String>) - Method in class org.apache.solr.search.SolrIndexSearcher
Retrieve the Document instance corresponding to the document id.
DOC_BOOST - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
DOC_COMMIT_DELAY_MS - Variable in class org.apache.solr.update.CommitTracker
 
DOC_COUNT - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
DOC_ID - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
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
DOC_ROUTER - Static variable in class org.apache.solr.common.cloud.DocCollection
 
DOC_VALUES - Static variable in class org.apache.solr.schema.FieldProperties
 
doCacheHeaderValidation(SolrQueryRequest, HttpServletRequest, Method, HttpServletResponse) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Sets HTTP Response cache validator headers appropriately and validates the HTTP Request against these using any conditional request headers.
docBase - Variable in class org.apache.solr.search.DelegatingCollector
 
DocBasedVersionConstraintsProcessorFactory - Class in org.apache.solr.update.processor
This Factory generates an UpdateProcessor that helps to enforce Version constraints on documents based on per-document version numbers using a configured name of a versionField.
DocBasedVersionConstraintsProcessorFactory() - Constructor for class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
 
docBuilder - Variable in class org.apache.solr.handler.dataimport.DataImporter
 
DocBuilder - Class in org.apache.solr.handler.dataimport
DocBuilder is responsible for creating Solr documents out of the given configuration.
DocBuilder(DataImporter, DIHWriter, DIHProperties, RequestInfo) - Constructor for class org.apache.solr.handler.dataimport.DocBuilder
 
DocBuilder.Statistics - Class in org.apache.solr.handler.dataimport
 
DocCollection - Class in org.apache.solr.common.cloud
Models a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")
DocCollection(String, Map<String, Slice>, Map<String, Object>, DocRouter) - Constructor for class org.apache.solr.common.cloud.DocCollection
 
DocCollection(String, Map<String, Slice>, Map<String, Object>, DocRouter, int) - Constructor for class org.apache.solr.common.cloud.DocCollection
 
docCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
DocExpirationUpdateProcessorFactory - Class in org.apache.solr.update.processor
Update Processor Factory for managing automatic "expiration" of documents.
DocExpirationUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
 
docFreq(Term) - Method in class org.apache.solr.search.SolrIndexSearcher
 
DOCID - Static variable in class org.apache.solr.client.solrj.SolrQuery
 
DOCID - Static variable in class org.apache.solr.search.QueryParsing
 
docID() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
DOCID_FIELD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_LANGFIELD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_LANGSFIELD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_PARAM - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_THRESHOLD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DocIdAugmenterFactory - Class in org.apache.solr.response.transform
 
DocIdAugmenterFactory() - Constructor for class org.apache.solr.response.transform.DocIdAugmenterFactory
 
docIdField - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
DocIterator - Interface in org.apache.solr.search
Simple Iterator of document Ids which may include score information.
DocList - Interface in org.apache.solr.search
DocList represents the result of a query: an ordered list of document ids with optional score.
docList - Variable in class org.apache.solr.search.DocListAndSet
 
DocListAndSet - Class in org.apache.solr.search
A struct whose only purpose is to hold both a DocList and a DocSet so that both may be returned from a single method.
DocListAndSet() - Constructor for class org.apache.solr.search.DocListAndSet
 
docListToSolrDocumentList(DocList, SolrIndexSearcher, Set<String>, Map<SolrDocument, Integer>) - Static method in class org.apache.solr.util.SolrPluginUtils
Convert a DocList to a SolrDocumentList The optional param "ids" is populated with the lucene document id for each SolrDocument.
DocRouter - Class in org.apache.solr.common.cloud
Class to partition int range into n ranges.
DocRouter() - Constructor for class org.apache.solr.common.cloud.DocRouter
 
DocRouter.Range - Class in org.apache.solr.common.cloud
 
docs - Variable in class org.apache.solr.request.SimpleFacets
 
docs - Variable in class org.apache.solr.response.ResultContext
 
docs - Variable in class org.apache.solr.search.SortedIntDocSet
 
docsEnum - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
DocsEnumState() - Constructor for class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
docSet - Variable in class org.apache.solr.search.DocListAndSet
 
DocSet - Interface in org.apache.solr.search
DocSet represents an unordered set of Lucene Document Ids.
DocSetCollector - Class in org.apache.solr.search
 
DocSetCollector(int, int) - Constructor for class org.apache.solr.search.DocSetCollector
 
DocSetDelegateCollector - Class in org.apache.solr.search
 
DocSetDelegateCollector(int, int, Collector) - Constructor for class org.apache.solr.search.DocSetDelegateCollector
 
DocSlice - Class in org.apache.solr.search
DocSlice implements DocList as an array of docids and optional scores.
DocSlice(int, int, int[], float[], int, float) - Constructor for class org.apache.solr.search.DocSlice
Primary constructor for a DocSlice instance.
docsOrig - Variable in class org.apache.solr.request.SimpleFacets
The main set of documents all facet counts should be relative to
docsPerGroup - Variable in class org.apache.solr.search.Grouping.Command
 
DocTransformer - Class in org.apache.solr.response.transform
A DocTransformer can add, remove or alter a Document before it is written out to the Response.
DocTransformer() - Constructor for class org.apache.solr.response.transform.DocTransformer
 
DocTransformers - Class in org.apache.solr.response.transform
Transform a document before it gets sent out
DocTransformers() - Constructor for class org.apache.solr.response.transform.DocTransformers
 
document - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
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.
DocumentAnalysisRequestHandler - Class in org.apache.solr.handler
An analysis handler that provides a breakdown of the analysis process of provided documents.
DocumentAnalysisRequestHandler() - Constructor for class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
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.
DocumentBuilder - Class in org.apache.solr.update
 
DocumentBuilder() - Constructor for class org.apache.solr.update.DocumentBuilder
 
documentCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
DocumentDictionaryFactory - Class in org.apache.solr.spelling.suggest
Factory for DocumentDictionary
DocumentDictionaryFactory() - Constructor for class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
 
DocumentExpressionDictionaryFactory - Class in org.apache.solr.spelling.suggest
Factory for DocumentValueSourceDictionary
DocumentExpressionDictionaryFactory() - Constructor for class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
 
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
 
DocValuesFacets - Class in org.apache.solr.request
Computes term facets for docvalues field (single or multivalued).
docValuesFormat - Variable in class org.apache.solr.schema.FieldType
The docvalues format used for this field type
DocValuesStats - Class in org.apache.solr.request
Computes term stats for docvalues field (single or multivalued).
doDeleteAll() - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Delete everything from the writer's underlying data store
doDeleteAll() - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
doDeleteByQuery(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
doDeleteChild(BaseSolrResource, String) - Method in class org.apache.solr.rest.ManagedResource
Called by RestManager.ManagedEndpoint.delete() to delete a named part (the given childId) of the resource at the given endpoint
doDeleteChild(BaseSolrResource, String) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
doDeleteChild(BaseSolrResource, String) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Deletes words managed by this resource.
doDeltaImport(DIHWriter, RequestInfo) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
doExpand - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
doFacets - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
doFetch(SolrParams, boolean) - Method in class org.apache.solr.handler.ReplicationHandler
 
doFieldSortValues(ResponseBuilder, SolrIndexSearcher) - Method in class org.apache.solr.handler.component.QueryComponent
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain, boolean) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
doFullImport(DIHWriter, RequestInfo) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
doGet(BaseSolrResource, String) - Method in class org.apache.solr.rest.ManagedResource
Called by RestManager.ManagedEndpoint.get() to retrieve a named part (the given childId) of the resource at the given endpoint
doGet(BaseSolrResource, String) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
doGet(BaseSolrResource, String) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Implements the GET request to provide the list of words to the client.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.LoadAdminUiServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.RedirectServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.ZookeeperInfoServlet
 
doGet(String) - Static method in class org.apache.solr.util.SimplePostTool
Performs a simple get on the given URL
doGet(URL) - Static method in class org.apache.solr.util.SimplePostTool
Performs a simple get on the given URL
doHighlighting(DocList, Query, SolrQueryRequest, String[]) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
doHighlighting(DocList, Query, SolrQueryRequest, String[]) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
 
doHighlighting(DocList, Query, SolrQueryRequest, String[]) - Method in class org.apache.solr.highlight.SolrHighlighter
Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
doHighlights - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
doIgnore(Throwable, String) - Static method in exception org.apache.solr.common.SolrException
Returns null if this exception does not match any ignore patterns, or a message string to use if it does.
doIndent - Variable in class org.apache.solr.response.TextResponseWriter
 
doInit() - Method in class org.apache.solr.rest.BaseSolrResource
Pulls the SolrQueryRequest constructed in SolrDispatchFilter from the SolrRequestInfo thread local, then gets the SolrCore and IndexSchema and sets up the response.
doInit() - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
Initialize objects needed to handle a request to the REST API.
doInit() - Method in class org.apache.solr.rest.schema.CopyFieldCollectionResource
 
doInit() - Method in class org.apache.solr.rest.schema.DefaultSearchFieldResource
 
doInit() - Method in class org.apache.solr.rest.schema.DynamicFieldCollectionResource
 
doInit() - Method in class org.apache.solr.rest.schema.DynamicFieldResource
Gets the field name pattern from the request attribute where it's stored by Restlet.
doInit() - Method in class org.apache.solr.rest.schema.FieldCollectionResource
 
doInit() - Method in class org.apache.solr.rest.schema.FieldResource
 
doInit() - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
 
doInit() - Method in class org.apache.solr.rest.schema.FieldTypeResource
 
doInit() - Method in class org.apache.solr.rest.schema.SchemaNameResource
 
doInit() - Method in class org.apache.solr.rest.schema.SchemaResource
 
doInit() - Method in class org.apache.solr.rest.schema.SchemaSimilarityResource
 
doInit() - Method in class org.apache.solr.rest.schema.SchemaVersionResource
 
doInit() - Method in class org.apache.solr.rest.schema.SolrQueryParserDefaultOperatorResource
 
doInit() - Method in class org.apache.solr.rest.schema.SolrQueryParserResource
 
doInit() - Method in class org.apache.solr.rest.schema.UniqueKeyFieldResource
 
DOMUtil - Class in org.apache.solr.util
 
DOMUtil() - Constructor for class org.apache.solr.util.DOMUtil
 
Done() - Method in interface org.apache.solr.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class org.apache.solr.parser.FastCharStream
 
doneWithDir - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
doneWithDirectory(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
doneWithDirectory(Directory) - Method in class org.apache.solr.core.DirectoryFactory
Indicates a Directory will no longer be used, and when it's ref count hits 0, it can be closed.
doPersist(String) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
doPersist(String) - Method in class org.apache.solr.core.SolrXMLCoresLocator.NonPersistingLocator
 
doPivots(NamedList<Integer>, String, String, Deque<String>, Deque<String>, DocSet) - Method in class org.apache.solr.handler.component.PivotFacetProcessor
Recursive function to compute all the pivot counts for the values under teh specified field
doPost(BaseSolrResource, Representation, Object) - Method in class org.apache.solr.rest.ManagedResource
Just calls ManagedResource.doPut(BaseSolrResource,Representation,Object); override to change the behavior of POST handling.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.ZookeeperInfoServlet
 
doPrefetch(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
 
doPut(BaseSolrResource, Representation, Object) - Method in class org.apache.solr.rest.ManagedResource
Applies changes to initArgs or managed data.
doQuery(int) - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
doRecovery(SolrCore) - Method in class org.apache.solr.cloud.RecoveryStrategy
 
doRecovery(CoreContainer, CoreDescriptor) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
doRecovery(CoreContainer, CoreDescriptor) - Method in class org.apache.solr.update.SolrCoreState
 
doRequest(HttpSolrServer, LBHttpSolrServer.Req, LBHttpSolrServer.Rsp, boolean, boolean, String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
doSimpleQuery(String, SolrQueryRequest, int, int) - Static method in class org.apache.solr.util.SolrPluginUtils
Executes a basic query
doStandardDebug(SolrQueryRequest, String, Query, DocList, boolean, boolean) - Static method in class org.apache.solr.util.SolrPluginUtils
Returns a NamedList containing many "standard" pieces of debugging information.
doStandardQueryDebug(SolrQueryRequest, String, Query, boolean, NamedList) - Static method in class org.apache.solr.util.SolrPluginUtils
 
doStandardResultsDebug(SolrQueryRequest, Query, DocList, boolean, NamedList) - Static method in class org.apache.solr.util.SolrPluginUtils
 
doStats - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
DOT_PATTERN - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
doTerms - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
DOUBLE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
double2sortableStr(double) - Static method in class org.apache.solr.util.NumberUtils
 
double2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
DoubleAsc() - Constructor for class org.apache.solr.response.SortingResponseWriter.DoubleAsc
 
DoubleDesc() - Constructor for class org.apache.solr.response.SortingResponseWriter.DoubleDesc
 
DoubleField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieDoubleField instead
DoubleField() - Constructor for class org.apache.solr.schema.DoubleField
Deprecated.
 
doubleVal(int) - Method in class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
 
DoubleValueFieldType - Interface in org.apache.solr.schema
Marker interface for double-valued field types.
doUpdates(MetricsContext) - Method in class org.apache.solr.store.blockcache.Metrics
 
DOWN - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
downloadConfigDir(SolrZkClient, String, File) - Static method in class org.apache.solr.cloud.ZkController
 
downloadFromZK(SolrZkClient, String, File) - Static method in class org.apache.solr.cloud.ZkController
 
DRIVER - Static variable in class org.apache.solr.handler.dataimport.JdbcDataSource
 
dropBufferedUpdates() - Method in class org.apache.solr.update.HdfsUpdateLog
 
dropBufferedUpdates() - Method in class org.apache.solr.update.UpdateLog
Returns true if we were able to drop buffered updates and return to the ACTIVE state
DumpRequestHandler - Class in org.apache.solr.handler
 
DumpRequestHandler() - Constructor for class org.apache.solr.handler.DumpRequestHandler
 
DYNAMIC_FIELD - Static variable in class org.apache.solr.schema.IndexSchema
 
DYNAMIC_FIELDS - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
DYNAMIC_FIELDS - Static variable in class org.apache.solr.schema.IndexSchema
 
DYNAMIC_FIELDS_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
dynamicCopyFields - Variable in class org.apache.solr.schema.IndexSchema
 
DynamicFieldCollectionResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/dynamicfields

To restrict the set of dynamic fields in the response, specify a comma and/or space separated list of dynamic field patterns in the "fl" query parameter.

DynamicFieldCollectionResource() - Constructor for class org.apache.solr.rest.schema.DynamicFieldCollectionResource
 
DynamicFieldResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/dynamicfields/(pattern) where pattern is a field name pattern (with an asterisk at the beginning or the end).
DynamicFieldResource() - Constructor for class org.apache.solr.rest.schema.DynamicFieldResource
 
dynamicFields - Variable in class org.apache.solr.schema.IndexSchema
 
dynamicName - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
dynamicName - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
DynamicPattern(String, String) - Constructor for class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern
 
DynamicReplacement(String) - Constructor for class org.apache.solr.schema.IndexSchema.DynamicReplacement
 
dynFieldProps - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 

E

e - Variable in class org.apache.solr.update.SolrCmdDistributor.Error
 
EarlyTerminatingCollector - Class in org.apache.solr.search
A wrapper Collector that throws EarlyTerminatingCollectorException) once a specified maximum number of documents are collected.
EarlyTerminatingCollector(Collector, int) - Constructor for class org.apache.solr.search.EarlyTerminatingCollector
Wraps a Collector, throwing EarlyTerminatingCollectorException once the specified maximum is reached.
EarlyTerminatingCollectorException - Exception in org.apache.solr.search
Thrown by EarlyTerminatingCollector when the maximum to abort the scoring / collection process early, when the specified maximum number of documents were collected.
EarlyTerminatingCollectorException(int, int) - Constructor for exception org.apache.solr.search.EarlyTerminatingCollectorException
 
EDITORIAL_MARKER_FIELD_NAME - Static variable in interface org.apache.solr.common.params.QueryElevationParams
The name of the field that editorial results will be written out as when using the QueryElevationComponent, which automatically configures the EditorialMarkerFactory.
ElectionContext - Class in org.apache.solr.cloud
 
ElectionContext(String, String, String, ZkNodeProps, SolrZkClient) - Constructor for class org.apache.solr.cloud.ElectionContext
 
ElevatedMarkerFactory - Class in org.apache.solr.response.transform
Used to mark whether a document has been elevated or not
ElevatedMarkerFactory() - Constructor for class org.apache.solr.response.transform.ElevatedMarkerFactory
 
EmbeddedSolrServer - Class in org.apache.solr.client.solrj.embedded
SolrServer that connects directly to SolrCore.
EmbeddedSolrServer(SolrCore) - Constructor for class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
EmbeddedSolrServer(CoreContainer, String) - Constructor for class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Creates a SolrServer.
empty(Directory) - Static method in class org.apache.solr.core.DirectoryFactory
Delete the files in the Directory
EMPTY - Static variable in interface org.apache.solr.search.DocSet
 
EMPTY_BYTES_SET - Static variable in class org.apache.solr.handler.AnalysisRequestHandlerBase
 
EMPTY_INFO - Static variable in class org.apache.solr.core.PluginInfo
 
emptyArgs - Static variable in class org.apache.solr.request.LocalSolrQueryRequest
 
emptyArray(String[]) - Method in class org.apache.solr.highlight.SolrHighlighter
 
EmptyEntityResolver - Class in org.apache.solr.util
This class provides several singletons of entity resolvers used by SAX and StAX in the Java API.
ENABLE - Static variable in interface org.apache.solr.common.params.CommonParams
"enable" value for SolrPing action
ENABLE - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
ENABLE_DEBUG - Static variable in class org.apache.solr.handler.dataimport.DataImportHandler
 
enable_tracing() - Method in class org.apache.solr.parser.QueryParser
Enable tracing.
enabled - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
enabled - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
enableLazyFieldLoading - Variable in class org.apache.solr.core.SolrConfig
 
enableLazyFieldLoading - Variable in class org.apache.solr.search.SolrIndexSearcher
 
enableMapping - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
ENCAPSULATOR_DISABLED - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
encodeLocalParamVal(String) - Static method in class org.apache.solr.search.QueryParsing
 
ENCODER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
encodeRefinementValuePath(List<String>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
Encodes a value path as a string for the purposes of a refinement request
encoders - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
encodeSnippets(String[], String[], Map<String, String[]>) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
Encodes the resulting snippets into a namedlist
encoding - Variable in class org.apache.solr.handler.dataimport.FileDataSource
The encoding using which the given file should be read
ENCODING - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
end - Variable in class org.apache.solr.common.util.FastInputStream
 
END - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
END_MESSAGE - Static variable in class org.apache.solr.update.TransactionLog
 
END_OBJ - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
endColumn - Variable in class org.apache.solr.parser.Token
The column number of the last character of this Token.
endElement(String, String, String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
endLine - Variable in class org.apache.solr.parser.Token
The line number of the last character of this Token.
endpoint - Variable in class org.apache.solr.rest.RestManager
 
endRecord(long) - Method in class org.apache.solr.update.TransactionLog
 
EndResultTransformer - Interface in org.apache.solr.search.grouping.endresulttransformer
Responsible for transforming the grouped result into the final format for displaying purposes.
EndResultTransformer.SolrDocumentSource - Interface in org.apache.solr.search.grouping.endresulttransformer
Abstracts the source for SolrDocument instances.
endsWithCommit() - Method in class org.apache.solr.update.HdfsTransactionLog
 
endsWithCommit() - Method in class org.apache.solr.update.TransactionLog
 
endtime - Variable in class org.apache.solr.response.SolrQueryResponse
The endtime of the request in milliseconds.
ENFORCE_SCHEMA - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
enforceSchema - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
ensureExists(String, SolrZkClient) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
 
ensureExists(String, byte[], CreateMode, SolrZkClient) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
 
ensureLog() - Method in class org.apache.solr.update.HdfsUpdateLog
 
ensureLog() - Method in class org.apache.solr.update.UpdateLog
 
ensureReplicaInLeaderInitiatedRecovery(String, String, String, ZkCoreNodeProps, boolean) - Method in class org.apache.solr.cloud.ZkController
When a leader receives a communication error when trying to send a request to a replica, it calls this method to ensure the replica enters recovery when connectivity is restored.
Entity - Class in org.apache.solr.handler.dataimport.config
 
Entity(boolean, Element, DataImporter, DIHConfiguration, Entity) - Constructor for class org.apache.solr.handler.dataimport.config.Entity
 
entity - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
entity - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
EntityField - Class in org.apache.solr.handler.dataimport.config
 
EntityField(EntityField.Builder) - Constructor for class org.apache.solr.handler.dataimport.config.EntityField
 
EntityField.Builder - Class in org.apache.solr.handler.dataimport.config
 
entityName - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
EntityProcessor - Class in org.apache.solr.handler.dataimport
An instance of entity processor serves an entity.
EntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.EntityProcessor
 
EntityProcessorBase - Class in org.apache.solr.handler.dataimport
Base class for all implementations of EntityProcessor

Most implementations of EntityProcessor extend this base class which provides common functionality.

EntityProcessorBase() - Constructor for class org.apache.solr.handler.dataimport.EntityProcessorBase
 
EntityProcessorWrapper - Class in org.apache.solr.handler.dataimport
A Wrapper over EntityProcessor instance which performs transforms and handles multi-row outputs correctly.
EntityProcessorWrapper(EntityProcessor, Entity, DocBuilder) - Constructor for class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
entrySet() - Method in class org.apache.solr.common.SolrDocument
 
entrySet() - Method in class org.apache.solr.common.SolrInputDocument
 
ENUM_FIELD_VALUE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
EnumField - Class in org.apache.solr.schema
Field type for support of string values with custom sort order.
EnumField() - Constructor for class org.apache.solr.schema.EnumField
 
EnumFieldValue - Class in org.apache.solr.common
Represents a Enum field value, which includes integer value (indicating the sort order) and string (displayed) value.
EnumFieldValue(Integer, String) - Constructor for class org.apache.solr.common.EnumFieldValue
 
enumIntToStringMap - Variable in class org.apache.solr.schema.EnumField
 
enumName - Variable in class org.apache.solr.schema.EnumField
 
enumsConfigFile - Variable in class org.apache.solr.schema.EnumField
 
enumStringToIntMap - Variable in class org.apache.solr.schema.EnumField
 
EOF - Static variable in interface org.apache.solr.parser.QueryParserConstants
End of File.
eol - Variable in exception org.apache.solr.parser.ParseException
The end of line string for this machine.
EphemeralDirectoryFactory - Class in org.apache.solr.core
Directory provider for implementations that do not persist over reboots.
EphemeralDirectoryFactory() - Constructor for class org.apache.solr.core.EphemeralDirectoryFactory
 
epw - Variable in class org.apache.solr.handler.dataimport.ContextImpl
 
equals(Object) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.ServerWrapper
 
equals(Object) - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
 
equals(Object) - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
equals(Object) - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
equals(Object) - Method in class org.apache.solr.common.cloud.ClusterState
 
equals(Object) - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
equals(Object) - Method in class org.apache.solr.common.cloud.HashPartitioner.Range
 
equals(Object) - Method in class org.apache.solr.common.EnumFieldValue
 
equals(Object) - Method in class org.apache.solr.common.util.NamedList
 
equals(Object) - Method in class org.apache.solr.handler.component.ShardDoc
 
equals(Object) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
TODO..
equals(Object) - Method in class org.apache.solr.request.SimpleFacets.CountPair
 
equals(Object) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
equals(Object) - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
 
equals(Object) - Method in class org.apache.solr.schema.SchemaField
 
equals(Object) - Method in class org.apache.solr.schema.StrFieldSource
 
equals(Object) - Method in class org.apache.solr.search.AnalyticsQuery
 
equals(Object) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
equals(Object) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
equals(Object) - Method in class org.apache.solr.search.function.CollapseScoreFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.GeohashFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.StringDistanceFunction
 
equals(Object) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
equals(Object) - Method in class org.apache.solr.search.function.FileFloatSource
 
equals(Object) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
equals(Object) - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
equals(Object) - Method in class org.apache.solr.search.QueryResultKey
 
equals(Object) - Method in class org.apache.solr.search.SolrConstantScoreQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.solr.search.WrappedQuery
 
equals(Object) - Method in class org.apache.solr.SolrLogFormatter.Method
 
equals(Object) - Method in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
equals(Object) - Method in class org.apache.solr.spelling.ResultEntry
 
equals(Object) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
equals(Object) - Method in class org.apache.solr.update.SolrCmdDistributor.RetryNode
 
equals(Object) - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
equals(int, int) - Method in class org.apache.solr.util.PrimUtils.IntComparator
 
equals(Object) - Method in class org.apache.solr.util.SolrLogLayout.Method
 
err - Variable in class org.apache.solr.response.SolrQueryResponse
 
ERR_STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
errHeader - Variable in class org.apache.solr.handler.ContentStreamLoader
 
error(String) - Method in class org.apache.solr.cloud.Overseer.Stats
 
error(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
error(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
Error() - Constructor for class org.apache.solr.update.SolrCmdDistributor.Error
 
errors - Variable in class org.apache.solr.cloud.Overseer.Stat
 
errors - Variable in class org.apache.solr.update.SolrCmdDistributor.Response
 
errors - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
escape(String) - Static method in class org.apache.solr.parser.SolrQueryParserBase
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
ESCAPE_DISABLED - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
ESCAPE_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables ESCAPE operator (\)
ESCAPE_SOLR_QUERY_CHARS - Static variable in class org.apache.solr.handler.dataimport.Evaluator
 
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: queryparser syntax for more information on Escaping Special Characters
escapeTextWithSeparator(String, char) - Static method in class org.apache.solr.common.util.StrUtils
Creates a new copy of the string with the separator backslash escaped.
evaluate(String, QName) - Method in class org.apache.solr.core.Config
 
evaluate(String, Context) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
 
evaluate(String, Context) - Method in class org.apache.solr.handler.dataimport.Evaluator
Return a String after processing an expression and a VariableResolver
evaluate(String, Context) - Method in class org.apache.solr.handler.dataimport.SolrQueryEscapingEvaluator
 
evaluate(String, Context) - Method in class org.apache.solr.handler.dataimport.SqlEscapingEvaluator
 
evaluate(String, Context) - Method in class org.apache.solr.handler.dataimport.UrlEvaluator
 
evaluateString(String, Locale, TimeZone) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
NOTE: declared as a method to allow for extensibility
evaluateWrapper(Evaluator.VariableWrapper, Locale, TimeZone) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
NOTE: declared as a method to allow for extensibility
Evaluator - Class in org.apache.solr.handler.dataimport
Pluggable functions for resolving variables Implementations of this abstract class must provide a public no-arg constructor.
Evaluator() - Constructor for class org.apache.solr.handler.dataimport.Evaluator
 
Evaluator.VariableWrapper - Class in org.apache.solr.handler.dataimport
 
EVENT - Static variable in interface org.apache.solr.common.params.EventParams
Event param for things like newSearcher, firstSearcher
EventAppender - Class in org.apache.solr.logging.log4j
 
EventAppender(LogWatcher<LoggingEvent>) - Constructor for class org.apache.solr.logging.log4j.EventAppender
 
EventListener - Interface in org.apache.solr.handler.dataimport
Event listener for DataImportHandler This API is experimental and subject to change
EventParams - Interface in org.apache.solr.common.params
 
evictedEntry(K, V) - Method in interface org.apache.solr.util.ConcurrentLFUCache.EvictionListener
 
evictedEntry(K, V) - Method in interface org.apache.solr.util.ConcurrentLRUCache.EvictionListener
 
EWMA - Class in org.apache.solr.util.stats
An exponentially-weighted moving average.
EWMA(double, long, TimeUnit) - Constructor for class org.apache.solr.util.stats.EWMA
Create a new EWMA with a specific smoothing constant.
EXACT_MATCH_FIRST - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
If true, exact suggestions are returned first, even if they are prefixes of other strings in the automaton (possibly with larger weights).
EXACT_MATCH_FIRST - Static variable in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
If true, exact suggestions are returned first, even if they are prefixes of other strings in the automaton (possibly with larger weights).
EXACT_MATCH_FIRST - Static variable in class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
If true, exact suggestions are returned first, even if they are prefixes of other strings in the automaton (possibly with larger weights).
EXCEL_STRATEGY - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
exception - Variable in class org.apache.solr.core.CoreContainer.CoreLoadFailure
 
ExchangeRateProvider - Interface in org.apache.solr.schema
Interface for providing pluggable exchange rate providers to @CurrencyField
EXCLUDE - Static variable in interface org.apache.solr.common.params.CommonParams
 
EXCLUDE - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
EXCLUDE_MARKER_FIELD_NAME - Static variable in interface org.apache.solr.common.params.QueryElevationParams
The name of the field that excluded editorial results will be written out as when using the QueryElevationComponent, which automatically configures the EditorialMarkerFactory.
EXCLUDED - Static variable in class org.apache.solr.handler.component.QueryElevationComponent
 
ExcludedMarkerFactory - Class in org.apache.solr.response.transform
 
ExcludedMarkerFactory() - Constructor for class org.apache.solr.response.transform.ExcludedMarkerFactory
 
excludes - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
A Regex pattern of excluded file names as given in data-config.xml after resolving any variables
EXCLUDES - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
EXCLUSIVE - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
execute() - Method in class org.apache.solr.common.cloud.ZkOperation
Performs the operation - which may be involved multiple times if the connection to ZooKeeper closes during this operation
execute() - Method in interface org.apache.solr.common.util.RetryUtil.RetryCmd
 
execute(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore
 
execute() - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
execute() - Method in class org.apache.solr.search.grouping.CommandHandler
 
execute() - Method in class org.apache.solr.search.Grouping
 
execute(HttpServletRequest, SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
execute() - Method in class org.apache.solr.util.SimplePostTool
After initialization, call execute to start the post job.
executeMethod(HttpRequestBase, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
ExecutorUtil - Class in org.apache.solr.common.util
 
ExecutorUtil() - Constructor for class org.apache.solr.common.util.ExecutorUtil
 
exists(String, Watcher, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Return the stat of the node of the given path.
exists(String, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns true if path exists
exists(String) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
exists(String) - Method in class org.apache.solr.core.DirectoryFactory
Returns true if a Directory exists for a given path.
exists(String) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
 
exists(String) - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
exists(String) - Method in class org.apache.solr.core.StandardDirectoryFactory
 
exists(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
exists(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
exists(String) - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
 
exists(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
exists(int) - Method in class org.apache.solr.search.BitDocSet
Returns true of the doc exists in the set.
exists(int) - Method in interface org.apache.solr.search.DocSet
Returns true if a document is in the DocSet.
exists(int) - Method in class org.apache.solr.search.DocSlice
 
exists(int) - Method in class org.apache.solr.search.HashDocSet
 
exists(int) - Method in class org.apache.solr.search.SortedIntDocSet
 
EXPAND - Static variable in interface org.apache.solr.common.params.ExpandParams
 
EXPAND_FIELD - Static variable in interface org.apache.solr.common.params.ExpandParams
 
EXPAND_FQ - Static variable in interface org.apache.solr.common.params.ExpandParams
 
EXPAND_Q - Static variable in interface org.apache.solr.common.params.ExpandParams
 
EXPAND_ROWS - Static variable in interface org.apache.solr.common.params.ExpandParams
 
EXPAND_SORT - Static variable in interface org.apache.solr.common.params.ExpandParams
 
ExpandComponent - Class in org.apache.solr.handler.component
The ExpandComponent is designed to work with the CollapsingPostFilter.
ExpandComponent() - Constructor for class org.apache.solr.handler.component.ExpandComponent
 
ExpandParams - Interface in org.apache.solr.common.params
Expand parameters
expectedTokenSequences - Variable in exception org.apache.solr.parser.ParseException
Each entry in this array is an array of integers.
explain(AtomicReaderContext, int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
explain(Query, int) - Method in class org.apache.solr.search.SolrIndexSearcher
 
EXPLAIN_OTHER - Static variable in interface org.apache.solr.common.params.CommonParams
another query to explain against
EXPLAIN_STRUCT - Static variable in interface org.apache.solr.common.params.CommonParams
boolean indicating whether score explanations should structured (true), or plain text (false)
ExplainAugmenterFactory - Class in org.apache.solr.response.transform
 
ExplainAugmenterFactory() - Constructor for class org.apache.solr.response.transform.ExplainAugmenterFactory
 
ExplainAugmenterFactory.Style - Enum in org.apache.solr.response.transform
 
explanationsToNamedLists(NamedList<Explanation>) - Static method in class org.apache.solr.util.SolrPluginUtils
 
explanationToNamedList(Explanation) - Static method in class org.apache.solr.util.SolrPluginUtils
 
explicitField - Variable in class org.apache.solr.parser.SolrQueryParserBase
 
ExponentiallyDecayingSample - Class in org.apache.solr.util.stats
An exponentially-decaying random sample of longs.
ExponentiallyDecayingSample(int, double) - Constructor for class org.apache.solr.util.stats.ExponentiallyDecayingSample
ExponentiallyDecayingSample(int, double, Clock) - Constructor for class org.apache.solr.util.stats.ExponentiallyDecayingSample
ExportQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.ExportQParserPlugin.ExportQParser
 
ExportQParserPlugin - Class in org.apache.solr.search
 
ExportQParserPlugin() - Constructor for class org.apache.solr.search.ExportQParserPlugin
 
ExportQParserPlugin.ExportQParser - Class in org.apache.solr.search
 
ExportQParserPlugin.ExportQuery - Class in org.apache.solr.search
 
ExportQuery() - Constructor for class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
ExportQuery(SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
EXPUNGE_DELETES - Static variable in interface org.apache.solr.common.params.UpdateParams
 
expungeDeletes - Variable in class org.apache.solr.update.CommitUpdateCommand
 
ExtendedDismaxConfiguration(SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
ExtendedDismaxQParser - Class in org.apache.solr.search
Query parser that generates DisjunctionMaxQueries based on user configuration.
ExtendedDismaxQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.ExtendedDismaxQParser
 
ExtendedDismaxQParser.Clause - Class in org.apache.solr.search
 
ExtendedDismaxQParser.ExtendedDismaxConfiguration - Class in org.apache.solr.search
Simple container for configuration information used when parsing queries
ExtendedDismaxQParser.ExtendedSolrQueryParser - Class in org.apache.solr.search
A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.
ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias - Class in org.apache.solr.search
A simple container for storing alias info
ExtendedDismaxQParserPlugin - Class in org.apache.solr.search
An advanced multi-field query parser based on the DisMax parser.
ExtendedDismaxQParserPlugin() - Constructor for class org.apache.solr.search.ExtendedDismaxQParserPlugin
 
ExtendedQuery - Interface in org.apache.solr.search
The ExtendedQuery interface provides extra metadata to a query.
ExtendedQueryBase - Class in org.apache.solr.search
 
ExtendedQueryBase() - Constructor for class org.apache.solr.search.ExtendedQueryBase
 
extendedResults - Variable in class org.apache.solr.spelling.SpellingOptions
Provide additional, per implementation, information about the results
ExtendedSolrQueryParser(QParser, String) - Constructor for class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
EXTERN_STRING - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
EXTERNAL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
ExternalFileField - Class in org.apache.solr.schema
Get values from an external file instead of the index.
ExternalFileField() - Constructor for class org.apache.solr.schema.ExternalFileField
 
ExternalFileFieldReloader - Class in org.apache.solr.schema
An event listener to reload ExternalFileFields for new searchers.
ExternalFileFieldReloader(SolrCore) - Constructor for class org.apache.solr.schema.ExternalFileFieldReloader
 
EXTRACT_FORMAT - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Content output format if extractOnly is true.
EXTRACT_ONLY - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Only extract and return the content, do not index it.
ExtractingDocumentLoader - Class in org.apache.solr.handler.extraction
The class responsible for loading extracted content into Solr.
ExtractingDocumentLoader(SolrQueryRequest, UpdateRequestProcessor, TikaConfig, SolrContentHandlerFactory) - Constructor for class org.apache.solr.handler.extraction.ExtractingDocumentLoader
 
ExtractingMetadataConstants - Interface in org.apache.solr.handler.extraction
Constants used internally by the ExtractingRequestHandler.
ExtractingParams - Interface in org.apache.solr.handler.extraction
The various Solr Parameters names to use when extracting content.
ExtractingRequestHandler - Class in org.apache.solr.handler.extraction
Handler for rich documents like PDF or Word or any other file format that Tika handles that need the text to be extracted first from the document.
ExtractingRequestHandler() - Constructor for class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
extractTerms(Set<Term>) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
extractTerms(Set<Term>) - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
extractTerms(Set) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
extractTerms(Set<Term>) - Method in class org.apache.solr.search.WrappedQuery
 

F

F - Static variable in class org.apache.solr.search.QueryParsing
 
FACET - Static variable in interface org.apache.solr.common.params.FacetParams
Should facet counts be calculated?
facet(int) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
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_INCLUDE - Static variable in interface org.apache.solr.common.params.FacetParams
Multivalued string indicating what rules should be applied to determine when the the ranges generated for date faceting should be inclusive or exclusive of their end points.
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_INTERVAL - Static variable in interface org.apache.solr.common.params.FacetParams
Any field whose values the user wants to enumerate as explicit intervals of terms.
FACET_INTERVAL_SET - Static variable in interface org.apache.solr.common.params.FacetParams
Set of terms for a single interval to facet on.
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_METHOD_fcs - Static variable in interface org.apache.solr.common.params.FacetParams
Value for FACET_METHOD param, like FACET_METHOD_fc but counts per-segment.
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_OVERREQUEST - Static variable in interface org.apache.solr.common.params.FacetParams
 
FACET_OVERREQUEST_COUNT - Static variable in interface org.apache.solr.common.params.FacetParams
An additional amount to over-request by when performing initial distributed requests.
FACET_OVERREQUEST_RATIO - Static variable in interface org.apache.solr.common.params.FacetParams
The percentage to over-request by when performing initial distributed requests.
FACET_PIVOT - Static variable in interface org.apache.solr.common.params.FacetParams
Comma separated list of fields to pivot example: author,type (for types by author / types within author)
FACET_PIVOT_MINCOUNT - Static variable in interface org.apache.solr.common.params.FacetParams
Minimum number of docs that need to match to be included in the sublist default value is 1
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_RANGE - Static variable in interface org.apache.solr.common.params.FacetParams
Any numerical field whose terms the user wants to enumerate over Facet Contraint Counts for selected ranges.
FACET_RANGE_END - Static variable in interface org.apache.solr.common.params.FacetParams
Number indicating the ending point for a numerical range facet.
FACET_RANGE_GAP - Static variable in interface org.apache.solr.common.params.FacetParams
Number indicating the interval of sub-ranges for a numerical facet range.
FACET_RANGE_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_RANGE_INCLUDE - Static variable in interface org.apache.solr.common.params.FacetParams
Multivalued string indicating what rules should be applied to determine when the the ranges generated for numeric faceting should be inclusive or exclusive of their end points.
FACET_RANGE_OTHER - Static variable in interface org.apache.solr.common.params.FacetParams
String indicating what "other" ranges should be computed for a numerical range facet (multi-value).
FACET_RANGE_START - Static variable in interface org.apache.solr.common.params.FacetParams
Number indicating the starting point for a numerical range facet.
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_THREADS - Static variable in interface org.apache.solr.common.params.FacetParams
Numeric option indicating the maximum number of threads to be used in counting facet field vales
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.
FacetBase(ResponseBuilder, String, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.FacetBase
 
FacetComponent - Class in org.apache.solr.handler.component
TODO!
FacetComponent() - Constructor for class org.apache.solr.handler.component.FacetComponent
 
FacetComponent.DistribFieldFacet - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.FacetBase - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.FacetInfo - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.FieldFacet - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.QueryFacet - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.ShardFacetCount - Class in org.apache.solr.handler.component
This API is experimental and subject to change
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
 
FacetInfo() - Constructor for class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
facetMissingNum(int) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
FacetParams - Interface in org.apache.solr.common.params
Facet parameters
FacetParams.FacetDateOther - Enum in org.apache.solr.common.params
FacetParams.FacetRangeInclude - Enum in org.apache.solr.common.params
An enumeration of the legal values for FacetParams.FACET_DATE_INCLUDE and FacetParams.FACET_RANGE_INCLUDE lower = all gap based ranges include their lower bound upper = all gap based ranges include their upper bound edge = the first and last gap ranges include their edge bounds (ie: lower for the first one, upper for the last one) even if the corresponding upper/lower option is not specified outer = the BEFORE and AFTER ranges should be inclusive of their bounds, even if the first or last ranges already include those boundaries.
FacetParams.FacetRangeOther - Enum in org.apache.solr.common.params
An enumeration of the legal values for FacetParams.FACET_RANGE_OTHER and FacetParams.FACET_DATE_OTHER ...
facetResponse - Variable in class org.apache.solr.request.SimpleFacets
 
facets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
facetStatsValues - Variable in class org.apache.solr.handler.component.FieldFacetStats
 
facetTermNum(int, int) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
facetValue - Variable in class org.apache.solr.request.SimpleFacets
 
factory - Variable in class org.apache.solr.handler.dataimport.JdbcDataSource
 
factory - Variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
 
factory - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
failed() - Method in interface org.apache.solr.cloud.RecoveryStrategy.RecoveryListener
 
FAILED - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
failed() - Method in class org.apache.solr.update.DefaultSolrCoreState
 
failed - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
failedDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
FailedOp(ZkNodeProps, SolrResponse) - Constructor for class org.apache.solr.cloud.Overseer.FailedOp
 
failureDetails - Variable in class org.apache.solr.cloud.Overseer.Stat
 
FALLBACK - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
FALLBACK_FIELDS - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
fallbackFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
fallbackValue - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
FALSE - Static variable in interface org.apache.solr.common.params.CommonParams
 
FALSE_TOKEN - Static variable in class org.apache.solr.schema.BoolField
 
falseProperties - Variable in class org.apache.solr.schema.FieldType
properties explicitly set to false
FastCharStream - Class in org.apache.solr.parser
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.solr.parser.FastCharStream
Constructs from a Reader.
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
 
FastLRUCache<K,V> - Class in org.apache.solr.search
SolrCache based on ConcurrentLRUCache implementation.
FastLRUCache() - Constructor for class org.apache.solr.search.FastLRUCache
 
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.util
Single threaded BufferedWriter Internal Solr use only, subject to change.
FastWriter(Writer) - Constructor for class org.apache.solr.util.FastWriter
 
FastWriter(Writer, char[], int) - Constructor for class org.apache.solr.util.FastWriter
 
fatalError(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
fatalError(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
fetch(BlockCacheKey, byte[], int, int, int) - Method in class org.apache.solr.store.blockcache.BlockCache
 
fetch(BlockCacheKey, byte[]) - Method in class org.apache.solr.store.blockcache.BlockCache
 
fetch(String, long, int, byte[], int, int) - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
 
fetch(String, long, int, byte[], int, int) - Method in interface org.apache.solr.store.blockcache.Cache
Fetch the specified cache file content.
Field - Annotation Type in org.apache.solr.client.solrj.beans
 
FIELD - Static variable in interface org.apache.solr.common.params.CommonParams
 
FIELD - Static variable in interface org.apache.solr.common.params.SpatialParams
 
field - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
field - Variable in class org.apache.solr.handler.component.PivotFacetField
 
Field - Class in org.apache.solr.handler.dataimport.config
 
Field(Field.Builder) - Constructor for class org.apache.solr.handler.dataimport.config.Field
 
field - Variable in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
 
FIELD - Static variable in class org.apache.solr.schema.IndexSchema
 
field - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
field - Variable in class org.apache.solr.search.SpatialOptions
 
FIELD - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
FIELD - Static variable in class org.apache.solr.spelling.SolrSpellChecker
 
field - Variable in class org.apache.solr.spelling.SolrSpellChecker
 
FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
 
FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
Label for defining field to use for terms
Field.Builder - Class in org.apache.solr.handler.dataimport.config
 
FIELD_DELIMITER - Static variable in class org.apache.solr.spelling.suggest.FileDictionaryFactory
Label for defining fieldDelimiter to be used
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_SORT_VALUES - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
FIELD_SUFFIX_AMOUNT_RAW - Static variable in class org.apache.solr.schema.CurrencyField
 
FIELD_SUFFIX_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
 
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_TYPE - Static variable in class org.apache.solr.schema.IndexSchema
 
FIELD_TYPE - Static variable in class org.apache.solr.spelling.SolrSpellChecker
 
FIELD_TYPES - Static variable in class org.apache.solr.schema.IndexSchema
 
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.FieldAnalysisRequestHandler.
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.
FieldAnalysisRequestHandler - Class in org.apache.solr.handler
Provides the ability to specify multiple field types and field names in the same request.
FieldAnalysisRequestHandler() - Constructor for class org.apache.solr.handler.FieldAnalysisRequestHandler
 
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.
fieldBuilders - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
FieldCollectionResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/fields

Two query parameters are supported: "fl": a comma- and/or space-separated list of fields to send properties for in the response, rather than the default: all of them.

FieldCollectionResource() - Constructor for class org.apache.solr.rest.schema.FieldCollectionResource
 
FieldExistsException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.schema.ManagedIndexSchema.FieldExistsException
 
FieldFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
FieldFacetStats - Class in org.apache.solr.handler.component
FieldFacetStats is a utility to accumulate statistics on a set of values in one field, for facet values present in another field.
FieldFacetStats(SolrIndexSearcher, String, SchemaField, SchemaField, boolean) - Constructor for class org.apache.solr.handler.component.FieldFacetStats
 
FieldFlag - Enum in org.apache.solr.common.luke
 
FieldInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
FieldLengthUpdateProcessorFactory - Class in org.apache.solr.update.processor
Replaces any CharSequence values found in fields matching the specified conditions with the lengths of those CharSequences (as an Integer).
FieldLengthUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
 
FieldMappingException - Exception in org.apache.solr.uima.processor
Exception thrown when an error happening while mapping UIMA CAS model to Solt fields
FieldMappingException(Exception) - Constructor for exception org.apache.solr.uima.processor.FieldMappingException
 
FieldMutatingUpdateProcessor - Class in org.apache.solr.update.processor
Reusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configured fields.
FieldMutatingUpdateProcessor(FieldMutatingUpdateProcessor.FieldNameSelector, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
 
FieldMutatingUpdateProcessor.FieldNameSelector - Interface in org.apache.solr.update.processor
Interface for identifying which fields should be mutated
FieldMutatingUpdateProcessorFactory - Class in org.apache.solr.update.processor
Base class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors.
FieldMutatingUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
 
FieldMutatingUpdateProcessorFactory.SelectorParams - Class in org.apache.solr.update.processor
 
fieldName - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
fieldName - Variable in class org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory
 
fieldName - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
fieldName - Variable in class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
 
fieldNameMatchesSchemaField - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
FieldParams - Class in org.apache.solr.search
A class to hold "phrase slop" and "boost" parameters for pf, pf2, pf3 parameters
FieldParams(String, int, int, float) - Constructor for class org.apache.solr.search.FieldParams
 
FieldProperties - Class in org.apache.solr.schema
 
FieldProperties() - Constructor for class org.apache.solr.schema.FieldProperties
 
FieldQParserPlugin - Class in org.apache.solr.search
Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate.
FieldQParserPlugin() - Constructor for class org.apache.solr.search.FieldQParserPlugin
 
FieldReaderDataSource - Class in org.apache.solr.handler.dataimport
This can be useful for users who have a DB field containing xml and wish to use a nested XPathEntityProcessor

The datasouce may be configured as follows

<datasource name="f1" type="FieldReaderDataSource" />

The enity which uses this datasource must keep the url value as the variable name url="field-name"

The fieldname must be resolvable from VariableResolver

This may be used with any EntityProcessor which uses a DataSource<Reader> eg: XPathEntityProcessor

Supports String, BLOB, CLOB data types and there is an extra field (in the entity) 'encoding' for BLOB types

FieldReaderDataSource() - Constructor for class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
fieldRegex - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
FieldResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/fields/(fieldname) where "fieldname" is the name of a field.
FieldResource() - Constructor for class org.apache.solr.rest.schema.FieldResource
 
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
FIELDS - Static variable in class org.apache.solr.schema.IndexSchema
 
fields - Variable in class org.apache.solr.schema.IndexSchema
 
fields - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias
 
fields - Variable in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
FIELDS_PARAM - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
FIELDS_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
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
 
FieldStreamDataSource - Class in org.apache.solr.handler.dataimport
This can be useful for users who have a DB field containing BLOBs which may be Rich documents

The datasouce may be configured as follows

<dataSource name="f1" type="FieldStreamDataSource" />

The entity which uses this datasource must keep and attribute dataField

The fieldname must be resolvable from VariableResolver

This may be used with any EntityProcessor which uses a DataSource<InputStream> eg: TikaEntityProcessor

FieldStreamDataSource() - Constructor for class org.apache.solr.handler.dataimport.FieldStreamDataSource
 
fieldsWithDefaultValue - Variable in class org.apache.solr.schema.IndexSchema
 
FieldType - Class in org.apache.solr.schema
Base class for all field types used by an index schema.
FieldType() - Constructor for class org.apache.solr.schema.FieldType
 
FieldType.DefaultAnalyzer - Class in org.apache.solr.schema
Default analyzer for types that only produce 1 verbatim token...
fieldTypeAmountRaw - Variable in class org.apache.solr.schema.CurrencyField
 
FieldTypeCollectionResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/fieldtypes The GET method returns properties for all field types defined in the schema.
FieldTypeCollectionResource() - Constructor for class org.apache.solr.rest.schema.FieldTypeCollectionResource
 
fieldTypeCurrency - Variable in class org.apache.solr.schema.CurrencyField
 
FieldTypeInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
fieldTypeName - Variable in class org.apache.solr.spelling.SolrSpellChecker
 
FieldTypePluginLoader - Class in org.apache.solr.schema
 
FieldTypePluginLoader(IndexSchema, Map<String, FieldType>, Collection<SchemaAware>) - Constructor for class org.apache.solr.schema.FieldTypePluginLoader
 
FieldTypeResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/fieldtype/(typename) where "typename" is the name of a field type in the schema.
FieldTypeResource() - Constructor for class org.apache.solr.rest.schema.FieldTypeResource
 
FIELDTYPES - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
fieldTypes - Variable in class org.apache.solr.schema.IndexSchema
 
FIELDTYPES_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
fieldValueCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
FieldValueMutatingUpdateProcessor - Class in org.apache.solr.update.processor
Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected field independently
FieldValueMutatingUpdateProcessor(FieldMutatingUpdateProcessor.FieldNameSelector, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.FieldValueMutatingUpdateProcessor
 
FieldValueSubsetUpdateProcessorFactory - Class in org.apache.solr.update.processor
Base class for processors that want to mutate selected fields to only keep a subset of the original values.
FieldValueSubsetUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
 
FieldWriter() - Constructor for class org.apache.solr.response.SortingResponseWriter.FieldWriter
 
fifteenMinuteEWMA() - Static method in class org.apache.solr.util.stats.EWMA
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
FILE - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you specify a file, what is its name
FILE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
FILE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
FILE_NAME - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
FILE_STREAM - Static variable in class org.apache.solr.handler.ReplicationHandler
 
FileBasedSpellChecker - Class in org.apache.solr.spelling
A spell checker implementation that loads words from a text file (one word per line).
FileBasedSpellChecker() - Constructor for class org.apache.solr.spelling.FileBasedSpellChecker
 
FileDataSource - Class in org.apache.solr.handler.dataimport
A DataSource which reads from local files The file is read with the default platform encoding.
FileDataSource() - Constructor for class org.apache.solr.handler.dataimport.FileDataSource
 
FileDictionaryFactory - Class in org.apache.solr.spelling.suggest
Factory for FileDictionary
FileDictionaryFactory() - Constructor for class org.apache.solr.spelling.suggest.FileDictionaryFactory
 
fileExists(String) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
fileExists(String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
FileFloatSource - Class in org.apache.solr.search.function
Obtains float field values from an external file.
FileFloatSource(SchemaField, SchemaField, float, String) - Constructor for class org.apache.solr.search.function.FileFloatSource
Creates a new FileFloatSource
FileFloatSource.ReloadCacheRequestHandler - Class in org.apache.solr.search.function
 
fileLength(String) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
fileLength(String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
FileListEntityProcessor - Class in org.apache.solr.handler.dataimport
An EntityProcessor instance which can stream file names found in a given base directory matching patterns and returning rows containing file information.
FileListEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
fileModified(String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
fileName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
fileName - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
A regex pattern to identify files given in data-config.xml after resolving any variables
filename - Variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
FILENAME - Static variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
The filename to save the properties file to.
FileStorageIO() - Constructor for class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
FileStream(File) - Constructor for class org.apache.solr.common.util.ContentStreamBase.FileStream
 
FileUtils - Class in org.apache.solr.util
 
FileUtils() - Constructor for class org.apache.solr.util.FileUtils
 
FILLLEFT - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
Fill content the the left.
FILLNONE - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
Do no do any filling
fillParams(ResponseBuilder, SolrParams, String) - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
fillParams(ResponseBuilder, SolrParams, String) - Method in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
FILLRIGHT - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
Fill content to the right.
FILTER - Static variable in class org.apache.solr.schema.FieldType
 
filter - Variable in class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
 
FILTER_PARAM - Static variable in class org.apache.solr.schema.AbstractSpatialFieldType
A local-param boolean that can be set to false to only return the FunctionQuery (score), and thus not do filtering.
filterCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
FilterCollector - Class in org.apache.solr.search.grouping.collector
A collector that filters incoming doc ids that are not in the filter.
FilterCollector(DocSet, Collector) - Constructor for class org.apache.solr.search.grouping.collector.FilterCollector
 
FILTERS - Static variable in class org.apache.solr.schema.FieldType
 
finalize() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
finalize() - Method in class org.apache.solr.core.CoreContainer
 
finalize() - Method in class org.apache.solr.core.SolrCore
 
finalize() - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
 
finalize() - Method in class org.apache.solr.update.SolrIndexWriter
 
finalize() - Method in class org.apache.solr.util.ConcurrentLFUCache
 
finalize() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
FIND_DELTA - Static variable in class org.apache.solr.handler.dataimport.Context
 
findClass(String, Class<T>) - Method in class org.apache.solr.core.SolrResourceLoader
 
findClass(String, Class<T>, String...) - Method in class org.apache.solr.core.SolrResourceLoader
This method loads a class either with it's FQN or a short-name (solr.class-simplename or class-simplename).
findDirectory(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
findDirectory(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
 
findIndex(int[], int, int, int) - Static method in class org.apache.solr.search.SortedIntDocSet
 
findMappedName(String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Get the name mapping
findRecursive(String...) - Method in class org.apache.solr.common.util.NamedList
Recursively parses the NamedList structure to arrive at a specific element.
finish() - Method in class org.apache.solr.search.DelegatingCollector
 
finish() - Method in class org.apache.solr.search.Grouping.Command
Performs any necessary post actions to prepare the response.
finish() - Method in class org.apache.solr.search.Grouping.CommandField
Performs any necessary post actions to prepare the response.
finish() - Method in class org.apache.solr.search.Grouping.CommandFunc
Performs any necessary post actions to prepare the response.
finish() - Method in class org.apache.solr.search.Grouping.CommandQuery
Performs any necessary post actions to prepare the response.
finish(UpdateLog.SyncLevel) - Method in class org.apache.solr.update.HdfsTransactionLog
 
finish() - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
finish() - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
finish() - Method in class org.apache.solr.update.SolrCmdDistributor
 
finish(UpdateLog.SyncLevel) - Method in class org.apache.solr.update.TransactionLog
 
finish(UpdateLog.SyncLevel) - Method in class org.apache.solr.update.UpdateLog
 
finished - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.ExpandComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.HighlightComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
private void handleRegularResponses(ResponseBuilder rb, ShardRequest sreq) { }
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
Called after all responses have been received for this stage.
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
Used in Distributed Search, merges the suggestion results from every shard
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
FIRST_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
 
FirstFieldValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
Keeps only the first value of fields matching the specified conditions.
FirstFieldValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FirstFieldValueUpdateProcessorFactory
 
firstInit(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
first time init call. do one-time operations here
firstInit(Context) - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
firstInit(Context) - Method in class org.apache.solr.handler.dataimport.TikaEntityProcessor
 
firstNonSorted(int[], int, int) - Static method in class org.apache.solr.search.SortedIntDocSet
Returns the index of the first non-sorted element or -1 if they are all sorted
firstPhaseElapsedTime - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
fiveMinuteEWMA() - Static method in class org.apache.solr.util.stats.EWMA
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
fixedStr - Variable in class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern
 
fixNegativeQuery(Query) - Static method in class org.apache.solr.search.QueryUtils
Fixes a negative query by adding a MatchAllDocs query clause.
FL - Static variable in interface org.apache.solr.common.params.CommonParams
query and init param for field list
FLAG_GAP - Static variable in class org.apache.solr.update.UpdateLog
 
flags - Variable in class org.apache.solr.update.UpdateCommand
 
FLAGS_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
FLATTEN - Static variable in class org.apache.solr.handler.dataimport.XPathRecordReader
The FLATTEN flag indicates that all text and cdata under a specific tag should be recursivly fetched and appended to the current Node's value.
flattenBooleanQuery(BooleanQuery, BooleanQuery) - Static method in class org.apache.solr.util.SolrPluginUtils
Recursively walks the "from" query pulling out sub-queries and adding them to the "to" query.
FLOAT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
float2sortableStr(float) - Static method in class org.apache.solr.util.NumberUtils
 
float2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
FloatAsc() - Constructor for class org.apache.solr.response.SortingResponseWriter.FloatAsc
 
FloatDesc() - Constructor for class org.apache.solr.response.SortingResponseWriter.FloatDesc
 
FloatField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieFloatField instead
FloatField() - Constructor for class org.apache.solr.schema.FloatField
Deprecated.
 
floatVal(int) - Method in class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
 
FloatValueFieldType - Interface in org.apache.solr.schema
Marker interface for float-valued field types.
flush() - Method in class org.apache.solr.common.util.FastOutputStream
 
flush(byte[], int, int) - Method in class org.apache.solr.common.util.FastOutputStream
All writes to the sink will go through this method
flush() - Method in interface org.apache.solr.handler.dataimport.DIHCache
Persists any pending data to the cache
flush() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
flush() - Method in class org.apache.solr.internal.csv.CSVPrinter
 
flush() - Method in class org.apache.solr.logging.jul.RecordHandler
 
flush() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
flush() - Method in class org.apache.solr.store.hdfs.NullIndexOutput
 
flush(byte[], int, int) - Method in class org.apache.solr.update.MemOutputStream
 
flush() - Method in class org.apache.solr.util.FastWriter
 
flush(char[], int, int) - Method in class org.apache.solr.util.FastWriter
 
flush(String, int, int) - Method in class org.apache.solr.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(IndexOutput, long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
Flushes the in-memory bufer to the given output, copying at most numBytes.
flushBuffer() - Method in class org.apache.solr.util.FastWriter
 
flushInternal() - Method in class org.apache.solr.store.blockcache.CachedIndexOutput
 
flushInternal() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
fmts - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
FOR_EACH - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
FORCE_ELEVATION - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
forceClose() - Method in class org.apache.solr.update.TransactionLog
 
format - Variable in class org.apache.solr.search.Grouping.Command
 
format(LogRecord) - Method in class org.apache.solr.SolrLogFormatter
 
format(LoggingEvent) - Method in class org.apache.solr.util.SolrLogLayout
 
FORMAT_STYLE - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
formatDate(Date, Calendar, Appendable) - Static method in class org.apache.solr.common.util.DateUtil
Formats the date and returns the calendar instance that was used (which may be reused)
formatDate(Date) - Method in class org.apache.solr.schema.DateField
Deprecated.
Thread safe method that can be used by subclasses to format a Date using the Internal representation.
formatExternal(Date) - Static method in class org.apache.solr.schema.DateField
Deprecated.
Return the standard human readable form of the date
formatMessage(LogRecord) - Method in class org.apache.solr.SolrLogFormatter
 
FORMATTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
formatters - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
FORMDATA - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
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
FRAG_LIST_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fragListBuilders - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
FRAGMENTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fragmenters - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
FRAGMENTS_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fragmentsBuilders - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
FRAGSIZE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
FreeTextLookupFactory - Class in org.apache.solr.spelling.suggest.fst
LookupFactory implementation for FreeTextSuggester
FreeTextLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
 
freezeStage() - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
 
freezeStage() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
freq() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
freq - Variable in class org.apache.solr.spelling.ResultEntry
 
FREQ_COMP - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
FREQ_COMP - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
fromConfig(Config, String) - Static method in class org.apache.solr.core.ConfigSolr
 
fromExpression(String, Set<SortField>) - Method in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
 
fromFile(SolrResourceLoader, File) - Static method in class org.apache.solr.core.ConfigSolr
 
fromInputStream(SolrResourceLoader, InputStream) - Static method in class org.apache.solr.core.ConfigSolr
 
fromJSON(byte[]) - Static method in class org.apache.solr.common.cloud.ZkStateReader
 
fromKeyVals(Object...) - Static method in class org.apache.solr.common.cloud.ZkNodeProps
 
fromSolrHome(SolrResourceLoader, String) - Static method in class org.apache.solr.core.ConfigSolr
 
fromString(String) - Method in class org.apache.solr.common.cloud.DocRouter
 
fromString(String) - Method in class org.apache.solr.common.cloud.HashPartitioner
 
fromString(SolrResourceLoader, String) - Static method in class org.apache.solr.core.ConfigSolr
 
fromString(SchemaField, String, float) - Method in class org.apache.solr.schema.PreAnalyzedField
 
FSReverseReader() - Constructor for class org.apache.solr.update.TransactionLog.FSReverseReader
 
FSTLookupFactory - Class in org.apache.solr.spelling.suggest.fst
Factory for FSTCompletionLookup
FSTLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
 
ftype - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
FULL_DUMP - Static variable in class org.apache.solr.handler.dataimport.Context
 
FULL_IMPORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
fullRange() - Method in class org.apache.solr.common.cloud.DocRouter
 
fullRange() - Method in class org.apache.solr.common.cloud.HashPartitioner
 
FUNCTION - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
FunctionQParser - Class in org.apache.solr.search
 
FunctionQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.FunctionQParser
 
FunctionQParserPlugin - Class in org.apache.solr.search
Create a function query from the input value.
FunctionQParserPlugin() - Constructor for class org.apache.solr.search.FunctionQParserPlugin
 
FunctionRangeQParserPlugin - Class in org.apache.solr.search
Create a range query over a function.
FunctionRangeQParserPlugin() - Constructor for class org.apache.solr.search.FunctionRangeQParserPlugin
 
FunctionRangeQuery - Class in org.apache.solr.search
 
FunctionRangeQuery(ValueSourceRangeFilter) - Constructor for class org.apache.solr.search.FunctionRangeQuery
 
FUNCTIONS_NAMESPACE - Static variable in class org.apache.solr.handler.dataimport.VariableResolver
 
FUNCTIONS_NAMESPACE_SHORT - Static variable in class org.apache.solr.handler.dataimport.VariableResolver
 
future - Variable in class org.apache.solr.client.solrj.impl.HttpSolrServer.HttpUriRequestResponse
 
FUZZY_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables FUZZY operator (~)
FUZZY_SLOP - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
FuzzyLookupFactory - Class in org.apache.solr.spelling.suggest.fst
Factory for FuzzySuggester
FuzzyLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
 

G

GapFragmenter - Class in org.apache.solr.highlight
 
GapFragmenter() - Constructor for class org.apache.solr.highlight.GapFragmenter
 
GEN - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for field list
generateDescription(int, int, int, int, boolean) - Method in class org.apache.solr.search.FastLRUCache
 
generateParseException() - Method in class org.apache.solr.parser.QueryParser
Generate ParseException.
GENERATION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
GeoDistValueSourceParser - Class in org.apache.solr.search.function.distance
Parses "geodist" creating HaversineConstFunction or HaversineFunction or calling SpatialStrategy.makeDistanceValueSource(com.spatial4j.core.shape.Point,double).
GeoDistValueSourceParser() - Constructor for class org.apache.solr.search.function.distance.GeoDistValueSourceParser
 
GeoHashField - Class in org.apache.solr.schema
This is a class that represents a Geohash field.
GeoHashField() - Constructor for class org.apache.solr.schema.GeoHashField
 
GeohashFunction - Class in org.apache.solr.search.function.distance
Takes in a latitude and longitude ValueSource and produces a GeoHash.
GeohashFunction(ValueSource, ValueSource) - Constructor for class org.apache.solr.search.function.distance.GeohashFunction
 
GeohashHaversineFunction - Class in org.apache.solr.search.function.distance
Calculate the Haversine distance between two geo hash codes.
GeohashHaversineFunction(ValueSource, ValueSource, double) - Constructor for class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
get(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
 
get(String) - Method in class org.apache.solr.cloud.DistributedMap
 
get(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
 
get(String) - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
 
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
Deprecated.
 
get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
 
get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
 
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(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.
get(String, DirectoryFactory.DirContext, String) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
get(String) - Method in class org.apache.solr.core.Config
 
get(String, String) - Method in class org.apache.solr.core.Config
 
get(ConfigSolr.CfgProp, T) - Method in class org.apache.solr.core.ConfigSolr
 
get(String, DirectoryFactory.DirContext, String) - Method in class org.apache.solr.core.DirectoryFactory
Returns the Directory for a given path, using the specified rawLockType.
get(String) - Method in class org.apache.solr.core.RequestHandlers
 
get(Comparable) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Fast lookup to retrieve a PivotFacetValue from this collection if it exists
get(String, SolrParams) - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
 
get(String, SolrParams) - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
 
get(String, SolrParams) - Method in class org.apache.solr.highlight.SolrBoundaryScanner
 
get(int) - Method in class org.apache.solr.logging.CircularList
 
get(String) - Static method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
 
get() - Method in interface org.apache.solr.rest.GETable
 
get() - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
 
get() - Method in class org.apache.solr.rest.schema.CopyFieldCollectionResource
 
get() - Method in class org.apache.solr.rest.schema.DefaultSearchFieldResource
 
get() - Method in class org.apache.solr.rest.schema.DynamicFieldCollectionResource
 
get() - Method in class org.apache.solr.rest.schema.DynamicFieldResource
 
get() - Method in class org.apache.solr.rest.schema.FieldCollectionResource
 
get() - Method in class org.apache.solr.rest.schema.FieldResource
 
get() - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
 
get() - Method in class org.apache.solr.rest.schema.FieldTypeResource
 
get() - Method in class org.apache.solr.rest.schema.SchemaNameResource
 
get() - Method in class org.apache.solr.rest.schema.SchemaResource
 
get() - Method in class org.apache.solr.rest.schema.SchemaSimilarityResource
 
get() - Method in class org.apache.solr.rest.schema.SchemaVersionResource
 
get() - Method in class org.apache.solr.rest.schema.SolrQueryParserDefaultOperatorResource
 
get() - Method in class org.apache.solr.rest.schema.SolrQueryParserResource
 
get() - Method in class org.apache.solr.rest.schema.UniqueKeyFieldResource
 
get(K) - Method in class org.apache.solr.search.FastLRUCache
 
get(K) - Method in class org.apache.solr.search.LFUCache
 
get(K) - Method in class org.apache.solr.search.LRUCache
 
get(K) - Method in interface org.apache.solr.search.SolrCache
:TODO: copy from Map
get(Token) - Method in class org.apache.solr.spelling.SpellingResult
Gets the suggestions for the given token.
get(K) - Method in class org.apache.solr.util.ConcurrentLFUCache
 
get(K) - Method in class org.apache.solr.util.ConcurrentLRUCache
 
get(Object) - Method in class org.apache.solr.util.MapListener
 
get(String) - Static method in enum org.apache.solr.util.PivotListEntry
Case-insensitive lookup of PivotListEntry by name
get() - Method in class org.apache.solr.util.RefCounted
 
get75thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
Returns the value at the 75th percentile in the distribution.
get95thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
Returns the value at the 95th percentile in the distribution.
get98thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
Returns the value at the 98th percentile in the distribution.
get999thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
Returns the value at the 99.9th percentile in the distribution.
get99thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
Returns the value at the 99th percentile in the distribution.
GET_DOCLIST - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
GET_DOCSET - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
GET_SCORES - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
getA() - Method in class org.apache.solr.search.grouping.distributed.command.Pair
 
getAbbreviation() - Method in enum org.apache.solr.common.luke.FieldFlag
 
GETable - Interface in org.apache.solr.rest
Marker interface for resource classes that handle GET requests.
getAbs(Query) - Static method in class org.apache.solr.search.QueryUtils
Returns the original query if it was already a positive query, otherwise return the negative of the query (i.e., a positive query).
getAccuracy() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getAccuracy() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
getAccuracy() - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
 
getAccuracy() - Method in class org.apache.solr.spelling.SolrSpellChecker
Get the value of SpellingParams.SPELLCHECK_ACCURACY if supported.
getAchievedRf() - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor.RequestReplicationTracker
 
getAcl() - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
 
getAction() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getActiveSlices(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getActiveSlices() - Method in class org.apache.solr.common.cloud.DocCollection
Return the list of active slices for this collection.
getActiveSlicesMap(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getActiveSlicesMap() - Method in class org.apache.solr.common.cloud.DocCollection
Get the map of active slices (sliceName->Slice) for this collection.
getAdminFileFromFileSystem(SolrQueryRequest, SolrQueryResponse, Set<String>) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getAdminFileFromZooKeeper(SolrQueryRequest, SolrQueryResponse, SolrZkClient, Set<String>) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getAdminPath() - Method in class org.apache.solr.core.ConfigSolr
 
getAdminPath() - Method in class org.apache.solr.core.ConfigSolrXml
 
getAdminPath() - Method in class org.apache.solr.core.CoreContainer
 
getAePath() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
getAfter() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getAlias(String) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
Returns the aliases found for a field.
getAliasedCollections() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
 
getAliasedQuery() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
Delegates to the super class unless the field has been specified as an alias -- in which case we recurse on each of the aliased fields, and the results are composed into a DisjunctionMaxQuery.
getAliases() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getAliasMap() - Method in class org.apache.solr.common.cloud.Aliases
 
getAll(String) - Method in class org.apache.solr.common.util.NamedList
Gets the values for the the specified name
getAll(Class<T>) - Method in class org.apache.solr.core.RequestHandlers
 
getAllAttributes(Element) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
 
getAllAttributes() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getAllAttributes() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
getAllAttributes() - Method in class org.apache.solr.handler.dataimport.config.Field
 
getAllAttributes(Element) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
 
getAllCoreNames() - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
getAllCoreNames() - Method in class org.apache.solr.core.CoreContainer
get a list of all the cores that are currently loaded
getAllEntityFields() - Method in class org.apache.solr.handler.dataimport.Context
Returns all the fields put into an entity. each item (which is a map ) in the list corresponds to one field. each if the map contains the attribute names and values in a field
getAllEntityFields() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getAllFieldNameAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns all field name analysese with their associated field names.
getAllFieldsList() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getAllFieldTypeAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns all field type analyses with their associated field types.
getAllLevels() - Method in class org.apache.solr.logging.jul.JulWatcher
 
getAllLevels() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
getAllLevels() - Method in class org.apache.solr.logging.LogWatcher
 
getAllLoggers() - Method in class org.apache.solr.logging.jul.JulWatcher
 
getAllLoggers() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
getAllLoggers() - Method in class org.apache.solr.logging.LogWatcher
 
getAllowLeadingWildcard() - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getAllPhraseFields() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
getAllRecords(Reader) - Method in class org.apache.solr.common.util.JsonRecordReader
Uses streamRecords to getInst the JSON source but with a handler that collects all the emitted records into a single List which is returned upon completion.
getAllRecords(Reader) - Method in class org.apache.solr.handler.dataimport.XPathRecordReader
Uses streamRecords to parse the XML source but with a handler that collects all the emitted records into a single List which is returned upon completion.
getAllValues() - Method in class org.apache.solr.internal.csv.CSVParser
Parses the CSV according to the given strategy and returns the content as an array of records (whereas records are arrays of single values).
getAlternateUserQuery(SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
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
getAnalyticsCollector(ResponseBuilder, IndexSearcher) - Method in class org.apache.solr.search.AnalyticsQuery
 
getAnalyzer() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getAnalyzer() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
 
getAnalyzer() - Method in class org.apache.solr.schema.FieldType
Deprecated.
(4.9) Use FieldType.getIndexAnalyzer() instead.
getAnalyzer() - Method in class org.apache.solr.schema.IndexSchema
Deprecated.
getAnalyzer() - Method in class org.apache.solr.spelling.QueryConverter
 
getAnalyzerProperties(Analyzer) - Static method in class org.apache.solr.schema.FieldType
Returns a description of the given analyzer, by either reporting the Analyzer name if it's not a TokenizerChain, or if it is, querying each analysis factory for its name and args.
getAndCheckVersionField(IndexSchema) - Static method in class org.apache.solr.update.VersionInfo
Gets and returns the VersionInfo.VERSION_FIELD from the specified schema, after verifying that it is indexed, stored, and single-valued.
getArgs() - Method in class org.apache.solr.core.AbstractSolrEventListener
 
getAsFilterQuery() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getAt(int) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Fetchs a PivotFacetValue from this collection via the index, may not be used to fetch the PivotFacetValue corrisponding to the missing-value.
getAtomicReader() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getAttr(NamedNodeMap, String) - Static method in class org.apache.solr.util.DOMUtil
 
getAttr(Node, String) - Static method in class org.apache.solr.util.DOMUtil
 
getAttr(NamedNodeMap, String, String) - Static method in class org.apache.solr.util.DOMUtil
 
getAttr(Node, String, String) - Static method in class org.apache.solr.util.DOMUtil
 
getAttributeValue(Context, String) - Static method in class org.apache.solr.handler.dataimport.CachePropertyUtil
 
getAttributeValueAsString(Context, String) - Static method in class org.apache.solr.handler.dataimport.CachePropertyUtil
 
getAutoAddReplicas() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getAutoAddReplicas() - Method in class org.apache.solr.common.cloud.DocCollection
 
getAutoGeneratePhraseQueries() - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getAutoGeneratePhraseQueries() - Method in class org.apache.solr.schema.TextField
 
getAutoReplicaFailoverBadNodeExpiration() - Method in class org.apache.solr.core.ConfigSolr
 
getAutoReplicaFailoverWaitAfterExpiration() - Method in class org.apache.solr.core.ConfigSolr
 
getAutoReplicaFailoverWorkLoopDelay() - Method in class org.apache.solr.core.ConfigSolr
 
getAutowarmDescription() - Method in class org.apache.solr.search.SolrCacheBase
 
getB() - Method in class org.apache.solr.search.grouping.distributed.command.Pair
 
getBankId() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
getBaseURL() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
getBaseUrl() - Method in class org.apache.solr.cloud.ZkController
 
getBaseUrl() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getBaseUrl() - Method in class org.apache.solr.handler.dataimport.URLDataSource
 
getBaseUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
getBaseUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
getBaseUrlForNodeName(String) - Method in class org.apache.solr.common.cloud.ZkStateReader
Returns the baseURL corresponding to a given node's nodeName -- NOTE: does not (currently) imply that the nodeName (or resulting baseURL) exists in the cluster.
getBaseWriter(SolrQueryRequest) - Method in class org.apache.solr.response.RawResponseWriter
 
getBean(Class<T>, SolrDocument) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
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
 
getBefore() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getBeginColumn() - Method in interface org.apache.solr.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class org.apache.solr.parser.FastCharStream
 
getBeginLine() - Method in interface org.apache.solr.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class org.apache.solr.parser.FastCharStream
 
getBetween() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getBinder() - Method in class org.apache.solr.client.solrj.SolrServer
 
getBits() - Method in class org.apache.solr.search.BitDocSet
 
getBits() - Method in class org.apache.solr.search.SortedIntDocSet
 
getBlock() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
getBlock() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
getBlock(long) - Static method in class org.apache.solr.store.blockcache.BlockDirectory
 
getBlockCache() - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
Expert: mostly for tests
getBool(String, boolean) - Method in class org.apache.solr.common.cloud.ZkNodeProps
 
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
getBool(String) - Method in class org.apache.solr.core.Config
 
getBool(String, boolean) - Method in class org.apache.solr.core.Config
 
getBooleanArg(String) - Method in class org.apache.solr.common.util.NamedList
Used for getting a boolean argument from a NamedList object.
getBooleanArg(NamedList, String) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
Deprecated.
Use NamedList.removeBooleanArg(java.lang.String) instead. Will be removed in 5.0.
getBooleanQuery(List<BooleanClause>) - Method in class org.apache.solr.parser.SolrQueryParserBase
Factory method for generating query, given a set of clauses.
getBooleanQuery(List<BooleanClause>, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
Factory method for generating query, given a set of clauses.
getBooleanQuery(List<BooleanClause>, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getBoost() - Method in class org.apache.solr.common.SolrInputField
 
getBoost() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
getBoost() - Method in class org.apache.solr.handler.dataimport.config.Field
 
getBoost(String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Get the value of any boost factor for the mapped name.
getBoost() - Method in class org.apache.solr.search.FieldParams
 
getBoost() - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
getBoost() - Method in class org.apache.solr.search.WrappedQuery
 
getBoostDocs(SolrIndexSearcher, Map<BytesRef, Integer>, Map) - Static method in class org.apache.solr.handler.component.QueryElevationComponent
 
getBoostedMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getBoostFunctions() - Method in class org.apache.solr.search.ExtendedDismaxQParser
Parses all function queries
getBoostQueries() - Method in class org.apache.solr.search.ExtendedDismaxQParser
Parses all boost queries
getBoundaryScanner(String, SolrParams) - Method in class org.apache.solr.highlight.SolrBoundaryScanner
 
getBreakIterator(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
getBufferSize() - Method in class org.apache.solr.logging.CircularList
 
getBufferStart() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
getBytes() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
getBytes() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
getCache() - Method in class org.apache.solr.search.AnalyticsQuery
 
getCache() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
getCache() - Method in interface org.apache.solr.search.ExtendedQuery
Should this query be cached in the query cache or filter cache.
getCache() - Method in class org.apache.solr.search.ExtendedQueryBase
 
getCache() - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
getCache(String) - Method in class org.apache.solr.search.SolrIndexSearcher
return the named generic cache
getCache() - Method in class org.apache.solr.store.blockcache.BlockDirectory
Expert: mostly for tests
getCacheControlHeader() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
null if no Cache-Control header
getCacheData(Context, String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
 
getCacheSep() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
getCacheSep() - Method in interface org.apache.solr.search.ExtendedQuery
If true, the clauses of this boolean query should be cached separately.
getCacheSep() - Method in class org.apache.solr.search.ExtendedQueryBase
 
getCacheSep() - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
getCanonicalUrl(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Gets a canonical form of the URL for use as main URL
getCategory() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getCategory() - Method in class org.apache.solr.core.SolrCore
 
getCategory() - Method in interface org.apache.solr.core.SolrInfoMBean
Purpose of this Class
getCategory() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getCategory() - Method in class org.apache.solr.handler.component.SearchComponent
 
getCategory() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getCategory() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getCategory() - Method in class org.apache.solr.search.LFUCache
 
getCategory() - Method in class org.apache.solr.search.QParserPlugin
 
getCategory() - Method in class org.apache.solr.search.SolrCacheBase
 
getCategory() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getCategory() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getCategory() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getCertainty() - Method in class org.apache.solr.update.processor.DetectedLanguage
Returns the detected certainty for this language
getCharacterEncoding() - Method in class org.apache.solr.spelling.FileBasedSpellChecker
 
getCharacters() - Method in class org.apache.solr.internal.csv.CharBuffer
Returns the contents of the buffer as a char[].
getCharFilterFactories() - Method in class org.apache.solr.analysis.TokenizerChain
 
getCharsetFromContentType(String) - Static method in class org.apache.solr.common.util.ContentStreamBase
 
getCheckLive() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
getChecksum() - Method in class org.apache.solr.store.blockcache.CachedIndexOutput
 
getChecksum() - Method in class org.apache.solr.store.hdfs.NullIndexOutput
 
getChild(String) - Method in class org.apache.solr.core.PluginInfo
 
getChild(Node, String) - Static method in class org.apache.solr.util.DOMUtil
 
getChildDocumentCount() - Method in class org.apache.solr.common.SolrDocument
 
getChildDocuments() - Method in class org.apache.solr.common.SolrDocument
Returns the list of child documents, or null if none.
getChildDocuments() - Method in class org.apache.solr.common.SolrInputDocument
Returns the list of child documents, or null if none.
getChildNodes(Element, String) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
 
getChildNodes(Element, String) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
 
getChildPivot() - Method in class org.apache.solr.handler.component.PivotFacetValue
The PivotFacetField corrisponding to the nested child pivot for this PivotFacetValue.
getChildren(String, Watcher, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns children of the node at the path
getChildren(String) - Method in class org.apache.solr.core.PluginInfo
Filter children by type
getChildren() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getChildren() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getChildren() - Method in class org.apache.solr.util.RTimer
Manipulating this map may have undefined results.
getClassArg() - Method in class org.apache.solr.schema.FieldType
 
getClassArg() - Method in class org.apache.solr.schema.SimilarityFactory
 
getClassLoader() - Method in class org.apache.solr.core.SolrResourceLoader
EXPERT

The underlying class loader.

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
 
getClientString() - Method in class org.apache.solr.cloud.SolrZkServer
 
getClientTimeout() - Method in class org.apache.solr.cloud.ZkController
 
getClientTimeZone() - Method in class org.apache.solr.request.SolrRequestInfo
The TimeZone specified by the request, or null if none was specified
getCloudDescriptor() - Method in class org.apache.solr.core.CoreDescriptor
 
getCloudStatus(HttpClient, String, String) - Method in class org.apache.solr.util.SolrCLI.StatusTool
Calls the CLUSTERSTATUS endpoint in Solr to get basic status information about the SolrCloud cluster.
getClusterProps() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getClusterState() - Method in class org.apache.solr.cloud.ZkController
 
getClusterState() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getCodec() - Method in class org.apache.solr.core.CodecFactory
 
getCodec() - Method in class org.apache.solr.core.SchemaCodecFactory
 
getCodec() - Method in class org.apache.solr.core.SolrCore
 
getCollatedResult() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
Return the first collated query string.
getCollatedResults() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
Return all collations.
getCollationQuery() - Method in class org.apache.solr.spelling.SpellCheckCollation
 
getCollationQueryString() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
getCollection() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getCollection() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
 
getCollection(String) - Method in class org.apache.solr.common.cloud.ClusterState
Get the named DocCollection object, or throw an exception if it doesn't exist.
getCollection() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
getCollection() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
getCollectionAlias(String) - Method in class org.apache.solr.common.cloud.Aliases
 
getCollectionAliasMap() - Method in class org.apache.solr.common.cloud.Aliases
 
getCollectionConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getCollectionCoresStatus() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
 
getCollectionName() - Method in class org.apache.solr.cloud.CloudDescriptor
 
getCollectionName() - Method in class org.apache.solr.core.CoreDescriptor
 
getCollectionNodesStatus() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
 
getCollectionOrNull(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getCollections() - Method in class org.apache.solr.common.cloud.ClusterState
Get collection names.
getCollectionsHandler() - Method in class org.apache.solr.core.CoreContainer
 
getCollectionsHandlerClass() - Method in class org.apache.solr.core.ConfigSolr
 
getCollectionStates() - Method in class org.apache.solr.common.cloud.ClusterState
 
getCollectionStatus() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
 
getCollectionZkPath() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
 
getColNameVsField() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getColumn() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
getColumn() - Method in class org.apache.solr.handler.dataimport.config.Field
 
getColumn() - Method in interface org.apache.solr.parser.CharStream
Deprecated.
getColumn() - Method in class org.apache.solr.parser.FastCharStream
 
getCommand() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getCommands() - Method in class org.apache.solr.search.Grouping
 
getCommentStart() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getCommitCount() - Method in class org.apache.solr.update.CommitTracker
 
getCommitLock() - Method in class org.apache.solr.update.DefaultSolrCoreState
 
getCommitLock() - Method in class org.apache.solr.update.SolrCoreState
 
getCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
 
getCommits() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Gets the commit points for the index.
getCommitTimestamp(IndexCommit) - Static method in class org.apache.solr.core.IndexDeletionPolicyWrapper
 
getCommitTracker() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getCommitWithin() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getCommonCollection(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getCommonParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
 
getCommonToolOptions() - Static method in class org.apache.solr.util.SolrCLI
Support options common to all tools.
getComponents() - Method in class org.apache.solr.handler.component.SearchHandler
 
getConfDir() - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
getConfig(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService
Load the ConfigSet for a core
getConfig() - Method in class org.apache.solr.core.ConfigSolr
 
getConfig() - Method in class org.apache.solr.core.CoreContainer
 
getConfig() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getConfig() - Method in class org.apache.solr.internal.csv.writer.CSVWriter
 
getConfig(SolrConfig, String) - Static method in class org.apache.solr.search.CacheConfig
 
getConfig(SolrConfig, Node) - Static method in class org.apache.solr.search.CacheConfig
 
getConfigDir() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
 
getConfigDir() - Method in class org.apache.solr.core.SolrResourceLoader
 
getConfigFile() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getConfigFileData(String, String) - Method in class org.apache.solr.cloud.ZkController
Returns config file data (in bytes)
getConfigName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getConfigName() - Method in class org.apache.solr.core.CoreDescriptor
 
getConfigResource() - Method in class org.apache.solr.core.SolrCore
Gets the configuration resource name used by this core instance.
getConfigSet() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getConfigSet() - Method in class org.apache.solr.core.CoreDescriptor
 
getConfigSetBaseDirectory() - Method in class org.apache.solr.core.ConfigSolr
 
getConfiguration() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
getConfigurer() - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
getConnection() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
 
getConnectionManager() - Method in class org.apache.solr.common.cloud.SolrZkClient
 
getConnectionManager() - Method in class org.apache.solr.update.UpdateShardHandler
 
getContainerProperties() - Method in class org.apache.solr.core.CoreContainer
 
getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getContentStream() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
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
 
getContentStreams() - Method in interface org.apache.solr.request.SolrQueryRequest
A Collection of ContentStreams passed to the request
getContentStreams() - Method in class org.apache.solr.request.SolrQueryRequestBase
A Collection of ContentStreams passed to the request
getContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
getContentType() - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
getContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getContentType() - Method in class org.apache.solr.client.solrj.ResponseParser
A well behaved ResponseParser will return it's content-type.
getContentType() - Method in interface org.apache.solr.common.util.ContentStream
 
getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
 
getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase
 
getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.BinaryResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.CSVResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.JSONResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PHPResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PHPSerializedResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PythonResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.response.QueryResponseWriter
Return the applicable Content Type for a request, this method must be thread safe.
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RawResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RubyResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.SchemaXmlResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.SortingResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.VelocityResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XMLResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XSLTResponseWriter
 
getContentType() - Method in class org.apache.solr.rest.BaseSolrResource
 
getContext() - Method in class org.apache.solr.cloud.LeaderElector
 
getContext() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getContext() - Method in interface org.apache.solr.request.SolrQueryRequest
Generic information associated with this request that may be both read and updated.
getContext() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getConvertedValueSource(String, CurrencyField.RawCurrencyValueSource) - Method in class org.apache.solr.schema.CurrencyField
Returns a ValueSource over this field in which the numeric value for each document represents the value from the underlying RawCurrencyValueSource as converted to the specified target Currency.
getCopy() - Method in class org.apache.solr.client.solrj.SolrQuery
get a deep copy of this object
getCopyFieldProperties(boolean, Set<String>, Set<String>) - Method in class org.apache.solr.schema.IndexSchema
Returns a list of copyField directives, with optional details and optionally restricting to those directives that contain the requested source and/or destination field names.
getCopyFieldsList(String) - Method in class org.apache.solr.schema.IndexSchema
Get all copy fields for a specified source field, both static and dynamic ones.
getCopyFieldsMap() - Method in class org.apache.solr.schema.IndexSchema
 
getCopySources(String) - Method in class org.apache.solr.schema.IndexSchema
Get all copy fields, both the static and the dynamic ones.
getCore() - Method in class org.apache.solr.core.AbstractSolrEventListener
 
getCore(String) - Method in class org.apache.solr.core.CoreContainer
Gets a core by name and increase its refcount.
getCore() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getCore() - Method in interface org.apache.solr.request.SolrQueryRequest
The solr core (coordinator, etc) associated with this request
getCore() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getCore() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getCoreAdminHandlerClass() - Method in class org.apache.solr.core.ConfigSolr
 
getCoreContainer() - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Getter method for the CoreContainer
getCoreContainer() - Method in class org.apache.solr.core.CoreDescriptor
 
getCoreContainer() - Method in class org.apache.solr.handler.admin.CollectionsHandler
The instance of CoreContainer this handler handles.
getCoreContainer() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
The instance of CoreContainer this handler handles.
getCoreContainer() - Method in class org.apache.solr.handler.admin.InfoHandler
The instance of CoreContainer this handler handles.
getCoreDescriptor(String) - Method in class org.apache.solr.core.CoreContainer
 
getCoreDescriptor() - Method in class org.apache.solr.core.SolrCore
 
getCoreDescriptors() - Method in class org.apache.solr.core.CoreContainer
Get the CoreDescriptors for all cores managed by this container
getCoreInitFailures() - Method in class org.apache.solr.core.CoreContainer
Returns an immutable Map of Exceptions that occured when initializing SolrCores (either at startup, or do to runtime requests to create cores) keyed off of the name (String) of the SolrCore that had the Exception during initialization.
getCoreLoadThreadCount() - Method in class org.apache.solr.core.ConfigSolr
 
getCoreName() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getCoreName() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
getCoreName() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
getCoreNames() - Method in class org.apache.solr.core.CoreContainer
 
getCoreNames(SolrCore) - Method in class org.apache.solr.core.CoreContainer
This method is currently experimental.
getCoreNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getCoreNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
getCoreNodeName() - Method in class org.apache.solr.cloud.CloudDescriptor
 
getCoreNodeName(CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
 
getCoreProperties(String) - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
getCoreProperties() - Method in class org.apache.solr.core.SolrResourceLoader
 
getCoreProperty(String, String) - Method in class org.apache.solr.core.CoreDescriptor
Returns a specific property defined on this CoreDescriptor
getCoreRootDirectory() - Method in class org.apache.solr.core.ConfigSolr
The directory against which relative core instance dirs are resolved.
getCoreRootDirectory() - Method in class org.apache.solr.core.CoreContainer
 
getCores() - Method in class org.apache.solr.core.CoreContainer
 
getCores() - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
getCoresLocator() - Method in class org.apache.solr.core.ConfigSolr
 
getCoresLocator() - Method in class org.apache.solr.core.ConfigSolrXml
 
getCoresLocator() - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
getCoresLocator() - Method in class org.apache.solr.core.CoreContainer
 
getCoreStatus() - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getCoreStatus(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getCoreStatus(CoreContainer, String, boolean) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Returns the core status for a particular core.
getCoreUrl() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getCoreUrl(ZkNodeProps) - Static method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getCoreUrl(String, String) - Static method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getCorrection() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
getCorrection() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
getCost() - Method in interface org.apache.solr.handler.component.MergeStrategy
Defines the order that the mergeStrategies are applied.
getCost() - Method in class org.apache.solr.search.AnalyticsQuery
 
getCost() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
getCost() - Method in interface org.apache.solr.search.ExtendedQuery
Returns the cost of this query, used to order checking of filters that are not cached.
getCost() - Method in class org.apache.solr.search.ExtendedQueryBase
 
getCost() - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
getCount() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getCount() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getCount() - Method in class org.apache.solr.client.solrj.response.IntervalFacet.Count
 
getCount() - Method in class org.apache.solr.client.solrj.response.PivotField
 
getCount() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
 
getCount(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
 
getCount() - Method in class org.apache.solr.handler.component.PivotFacetValue
The count corrisponding to the value modeled by this PivotFacetValue
getCount() - Method in class org.apache.solr.search.SortSpec
Gets the number of documents to return after sorting.
getCount() - Method in class org.apache.solr.util.stats.Histogram
Returns the number of values recorded.
getCount() - Method in class org.apache.solr.util.stats.Meter
 
getCount() - Method in class org.apache.solr.util.stats.Timer
 
getCountDistinct() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getCounts() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getCounts(SolrIndexSearcher, DocSet, String, int, int, int, boolean, String, String) - Static method in class org.apache.solr.request.DocValuesFacets
 
getCounts(SolrIndexSearcher, String, DocSet, boolean, String[]) - Static method in class org.apache.solr.request.DocValuesStats
 
getCounts(SolrIndexSearcher, DocSet, int, int, Integer, boolean, String, String) - Method in class org.apache.solr.request.UnInvertedField
 
getCountSorted() - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
getCountSorted(HashMap<String, TermsResponse.Term>) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
getCreateNodeSet() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getCumulativeEvictions() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCumulativeEvictions() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCumulativeHits() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCumulativeHits() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCumulativeLookups() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCumulativeLookups() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCumulativeMisses() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCumulativeMisses() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCumulativeNonLivePuts() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCumulativeNonLivePuts() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCumulativePuts() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCumulativePuts() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCurrency(String) - Static method in class org.apache.solr.schema.CurrencyField
A wrapper arround Currency.getInstance that returns null instead of throwing IllegalArgumentException if the specified Currency does not exist in this JVM.
getCurrent_page_number() - Method in class org.apache.solr.response.PageTool
 
getCurrentCapacity() - Method in class org.apache.solr.util.LongPriorityQueue
 
getCurrentDescriptors() - Method in class org.apache.solr.cloud.CurrentCoreDescriptorProvider
 
getCurrentSize() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCurrentSize() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCurrentTimestamp() - Method in class org.apache.solr.handler.dataimport.DIHProperties
 
getCursorMark() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getCursorMark() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getCustomParams(String, SolrParams) - Method in class org.apache.solr.handler.component.SpellCheckComponent
For every param that is of the form "spellcheck.
getCustomSearch(Folder) - Method in interface org.apache.solr.handler.dataimport.MailEntityProcessor.CustomFilter
 
getData(String, Watcher, Stat, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns node's data
getData(String) - Method in class org.apache.solr.handler.dataimport.BinContentStreamDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.BinFileDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.BinURLDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.ContentStreamDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.DataSource
Get records for the given query.The return type depends on the implementation .
getData(String) - Method in class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.FieldStreamDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.FileDataSource
Returns a reader for the given file.
getData(String) - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.MockDataSource
 
getData(String) - Method in class org.apache.solr.handler.dataimport.URLDataSource
 
getDataConfig() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getDataDir() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
getDataDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getDataDir() - Method in class org.apache.solr.core.CoreDescriptor
 
getDataDir() - Method in class org.apache.solr.core.SolrConfig
 
getDataDir() - Method in class org.apache.solr.core.SolrCore
 
getDataDir() - Method in class org.apache.solr.core.SolrResourceLoader
 
getDataHome(CoreDescriptor) - Method in class org.apache.solr.core.DirectoryFactory
 
getDataHome(CoreDescriptor) - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
getDataSource() - Method in class org.apache.solr.handler.dataimport.Context
Gets the datasource instance defined for this entity.
getDataSource(String) - Method in class org.apache.solr.handler.dataimport.Context
Gets a new DataSource instance with a name.
getDataSource() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getDataSource(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getDatasource() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getDataSourceInstance(Entity, String, Context) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getDataSourceName() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getDataSources() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getDateMathParser(Locale, TimeZone) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
 
getDBQNewer(long) - Method in class org.apache.solr.update.UpdateLog
 
getDebugInfo() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getDebugInfo() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getDebugInterests(String[], ResponseBuilder) - Static method in class org.apache.solr.util.SolrPluginUtils
 
getDebugMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getDefaultCollection() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Gets the default collection for request
getDefaultComponents() - Method in class org.apache.solr.handler.component.SearchHandler
 
getDefaultComponents() - Method in class org.apache.solr.handler.RealTimeGetHandler
 
getDefaultCoreName() - Method in class org.apache.solr.core.ConfigSolr
 
getDefaultCoreName() - Method in class org.apache.solr.core.ConfigSolrXml
 
getDefaultCoreName() - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
getDefaultCoreName() - Method in class org.apache.solr.core.CoreContainer
the default core name, or null if there is no default core name
getDefaultField() - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getDefaultField(IndexSchema, String) - Static method in class org.apache.solr.search.QueryParsing
Returns the effective default field based on the 'df' param or hardcoded schema default.
getDefaultHighlightFields() - Method in class org.apache.solr.search.DisMaxQParser
 
getDefaultHighlightFields() - Method in class org.apache.solr.search.ExtendedDismaxQParser
 
getDefaultHighlightFields() - Method in class org.apache.solr.search.LuceneQParser
 
getDefaultHighlightFields() - Method in class org.apache.solr.search.QParser
 
getDefaultLuceneMatchVersion() - Method in class org.apache.solr.schema.IndexSchema
The Default Lucene Match Version for this IndexSchema
getDefaultOperator() - Method in class org.apache.solr.parser.SolrQueryParserBase
Gets implicit operator setting, which will be either AND_OPERATOR or OR_OPERATOR.
getDefaultPackages() - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Where to look for classes
getDefaultSearchFieldName() - Method in class org.apache.solr.schema.IndexSchema
Name of the default search field specified in the schema file.
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
Defines the default selection behavior when the user has not configured any specific criteria for selecting fields.
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.FirstFieldValueUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.HTMLStripFieldUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.LastFieldValueUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.MaxFieldValueUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.MinFieldValueUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
Returns true if the field doesn't match any schema field or dynamic field, or if the matched field's type is BoolField
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
Returns true if the field doesn't match any schema field or dynamic field, or if the matched field's type is BoolField
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
Returns true if the field doesn't match any schema field or dynamic field, or if the matched field's type is compatible
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.RegexReplaceProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
 
getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
getDefaultValue() - Method in class org.apache.solr.schema.SchemaField
 
getDefaultWT() - Method in class org.apache.solr.handler.loader.ContentStreamLoader
 
getDefaultWT() - Method in class org.apache.solr.handler.loader.JsonLoader
 
getDefaultWT() - Method in class org.apache.solr.handler.loader.XMLLoader
 
getDelegate() - Method in class org.apache.solr.search.DelegatingCollector
 
getDelegate() - Method in class org.apache.solr.search.grouping.collector.FilterCollector
Returns the delegate collector
getDeleteById() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDeleteByIdMap() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDeleteByQuery(long) - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
Returns the list of deleteByQueries that happened after the given version
getDeleteQuery() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDeleteQuery() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getDeletionPolicy() - Method in class org.apache.solr.core.SolrCore
 
getDelimiter() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getDelimiter() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
getDeltaImportQuery(String) - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
getDescription() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getDescription() - Method in class org.apache.solr.core.SolrCore
 
getDescription() - Method in interface org.apache.solr.core.SolrInfoMBean
Simple one or two line description
getDescription() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getDescription() - Method in class org.apache.solr.handler.admin.CollectionsHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.InfoHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.LoggingHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.PluginInfoHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.PropertiesRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.SystemInfoHandler
 
getDescription() - Method in class org.apache.solr.handler.admin.ThreadDumpHandler
 
getDescription() - Method in class org.apache.solr.handler.BinaryUpdateRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.handler.component.DebugComponent
 
getDescription() - Method in class org.apache.solr.handler.component.ExpandComponent
 
getDescription() - Method in class org.apache.solr.handler.component.FacetComponent
 
getDescription() - Method in class org.apache.solr.handler.component.HighlightComponent
 
getDescription() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
getDescription() - Method in class org.apache.solr.handler.component.QueryComponent
 
getDescription() - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
getDescription() - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
getDescription() - Method in class org.apache.solr.handler.component.ResponseLogComponent
 
getDescription() - Method in class org.apache.solr.handler.component.SearchComponent
 
getDescription() - Method in class org.apache.solr.handler.component.SearchHandler
 
getDescription() - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getDescription() - Method in class org.apache.solr.handler.component.StatsComponent
 
getDescription() - Method in class org.apache.solr.handler.component.SuggestComponent
 
getDescription() - Method in class org.apache.solr.handler.component.TermsComponent
 
getDescription() - Method in class org.apache.solr.handler.component.TermVectorComponent
 
getDescription() - Method in class org.apache.solr.handler.CSVRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getDescription() - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.DumpRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.JsonUpdateRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getDescription() - Method in class org.apache.solr.handler.PingRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.RealTimeGetHandler
 
getDescription() - Method in class org.apache.solr.handler.ReplicationHandler
 
getDescription() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getDescription() - Method in class org.apache.solr.handler.StandardRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.UpdateRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
 
getDescription() - Method in class org.apache.solr.highlight.DefaultEncoder
 
getDescription() - Method in class org.apache.solr.highlight.GapFragmenter
 
getDescription() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getDescription() - Method in class org.apache.solr.highlight.HtmlEncoder
 
getDescription() - Method in class org.apache.solr.highlight.HtmlFormatter
 
getDescription() - Method in class org.apache.solr.highlight.RegexFragmenter
 
getDescription() - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
 
getDescription() - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
 
getDescription() - Method in class org.apache.solr.highlight.SimpleFragListBuilder
 
getDescription() - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
 
getDescription() - Method in class org.apache.solr.highlight.SingleFragListBuilder
 
getDescription() - Method in class org.apache.solr.highlight.WeightedFragListBuilder
 
getDescription() - Method in class org.apache.solr.search.FastLRUCache
 
getDescription() - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
getDescription() - Method in class org.apache.solr.search.LFUCache
 
getDescription() - Method in class org.apache.solr.search.LRUCache
 
getDescription() - Method in class org.apache.solr.search.QParserPlugin
 
getDescription() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getDescription() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getDescription() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getDestDynamicBase() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
 
getDestFieldName() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
 
getDestination() - Method in class org.apache.solr.schema.CopyField
 
getDictionaryName() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
getDictionaryName() - Method in class org.apache.solr.spelling.SolrSpellChecker
 
getDiff(NamedList<NamedList<NamedList<Object>>>, NamedList<NamedList<NamedList<Object>>>, boolean) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
getDimension() - Method in class org.apache.solr.schema.CoordinateFieldType
 
getDirectory() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
getDirectoryFactory() - Method in class org.apache.solr.core.SolrCore
 
getDirectoryFactory() - Method in class org.apache.solr.update.DefaultSolrCoreState
 
getDirectoryFactory() - Method in class org.apache.solr.update.SolrCoreState
 
getDisplay() - Method in enum org.apache.solr.common.luke.FieldFlag
 
getDistinct() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getDistinctValues() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getDistributedConnectionTimeout() - Method in class org.apache.solr.core.ConfigSolr
 
getDistributedSocketTimeout() - Method in class org.apache.solr.core.ConfigSolr
 
getDoc(Document) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
getDocBuilder() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getDocBuilder(DIHWriter, RequestInfo) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getDocIdSet(Map, AtomicReaderContext, Bits) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getDocIdSet(Map, AtomicReaderContext, Bits) - Method in class org.apache.solr.search.SolrFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.solr.search.SolrFilter
 
getDocIterator() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDocList(GroupDocs) - Method in class org.apache.solr.search.Grouping.Command
 
getDocList(Query, Query, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and filter and sorted by sort.
getDocList(Query, List<Query>, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and the intersection of the filterList, sorted by sort.
getDocList(Query, DocSet, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and filter and sorted by sort.
getDocList() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
getDocListAndSet(Query, Query, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and filter and sorted by sort.
getDocListAndSet(Query, Query, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and filter and sorted by sort.
getDocListAndSet(Query, List<Query>, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and the intersection of filterList, sorted by sort.
getDocListAndSet(Query, List<Query>, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and the intersection of filterList, sorted by sort.
getDocListAndSet(Query, DocSet, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and filter and sorted by sort.
getDocListAndSet(Query, DocSet, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns documents matching both query and filter and sorted by sort.
getDocListAndSet() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
getDocRouter(String) - Static method in class org.apache.solr.common.cloud.DocRouter
 
getDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getDocs() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getDocs() - Method in class org.apache.solr.core.SolrCore
 
getDocs() - Method in interface org.apache.solr.core.SolrInfoMBean
Documentation URL list.
getDocs() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getDocs() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getDocs() - Method in class org.apache.solr.handler.component.DebugComponent
 
getDocs() - Method in class org.apache.solr.handler.component.ExpandComponent
 
getDocs() - Method in class org.apache.solr.handler.component.FacetComponent
 
getDocs() - Method in class org.apache.solr.handler.component.HighlightComponent
 
getDocs() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
getDocs() - Method in class org.apache.solr.handler.component.QueryComponent
 
getDocs() - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
getDocs() - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
getDocs() - Method in class org.apache.solr.handler.component.SearchComponent
 
getDocs() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getDocs() - Method in class org.apache.solr.handler.RealTimeGetHandler
 
getDocs() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getDocs() - Method in class org.apache.solr.handler.StandardRequestHandler
 
getDocs() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getDocs() - Method in class org.apache.solr.search.LFUCache
 
getDocs() - Method in class org.apache.solr.search.QParserPlugin
 
getDocs() - Method in class org.apache.solr.search.SolrCacheBase
 
getDocs() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getDocs() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getDocs() - Method in class org.apache.solr.search.SortedIntDocSet
 
getDocs() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getDocSet() - Method in class org.apache.solr.search.DocSetCollector
 
getDocSet() - Method in class org.apache.solr.search.DocSetDelegateCollector
 
getDocSet(Query) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the set of document ids matching a query.
getDocSet(List<Query>) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the set of document ids matching all queries.
getDocSet(SolrIndexSearcher.DocsEnumState) - Method in class org.apache.solr.search.SolrIndexSearcher
lucene.internal
getDocSet(Query, DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the set of document ids matching both the query and the filter.
getDocSet() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
getDocSetNC(Query, DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher
 
getDocument() - Method in class org.apache.solr.core.Config
 
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
 
getDocumentsMap() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getDocValuesFormat() - Method in class org.apache.solr.schema.FieldType
 
getDouble(String) - Method in class org.apache.solr.common.params.SolrParams
Returns the Float value of the param, or null if not set
getDouble(String, double) - Method in class org.apache.solr.common.params.SolrParams
Returns the float value of the param, or def if not set
getDouble(String) - Method in class org.apache.solr.core.Config
 
getDouble(String, double) - Method in class org.apache.solr.core.Config
 
getDurationUnit() - Method in class org.apache.solr.util.stats.Timer
Returns the timer's duration scale unit.
getDynamicCopyFields() - Method in class org.apache.solr.schema.IndexSchema
 
getDynamicFieldPrototypes() - Method in class org.apache.solr.schema.IndexSchema
 
getDynamicFields() - Method in class org.apache.solr.schema.IndexSchema
 
getDynamicFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
Returns dynamic field lists from the map constructed in doInit()
getDynamicFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeResource
Returns a dynamic field list using the given field type by iterating over all dynamic fields defined in the schema.
getDynamicFieldType(String) - Method in class org.apache.solr.schema.IndexSchema
Returns the FieldType of the best matching dynamic field for the specified field name
getDynamicPattern(String) - Method in class org.apache.solr.schema.IndexSchema
 
getElapsedTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getElapsedTime() - Method in class org.apache.solr.client.solrj.SolrResponse
 
getElapsedTime() - Method in class org.apache.solr.cloud.OverseerSolrResponse
 
getEmptyHighlight(String, BreakIterator, int) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
getEncapsulator() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getEncoder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultEncoder
 
getEncoder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return an Encoder appropriate for this field.
getEncoder(String, SolrParams) - Method in class org.apache.solr.highlight.HtmlEncoder
 
getEncoder(String, SolrParams) - Method in interface org.apache.solr.highlight.SolrEncoder
Return an Encoder appropriate for this field.
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
getEnd() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getEndColumn() - Method in interface org.apache.solr.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class org.apache.solr.parser.FastCharStream
 
getEndLine() - Method in interface org.apache.solr.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class org.apache.solr.parser.FastCharStream
 
getEndOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getEndTime() - Method in class org.apache.solr.response.SolrQueryResponse
Get the time in milliseconds when the response officially finished.
getEntities() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getEntitiesToRun() - Method in class org.apache.solr.handler.dataimport.RequestInfo
Returns null if we are to run all entities, otherwise just run the entities named in the list.
getEntity() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
getEntity() - Method in class org.apache.solr.handler.dataimport.config.Field
 
getEntity() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.Context
Get the value of any attribute put into this entity
getEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getEntityProcessor() - Method in class org.apache.solr.handler.dataimport.Context
Returns the instance of EntityProcessor used for this entity
getEntityProcessor() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getEntityProcessorWrapper(Entity) - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
getErrCode() - Method in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
getErrHeader() - Method in class org.apache.solr.handler.ContentStreamLoader
 
getErrorCode(int) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
 
getErrorCount(String) - Method in class org.apache.solr.cloud.Overseer.Stats
 
getErrorInfo(Throwable, NamedList, Logger) - Static method in class org.apache.solr.servlet.ResponseUtils
Adds the given Throwable's message to the given NamedList.
getErrorMessages() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
 
getErrors() - Method in class org.apache.solr.update.SolrCmdDistributor
 
getErrors() - Method in class org.apache.solr.update.StreamingSolrServers
 
getEscape() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getEtagSeed() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
getEventType() - Method in class org.apache.solr.util.stats.Meter
 
getEventType() - Method in class org.apache.solr.util.stats.Timer
 
getException() - Method in class org.apache.solr.handler.component.ShardResponse
 
getException() - Method in class org.apache.solr.response.SolrQueryResponse
Returns an Exception if there was a fatal error in processing the request.
getExchangeRate(String, String) - Method in interface org.apache.solr.schema.ExchangeRateProvider
Get the exchange rate betwen the two given currencies
getExchangeRate(String, String) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
Returns the currently known exchange rate between two currencies.
getExpandedResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getExpireAt() - Method in class org.apache.solr.common.cloud.RoutingRule
 
getExplainMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getExplanations(Query, DocList, SolrIndexSearcher, IndexSchema) - Static method in class org.apache.solr.util.SolrPluginUtils
Generates an NamedList of Explanations for each item in a list of docs.
getExplicitField() - Method in class org.apache.solr.parser.SolrQueryParserBase
For a fielded query, returns the actual field specified (i.e. null if default is being used) myfield:A or myfield:(A B C) will both return "myfield"
getExplicitPassword() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
Gets the explicit password, if set
getExplicitValuesList() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Read-Only access to the Collection of PivotFacetValues corrisponding to non-missing values.
getExplicitValuesListSize() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
getExternalSubset(String, String) - Method in class org.apache.solr.util.SystemIdResolver
 
getFacetCounts() - Method in class org.apache.solr.request.SimpleFacets
Looks at various Params to determining if any simple Facet Constraint count computations are desired.
getFacetDate(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetDateCounts() - Method in class org.apache.solr.request.SimpleFacets
Deprecated.
Use getFacetRangeCounts which is more generalized
getFacetDateCounts(String, NamedList<Object>) - Method in class org.apache.solr.request.SimpleFacets
Deprecated.
Use getFacetRangeCounts which is more generalized
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
getFacetFieldCounts() - Method in class org.apache.solr.request.SimpleFacets
Returns a list of value constraints and the associated facet counts for each facet field specified in the params.
getFacetFields() - Method in class org.apache.solr.client.solrj.response.QueryResponse
getFacetFields() - Method in class org.apache.solr.client.solrj.SolrQuery
get the facet fields
getFacetIntervalCounts() - Method in class org.apache.solr.request.SimpleFacets
Returns a NamedList with each entry having the "key" of the interval as name and the count of docs in that interval as value.
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
getFacetPivot() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetQuery() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet queries
getFacetQueryCounts() - Method in class org.apache.solr.request.SimpleFacets
Returns a list of facet counts for each of the facet queries specified in the params
getFacetRangeCounts() - Method in class org.apache.solr.request.SimpleFacets
Returns a list of value constraints and the associated facet counts for each facet numerical field, range, and interval specified in the SolrParams
getFacetRanges() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacets() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getFacetSort() - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated.
getFacetSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet sort
getFacetTermEnumCounts(SolrIndexSearcher, DocSet, String, int, int, int, boolean, String, String) - Method in class org.apache.solr.request.SimpleFacets
Returns a list of terms in the specified field along with the corresponding count of documents in the set that match that constraint.
getFactories() - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
Returns the underlying array of factories used in this chain.
getFailureDetails(String) - Method in class org.apache.solr.cloud.Overseer.Stats
 
getField() - Method in class org.apache.solr.client.solrj.response.IntervalFacet
 
getField() - Method in class org.apache.solr.client.solrj.response.PivotField
 
getField(String) - Method in class org.apache.solr.common.SolrInputDocument
 
getField(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
 
getField(String) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
getField(String) - Method in class org.apache.solr.parser.SolrQueryParserBase
Handles the default field if null is passed
getField(String) - Method in class org.apache.solr.schema.IndexSchema
Returns the SchemaField that should be used for the specified field name
getField() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
getField() - Method in class org.apache.solr.search.FieldParams
 
getField() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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.
getFieldCacheCounts(SolrIndexSearcher, DocSet, String, int, int, int, boolean, String, String) - Static method in class org.apache.solr.request.SimpleFacets
Use the Lucene FieldCache to get counts for each unique field value in docs.
getFieldDouble(String, String) - Method in class org.apache.solr.common.params.SolrParams
Returns the float value of the field param.
getFieldDouble(String, String, double) - 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.
getFieldFlags() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getFieldFlagsKey() - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
 
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.
getFieldMissingCount(SolrIndexSearcher, DocSet, String) - Static method in class org.apache.solr.request.SimpleFacets
Returns a count of the documents in the set which do not have any terms for for the specified field.
getFieldName() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
Returns the field name.
getFieldName() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
 
getFieldName(String, int, int) - Method in class org.apache.solr.search.ExtendedDismaxQParser
returns a field name or legal field alias from the current position of the string
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.
getFieldNames() - Method in class org.apache.solr.search.SolrIndexSearcher
Returns a collection of all field names the index reader knows about.
getFieldOrNull(String) - Method in class org.apache.solr.schema.IndexSchema
Returns the SchemaField that should be used for the specified field name, or null if none exists.
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.
getFieldQuery(String, String, int) - Method in class org.apache.solr.parser.SolrQueryParserBase
getFieldQuery(String, String, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
Throws UnsupportedOperationException()
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.CurrencyField
 
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.FieldType
Returns a Query instance for doing searches against a field.
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.LatLonType
 
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.PointType
 
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.TextField
 
getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.TrieField
 
getFieldQuery(String, String, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getFieldQuery(String, String, int) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getFieldQuery(String, String, boolean) - Method in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
Delegates to the super class unless the field has been specified as an alias -- in which case we recurse on each of the aliased fields, and the results are composed into a DisjunctionMaxQuery.
getFields() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getFields() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getFields() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
getFields() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the Map containing all explicit (ie: non-dynamic) fields in the index, keyed on field name.
getFields() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getFieldStatsInfo() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFieldsToAnalyze() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
getFieldsWithDefaultValue() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the List containing all fields with a default value
getFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
Returns field lists from the map constructed in doInit()
getFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeResource
Returns a field list using the given field type by iterating over all fields defined in the schema.
getFieldType() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
 
getFieldType(String) - Method in class org.apache.solr.schema.IndexSchema
Returns the FieldType for the specified field name.
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.
getFieldTypeByName(String) - Method in class org.apache.solr.schema.IndexSchema
Given the name of a FieldType (not to be confused with IndexSchema.getFieldType(String) which takes in the name of a field), return the FieldType.
getFieldTypeInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldTypeInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldTypeName() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getFieldTypeNoEx(String) - Method in class org.apache.solr.schema.IndexSchema
Returns the FieldType for the specified field name.
getFieldTypes() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Returns a list of field types the analysis should be performed on.
getFieldTypes() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the Map containing all Field Types in the index, keyed on field type name.
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.
getFieldValueCache() - Method in class org.apache.solr.search.SolrIndexSearcher
expert: internal API, subject to change
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.
getFieldWriters(String[], SolrIndexSearcher) - Method in class org.apache.solr.response.SortingResponseWriter
 
getFifteenMinuteRate() - Method in class org.apache.solr.util.stats.Meter
 
getFifteenMinuteRate() - Method in class org.apache.solr.util.stats.Timer
 
getFile() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
getFileFilterFromFileTypes(String) - Method in class org.apache.solr.util.SimplePostTool
 
getFileFloatSource(SchemaField) - Method in class org.apache.solr.schema.ExternalFileField
Get a FileFloatSource for the given field, using the datadir from the IndexSchema
getFileFloatSource(SchemaField, String) - Method in class org.apache.solr.schema.ExternalFileField
Get a FileFloatSource for the given field.
getFileName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
getFilePointer() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
getFilePointer() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
getFilePointer() - Method in class org.apache.solr.store.hdfs.NullIndexOutput
 
getFileSystem() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
getFill() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
getFill() - Method in class org.apache.solr.internal.csv.writer.CSVField
 
getFillChar() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
getFilter() - Method in class org.apache.solr.search.SolrConstantScoreQuery
Returns the encapsulated filter
getFilter() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getFilterCollector(IndexSearcher) - Method in class org.apache.solr.search.AnalyticsQuery
 
getFilterCollector(IndexSearcher) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
getFilterCollector(IndexSearcher) - Method in class org.apache.solr.search.FunctionRangeQuery
 
getFilterCollector(IndexSearcher) - Method in interface org.apache.solr.search.PostFilter
Returns a DelegatingCollector to be run after the main query and all of it's filters, but before any sorting or grouping collectors
getFilterList() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getFilterQueries() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getFilters() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getFirstMatch(Term) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the first document number containing the term t Returns -1 if no document was found.
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
 
getFiveMinuteRate() - Method in class org.apache.solr.util.stats.Meter
 
getFiveMinuteRate() - Method in class org.apache.solr.util.stats.Timer
 
getFlag(char) - Static method in enum org.apache.solr.common.luke.FieldFlag
 
getFlags() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getFlags() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getFlags() - Method in class org.apache.solr.update.UpdateCommand
 
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
getFloat(String) - Method in class org.apache.solr.core.Config
 
getFloat(String, float) - Method in class org.apache.solr.core.Config
 
getFormatter(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return a Formatter appropriate for this field.
getFormatter(String, SolrParams) - Method in class org.apache.solr.highlight.HtmlFormatter
 
getFormatter(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
getFormatter(String, SolrParams) - Method in interface org.apache.solr.highlight.SolrFormatter
Return a Formatter appropriate for this field.
getFormUploadLimitKB() - Method in class org.apache.solr.core.SolrConfig
 
getFragListBuilder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
 
getFragListBuilder(SolrParams) - Method in class org.apache.solr.highlight.SimpleFragListBuilder
 
getFragListBuilder(SolrParams) - Method in class org.apache.solr.highlight.SingleFragListBuilder
 
getFragListBuilder(SolrParams) - Method in interface org.apache.solr.highlight.SolrFragListBuilder
Return a FragListBuilder.
getFragListBuilder(SolrParams) - Method in class org.apache.solr.highlight.WeightedFragListBuilder
 
getFragmenter(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return a Fragmenter appropriate for this field.
getFragmenter(String, SolrParams) - Method in class org.apache.solr.highlight.GapFragmenter
 
getFragmenter(String, SolrParams) - Method in class org.apache.solr.highlight.RegexFragmenter
 
getFragmenter(String, SolrParams) - Method in interface org.apache.solr.highlight.SolrFragmenter
Return a Fragmenter appropriate for this field.
getFragmentsBuilder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
 
getFragmentsBuilder(SolrParams, String[], String[], BoundaryScanner) - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
 
getFragmentsBuilder(SolrParams, String[], String[], BoundaryScanner) - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
 
getFragmentsBuilder(SolrParams, BoundaryScanner) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
Return a FragmentsBuilder appropriate for this field.
getFragmentsBuilder(SolrParams, String[], String[], BoundaryScanner) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
 
getFrequency() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
getFromRowCache() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getFromRowCacheTransformed() - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
 
getFs() - Method in class org.apache.solr.update.UpdateLog
 
getFunctionName() - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
 
getFunctions() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getFunctions() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getFuzzyMinSim() - Method in class org.apache.solr.parser.SolrQueryParserBase
Get the minimal similarity for fuzzy queries.
getFuzzyPrefixLength() - Method in class org.apache.solr.parser.SolrQueryParserBase
Get the prefix length for fuzzy queries.
getFuzzyQuery(String, String, float) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getFuzzyQuery(String, String, float) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getGap() - Method in class org.apache.solr.client.solrj.response.FacetField
Date Gap Facet parameter
getGap() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getGenericCoreNodeNames() - Method in class org.apache.solr.core.ConfigSolr
 
getGlobbedId(String) - Method in class org.apache.solr.search.QueryParsing.StrParser
 
getGroupedCounts(SolrIndexSearcher, DocSet, String, boolean, int, int, int, boolean, String, String) - Method in class org.apache.solr.request.SimpleFacets
 
getGroupedFacetQueryCount(Query) - Method in class org.apache.solr.request.SimpleFacets
Returns a grouped facet count for the facet query
getGroupingSpec() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getGroupLimit() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getGroupOffset() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getGroupResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
Returns the GroupResponse containing the group commands.
getGroupSort() - Method in interface org.apache.solr.search.grouping.Command
 
getGroupSort() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
 
getGroupSort() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
 
getGroupSort() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
 
getGroupSort() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getGroupValue() - Method in class org.apache.solr.client.solrj.response.Group
Returns the common group value that all documents share inside this group.
getHandlerClass() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getHandlerName() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getHashableId() - Method in class org.apache.solr.update.AddUpdateCommand
 
getHdfsDirPath() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
getHead(Handler) - Method in class org.apache.solr.SolrLogFormatter
 
getHeader() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHeapArray() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
This method returns the internal heap array as Object[].
getHiddenFiles() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getHighlight() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlighter(SolrCore) - Static method in class org.apache.solr.handler.component.HighlightComponent
 
getHighlighter() - Method in class org.apache.solr.handler.component.HighlightComponent
 
getHighlighter(Query, String, SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return a Highlighter appropriate for this field.
getHighlighter(SolrQueryRequest) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
Creates an instance of the Lucene PostingsHighlighter.
getHighlightFields() - Method in class org.apache.solr.client.solrj.SolrQuery
get list of highlighted fields
getHighlightFields(Query, SolrQueryRequest, String[]) - Method in class org.apache.solr.highlight.SolrHighlighter
Return a String array of the fields to be highlighted.
getHighlightFragsize() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlighting() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHighlightQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getHighlightQuery() - Method in class org.apache.solr.search.DisMaxQParser
 
getHighlightQuery() - Method in class org.apache.solr.search.ExtendedDismaxQParser
 
getHighlightQuery() - Method in class org.apache.solr.search.QParser
 
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
 
getHistory(long, AtomicBoolean) - Method in class org.apache.solr.logging.LogWatcher
 
getHistorySize() - Method in class org.apache.solr.logging.LogWatcher
 
getHits() - Method in class org.apache.solr.spelling.SpellCheckCollation
 
getHost() - Method in class org.apache.solr.core.ConfigSolr
 
getHostName() - Method in class org.apache.solr.cloud.ZkController
 
getHostName() - Method in class org.apache.solr.core.CoreContainer
 
getHostPort() - Method in class org.apache.solr.cloud.ZkController
 
getHttpCachingConfig() - Method in class org.apache.solr.core.SolrConfig
 
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Return the HttpClient this instance uses.
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
getHttpClient() - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
Factory method that returns a HttpClient instance used for interfacing with a source Solr service.
getHttpClient() - Method in class org.apache.solr.update.StreamingSolrServers
 
getHttpClient() - Method in class org.apache.solr.update.UpdateShardHandler
 
getHttpClient() - Static method in class org.apache.solr.util.SolrCLI
 
getHttpHeader(String) - Method in class org.apache.solr.response.SolrQueryResponse
Gets the value of the response header with the given name.
getHttpHeaders(String) - Method in class org.apache.solr.response.SolrQueryResponse
Gets the values of the response header with the given name.
getId() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
getId() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
getId(SolrInputDocument, SolrParams) - Method in class org.apache.solr.common.cloud.HashBasedRouter
 
getId() - Method in class org.apache.solr.update.DeleteUpdateCommand
 
getIdCacheData(Context, String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
If the where clause is present the cache is sql Vs Map of key Vs List of Rows.
getIdField() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
getIdSet() - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
 
getIgnoreCase() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
getIgnoreCase(NamedList<?>) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
getIgnoreCase() - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Returns the boolean value of the ManagedWordSetResource.IGNORE_CASE_INIT_ARG init arg, or the default value (false) if it has not been specified
getIgnoreCase(NamedList<?>) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Returns the boolean value of the ManagedWordSetResource.IGNORE_CASE_INIT_ARG init arg, or the default value (false) if it has not been specified
getIgnoreEmptyLines() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getIgnoreLeadingWhitespaces() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getIgnoreTrailingWhitespaces() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
GetImage() - Method in interface org.apache.solr.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class org.apache.solr.parser.FastCharStream
 
getImporter() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getIndex() - Method in enum org.apache.solr.util.PivotListEntry
Indec of this entry when used in response
getIndexAnalyzer(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
getIndexAnalyzer() - Method in class org.apache.solr.schema.BoolField
 
getIndexAnalyzer() - Method in class org.apache.solr.schema.CollationField
 
getIndexAnalyzer() - Method in class org.apache.solr.schema.FieldType
Returns the Analyzer to be used when indexing fields of this type.
getIndexAnalyzer() - Method in class org.apache.solr.schema.ICUCollationField
 
getIndexAnalyzer() - Method in class org.apache.solr.schema.IndexSchema
Returns the Analyzer used when indexing documents for this index This Analyzer is field (and dynamic field) name aware, and delegates to a field specific Analyzer based on the field type.
getIndexAnalyzer() - Method in class org.apache.solr.schema.PreAnalyzedField
 
getIndexDir() - Method in class org.apache.solr.core.SolrCore
 
getIndexDir() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getIndexDirectory() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getIndexDirs() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
getIndexedId() - Method in class org.apache.solr.update.AddUpdateCommand
Returns the indexed ID for this document.
getIndexedId() - Method in class org.apache.solr.update.DeleteUpdateCommand
Returns the indexed ID for this delete.
getIndexInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getIndexInfo(DirectoryReader, boolean) - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
Deprecated.
use LukeRequestHandler.getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter and this was always called with "false" anyway from CoreAdminHandler
getIndexInfo(DirectoryReader) - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getIndexOptions(SchemaField, String) - Method in class org.apache.solr.schema.FieldType
 
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.
getIndexReader() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getIndexReaderFactory() - Method in class org.apache.solr.core.SolrCore
 
getIndexSchema() - Method in class org.apache.solr.core.ConfigSet
 
getIndexWriter(SolrCore) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
getIndexWriter(SolrCore) - Method in class org.apache.solr.update.SolrCoreState
Get the current IndexWriter.
getInfo() - Method in class org.apache.solr.logging.LoggerInfo
 
getInfo() - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
getInfo() - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
getInfo() - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
 
getInfo() - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
getInfoHandler() - Method in class org.apache.solr.core.CoreContainer
 
getInfoHandlerClass() - Method in class org.apache.solr.core.ConfigSolr
 
getInfoMBeans() - Method in class org.apache.solr.core.SolrResourceLoader
 
getInfoRegistry() - Method in class org.apache.solr.core.SolrCore
Returns a Map of name vs SolrInfoMBean objects.
getInitArgs() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getInitializedOn() - Method in class org.apache.solr.rest.ManagedResource
Returns this resource's initialization timestamp.
getInputDocument(SolrCore, BytesRef) - Static method in class org.apache.solr.handler.component.RealTimeGetComponent
 
getInputDocumentFromTlog(SolrCore, BytesRef) - Static method in class org.apache.solr.handler.component.RealTimeGetComponent
returns the SolrInputDocument from the current tlog, or DELETED if it has been deleted, or null if there is no record of it in the current update log.
getInputStream() - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
Allow override.
getInQueue(SolrZkClient) - Static method in class org.apache.solr.cloud.Overseer
Get queue that can be used to send messages to Overseer.
getInst(String, List<String>) - Static method in class org.apache.solr.common.util.JsonRecordReader
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DefaultValueUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.HTMLStripFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.LogUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.NoOpDistributingUpdateProcessorFactory
Returns null
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseDoubleFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseFloatFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseIntFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseLongFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RegexpBoostProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RegexReplaceProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RemoveBlankFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RunUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TimestampUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TrimFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.URLClassifyProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
 
getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getInstanceDir() - Method in class org.apache.solr.core.CoreDescriptor
 
getInstanceDir() - Method in class org.apache.solr.core.SolrResourceLoader
 
getInt(String, Integer) - Method in class org.apache.solr.common.cloud.ZkNodeProps
Get a string property value.
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
getInt(String) - Method in class org.apache.solr.core.Config
 
getInt(String, int) - Method in class org.apache.solr.core.Config
 
getInternalArray() - Method in class org.apache.solr.util.LongPriorityQueue
Returns the array used to hold the heap, with the smallest item at array[1] and the last (but not necessarily largest) at array[size()].
getInternalRank() - Method in class org.apache.solr.spelling.SpellCheckCollation
 
getIntervalFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getIntervals() - Method in class org.apache.solr.client.solrj.response.IntervalFacet
 
getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Retrieve the default list of parameters are added to every request regardless.
getIsLoadOnStartup() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getIsTransient() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getItem() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Gets the item to sort, typically a function or a fieldname
getJson(String) - Static method in class org.apache.solr.util.SolrCLI
Useful when a tool just needs to send one request to Solr.
getJson(HttpClient, String, int) - Static method in class org.apache.solr.util.SolrCLI
Utility function for sending HTTP GET request to Solr with built-in retry support.
getJson(HttpClient, String) - Static method in class org.apache.solr.util.SolrCLI
Utility function for sending HTTP GET request to Solr and then doing some validation of the response.
getJvmInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
Get JVM Info - including memory info
getKey() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.ServerWrapper
 
getKey() - Method in class org.apache.solr.client.solrj.response.IntervalFacet.Count
 
getKey() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
 
getKey() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
returns the key in the response that this facet will be under
getKey(SolrDocument) - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
 
getKey() - Method in interface org.apache.solr.search.grouping.Command
 
getKey() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
 
getKey() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
 
getKey() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
 
getKeyStore() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
getKeyStorePassword() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
getLangCode() - Method in class org.apache.solr.update.processor.DetectedLanguage
Returns the detected language code
getLanguage() - Method in class org.apache.solr.handler.dataimport.config.Script
 
getLastAccess() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
getLastEvent() - Method in class org.apache.solr.logging.LogWatcher
 
getLastLogId() - Method in class org.apache.solr.update.UpdateLog
 
getLastModFrom() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
getLastModified(Resource) - Method in class org.apache.solr.response.SolrParamResourceLoader
 
getLastModified(Resource) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
 
getLastPublished() - Method in class org.apache.solr.cloud.CloudDescriptor
 
getLatestAccessedItems(int) - Method in class org.apache.solr.util.ConcurrentLRUCache
 
getLatestCommit() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Gets the most recent commit point

It is recommended to reserve a commit point for the duration of usage so that it is not deleted by the underlying deletion policy

getLatestFile(String, String) - Static method in class org.apache.solr.util.VersionedFile
 
getLatestOperation() - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
 
getLatestSchema() - Method in class org.apache.solr.core.SolrCore
 
getLbServer() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
getLeader(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
Get the lead replica for specific collection, or null if one currently doesn't exist.
getLeader() - Method in class org.apache.solr.common.cloud.Slice
 
getLeaderConflictResolveWait() - Method in class org.apache.solr.cloud.ZkController
 
getLeaderConflictResolveWait() - Method in class org.apache.solr.core.ConfigSolr
 
getLeaderId(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
getLeaderInitiatedRecoveryState(String, String, String) - Method in class org.apache.solr.cloud.ZkController
 
getLeaderInitiatedRecoveryStateObject(String, String, String) - Method in class org.apache.solr.cloud.ZkController
 
getLeaderInitiatedRecoveryZnodePath(String, String) - Method in class org.apache.solr.cloud.ZkController
 
getLeaderInitiatedRecoveryZnodePath(String, String, String) - Method in class org.apache.solr.cloud.ZkController
 
getLeaderNode(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
getLeaderProps(String, String, int) - Method in class org.apache.solr.cloud.ZkController
Get leader props directly from zk nodes.
getLeaderProps(String, String, int, boolean) - Method in class org.apache.solr.cloud.ZkController
Get leader props directly from zk nodes.
getLeaderRetry(String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
Get shard leader properties, with retry if none exist.
getLeaderRetry(String, String, int) - Method in class org.apache.solr.common.cloud.ZkStateReader
Get shard leader properties, with retry if none exist.
getLeaderUrl(String, String, int) - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getLeaderVoteWait() - Method in class org.apache.solr.cloud.ZkController
 
getLeaderVoteWait() - Method in class org.apache.solr.core.ConfigSolr
 
getLeastUsedItems(int) - Method in class org.apache.solr.util.ConcurrentLFUCache
Returns 'n' number of least used entries present in this cache.
getLen() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getLength(FileSystem, Path) - Static method in class org.apache.solr.store.hdfs.HdfsFileReader
 
getLevel() - Method in class org.apache.solr.logging.jul.JulInfo
 
getLevel() - Method in class org.apache.solr.logging.log4j.Log4jInfo
 
getLevel() - Method in class org.apache.solr.logging.LoggerInfo
 
getLexSorted() - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
getLexSorted(HashMap<String, TermsResponse.Term>) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
getLimit() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getLimitedValue(String) - Method in class org.apache.solr.schema.CopyField
 
getLimitingFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getLimitingFields(long) - Method in class org.apache.solr.client.solrj.response.FacetField
 
getLine() - Method in class org.apache.solr.internal.csv.CSVParser
Parses from the current point in the stream til the end of the current line.
getLine() - Method in interface org.apache.solr.parser.CharStream
Deprecated.
getLine() - Method in class org.apache.solr.parser.FastCharStream
 
getLineNumber() - Method in class org.apache.solr.internal.csv.CSVParser
Returns the current line number in the input stream.
getLines(String) - Method in class org.apache.solr.core.SolrResourceLoader
Accesses a resource by name and returns the (non comment) lines containing data.
getLines(String, String) - Method in class org.apache.solr.core.SolrResourceLoader
Accesses a resource by name and returns the (non comment) lines containing data using the given character encoding.
getLines(String, Charset) - Method in class org.apache.solr.core.SolrResourceLoader
 
getListedTermCounts(String, DocSet, List<String>) - Method in class org.apache.solr.request.SimpleFacets
Computes the term->count counts for the specified term values relative to the
getLiveNodes() - Method in class org.apache.solr.common.cloud.ClusterState
Get names of the currently live nodes.
getLivePaths() - Method in class org.apache.solr.core.CachingDirectoryFactory
Test only method for inspecting the cache
getLocale() - Method in class org.apache.solr.util.DateMathParser
 
getLocalParams(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getLocalParams() - Method in class org.apache.solr.search.QParser
 
getLocalParams(String, SolrParams) - Static method in class org.apache.solr.search.QueryParsing
"foo" returns null "{!
getLockFactory() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
getLockID() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
getLockPath() - Method in class org.apache.solr.store.hdfs.HdfsLockFactory
 
getLogDir() - Method in class org.apache.solr.update.HdfsUpdateLog
 
getLogDir() - Method in class org.apache.solr.update.UpdateLog
 
getLogField() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
getLogging() - Method in class org.apache.solr.core.CoreContainer
 
getLoggingClass() - Method in class org.apache.solr.logging.LogWatcherConfig
Get the implementation of the LogWatcher to use.
getLoggingHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
 
getLogId() - Method in class org.apache.solr.core.SolrCore
 
getLogList(FileSystem, Path) - Static method in class org.apache.solr.update.HdfsUpdateLog
 
getLogList(File) - Method in class org.apache.solr.update.UpdateLog
 
getLogSize() - Method in class org.apache.solr.update.TransactionLog
 
getLogWatcherConfig() - Method in class org.apache.solr.core.ConfigSolr
 
getLookupResult(String, String) - Method in class org.apache.solr.spelling.suggest.SuggesterResult
Get a list of lookup result for a given token null can be returned, if there are no lookup results for the token
getLowerVal() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getLuceneDocument() - Method in class org.apache.solr.update.AddUpdateCommand
Creates and returns a lucene Document to index.
getLuceneFieldNames() - Method in class org.apache.solr.search.ReturnFields
Set of field names with their exact names from the lucene index.
getLuceneFieldNames() - Method in class org.apache.solr.search.SolrReturnFields
 
getLuceneVersion(String) - Method in class org.apache.solr.core.Config
 
getLuceneVersion(String, Version) - Method in class org.apache.solr.core.Config
 
getMainValuePrefix(FieldType) - Static method in class org.apache.solr.schema.TrieField
expert internal use, subject to change.
getManagedResource(String) - Method in class org.apache.solr.rest.RestManager
Returns the ManagedResource subclass instance corresponding to the given resourceId from the registry.
getManagedResourceImplClass() - Method in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
Let the concrete analysis component determine the ManagedResource implementation.
getManagedResourceImplClass() - Method in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
Returns the implementation class for managing stop words.
getManagedResourceImplClass() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
getManagedResourceOrNull(String) - Method in class org.apache.solr.rest.RestManager
Returns the ManagedResource subclass instance corresponding to the given resourceId from the registry, or null if no resource has been registered with the given resourceId.
getManagedResourceRegistry() - Method in class org.apache.solr.core.SolrResourceLoader
 
getManagedSchemaResourceName() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
getManagementPath() - Method in class org.apache.solr.core.ConfigSolr
 
getManagementPath() - Method in class org.apache.solr.core.CoreContainer
Gets the alternate path for multicore handling: This is used in case there is a registered unnamed core (aka name is "") to declare an alternate way of accessing named cores.
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.util.ConcurrentLFUCache
 
getMap() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
getMappedField(String, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Returns the name of the field to map the current contents into, so that they are properly analyzed.
getMarkerChar() - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
getMatches() - Method in class org.apache.solr.client.solrj.response.GroupCommand
Returns the total number of documents found for this command.
getMatches() - Method in class org.apache.solr.search.grouping.collector.FilterCollector
 
getMatches() - Method in class org.apache.solr.search.Grouping.Command
Returns the number of matches for this Command.
getMatches() - Method in class org.apache.solr.search.Grouping.CommandField
Returns the number of matches for this Command.
getMatches() - Method in class org.apache.solr.search.Grouping.CommandFunc
Returns the number of matches for this Command.
getMatches() - Method in class org.apache.solr.search.Grouping.CommandQuery
Returns the number of matches for this Command.
getMatches() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommandResult
 
getMax() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMax() - Method in class org.apache.solr.util.stats.Histogram
 
getMax() - Method in class org.apache.solr.util.stats.Timer
Returns the longest recorded duration.
getMaxAge() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
null if no max age limitation
getMaxChars() - Method in class org.apache.solr.schema.CopyField
 
getMaxChars() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
 
getMaxCommitAge() - Method in class org.apache.solr.core.SolrDeletionPolicy
 
getMaxCommitsToKeep() - Method in class org.apache.solr.core.SolrDeletionPolicy
 
getMaxDoc() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getMaxOptimizedCommitsToKeep() - Method in class org.apache.solr.core.SolrDeletionPolicy
 
getMaxPermits() - Method in class org.apache.solr.util.AdjustableSemaphore
 
getMaxScore() - Method in class org.apache.solr.common.SolrDocumentList
 
getMaxShardsPerNode() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getMaxShardsPerNode() - Method in class org.apache.solr.common.cloud.DocCollection
 
getMaxSize() - Method in class org.apache.solr.util.BoundedTreeSet
 
getMaxSnippets(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return the max number of snippets for this field.
getMaxUpdateConnections() - Method in class org.apache.solr.core.ConfigSolr
 
getMaxUpdateConnectionsPerHost() - Method in class org.apache.solr.core.ConfigSolr
 
getMBeanInfo(SolrQueryRequest) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
getMean() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMean() - Method in class org.apache.solr.util.stats.Histogram
 
getMean() - Method in class org.apache.solr.util.stats.Timer
Returns the arithmetic mean of all recorded durations.
getMeanRate() - Method in class org.apache.solr.util.stats.Meter
 
getMeanRate() - Method in class org.apache.solr.util.stats.Timer
 
getMedian() - Method in class org.apache.solr.util.stats.Snapshot
Returns the median value in the distribution.
getMergeStrategies() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getMergeStrategy() - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
getMergeStrategy() - Method in class org.apache.solr.search.RankQuery
 
getMessage() - Method in error org.apache.solr.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetadata() - Method in exception org.apache.solr.common.SolrException
 
getMetadata(String) - Method in exception org.apache.solr.common.SolrException
 
getMethod() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getMethod(String) - Static method in enum org.apache.solr.servlet.cache.Method
 
getMin() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMin() - Method in class org.apache.solr.util.stats.Histogram
 
getMin() - Method in class org.apache.solr.util.stats.Timer
Returns the shortest recorded duration.
getMinAchievedReplicationFactor(String, NamedList) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Useful for determining the minimum achieved replication factor across all shards involved in processing an update request, typically useful for gauging the replication factor of a batch.
getMissing() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getMissingValue() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
The PivotFacetValue with corisponding to a a value of null when FacetParams.FACET_MISSING is used.
getMisspellingsAndCorrections() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
getMisspellingsAndCorrections() - Method in class org.apache.solr.spelling.SpellCheckCollation
 
getMoreLikeThese(DocList, int, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
Deprecated.
getMoreLikeTheseQuery(DocList) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMoreLikeThis(int, int, int, List<Query>, List<MoreLikeThisHandler.InterestingTerm>, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMoreLikeThis(Reader, int, int, List<Query>, List<MoreLikeThisHandler.InterestingTerm>, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMoreLikeThis() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMostUsedItems(int) - Method in class org.apache.solr.util.ConcurrentLFUCache
Returns 'n' number of most used entries present in this cache.
getMultiCoreHandler() - Method in class org.apache.solr.core.CoreContainer
 
getMultipartUploadLimitKB() - Method in class org.apache.solr.core.SolrConfig
 
getMultipleConfigs(SolrConfig, String) - Static method in class org.apache.solr.search.CacheConfig
 
getMultiplicativeBoosts() - Method in class org.apache.solr.search.ExtendedDismaxQParser
Parses all multiplicative boosts
getMultiTermAnalyzer() - Method in class org.apache.solr.schema.TextField
Returns the Analyzer to be used when searching fields of this type when mult-term queries are specified.
getMultiTermRewriteMethod() - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getMultiValuedSeparator(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
getMultiValuedSeparatorChar(SolrParams) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
 
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.GroupCommand
Returns the name of this command.
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.client.solrj.response.RangeFacet
 
getName() - Method in class org.apache.solr.common.cloud.DocCollection
Return collection name.
getName() - Method in class org.apache.solr.common.cloud.Replica
 
getName() - Method in class org.apache.solr.common.cloud.Slice
Return slice name (shard id).
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
getName() - Method in class org.apache.solr.core.Config
 
getName() - Method in class org.apache.solr.core.ConfigSet
 
getName() - Method in class org.apache.solr.core.CoreDescriptor
 
getName() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getName() - Method in class org.apache.solr.core.SolrCore
 
getName() - Method in interface org.apache.solr.core.SolrInfoMBean
Simple common usage name, e.g.
getName() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getName() - Method in class org.apache.solr.handler.component.SearchComponent
 
getName() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getName() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
getName() - Method in class org.apache.solr.handler.dataimport.config.Field
 
getName() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getName() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getName() - Method in class org.apache.solr.internal.csv.writer.CSVField
 
getName() - Method in class org.apache.solr.logging.jul.JulWatcher
 
getName() - Method in class org.apache.solr.logging.log4j.Log4jInfo
 
getName() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
getName() - Method in class org.apache.solr.logging.LoggerInfo
 
getName() - Method in class org.apache.solr.logging.LogWatcher
 
getName() - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
 
getName() - Method in class org.apache.solr.response.transform.DocTransformer
 
getName() - Method in class org.apache.solr.response.transform.DocTransformers
 
getName() - Method in class org.apache.solr.response.transform.RenameFieldTransformer
 
getName() - Method in class org.apache.solr.response.transform.ScoreAugmenter
 
getName() - Method in class org.apache.solr.response.transform.ValueSourceAugmenter
 
getName() - Method in class org.apache.solr.schema.SchemaField
 
getName() - Method in class org.apache.solr.search.FastLRUCache
 
getName() - Method in class org.apache.solr.search.LFUCache
 
getName() - Method in class org.apache.solr.search.LRUCache
 
getName() - Method in class org.apache.solr.search.QParserPlugin
 
getName() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getName() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getName() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
Returns the unique name of the suggester
getName() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getName() - Method in enum org.apache.solr.util.PivotListEntry
Name of this entry when used in response
getName() - Method in class org.apache.solr.util.SolrCLI.ApiTool
 
getName() - Method in class org.apache.solr.util.SolrCLI.HealthcheckTool
 
getName() - Method in class org.apache.solr.util.SolrCLI.StatusTool
 
getName() - Method in interface org.apache.solr.util.SolrCLI.Tool
 
getNamedPropertyValues(boolean) - Method in class org.apache.solr.schema.FieldType
Get a map of property name -> value for this field type.
getNamedPropertyValues() - Method in class org.apache.solr.schema.IndexSchema
Get a map of property name -> value for the whole schema.
getNamedPropertyValues(boolean) - Method in class org.apache.solr.schema.SchemaField
Get a map of property name -> value for this field.
getNamedPropertyValues() - Method in class org.apache.solr.schema.SimilarityFactory
Returns a serializable description of this similarity(factory)
getNameOrColumn() - Method in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
getNameOrColumn() - Method in class org.apache.solr.handler.dataimport.config.Field.Builder
 
getNewClock() - Method in class org.apache.solr.update.VersionInfo
 
getNewestSearcher(boolean) - Method in class org.apache.solr.core.SolrCore
Return the newest normal RefCounted<SolrIndexSearcher> with the reference count incremented.
getNewIndexDir() - Method in class org.apache.solr.core.SolrCore
Returns the indexdir as given in index.properties.
getNext() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
getNextCursorMark() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getNextCursorMark() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getNextCursorMark() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
getNextLevelValuesToRefine() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Returns the appropriate sub-list of the explicit values that need to be refined, based on the FacetParams.FACET_OFFSET & FacetParams.FACET_LIMIT for this field.
getNextToken() - Method in class org.apache.solr.parser.QueryParser
Get the next Token.
getNextToken() - Method in class org.apache.solr.parser.QueryParserTokenManager
Get the next Token.
getNGroups() - Method in class org.apache.solr.client.solrj.response.GroupCommand
Returns the total number of groups found for this command.
getNode() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
getNode(String, boolean) - Method in class org.apache.solr.core.Config
 
getNode(String, Document, boolean) - Method in class org.apache.solr.core.Config
 
getNodeList(String, boolean) - Method in class org.apache.solr.core.Config
 
getNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
getNodeName(String) - Static method in class org.apache.solr.cloud.LeaderElector
 
getNodeName() - Method in class org.apache.solr.cloud.ZkController
 
getNodeName() - Method in class org.apache.solr.common.cloud.Replica
The name of the node this replica resides on
getNodeName() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getNodeName() - Method in class org.apache.solr.handler.component.ShardResponse
 
getNodeProps() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getNodeProps() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
getNodeProps() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
getNodeSet() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
 
getNodesForNewShard(ClusterState, String, int, int, int, String) - Static method in class org.apache.solr.cloud.Assign
 
getNodesFromXP(Node, String) - Static method in class org.apache.solr.util.SimplePostTool
Gets all nodes matching an XPath
getNonFieldPropertyArgs() - Method in class org.apache.solr.schema.FieldType
Returns args to this field type that aren't standard field properties
getNonZkLeaderAssumption(SolrQueryRequest) - Static method in class org.apache.solr.update.processor.DistributedUpdateProcessor
Returns a boolean indicating whether or not the caller should behave as if this is the "leader" even when ZooKeeper is not enabled.
getNormalizedURL(String) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
getNOW() - Method in class org.apache.solr.request.SolrRequestInfo
 
getNow() - Method in class org.apache.solr.util.DateMathParser
Returns a cloned of this instance's concept of "now".
getNumberCollected() - Method in exception org.apache.solr.search.EarlyTerminatingCollectorException
The number of documents collected that resulted in early termination
getNumberDocumentsFound() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getNumberOfAccesses() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
getNumberOfGroups() - Method in class org.apache.solr.search.Grouping.Command
Returns the number of groups found for this Command.
getNumberOfGroups() - Method in class org.apache.solr.search.Grouping.CommandField
Returns the number of groups found for this Command.
getNumberOfGroups() - Method in class org.apache.solr.search.Grouping.CommandFunc
Returns the number of groups found for this Command.
getNumberOfHits() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
getNumberOfOccurences() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
getNumberScanned() - Method in exception org.apache.solr.search.EarlyTerminatingCollectorException
The total number of documents in the index that were "scanned" by the index when collecting the EarlyTerminatingCollectorException.getNumberCollected() documents that triggered this exception.
getNumDeadServersToTry() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
getNumDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getNumericType() - Method in class org.apache.solr.schema.FieldType
Return the numeric type of this field, or null if this field is not a numeric field.
getNumericType() - Method in class org.apache.solr.schema.TrieDateField
 
getNumericType() - Method in class org.apache.solr.schema.TrieField
 
getNumFound() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getNumFound() - Method in class org.apache.solr.common.SolrDocumentList
 
getNumShards() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getNumShards() - Method in class org.apache.solr.cloud.CloudDescriptor
 
getNumTerms() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getNumTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getNumTerms() - Method in class org.apache.solr.request.UnInvertedField
 
getObjectFrom(String, String) - Static method in class org.apache.solr.response.transform.ValueAugmenterFactory
 
getOffset() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getOffset() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getOffset() - Method in class org.apache.solr.search.SortSpec
Offset into the list of results.
getOldClock() - Method in class org.apache.solr.update.VersionInfo
 
getOldestAccessedItems(int) - Method in class org.apache.solr.util.ConcurrentLRUCache
Returns 'n' number of oldest accessed entries present in this cache.
getOneMinuteRate() - Method in class org.apache.solr.util.stats.Meter
 
getOneMinuteRate() - Method in class org.apache.solr.util.stats.Timer
 
getOnError() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getOnImportEnd() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getOnImportStart() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getOpenCount() - Method in class org.apache.solr.core.SolrCore
Current core usage count.
getOpenSearcher() - Method in class org.apache.solr.update.CommitTracker
 
getOpenTime() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getOptions() - Method in class org.apache.solr.search.ExtendedQueryBase
 
getOptions() - Method in class org.apache.solr.util.SolrCLI.ApiTool
 
getOptions() - Method in class org.apache.solr.util.SolrCLI.SolrCloudTool
 
getOptions() - Method in class org.apache.solr.util.SolrCLI.StatusTool
 
getOptions() - Method in interface org.apache.solr.util.SolrCLI.Tool
 
getOptionsString(ExtendedQuery) - Static method in class org.apache.solr.search.ExtendedQueryBase
 
getOrder() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Gets the order to sort
getOriginal() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
getOriginal() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
getOriginalAsString() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
getOriginalConfig() - Method in class org.apache.solr.core.Config
 
getOriginalFrequency() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getOriginalParams() - Method in interface org.apache.solr.request.SolrQueryRequest
Returns the original request parameters.
getOriginalParams() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getOverseer() - Method in class org.apache.solr.cloud.ZkController
 
getOverseerCollectionQueue() - Method in class org.apache.solr.cloud.ZkController
 
getOverseerCompletedMap() - Method in class org.apache.solr.cloud.ZkController
 
getOverseerElector() - Method in class org.apache.solr.cloud.ZkController
 
getOverseerFailureMap() - Method in class org.apache.solr.cloud.ZkController
 
getOverseerJobQueue() - Method in class org.apache.solr.cloud.ZkController
 
getOverseerRunningMap() - Method in class org.apache.solr.cloud.ZkController
 
getOverwriteDupes() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
getPage_count() - Method in class org.apache.solr.response.PageTool
 
getParam(String) - Method in class org.apache.solr.search.QParser
check both local and global params
getParameter(NamedList, String, T) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
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
getParameters() - Method in class org.apache.solr.handler.dataimport.config.PropertyWriter
 
getParams() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
 
getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
 
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.CoreAdminRequest.RequestRecovery
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
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() - Method in class org.apache.solr.cloud.CloudDescriptor
Optional parameters that can change how a core is created.
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
getParams() - Method in interface org.apache.solr.request.SolrQueryRequest
returns the current request parameters
getParams() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getParams() - Method in class org.apache.solr.schema.SimilarityFactory
 
getParams() - Method in class org.apache.solr.search.QParser
 
getParamString() - Method in interface org.apache.solr.request.SolrQueryRequest
Returns a string representing all the important parameters.
getParamString() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getParent() - Method in class org.apache.solr.common.cloud.Slice
 
getParentContext() - Method in class org.apache.solr.handler.dataimport.Context
Get the context instance for the parent entity. works only in the full dump If the current entity is rootmost a null is returned
getParentContext() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getParentEntity() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getParentFilterLocalParamName() - Method in class org.apache.solr.search.join.BlockJoinChildQParser
 
getParsedResponse(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
getParsedResponse(SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.response.BinaryResponseWriter
TODO -- there may be a way to do this without marshal at all...
getParseMultipleSources() - Method in class org.apache.solr.search.FunctionQParser
parse multiple comma separated value sources
getParser() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
getParser() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
getParser() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
getParser(Map<String, Float>, String, SolrParams, float) - Method in class org.apache.solr.search.DisMaxQParser
 
getParser(String, String, SolrQueryRequest) - Static method in class org.apache.solr.search.QParser
Create a QParser to parse qstr, assuming that the default query parser is defaultParser.
getParseToEnd() - Method in class org.apache.solr.search.FunctionQParser
throw exception if there is extra stuff at the end of the parsed valuesource(s).
getPassword(Metadata) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
 
getPasswordMap() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
 
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
 
getPath() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getPath() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
getPathPrefix() - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
getPersistableStandardProperties() - Method in class org.apache.solr.core.CoreDescriptor
Get the standard properties in persistable form
getPersistableUserProperties() - Method in class org.apache.solr.core.CoreDescriptor
Get user-defined core properties in persistable form
getPhraseHighlighter(Query, String, SolrQueryRequest, CachingTokenFilter) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return a phrase Highlighter appropriate for this field.
getPhraseQuery(String, SolrPluginUtils.DisjunctionMaxQueryParser) - Method in class org.apache.solr.search.DisMaxQParser
 
getPhraseSlop() - Method in class org.apache.solr.parser.SolrQueryParserBase
Gets the default slop for phrases.
getPivot() - Method in class org.apache.solr.client.solrj.response.PivotField
 
getPivots(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
 
getPk() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getPkMappingFromSchema() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getPluginInfo(String) - Method in class org.apache.solr.core.SolrConfig
 
getPluginInfos(String) - Method in class org.apache.solr.core.SolrConfig
SolrConfig keeps a repository of plugins by the type.
getPosition() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the position of this token within the produced token stream.
getPosition(long) - Static method in class org.apache.solr.store.blockcache.BlockDirectory
 
getPositionIncrementGap(String) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
getPositions() - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
 
getPositions() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
getPostingsFormat() - Method in class org.apache.solr.schema.FieldType
 
getPostTags(SolrParams, String) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
 
getPrecisionStep() - Method in class org.apache.solr.schema.TrieDateField
 
getPrecisionStep() - Method in class org.apache.solr.schema.TrieField
 
getPrefixQuery(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getPrefixQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.FieldType
Returns a Query instance for doing prefix searches on this field type.
getPrefixQuery(String, String) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getPreTags(SolrParams, String) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
 
getPrintableId() - Method in class org.apache.solr.update.AddUpdateCommand
 
getPrinterNewline() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getProcessedFilter(DocSet, List<Query>) - Method in class org.apache.solr.search.SolrIndexSearcher
 
getProcessorName() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getProperties() - Method in class org.apache.solr.common.cloud.ZkNodeProps
Get all properties as map.
getProperties() - Method in class org.apache.solr.schema.SchemaField
 
getPropertiesHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
 
getPropertiesName() - Method in class org.apache.solr.core.CoreDescriptor
 
getProperty(String, String, String) - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
getPropertyWriter() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getPrototype() - Method in class org.apache.solr.schema.IndexSchema.DynamicField
 
getProvider() - Method in class org.apache.solr.schema.CurrencyField
 
getQparser() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getQTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getQueries(ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getQueries() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
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
 
getQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getQuery() - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
getQuery() - Method in class org.apache.solr.search.QParser
Returns the resulting query from this QParser, calling parse() only the first time and caching the Query result.
getQuery() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
getQuery() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getQuery() - Method in class org.apache.solr.update.DeleteUpdateCommand
 
getQueryAnalyzer() - Method in class org.apache.solr.schema.BoolField
 
getQueryAnalyzer() - Method in class org.apache.solr.schema.CollationField
 
getQueryAnalyzer() - Method in class org.apache.solr.schema.FieldType
Returns the Analyzer to be used when searching fields of this type.
getQueryAnalyzer() - Method in class org.apache.solr.schema.ICUCollationField
 
getQueryAnalyzer() - Method in class org.apache.solr.schema.IndexSchema
Returns the Analyzer used when searching this index This Analyzer is field (and dynamic field) name aware, and delegates to a field specific Analyzer based on the field type.
getQueryAnalyzer() - Method in class org.apache.solr.schema.PreAnalyzedField
 
getQueryAnalyzer() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
getQueryAnalyzer() - Method in class org.apache.solr.spelling.SolrSpellChecker
 
getQueryCommand() - Method in class org.apache.solr.handler.component.ResponseBuilder
Creates a SolrIndexSearcher.QueryCommand from this ResponseBuilder.
getQueryParams() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
getQueryParams() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
getQueryParams() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
getQueryParserDefaultOperator() - Method in class org.apache.solr.schema.IndexSchema
default operator ("AND" or "OR") for QueryParser
getQueryParserDefaultOperator(IndexSchema, String) - Static method in class org.apache.solr.search.QueryParsing
Returns the "preferred" default operator for use by Query Parsers, based on the settings in the IndexSchema which may be overridden using an optional String override value.
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.
getQueryPlugin(String) - Method in class org.apache.solr.core.SolrCore
 
getQueryResponseWriter(String) - Method in class org.apache.solr.core.SolrCore
Finds a writer by name, or returns the default writer if not found.
getQueryResponseWriter(SolrQueryRequest) - Method in class org.apache.solr.core.SolrCore
Returns the appropriate writer for a request.
getQueryString() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getQueryTokenSet(String, Analyzer) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase
Analyzes the given text using the given analyzer and returns the produced tokens.
getQueryType() - Method in class org.apache.solr.client.solrj.SolrQuery
getQueuedRefinements(int) - Method in class org.apache.solr.handler.component.PivotFacet
An immutable List of the PivotFacetValues that need to be refined for this pivot.
getRange() - Method in class org.apache.solr.common.cloud.Slice
 
getRangeFacet() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
 
getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.CollationField
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.CurrencyField
 
getRangeQuery(QParser, SchemaField, CurrencyValue, CurrencyValue, boolean, boolean) - Method in class org.apache.solr.schema.CurrencyField
 
getRangeQuery(QParser, SchemaField, Date, Date, boolean, boolean) - Method in class org.apache.solr.schema.DateField
Deprecated.
DateField specific range query
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.EnumField
Returns a Query instance for doing range searches on this field type.
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.FieldType
Returns a Query instance for doing range searches on this field type.
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.ICUCollationField
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.LatLonType
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.PointType
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.TextField
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.TrieDateField
 
getRangeQuery(QParser, SchemaField, Date, Date, boolean, boolean) - Method in class org.apache.solr.schema.TrieDateField
 
getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.TrieField
 
getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getRanges() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
 
getRate(TimeUnit) - Method in class org.apache.solr.util.stats.EWMA
Returns the rate in the given units of time.
getRateUnit() - Method in class org.apache.solr.util.stats.Meter
 
getRateUnit() - Method in class org.apache.solr.util.stats.Timer
 
getRawInstanceDir() - Method in class org.apache.solr.core.CoreDescriptor
 
getRawMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getRawParams() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getRawText() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the raw text of the token.
getReadAheadLimit() - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
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
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
getReader(long) - Method in class org.apache.solr.update.HdfsTransactionLog
Returns a reader that can be used while a log is still in use.
getReader(long) - Method in class org.apache.solr.update.TransactionLog
Returns a reader that can be used while a log is still in use.
getRealMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getRealPosition(long, long) - Static method in class org.apache.solr.store.blockcache.BlockDirectory
 
getRealtimeSearcher() - Method in class org.apache.solr.core.SolrCore
Gets the latest real-time searcher w/o forcing open a new searcher if one already exists.
getRecentUpdates() - Method in class org.apache.solr.update.UpdateLog
The RecentUpdates object returned must be closed after use
getRefcount() - Method in class org.apache.solr.util.RefCounted
 
getRegenerator() - Method in class org.apache.solr.search.CacheConfig
 
getRegex() - Method in class org.apache.solr.schema.IndexSchema.DynamicReplacement
Returns the regex used to create this instance's pattern
getRegexpQuery(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getRegistered() - Method in class org.apache.solr.rest.RestManager.Registry
Get a view of the currently registered resources.
getRegisteredSearcher() - Method in class org.apache.solr.core.SolrCore
Returns the current registered searcher with its reference count incremented, or null if none are registered.
getReplica(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
Gets the replica by the core name (assuming the slice is unknown) or null if replica is not found.
getReplica(String) - Method in class org.apache.solr.common.cloud.Slice
 
getReplicaProps(String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getReplicaProps(String, String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getReplicaProps(String, String, String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getReplicas() - Method in class org.apache.solr.common.cloud.Slice
Gets the list of replicas for this slice.
getReplicasCopy() - Method in class org.apache.solr.common.cloud.Slice
 
getReplicasMap() - Method in class org.apache.solr.common.cloud.Slice
Get the map of coreNodeName to replicas for this slice.
getReplicationFactor() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getReplicationFactor() - Method in class org.apache.solr.common.cloud.DocCollection
 
getReq() - Method in class org.apache.solr.request.SolrRequestInfo
 
getReq() - Method in class org.apache.solr.search.QParser
 
getReq() - Method in class org.apache.solr.update.UpdateCommand
 
getReqParams() - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
getRequest() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
getRequest() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getRequestedFieldNames() - Method in class org.apache.solr.search.ReturnFields
The requested field names (includes pseudo fields)
getRequestedFieldNames() - Method in class org.apache.solr.search.SolrReturnFields
 
getRequestHandler() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getRequestHandler(String) - Method in class org.apache.solr.core.SolrCore
Get the request handler registered to a given name.
getRequestHandlers() - Method in class org.apache.solr.core.RequestHandlers
Returns an unmodifiable Map containing the registered handlers
getRequestHandlers(Class<T>) - Method in class org.apache.solr.core.SolrCore
Returns an unmodifiable Map containing the registered handlers of the specified type.
getRequestHandlers() - Method in class org.apache.solr.core.SolrCore
Returns an unmodifiable Map containing the registered handlers
getRequestId() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
 
getRequestInfo() - Static method in class org.apache.solr.request.SolrRequestInfo
 
getRequestParameters() - Method in class org.apache.solr.handler.dataimport.Context
The request parameters passed over HTTP for this command the values in the map are either String(for single valued parameters) or List<String> (for multi-valued parameters)
getRequestParameters() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getRequestParsers() - Method in class org.apache.solr.core.SolrConfig
 
getRequestPurpose(Integer) - Static method in class org.apache.solr.util.SolrPluginUtils
Given the integer purpose of a request generates a readable value corresponding the request purposes (there can be more than one on a single request).
getRequestUrl() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getRequestWriter() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
getRequestWriter() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
getRequiredFields() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the List containing all required fields.
getReservedEndpoints() - Method in class org.apache.solr.rest.RestManager.Registry
Returns the set of non-registerable endpoints.
getReservedEndpoints() - Static method in class org.apache.solr.rest.SolrConfigRestApi
TODO: If and when this API has reserved endpoints, add them to the set returned here.
getReservedEndpoints() - Static method in class org.apache.solr.rest.SolrSchemaRestApi
Returns reserved endpoints under /schema
getResolvedEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.Context
Get the value of any attribute put into this entity after resolving all variables found in the attribute value
getResolvedEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getResourceId() - Method in class org.apache.solr.rest.ManagedResource
Gets the resource ID for this managed resource.
getResourceId() - Method in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
Let the concrete analysis component decide the path it wishes to be managed at.
getResourceId() - Method in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
This analysis component knows the most logical "path" for which to manage stop words from.
getResourceId() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
getResourceLoader() - Method in class org.apache.solr.core.Config
 
getResourceLoader() - Method in class org.apache.solr.core.CoreContainer
 
getResourceLoader() - Method in class org.apache.solr.core.SolrCore
The SolrResourceLoader used to load all resources for this core.
getResourceLoader() - Method in class org.apache.solr.rest.ManagedResource
Returns the resource loader used by this resource.
getResourceLoader() - Method in class org.apache.solr.rest.ManagedResourceStorage
Returns the resource loader used by this storage instance
getResourceLoader() - Method in class org.apache.solr.schema.IndexSchema
 
getResourceLoader() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
getResourceName() - Method in class org.apache.solr.core.Config
 
getResourceName() - Method in class org.apache.solr.schema.IndexSchema
Gets the name of the resource used to instantiate this schema.
getResourceNameToBeUsed(String, SolrConfig) - Static method in class org.apache.solr.schema.IndexSchemaFactory
Returns the resource name that will be used: if the schema is managed, the resource name will be drawn from the schema factory configuration in the given SolrConfig.
getResourceStream(String) - Method in class org.apache.solr.response.SolrParamResourceLoader
 
getResourceStream(String) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
 
getResponse() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
The response from the server
getResponse() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponse() - Method in class org.apache.solr.client.solrj.SolrResponse
 
getResponse() - Method in class org.apache.solr.cloud.OverseerSolrResponse
 
getResponseBuilder() - Method in class org.apache.solr.request.SolrRequestInfo
May return null if the request handler is not based on SearchHandler
getResponseFormat() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getResponseHeader() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponseHeader() - Method in class org.apache.solr.response.SolrQueryResponse
Repsonse header to be logged
getResponseParser() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getRestManager() - Method in class org.apache.solr.core.SolrCore
 
getRestManager(SolrRequestInfo) - Static method in class org.apache.solr.rest.RestManager
Locates the RestManager using ThreadLocal SolrRequestInfo.
getResult() - Method in class org.apache.solr.client.solrj.response.Group
Returns the documents to be displayed that belong to this group.
getResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getResults() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getResults_found() - Method in class org.apache.solr.response.PageTool
 
getResults_per_page() - Method in class org.apache.solr.response.PageTool
 
getRetryDelay() - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
 
getReturnFields() - Method in class org.apache.solr.response.SolrQueryResponse
Gets the document field names of fields to return by default when returning DocLists
getReversedWildcardFilterFactory(FieldType) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getReverseReader() - Method in class org.apache.solr.update.HdfsTransactionLog
Returns a single threaded reverse reader
getReverseReader() - Method in class org.apache.solr.update.TransactionLog
Returns a single threaded reverse reader
getRewriteMethod(QParser, SchemaField) - Method in class org.apache.solr.schema.FieldType
Expert: Returns the rewrite method for multiterm queries such as wildcards.
getRoles() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getRoles() - Method in class org.apache.solr.cloud.CloudDescriptor
 
getRootCause() - Method in exception org.apache.solr.client.solrj.SolrServerException
 
getRootCause(Throwable) - Static method in exception org.apache.solr.common.SolrException
 
getRouteField(DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
 
getRouteKey() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
getRouteKey(String) - Static method in class org.apache.solr.update.SolrIndexSplitter
 
getRouter() - Method in class org.apache.solr.common.cloud.DocCollection
 
getRouteRanges() - Method in class org.apache.solr.common.cloud.RoutingRule
 
getRouteRangesStr() - Method in class org.apache.solr.common.cloud.RoutingRule
 
getRouteResponses() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer.RouteResponse
 
getRouterName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getRouterSpec(ZkNodeProps) - Static method in class org.apache.solr.common.cloud.DocRouter
 
getRoutes() - Method in exception org.apache.solr.client.solrj.impl.CloudSolrServer.RouteException
 
getRoutes() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer.RouteResponse
 
getRoutes(DocRouter, DocCollection, Map<String, List<String>>, ModifiableSolrParams, String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getRoutingRules() - Method in class org.apache.solr.common.cloud.Slice
 
getRows() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getRows() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getRsp() - Method in class org.apache.solr.request.SolrRequestInfo
 
getRuleExpiryLock() - Method in class org.apache.solr.core.SolrCore
 
getRuntimeParameters() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
getSchema() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getSchema() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getSchema() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getSchema() - Method in interface org.apache.solr.request.SolrQueryRequest
The schema snapshot from core.getLatestSchema() at request creation.
getSchema() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getSchema() - Method in class org.apache.solr.rest.BaseSolrResource
 
getSchema() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
getSchema() - Method in class org.apache.solr.search.SolrIndexSearcher
Direct access to the IndexSchema for use with this searcher
getSchemaField(String) - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getSchemaFields() - Method in class org.apache.solr.search.SortSpec
Gets the Solr SchemaFields that correspond to each of the SortFields used in this sort.
getSchemaName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getSchemaName() - Method in class org.apache.solr.core.CoreDescriptor
 
getSchemaName() - Method in class org.apache.solr.schema.IndexSchema
Gets the name of the schema as specified in the schema resource.
getSchemaPk() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
getSchemaResource() - Method in class org.apache.solr.core.SolrCore
Gets the schema resource name used by this core instance.
getSchemaUpdateLock() - Method in class org.apache.solr.schema.IndexSchema
Returns the schema update lock that should be synchronzied on to update the schema.
getSchemaUpdateLock() - Method in class org.apache.solr.schema.ManagedIndexSchema
 
getSchemaUpdateLock() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
getSchemaUpdateLock() - Method in class org.apache.solr.schema.ZkIndexSchemaReader
 
getScheme(String) - Static method in class org.apache.solr.common.util.URLUtil
 
getScorer(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
getScript() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
getScript() - Method in class org.apache.solr.handler.dataimport.Context
Returns the text specified in the script tag in the data-config.xml
getScript() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getScriptLanguage() - Method in class org.apache.solr.handler.dataimport.Context
Returns the language of the script as specified in the script tag in data-config.xml
getScriptLanguage() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getSearchAfterFieldDoc() - Method in class org.apache.solr.search.CursorMark
Returns a synthetically constructed FieldDoc whose FieldDoc.fields match the values of this object.
getSearchComponent(String) - Method in class org.apache.solr.core.SolrCore
 
getSearchComponents() - Method in class org.apache.solr.core.SolrCore
Accessor for all the Search Components
getSearcher() - Method in class org.apache.solr.core.SolrCore
Return a registered RefCounted<SolrIndexSearcher> with the reference count incremented.
getSearcher(boolean, boolean, Future[]) - Method in class org.apache.solr.core.SolrCore
 
getSearcher(boolean, boolean, Future[], boolean) - Method in class org.apache.solr.core.SolrCore
Get a SolrIndexSearcher or start the process of creating a new one.
getSearcher() - Method in interface org.apache.solr.request.SolrQueryRequest
The index searcher associated with this request
getSearcher() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getSearchSlices(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
This method is consulted to determine what slices should be queried for a request when an explicit shards parameter was not used.
getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
 
getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
This method is consulted to determine what slices should be queried for a request when an explicit shards parameter was not used.
getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
 
getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
 
getSeenKeys() - Method in class org.apache.solr.util.MapListener
 
getSelector() - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
 
getSentinelObject() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
 
getSeq(String) - Static method in class org.apache.solr.cloud.LeaderElector
Returns int given String of form n_0000000001 or n_0000000003, etc.
getSerializedTotem() - Method in class org.apache.solr.search.CursorMark
Generates a Base64 encoded serialized representation of the sort values encapsulated by this object, for use in cursor requests.
getServer() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
The server that returned the response
getServer() - Method in class org.apache.solr.core.JmxMonitoredMap
For test verification
getServerResourceClass() - Method in class org.apache.solr.rest.ManagedResource
Gets the ServerResource class to register this endpoint with the Rest API router; in most cases, the default RestManager.ManagedEndpoint class is sufficient but ManagedResource implementations can override this method if a different ServerResource class is needed.
getServers() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
getServers() - Method in class org.apache.solr.cloud.SolrZkServer
 
getSessionAttribute(String, String) - Method in class org.apache.solr.handler.dataimport.Context
get a value by name in the given scope (entity, document,global)
getSessionAttribute(String, String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getShard() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
 
getShard() - Method in class org.apache.solr.handler.component.ShardResponse
 
getShardAddress() - Method in class org.apache.solr.handler.component.ShardResponse
What was the shard address that returned this response.
getShardHandler() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
Get ShardHandler that uses the default http client.
getShardHandler(HttpClient) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
Get ShardHandler that uses custom http client.
getShardHandler() - Method in class org.apache.solr.handler.component.ShardHandlerFactory
 
getShardHandlerFactory() - Method in class org.apache.solr.core.CoreContainer
The default ShardHandlerFactory used to communicate with other solr instances
getShardHandlerFactory() - Method in class org.apache.solr.handler.component.HttpShardHandler
 
getShardHandlerFactory() - Method in class org.apache.solr.handler.component.ShardHandler
 
getShardHandlerFactoryConfigPath() - Method in class org.apache.solr.core.ConfigSolr
 
getShardHandlerFactoryConfigPath() - Method in class org.apache.solr.core.ConfigSolrXml
 
getShardHandlerFactoryConfigPath() - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
getShardHandlerFactoryPluginInfo() - Method in class org.apache.solr.core.ConfigSolr
 
getShardId() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getShardId() - Method in class org.apache.solr.cloud.CloudDescriptor
 
getShardId(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getShardId(String, String, String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getShardId() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
getShardId() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
getShardIdByCoreNodeName(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getShardLeadersPath(String, String) - Static method in class org.apache.solr.common.cloud.ZkStateReader
Get path where shard leader properties live in zookeeper.
getShardName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
 
getShardNum(String) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getShardReplicationFactor(String, NamedList) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Walks the NamedList response after performing an update request looking for the replication factor that was achieved in each shard involved in the request.
getShardRequest() - Method in class org.apache.solr.handler.component.ShardResponse
 
getShards() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
getSharedLibDirectory() - Method in class org.apache.solr.core.ConfigSolr
 
getSigFields() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
getSignature() - Method in class org.apache.solr.update.processor.Lookup3Signature
 
getSignature() - Method in class org.apache.solr.update.processor.MD5Signature
 
getSignature() - Method in class org.apache.solr.update.processor.Signature
 
getSignature() - Method in class org.apache.solr.update.processor.TextProfileSignature
 
getSignatureClass() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
getSignatureField() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
getSimilarity() - Method in class org.apache.solr.schema.FieldType
Gets the Similarity used when scoring fields of this type The default implementation returns null, which means this type has no custom similarity associated with it.
getSimilarity() - Method in class org.apache.solr.schema.IndexSchema
Returns the Similarity used for this index
getSimilarity() - Method in class org.apache.solr.schema.SimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.BM25SimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.DefaultSimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.DFRSimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.IBSimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.LMDirichletSimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.LMJelinekMercerSimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.SchemaSimilarityFactory
 
getSimilarity() - Method in class org.apache.solr.search.similarities.SweetSpotSimilarityFactory
 
getSimilarityFactory() - Method in class org.apache.solr.schema.FieldType
Gets the factory for the Similarity used when scoring fields of this type The default implementation returns null, which means this type has no custom similarity factory associated with it.
getSimilarityFactory() - Method in class org.apache.solr.schema.IndexSchema
Returns the SimilarityFactory that constructed the Similarity for this index
getSimpleCacheData(Context, String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
If where clause is not present the cache is a Map of query vs List of Rows.
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
 
getSize() - Method in class org.apache.solr.internal.csv.writer.CSVField
 
getSize() - Method in class org.apache.solr.store.blockcache.BlockCache
 
getSlice(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
Get the named Slice for collection, or null if not found.
getSlice(String) - Method in class org.apache.solr.common.cloud.DocCollection
 
getSlices(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getSlices() - Method in class org.apache.solr.common.cloud.DocCollection
Gets the list of all slices for this collection.
getSlicesMap(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
getSlicesMap() - Method in class org.apache.solr.common.cloud.DocCollection
Get the map of all slices (sliceName->Slice) for this collection.
getSlop() - Method in class org.apache.solr.search.FieldParams
 
getSnapshot() - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
 
getSnapshot() - Method in class org.apache.solr.util.stats.Histogram
 
getSnapshot() - Method in interface org.apache.solr.util.stats.Sample
Returns a snapshot of the sample's values.
getSnapshot() - Method in class org.apache.solr.util.stats.Timer
 
getSnapshot() - Method in class org.apache.solr.util.stats.UniformSample
 
getSocketAddress() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
 
getSoftCommitTracker() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getSolrConfig() - Method in class org.apache.solr.core.ConfigSet
 
getSolrConfig() - Method in class org.apache.solr.core.SolrCore
Gets the configuration object used by this core instance.
getSolrCore() - Method in class org.apache.solr.handler.dataimport.Context
Exposing the actual SolrCore to the components
getSolrCore() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getSolrCore() - Method in class org.apache.solr.rest.BaseSolrResource
 
getSolrCoreState() - Method in class org.apache.solr.core.SolrCore
 
getSolrCoreState() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getSolrCoreState() - Method in class org.apache.solr.update.UpdateHandler
 
getSolrHome() - Method in class org.apache.solr.core.CoreContainer
 
getSolrInputDocument() - Method in class org.apache.solr.update.AddUpdateCommand
 
getSolrProperties(String) - Method in class org.apache.solr.core.ConfigSolr
 
getSolrRequest() - Method in class org.apache.solr.rest.BaseSolrResource
 
getSolrResponse() - Method in class org.apache.solr.handler.component.ShardResponse
 
getSolrResponse() - Method in class org.apache.solr.rest.BaseSolrResource
 
getSolrServer(SolrCmdDistributor.Req) - Method in class org.apache.solr.update.StreamingSolrServers
 
getSolrZooKeeper() - Method in class org.apache.solr.common.cloud.SolrZkClient
 
getSort(boolean) - Method in class org.apache.solr.search.QParser
 
getSort() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getSort() - Method in class org.apache.solr.search.SortSpec
Gets the Lucene Sort object, or null for the default sort by score descending.
getSort(SolrQueryRequest) - Static method in class org.apache.solr.util.SolrPluginUtils
Determines the correct Sort based on the request parameter "sort"
getSortedElectionNodes(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
getSortedOverseerNodeNames(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
getSortField() - Method in class org.apache.solr.client.solrj.SolrQuery
Gets the raw sort field, as it will be sent to Solr.
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.BinaryField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.BoolField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ByteField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.CollationField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.CurrencyField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.DoubleField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.EnumField
Returns the SortField instance that should be used to sort fields of this type.
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ExternalFileField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.FieldType
Returns the SortField instance that should be used to sort fields of this type.
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.FloatField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.GeoHashField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ICUCollationField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.IntField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.LatLonType
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.LongField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.PointType
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.PreAnalyzedField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.RandomSortField
 
getSortField(boolean) - Method in class org.apache.solr.schema.SchemaField
Delegates to the FieldType for this field
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ShortField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.StrField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.TextField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.TrieDateField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.TrieField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.UUIDField
 
getSortFields() - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated.
Use SolrQuery.getSorts() instead, which is part of an api handling a wider range of sort specifications.
getSorts() - Method in class org.apache.solr.client.solrj.SolrQuery
Gets an a list of current sort clauses.
getSortSpec() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getSortSpec() - Method in class org.apache.solr.search.CursorMark
Returns the SortSpec used by this object.
getSortValues() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getSortValues() - Method in class org.apache.solr.search.CursorMark
Returns a copy of the (raw, unmarshalled) sort values used by this object, or null if first page of docs should be returned (ie: no sort after)
getSortWithinGroup() - Method in interface org.apache.solr.search.grouping.Command
 
getSortWithinGroup() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
 
getSortWithinGroup() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
 
getSortWithinGroup() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
 
getSortWithinGroup() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
getSource() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getSource() - Method in class org.apache.solr.core.SolrCore
 
getSource() - Method in interface org.apache.solr.core.SolrInfoMBean
CVS Source, SVN Source, etc
getSource() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getSource() - Method in class org.apache.solr.handler.admin.CollectionsHandler
 
getSource() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
getSource() - Method in class org.apache.solr.handler.admin.InfoHandler
 
getSource() - Method in class org.apache.solr.handler.admin.LoggingHandler
 
getSource() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getSource() - Method in class org.apache.solr.handler.admin.PluginInfoHandler
 
getSource() - Method in class org.apache.solr.handler.admin.PropertiesRequestHandler
 
getSource() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getSource() - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
getSource() - Method in class org.apache.solr.handler.admin.SystemInfoHandler
 
getSource() - Method in class org.apache.solr.handler.admin.ThreadDumpHandler
 
getSource() - Method in class org.apache.solr.handler.component.DebugComponent
 
getSource() - Method in class org.apache.solr.handler.component.ExpandComponent
 
getSource() - Method in class org.apache.solr.handler.component.FacetComponent
 
getSource() - Method in class org.apache.solr.handler.component.HighlightComponent
 
getSource() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
getSource() - Method in class org.apache.solr.handler.component.QueryComponent
 
getSource() - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
getSource() - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
getSource() - Method in class org.apache.solr.handler.component.ResponseLogComponent
 
getSource() - Method in class org.apache.solr.handler.component.SearchComponent
 
getSource() - Method in class org.apache.solr.handler.component.SearchHandler
 
getSource() - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSource() - Method in class org.apache.solr.handler.component.StatsComponent
 
getSource() - Method in class org.apache.solr.handler.component.SuggestComponent
 
getSource() - Method in class org.apache.solr.handler.component.TermsComponent
 
getSource() - Method in class org.apache.solr.handler.component.TermVectorComponent
 
getSource() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getSource() - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
getSource() - Method in class org.apache.solr.handler.DumpRequestHandler
 
getSource() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
getSource() - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
 
getSource() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getSource() - Method in class org.apache.solr.handler.PingRequestHandler
 
getSource() - Method in class org.apache.solr.handler.ReplicationHandler
 
getSource() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getSource() - Method in class org.apache.solr.handler.UpdateRequestHandler
 
getSource() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getSource() - Method in class org.apache.solr.schema.CopyField
 
getSource() - Method in class org.apache.solr.search.FastLRUCache
 
getSource() - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
getSource() - Method in class org.apache.solr.search.LFUCache
 
getSource() - Method in class org.apache.solr.search.LRUCache
 
getSource() - Method in class org.apache.solr.search.QParserPlugin
 
getSource() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getSource() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getSource() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getSourceDynamicBase() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
 
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
 
getSourceLocation() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getSourceSelector() - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
getSpellChecker(SolrParams) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSpellChecker(String) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSpellChecker() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getSpellCheckers() - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSpellCheckResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getSrcCores() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
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.response.RangeFacet
 
getStart() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getStart() - Method in class org.apache.solr.common.SolrDocumentList
 
getStart() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
getStart() - Method in class org.apache.solr.response.PageTool
 
getStartingOperation() - Method in class org.apache.solr.update.UpdateLog
 
getStartingVersions() - Method in class org.apache.solr.update.UpdateLog
 
getStartOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getStartTime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getStartTime() - Method in class org.apache.solr.core.SolrCore
 
getStartTime() - Method in interface org.apache.solr.request.SolrQueryRequest
The start time of this request in milliseconds
getStartTime() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getState() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
getState() - Method in class org.apache.solr.common.cloud.Slice
 
getState() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
getState() - Method in class org.apache.solr.search.LFUCache
 
getState() - Method in interface org.apache.solr.search.SolrCache
Returns the last State set on this instance
getState() - Method in class org.apache.solr.search.SolrCacheBase
 
getState() - Method in class org.apache.solr.update.UpdateLog
 
getStatistics() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getStatistics() - Method in class org.apache.solr.core.SolrCore
 
getStatistics() - Method in interface org.apache.solr.core.SolrInfoMBean
Any statistics this instance would like to be publicly available via the Solr Administration interface.
getStatistics() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getStatistics() - Method in class org.apache.solr.handler.component.SearchComponent
 
getStatistics() - Method in class org.apache.solr.handler.component.SuggestComponent
 
getStatistics() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getStatistics() - Method in class org.apache.solr.handler.ReplicationHandler
 
getStatistics() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getStatistics() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getStatistics() - Method in class org.apache.solr.search.FastLRUCache
 
getStatistics() - Method in class org.apache.solr.search.LFUCache
 
getStatistics() - Method in class org.apache.solr.search.LRUCache
 
getStatistics() - Method in class org.apache.solr.search.QParserPlugin
 
getStatistics() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getStatistics() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getStatistics() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getStats() - Method in class org.apache.solr.cloud.DistributedQueue
 
getStats() - Method in class org.apache.solr.cloud.Overseer.Stats
 
getStats() - Method in class org.apache.solr.handler.dataimport.Context
Makes available some basic running statistics such as "docCount", "deletedDocCount", "rowCount", "queryCount" and "skipDocCount"
getStats() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getStats(SolrIndexSearcher, DocSet, boolean, String[]) - Method in class org.apache.solr.request.UnInvertedField
Collect statistics about the UninvertedField.
getStats() - Method in class org.apache.solr.util.ConcurrentLFUCache
 
getStats() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
getStatsSnapshot() - Method in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
getStatsValues() - Method in interface org.apache.solr.handler.component.StatsValues
Translates the values into a NamedList representation
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
 
getStatus() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getStddev() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getStdDev() - Method in class org.apache.solr.util.stats.Histogram
 
getStdDev() - Method in class org.apache.solr.util.stats.Timer
Returns the standard deviation of all recorded durations.
getStorageIO() - Method in class org.apache.solr.rest.ManagedResourceStorage
Returns the storageIO instance used by this storage instance
getStoredHighlightFieldNames() - Method in class org.apache.solr.search.SolrIndexSearcher
Returns a collection of the names of all stored fields which can be highlighted the index reader knows about.
getStoredResourceId(String) - Method in class org.apache.solr.rest.ManagedResourceStorage
Gets the unique identifier for a stored resource, typically based on the resourceId and some storage-specific information, such as file extension and storage root directory.
getStoredResourceId(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
Determines the relative path (from the storage root) for the given resource.
getStoredView() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
Returns a Map of how we store and load data managed by this resource, which is different than how it is managed at runtime in order to support the ignoreCase setting.
getStr(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
Get a string property value.
getStr(String, String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
Get a string property value.
getStrategy() - Method in class org.apache.solr.internal.csv.CSVParser
Obtain the specified CSV Strategy.
getStrategy(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
Gets the cached strategy for this field, creating it if necessary via AbstractSpatialFieldType.newSpatialStrategy(String).
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.ByteArrayStream
 
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
 
getStreamingResponseCallback() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getString() - Method in class org.apache.solr.search.QParser
 
getStringAttribute(Element, String, String) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
 
getStringAttribute(Element, String, String) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
 
getStringDistance() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getStringDistance() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
getStringDistance() - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
 
getStringDistance() - Method in class org.apache.solr.spelling.SolrSpellChecker
Get the distance implementation used by this spellchecker, or NULL if not applicable.
getStringSort(SchemaField, boolean) - Method in class org.apache.solr.schema.FieldType
Utility usable by subclasses when they want to get basic String sorting using common checks.
getStringSortField(String, boolean, boolean, boolean) - Static method in class org.apache.solr.search.Sorting
Returns a SortField for a string field.
getStyle(String) - Static method in class org.apache.solr.response.transform.ExplainAugmenterFactory
 
getSubstitutableProperties() - Method in class org.apache.solr.core.CoreDescriptor
Returns all substitutable properties defined on this CoreDescriptor
getSubType() - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
getSuccessCount(String) - Method in class org.apache.solr.cloud.Overseer.Stats
 
GetSuffix(int) - Method in interface org.apache.solr.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class org.apache.solr.parser.FastCharStream
 
getSuggesterNames() - Method in class org.apache.solr.spelling.suggest.SuggesterResult
Get the set of suggesterNames for which this instance holds results
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.
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
 
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.SolrSpellChecker
Get suggestions for the given query.
getSuggestions() - Method in class org.apache.solr.spelling.SpellingResult
All the suggestions.
getSuggestions(SuggesterOptions) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
Returns suggestions based on the SuggesterOptions passed
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.suggest.Suggester
 
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
 
getSum() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getSum() - Method in class org.apache.solr.util.stats.Histogram
 
getSum() - Method in class org.apache.solr.util.stats.Timer
Returns the sum of all recorded durations.
getSupersetMaxDoc() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getSyncLevel(String) - Static method in enum org.apache.solr.update.UpdateLog.SyncLevel
 
getSystemInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
Get system info
getSystemInfoHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
 
getTag() - Method in interface org.apache.solr.SolrLogFormatter.TG
 
getTag() - Method in interface org.apache.solr.util.SolrLogLayout.TG
 
getTail(Handler) - Method in class org.apache.solr.SolrLogFormatter
 
getTailId() - Method in class org.apache.solr.cloud.DistributedQueue
Gets last element of the Queue without removing it.
getTargetCollectionName() - Method in class org.apache.solr.common.cloud.RoutingRule
 
getTargetField(String) - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
Generates a destination field name based on this source pattern, by substituting the remainder of this source pattern into the the given destination pattern.
getTargetSlice(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
Returns the Slice that the document should reside on, or null if there is not enough information
getTargetSlice(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
 
getTargetSlice(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
 
getTask(String, String) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Helper method to get a TaskObject given a map and a taskId.
getTerm() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
getTermCounts(String) - Method in class org.apache.solr.request.SimpleFacets
Term counts for use in field faceting that resepects the appropriate mincount
getTermCounts(String, DocSet) - Method in class org.apache.solr.request.SimpleFacets
Term counts for use in field faceting that resepects the appropriate mincount
getTermCountsForPivots(String, DocSet) - Method in class org.apache.solr.request.SimpleFacets
Term counts for use in pivot faceting that resepcts the appropriate mincount
getTermInfosIndexDivisor() - Method in class org.apache.solr.core.IndexReaderFactory
 
getTermMap() - Method in class org.apache.solr.client.solrj.response.TermsResponse
 
getTerms(String) - Method in class org.apache.solr.client.solrj.response.TermsResponse
Get's the term list for a given field
getTerms() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsLower() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsLowerInclusive() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsMaxCount() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsPrefix() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsRaw() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsRegex() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsRegexFlags() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getTermsSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsToMatch() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
 
getTermsUpper() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getTermsUpperInclusive() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getText() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the text of the token.
getText(Node, StringBuilder) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
 
getText() - Method in class org.apache.solr.handler.dataimport.config.Script
 
getText(Node, StringBuilder) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
 
getText(Node) - Static method in class org.apache.solr.util.DOMUtil
Drop in replacement for Node.getTextContent().
getThreadDumpHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
 
getThreadLocalDateFormat() - Static method in class org.apache.solr.client.solrj.util.ClientUtils
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.
getThreadLocalDateFormat() - Method in class org.apache.solr.schema.DateField
Deprecated.
- use formatDate(Date) instead
getThreadPoolExecutor() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
getThreshold() - Method in class org.apache.solr.logging.jul.JulWatcher
 
getThreshold() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
getThreshold() - Method in class org.apache.solr.logging.LogWatcher
 
getThreshold() - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
getThrowables() - Method in exception org.apache.solr.client.solrj.impl.CloudSolrServer.RouteException
 
getTick() - Method in class org.apache.solr.util.stats.Clock.CpuTimeClock
 
getTick() - Method in class org.apache.solr.util.stats.Clock
Returns the current time tick.
getTick() - Method in class org.apache.solr.util.stats.Clock.UserTimeClock
 
getTime() - Method in class org.apache.solr.util.RTimer
Get total elapsed time for this timer.
getTime() - Method in class org.apache.solr.util.stats.Clock
Returns the current time in milliseconds.
getTimeAllowed() - Method in class org.apache.solr.client.solrj.SolrQuery
Get the maximum time allowed for this query.
getTimeAllowed() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getTimer() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getTimestamp(LogRecord) - Method in class org.apache.solr.logging.jul.JulWatcher
 
getTimestamp(LoggingEvent) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
getTimestamp(E) - Method in class org.apache.solr.logging.LogWatcher
 
getTimeUpperBound() - Method in class org.apache.solr.update.CommitTracker
 
getTimeZone() - Method in class org.apache.solr.util.DateMathParser
 
getTimeZone(String) - Static method in class org.apache.solr.util.TimeZoneUtils
This method is provided as a replacement for TimeZone.getTimeZone but without the annoying behavior of returning "GMT" for gibberish input.
getTlogDir(SolrCore, PluginInfo) - Method in class org.apache.solr.update.UpdateLog
 
getToken() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getToken(int) - Method in class org.apache.solr.parser.QueryParser
Get the specific Token.
getTokenFilterFactories() - Method in class org.apache.solr.analysis.TokenizerChain
 
getTokenFrequency(Token) - Method in class org.apache.solr.spelling.SpellingResult
The token frequency of the input token in the collection
getTokenFrequency() - Method in class org.apache.solr.spelling.SpellingResult
 
getTokenizerFactory() - Method in class org.apache.solr.analysis.TokenizerChain
 
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.
getTokens() - Method in class org.apache.solr.spelling.SpellingResult
 
getTokens(String) - Method in class org.apache.solr.spelling.suggest.SuggesterResult
Get the set of tokens that are present in the instance
getToLog() - Method in class org.apache.solr.response.SolrQueryResponse
Get loggable items.
getToLogAsString(String) - Method in class org.apache.solr.response.SolrQueryResponse
Returns a string of the form "logid name1=value1 name2=value2 ..."
getTopDocs() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommandResult
 
getTopDocsCollector(int, SolrIndexSearcher.QueryCommand, IndexSearcher) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
getTopDocsCollector(int, SolrIndexSearcher.QueryCommand, IndexSearcher) - Method in class org.apache.solr.search.RankQuery
 
getTopFilter() - Method in class org.apache.solr.search.BitDocSet
 
getTopFilter() - Method in interface org.apache.solr.search.DocSet
Returns a Filter for use in Lucene search methods, assuming this DocSet was generated from the top-level MultiReader that the Lucene search methods will be invoked with.
getTopFilter() - Method in class org.apache.solr.search.SortedIntDocSet
 
getTopTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getTotalHitCount() - Method in class org.apache.solr.search.grouping.CommandHandler
 
getTotalLogsNumber() - Method in class org.apache.solr.update.UpdateLog
 
getTotalLogsSize() - Method in class org.apache.solr.update.UpdateLog
 
getTransformer(int) - Method in class org.apache.solr.response.transform.DocTransformers
 
getTransformer(SolrQueryRequest) - Method in class org.apache.solr.response.XSLTResponseWriter
Get Transformer from request context, or from TransformerProvider.
getTransformer() - Method in class org.apache.solr.search.ReturnFields
Returns the DocTransformer used to modify documents, or null
getTransformer() - Method in class org.apache.solr.search.SolrReturnFields
 
getTransformer(SolrConfig, String, int) - Method in class org.apache.solr.util.xslt.TransformerProvider
Return a new Transformer, possibly created from our cached Templates object
getTransformerFactory(String) - Method in class org.apache.solr.core.SolrCore
 
getTransientCacheSize() - Method in class org.apache.solr.core.ConfigSolr
 
getTrimmedPivotsAsListOfNamedLists(ResponseBuilder) - Method in class org.apache.solr.handler.component.PivotFacet
A recursive method for generating NamedLists for this pivot suitable for including in a pivot facet response to the original distributed request.
getTrustStore() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
getTrustStorePassword() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
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
 
getType() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
 
getType() - Method in class org.apache.solr.handler.dataimport.config.PropertyWriter
 
getType() - Method in class org.apache.solr.schema.SchemaField
 
getType() - Method in class org.apache.solr.schema.TrieField
 
getTypeName() - Method in class org.apache.solr.schema.FieldType
The Name of this FieldType as specified in the schema file
getUlogDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getUlogDir() - Method in class org.apache.solr.core.CoreDescriptor
 
getUnicodeEscapeInterpretation() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getUnInvertedField(String, SolrIndexSearcher) - Static method in class org.apache.solr.request.UnInvertedField
 
getUniqueKeyField() - Method in class org.apache.solr.schema.IndexSchema
Unique Key field specified in the schema file
getUniqueKeyField(Document) - Method in class org.apache.solr.schema.IndexSchema
The raw (field type encoded) value of the Unique Key field for the specified Document
getUniqueKeys(SolrIndexSearcher, int[]) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
Retrieves the unique keys for the topdocs to key the results
getUnknownAttributes(Element, String...) - Method in class org.apache.solr.core.Config
Returns the set of attributes on the given element that are not among the given knownAttributes, or null if all attributes are known.
getUnloadedCoreDescriptor(String) - Method in class org.apache.solr.core.CoreContainer
Gets a solr core descriptor for a core that is not loaded.
getUnsubstitutedNode(String, boolean) - Method in class org.apache.solr.core.Config
 
getUpdateContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getUpdateContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getUpdatedSinceInitialization() - Method in class org.apache.solr.rest.ManagedResource
Returns the timestamp of the most recent update, or null if this resource has not been updated since initialization.
getUpdateExecutor() - Method in class org.apache.solr.update.StreamingSolrServers
 
getUpdateExecutor() - Method in class org.apache.solr.update.UpdateShardHandler
 
getUpdateHandler() - Method in class org.apache.solr.core.SolrCore
RequestHandlers need access to the updateHandler so they can all talk to the same RAM indexer.
getUpdateHandlerInfo() - Method in class org.apache.solr.core.SolrConfig
 
getUpdateLock() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getUpdateLock() - Method in class org.apache.solr.update.SolrCoreState
 
getUpdateLog() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getUpdateLog() - Method in class org.apache.solr.update.UpdateHandler
 
getUpdateProcessingChain(String) - Method in class org.apache.solr.core.SolrCore
 
getUpdaterThread() - Method in class org.apache.solr.cloud.Overseer
For tests.
getUpdateShardHandler() - Method in class org.apache.solr.core.CoreContainer
 
getUpperVal() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getUptime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
 
getUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
getUseCompoundFile() - Method in class org.apache.solr.update.SolrIndexConfig
 
getUserQuery(String, SolrPluginUtils.DisjunctionMaxQueryParser, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
getVal(int) - Method in class org.apache.solr.common.util.NamedList
The value of the pair at the specified List index
getVal(String, boolean) - Method in class org.apache.solr.core.Config
 
getValue() - Method in class org.apache.solr.client.solrj.response.PivotField
 
getValue() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
 
getValue() - Method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
 
getValue() - Method in class org.apache.solr.common.SolrInputField
 
getValue() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
 
getValue(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
 
getValue() - Method in class org.apache.solr.handler.component.PivotFacetValue
The value of the asssocated field modeled by this PivotFacetValue.
getValue() - Method in class org.apache.solr.parser.Token
An optional attribute value of the Token.
getValue(SchemaField, IndexableField) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
getValue(double) - Method in class org.apache.solr.util.stats.Snapshot
Returns the value at the given quantile.
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
 
getValueDelimiter() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
getValueForNormalization() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
getValuePath() - Method in class org.apache.solr.handler.component.PivotFacetField
A recursive method that walks up the tree of pivot fields/values to build a list of String representations of the values that lead down to this PivotFacetField.
getValuePath() - Method in class org.apache.solr.handler.component.PivotFacetValue
A recursive method that walks up the tree of pivot fields/values to build a list of the String representations of the values that lead down to this PivotFacetValue.
getValues() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getValues() - Method in class org.apache.solr.client.solrj.response.GroupCommand
Returns the groups to be displayed.
getValues() - Method in class org.apache.solr.client.solrj.response.GroupResponse
Returns all grouping commands.
getValues() - Method in class org.apache.solr.common.SolrInputField
 
getValues() - Method in class org.apache.solr.response.SolrQueryResponse
Gets data to be returned in this response
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.schema.StrFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.CollapseScoreFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.distance.GeohashFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.distance.StringDistanceFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.solr.search.function.FileFloatSource
 
getValues() - Method in class org.apache.solr.util.stats.Snapshot
Returns the entire set of values in the snapshot.
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.BoolField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.ByteField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.CurrencyField
Returns a ValueSource over this field in which the numeric value for each document represents the indexed value as converted to the default currency for the field, normalized to it's most granular form based on the default fractional digits.
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.DoubleField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.EnumField
called to get the default value source (normally, from the Lucene FieldCache.)
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.ExternalFileField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.FieldType
called to get the default value source (normally, from the Lucene FieldCache.)
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.FloatField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.GeoHashField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.IntField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.LatLonType
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.LongField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.PointType
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.RandomSortField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.ShortField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.StrField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.TrieDateField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.TrieField
 
getValueSource() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getValueSourceFromSpatialArgs(QParser, SchemaField, SpatialArgs, String, T) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
getValueSourceFromSpatialArgs(QParser, SchemaField, SpatialArgs, String, BBoxStrategy) - Method in class org.apache.solr.schema.BBoxField
 
getValueSourceParser(String) - Method in class org.apache.solr.core.SolrCore
 
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.Context
Returns the VariableResolver used in this entity which can be used to resolve the tokens in ${<namespce.name>}
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getVariables(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
Get a list of variables embedded in the template string.
getVariableWrapper(String, VariableResolver) - Method in class org.apache.solr.handler.dataimport.Evaluator
 
getVersion() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
getVersion() - Method in class org.apache.solr.client.solrj.ResponseParser
 
getVersion() - Method in class org.apache.solr.common.cloud.DocCollection
 
getVersion() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getVersion() - Method in class org.apache.solr.core.SolrCore
 
getVersion() - Method in interface org.apache.solr.core.SolrInfoMBean
Simple common usage version, e.g. 2.0
getVersion() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getVersion() - Method in class org.apache.solr.handler.component.SearchComponent
 
getVersion() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getVersion() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getVersion() - Method in class org.apache.solr.schema.IndexSchema
 
getVersion() - Method in class org.apache.solr.search.LFUCache
 
getVersion() - Method in class org.apache.solr.search.QParserPlugin
 
getVersion() - Method in class org.apache.solr.search.SolrCacheBase
 
getVersion() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getVersion() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getVersion() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getVersion() - Method in class org.apache.solr.update.UpdateCommand
 
getVersionField() - Method in class org.apache.solr.update.VersionInfo
 
getVersionFromIndex(BytesRef) - Method in class org.apache.solr.update.VersionInfo
 
getVersionInfo() - Method in class org.apache.solr.update.UpdateLog
 
getVersions(int) - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
 
getWarmCount(int) - Method in class org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
 
getWatchedEvent() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
getWatchedEvent() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
getWatcherSize() - Method in class org.apache.solr.logging.LogWatcherConfig
 
getWatcherThreshold() - Method in class org.apache.solr.logging.LogWatcherConfig
 
getWildcardQuery(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
getWildcardQuery(String, String) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
getWordGrams() - Method in class org.apache.solr.search.FieldParams
 
getWordSet() - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Returns the set of words in this managed word set.
getWrappedDeletionPolicy() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
 
getWrappedHandler() - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
getWrappedQuery() - Method in class org.apache.solr.search.WrappedQuery
 
getWrappedWriter() - Method in class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
getWriter() - Method in class org.apache.solr.response.TextResponseWriter
returns the Writer that the response is being written to
getWriterType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
 
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
 
getXP(Node, String, boolean) - Static method in class org.apache.solr.util.SimplePostTool
Gets the string content of the matching an XPath
getXPath() - Method in class org.apache.solr.core.Config
 
getZkClient() - Method in class org.apache.solr.cloud.ZkController
 
getZkClient() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
getZkClientConnectionStrategy() - Method in class org.apache.solr.common.cloud.SolrZkClient
 
getZkClientTimeout() - Method in class org.apache.solr.common.cloud.SolrZkClient
 
getZkClientTimeout() - Method in class org.apache.solr.core.ConfigSolr
 
getZkClusterStateVersion() - Method in class org.apache.solr.common.cloud.ClusterState
The version of clusterstate.json in ZooKeeper.
getZkController() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
 
getZkController() - Method in class org.apache.solr.core.CoreContainer
 
getZkController() - Method in class org.apache.solr.core.ZkContainer
 
getZkHost() - Method in class org.apache.solr.core.ConfigSolr
 
getZkHostContext() - Method in class org.apache.solr.core.ConfigSolr
 
getZkHostPort() - Method in class org.apache.solr.core.ConfigSolr
 
getZkServerAddress() - Method in class org.apache.solr.cloud.ZkController
 
getZkStateReader() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
getZkStateReader() - Method in class org.apache.solr.cloud.Overseer
 
getZkStateReader() - Method in class org.apache.solr.cloud.ZkController
 
getZnodeForResource(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
Returns the Znode for the given storedResourceId by combining it with the znode base.
globalCollectionStat - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
GlobalCollectionStat(int, Map<String, Long>) - Constructor for class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
 
globalStrings - Variable in class org.apache.solr.update.UpdateLog
 
go() - Static method in class org.apache.solr.SolrLogFormatter
 
grid - Variable in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
 
Group - Class in org.apache.solr.client.solrj.response
Represents a group.
Group(String, SolrDocumentList) - Constructor for class org.apache.solr.client.solrj.response.Group
Creates a Group instance.
GROUP - Static variable in interface org.apache.solr.common.params.GroupParams
 
GROUP_CACHE_PERCENTAGE - Static variable in interface org.apache.solr.common.params.GroupParams
Whether to cache the first pass search (doc ids and score) for the second pass search.
GROUP_DISTRIBUTED_FIRST - Static variable in interface org.apache.solr.common.params.GroupParams
Retrieve the top search groups (top group values) from the shards being queried.
GROUP_DISTRIBUTED_SECOND - Static variable in interface org.apache.solr.common.params.GroupParams
Retrieve the top groups from the shards being queries based on the specified search groups in the GroupParams.GROUP_DISTRIBUTED_TOPGROUPS_PREFIX parameters.
GROUP_DISTRIBUTED_TOPGROUPS_PREFIX - Static variable in interface org.apache.solr.common.params.GroupParams
 
GROUP_FACET - Static variable in interface org.apache.solr.common.params.GroupParams
Whether to compute grouped facets based on the first specified group.
GROUP_FIELD - Static variable in interface org.apache.solr.common.params.GroupParams
 
GROUP_FORMAT - Static variable in interface org.apache.solr.common.params.GroupParams
treat the first group result as the main result.
GROUP_FUNC - Static variable in interface org.apache.solr.common.params.GroupParams
 
GROUP_LIMIT - Static variable in interface org.apache.solr.common.params.GroupParams
the limit for the number of documents in each group
GROUP_MAIN - Static variable in interface org.apache.solr.common.params.GroupParams
treat the first group result as the main result.
GROUP_NAMES - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
 
GROUP_NULL_VALUE - Static variable in class org.apache.solr.search.grouping.distributed.requestfactory.TopGroupsShardRequestFactory
Represents a string value for
GROUP_OFFSET - Static variable in interface org.apache.solr.common.params.GroupParams
the offset for the doclist of each group
GROUP_QUERY - Static variable in interface org.apache.solr.common.params.GroupParams
 
GROUP_SORT - Static variable in interface org.apache.solr.common.params.GroupParams
 
GROUP_TOTAL_COUNT - Static variable in interface org.apache.solr.common.params.GroupParams
Whether the group count should be included in the response.
GROUP_TRUNCATE - Static variable in interface org.apache.solr.common.params.GroupParams
Whether the docSet (for example for faceting) should be based on plain documents (a.k.a UNGROUPED) or on the groups (a.k.a GROUPED).
groupBy - Variable in class org.apache.solr.search.Grouping.CommandField
 
groupBy - Variable in class org.apache.solr.search.Grouping.CommandFunc
 
GroupCommand - Class in org.apache.solr.client.solrj.response
This class represents the result of a group command.
GroupCommand(String, int) - Constructor for class org.apache.solr.client.solrj.response.GroupCommand
Creates a GroupCommand instance
GroupCommand(String, int, int) - Constructor for class org.apache.solr.client.solrj.response.GroupCommand
Creates a GroupCommand instance.
GroupedEndResultTransformer - Class in org.apache.solr.search.grouping.endresulttransformer
Implementation of EndResultTransformer that keeps each grouped result separate in the final response.
GroupedEndResultTransformer(SolrIndexSearcher) - Constructor for class org.apache.solr.search.grouping.endresulttransformer.GroupedEndResultTransformer
 
groupedResults - Variable in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
grouping() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
Grouping - Class in org.apache.solr.search
Basic Solr Grouping infrastructure.
Grouping(SolrIndexSearcher, SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand, boolean, int, boolean) - Constructor for class org.apache.solr.search.Grouping
 
Grouping.Command<GROUP_VALUE_TYPE> - Class in org.apache.solr.search
General group command.
Grouping.CommandField - Class in org.apache.solr.search
A group command for grouping on a field.
Grouping.CommandFunc - Class in org.apache.solr.search
A command for grouping on a function.
Grouping.CommandQuery - Class in org.apache.solr.search
A group command for grouping on a query.
Grouping.Format - Enum in org.apache.solr.search
 
Grouping.TotalCount - Enum in org.apache.solr.search
 
GroupingSpecification - Class in org.apache.solr.search.grouping
Encapsulates the grouping options like fields group sort and more specified by clients.
GroupingSpecification() - Constructor for class org.apache.solr.search.grouping.GroupingSpecification
 
groupOffset - Variable in class org.apache.solr.search.Grouping.Command
 
GroupParams - Interface in org.apache.solr.common.params
Group parameters
GroupResponse - Class in org.apache.solr.client.solrj.response
Overall grouping result.
GroupResponse() - Constructor for class org.apache.solr.client.solrj.response.GroupResponse
 
groupSort - Variable in class org.apache.solr.search.Grouping.Command
 
guess() - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
Guess the config based on the first 10 (or less when less available) records of a CSV file.
guessConfig(InputStream) - Static method in class org.apache.solr.internal.csv.writer.CSVConfig
Creates a config based on a stream.
guessFieldSeperator(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
guessFixedWidth(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
Guess if this file is fixedwidth.
guessFixedWidthSeperator(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
guessType(File) - Static method in class org.apache.solr.util.SimplePostTool
Guesses the type of a file, based on file name suffix

H

handle(Map<String, Object>, String) - Method in interface org.apache.solr.common.util.JsonRecordReader.Handler
 
handle(Map<String, Object>, String) - Method in interface org.apache.solr.handler.dataimport.XPathRecordReader.Handler
 
handle - Variable in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
 
handleAliasAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Deprecated.
handleAnalysisRequest(FieldAnalysisRequest, IndexSchema) - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
Handles the resolved analysis request and returns the analysis breakdown response as a named list.
handleCommit(SolrQueryRequest, UpdateRequestProcessor, SolrParams, boolean) - Static method in class org.apache.solr.handler.RequestHandlerUtils
Check the request parameters and decide if it should commit or optimize.
handleCreateAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle 'CREATE' action.
handleCustomAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle Custom Action.
handleEnable(boolean) - Method in class org.apache.solr.handler.PingRequestHandler
 
handleError(Throwable) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
handleException(Logger) - Method in class org.apache.solr.rest.BaseSolrResource
If there is an exception on the SolrResponse: error info is added to the SolrResponse; the response status code is set to the error code from the exception; and the exception message is added to the list of things to be logged.
handleMergeAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
handleMergeFields(ResponseBuilder, SolrIndexSearcher) - Method in interface org.apache.solr.handler.component.MergeStrategy
Implement handleMergeFields(ResponseBuilder rb, SolrIndexSearch searcher) if your merge strategy needs more complex data then the sort fields provide.
handlePersistAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handler "PERSIST" action
handlePing(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.PingRequestHandler
 
handlePostExecution(Logger) - Method in class org.apache.solr.rest.BaseSolrResource
Deal with an exception on the SolrResponse, fill in response header info, and log the accumulated messages on the SolrResponse.
handleReloadAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handler "RELOAD" action
handleRenameAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle "RENAME" Action
handleRequest(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
Wait for the first request before initializing the wrapped handler
handleRequest(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.AdminHandlers
 
handleRequest(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.RequestHandlerBase
 
handleRequest(SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.request.SolrRequestHandler
Handles a query request, this method must be thread safe.
handleRequestActionStatus(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle "REQUESTSTATUS" action
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CollectionsHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.InfoHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.LoggingHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.LukeRequestHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.PluginInfoHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.PropertiesRequestHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.SystemInfoHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.ThreadDumpHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.component.SearchHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.ContentStreamHandlerBase
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.DumpRequestHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.PingRequestHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.ReplicationHandler
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.RequestHandlerBase
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
handleRequestInternal(SolrQueryRequest, SolrQueryResponse, CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
handleRequestRecoveryAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
handleRequestSyncAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.DebugComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.ExpandComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.FacetComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.HighlightComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.QueryComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.SearchComponent
Called after all responses for a single request were received
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.StatsComponent
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.TermsComponent
 
handleRollback(SolrQueryRequest, UpdateRequestProcessor, SolrParams, boolean) - Static method in class org.apache.solr.handler.RequestHandlerUtils
 
handlesMergeFields() - Method in interface org.apache.solr.handler.component.MergeStrategy
handlesMergeFields must return true if the MergeStrategy implements a custom handleMergeFields(ResponseBuilder rb, SolrIndexSearch searcher)
handleSplitAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle the core admin SPLIT action.
handleStatusAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle "STATUS" action
handleSwapAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle "SWAP" action
handleUnloadAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle "UNLOAD" Action
handleWaitForStateAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
HAS_MORE - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
hasBoostFunctions() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
hasBoostParams() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
hasChangesSinceInitialization() - Method in class org.apache.solr.rest.ManagedResource
Returns true if this resource has been changed since initialization.
hasChildDocuments() - Method in class org.apache.solr.common.SolrDocument
 
hasChildDocuments() - Method in class org.apache.solr.common.SolrInputDocument
 
hasCollection(String) - Method in class org.apache.solr.common.cloud.ClusterState
 
hasDocValues() - Method in class org.apache.solr.schema.SchemaField
 
hasExplicitField(String) - Method in class org.apache.solr.schema.IndexSchema
Does the schema explicitly define the specified field, i.e. not as a result of a copyField declaration?
hasFieldHeader() - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
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
 
hash - Variable in class org.apache.solr.update.processor.Lookup3Signature
 
HashBasedRouter - Class in org.apache.solr.common.cloud
 
HashBasedRouter() - Constructor for class org.apache.solr.common.cloud.HashBasedRouter
 
hashCode() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.ServerWrapper
 
hashCode() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
 
hashCode() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
hashCode() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
hashCode() - Method in class org.apache.solr.common.cloud.ClusterState
 
hashCode() - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
hashCode() - Method in class org.apache.solr.common.cloud.HashPartitioner.Range
 
hashCode() - Method in class org.apache.solr.common.EnumFieldValue
 
hashCode() - Method in class org.apache.solr.common.util.NamedList
 
hashCode() - Method in class org.apache.solr.handler.component.ShardDoc
 
hashCode() - Method in class org.apache.solr.request.SimpleFacets.CountPair
 
hashCode() - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
hashCode() - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
 
hashCode() - Method in class org.apache.solr.schema.SchemaField
 
hashCode() - Method in class org.apache.solr.schema.StrFieldSource
 
hashCode() - Method in class org.apache.solr.search.AnalyticsQuery
 
hashCode() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
hashCode() - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
hashCode() - Method in class org.apache.solr.search.function.CollapseScoreFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.GeohashFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.StringDistanceFunction
 
hashCode() - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
hashCode() - Method in class org.apache.solr.search.function.FileFloatSource
 
hashCode() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
hashCode() - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
hashCode() - Method in class org.apache.solr.search.QueryResultKey
 
hashCode() - Method in class org.apache.solr.search.SolrConstantScoreQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.solr.search.WrappedQuery
 
hashCode() - Method in class org.apache.solr.SolrLogFormatter.Method
 
hashCode() - Method in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
hashCode() - Method in class org.apache.solr.spelling.ResultEntry
 
hashCode() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
hashCode() - Method in class org.apache.solr.update.SolrCmdDistributor.RetryNode
 
hashCode() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
hashCode() - Method in class org.apache.solr.util.SolrLogLayout.Method
 
HashDocSet - Class in org.apache.solr.search
HashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table.
HashDocSet(HashDocSet) - Constructor for class org.apache.solr.search.HashDocSet
 
HashDocSet(int[], int, int) - Constructor for class org.apache.solr.search.HashDocSet
Create a HashDocSet from a list of *unique* ids
HashDocSet(int[], int, int, float) - Constructor for class org.apache.solr.search.HashDocSet
Create a HashDocSet from a list of *unique* ids
hashDocSetMaxSize - Variable in class org.apache.solr.core.SolrConfig
 
HashPartitioner - Class in org.apache.solr.common.cloud
Class to partition int range into n ranges.
HashPartitioner() - Constructor for class org.apache.solr.common.cloud.HashPartitioner
 
HashPartitioner.Range - Class in org.apache.solr.common.cloud
 
hashSetInverseLoadFactor - Variable in class org.apache.solr.core.SolrConfig
 
hashToSlice(int, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
 
hasMoreArguments() - Method in class org.apache.solr.search.FunctionQParser
Are there more arguments in the argument list being parsed?
hasMultiplicativeBoosts() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
hasNext() - Method in class org.apache.solr.common.util.IteratorChain
 
hasNext() - Method in class org.apache.solr.spelling.PossibilityIterator
 
hasPatternMatching() - Method in class org.apache.solr.search.ReturnFields
Returns true if the fieldnames should be picked with a pattern
hasPatternMatching() - Method in class org.apache.solr.search.SolrReturnFields
 
hasProperty(int) - Method in class org.apache.solr.schema.FieldType
Check if a property is set
hasProperty(int) - Method in class org.apache.solr.schema.TrieDateField
 
hasSchemaCache() - Method in class org.apache.solr.core.ConfigSolr
 
hasScheme(String) - Static method in class org.apache.solr.common.util.URLUtil
 
hasScores() - Method in interface org.apache.solr.search.DocList
True if scores were retained
hasScores() - Method in class org.apache.solr.search.DocSlice
 
hasSpecialSyntax - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
hasTokenFrequencyInfo() - Method in class org.apache.solr.spelling.SpellingResult
 
hasUncommittedChanges() - Method in class org.apache.solr.update.UpdateLog
 
hasWhitespace - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
HaversineConstFunction - Class in org.apache.solr.search.function.distance
Haversine function with one point constant
HaversineConstFunction(double, double, VectorValueSource) - Constructor for class org.apache.solr.search.function.distance.HaversineConstFunction
 
HaversineFunction - Class in org.apache.solr.search.function.distance
Calculate the Haversine formula (distance) between any two points on a sphere Takes in four value sources: (latA, lonA); (latB, lonB).
HaversineFunction(MultiValueSource, MultiValueSource, double) - Constructor for class org.apache.solr.search.function.distance.HaversineFunction
 
HaversineFunction(MultiValueSource, MultiValueSource, double, boolean) - Constructor for class org.apache.solr.search.function.distance.HaversineFunction
 
HDFS_HOME - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
HDFS_SYNC_BLOCK - Static variable in class org.apache.solr.store.hdfs.HdfsFileWriter
 
HdfsDirectory - Class in org.apache.solr.store.hdfs
 
HdfsDirectory(Path, Configuration) - Constructor for class org.apache.solr.store.hdfs.HdfsDirectory
 
HdfsDirectoryFactory - Class in org.apache.solr.core
 
HdfsDirectoryFactory() - Constructor for class org.apache.solr.core.HdfsDirectoryFactory
 
hdfsDirPath - Variable in class org.apache.solr.store.hdfs.HdfsDirectory
 
HdfsFileReader - Class in org.apache.solr.store.hdfs
 
HdfsFileReader(FileSystem, Path, int) - Constructor for class org.apache.solr.store.hdfs.HdfsFileReader
 
HdfsFileReader(FileSystem, Path) - Constructor for class org.apache.solr.store.hdfs.HdfsFileReader
 
HdfsFileWriter - Class in org.apache.solr.store.hdfs
 
HdfsFileWriter(FileSystem, Path) - Constructor for class org.apache.solr.store.hdfs.HdfsFileWriter
 
HdfsLockFactory - Class in org.apache.solr.store.hdfs
 
HdfsLockFactory(Path, Configuration) - Constructor for class org.apache.solr.store.hdfs.HdfsLockFactory
 
HDFSLogReader(long) - Constructor for class org.apache.solr.update.HdfsTransactionLog.HDFSLogReader
 
HDFSReverseReader() - Constructor for class org.apache.solr.update.HdfsTransactionLog.HDFSReverseReader
 
HdfsTransactionLog - Class in org.apache.solr.update
Log Format: List{Operation, Version, ...}
HdfsTransactionLog.HDFSLogReader - Class in org.apache.solr.update
 
HdfsTransactionLog.HDFSReverseReader - Class in org.apache.solr.update
 
HdfsUpdateLog - Class in org.apache.solr.update
 
HdfsUpdateLog() - Constructor for class org.apache.solr.update.HdfsUpdateLog
 
HdfsUpdateLog(String) - Constructor for class org.apache.solr.update.HdfsUpdateLog
 
HdfsUtil - Class in org.apache.solr.util
 
HdfsUtil() - Constructor for class org.apache.solr.util.HdfsUtil
 
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
HEALTHCHECK_FILE_PARAM - Static variable in class org.apache.solr.handler.PingRequestHandler
 
HealthcheckTool() - Constructor for class org.apache.solr.util.SolrCLI.HealthcheckTool
 
heap - Variable in class org.apache.solr.util.LongPriorityQueue
 
HEX_DIGITS - Static variable in class org.apache.solr.common.util.StrUtils
 
HIDDEN - Static variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
hiddenFiles - Variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
highest - Variable in class org.apache.solr.update.VersionBucket
 
HighFrequencyDictionaryFactory - Class in org.apache.solr.spelling.suggest
Factory for HighFrequencyDictionary
HighFrequencyDictionaryFactory() - Constructor for class org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory
 
HIGHLIGHT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
HIGHLIGHT_MULTI_TERM - Static variable in interface org.apache.solr.common.params.HighlightParams
 
HighlightComponent - Class in org.apache.solr.handler.component
TODO!
HighlightComponent() - Constructor for class org.apache.solr.handler.component.HighlightComponent
 
HighlightingPluginBase - Class in org.apache.solr.highlight
 
HighlightingPluginBase() - Constructor for class org.apache.solr.highlight.HighlightingPluginBase
 
HighlightParams - Interface in org.apache.solr.common.params
 
Histogram - Class in org.apache.solr.util.stats
A metric which calculates the distribution of a value.
history - Variable in class org.apache.solr.logging.LogWatcher
 
HtmlEncoder - Class in org.apache.solr.highlight
Use the SimpleHTMLEncoder
HtmlEncoder() - Constructor for class org.apache.solr.highlight.HtmlEncoder
 
HtmlFormatter - Class in org.apache.solr.highlight
Use the SimpleHTMLFormatter
HtmlFormatter() - Constructor for class org.apache.solr.highlight.HtmlFormatter
 
HTMLStripFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Strips all HTML Markup in any CharSequence values found in fields matching the specified conditions.
HTMLStripFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.HTMLStripFieldUpdateProcessorFactory
 
HTMLStripTransformer - Class in org.apache.solr.handler.dataimport
A Transformer implementation which strip off HTML tags using HTMLStripCharFilter This is useful in case you don't need this HTML anyway.
HTMLStripTransformer() - Constructor for class org.apache.solr.handler.dataimport.HTMLStripTransformer
 
HttpCacheHeaderUtil - Class in org.apache.solr.servlet.cache
 
HttpCacheHeaderUtil() - Constructor for class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
 
httpCaching - Variable in class org.apache.solr.handler.RequestHandlerBase
 
httpCaching - Variable in class org.apache.solr.response.SolrQueryResponse
Should this response be tagged with HTTP caching headers?
httpClient - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
HttpClientConfigurer - Class in org.apache.solr.client.solrj.impl
The default http client configurer.
HttpClientConfigurer() - Constructor for class org.apache.solr.client.solrj.impl.HttpClientConfigurer
 
HttpClientUtil - Class in org.apache.solr.client.solrj.impl
Utility class for creating/configuring httpclient instances.
HttpDataSource - Class in org.apache.solr.handler.dataimport
Deprecated.
use URLDataSource instead
HttpDataSource() - Constructor for class org.apache.solr.handler.dataimport.HttpDataSource
Deprecated.
 
httpHeaders() - Method in class org.apache.solr.response.SolrQueryResponse
Returns a new iterator of response headers
HttpShardHandler - Class in org.apache.solr.handler.component
 
HttpShardHandler(HttpShardHandlerFactory, HttpClient) - Constructor for class org.apache.solr.handler.component.HttpShardHandler
 
HttpShardHandlerFactory - Class in org.apache.solr.handler.component
 
HttpShardHandlerFactory() - Constructor for class org.apache.solr.handler.component.HttpShardHandlerFactory
 
HttpSolrServer - Class in org.apache.solr.client.solrj.impl
 
HttpSolrServer(String) - Constructor for class org.apache.solr.client.solrj.impl.HttpSolrServer
 
HttpSolrServer(String, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.HttpSolrServer
 
HttpSolrServer(String, HttpClient, ResponseParser) - Constructor for class org.apache.solr.client.solrj.impl.HttpSolrServer
 
HttpSolrServer.HttpUriRequestResponse - Class in org.apache.solr.client.solrj.impl
 
HttpSolrServer.RemoteSolrException - Exception in org.apache.solr.client.solrj.impl
Subclass of SolrException that allows us to capture an arbitrary HTTP status code that may have been returned by the remote server or a proxy along the way.
httpUriRequest(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
httpUriRequest(SolrRequest, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
httpUriRequest - Variable in class org.apache.solr.client.solrj.impl.HttpSolrServer.HttpUriRequestResponse
 
HttpUriRequestResponse() - Constructor for class org.apache.solr.client.solrj.impl.HttpSolrServer.HttpUriRequestResponse
 

I

IBSimilarityFactory - Class in org.apache.solr.search.similarities
Factory for IBSimilarity You must specify the implementations for all three components of the Information-Based model (strings).
IBSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.IBSimilarityFactory
 
ICUCollationField - Class in org.apache.solr.schema
Field for collated sort keys.
ICUCollationField() - Constructor for class org.apache.solr.schema.ICUCollationField
 
ID - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
id - Variable in class org.apache.solr.handler.component.ShardDoc
 
id - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
IdentityRegenerator() - Constructor for class org.apache.solr.util.SolrPluginUtils.IdentityRegenerator
 
idField - Variable in class org.apache.solr.update.UpdateHandler
 
idFieldType - Variable in class org.apache.solr.update.UpdateHandler
 
IDS - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
IDS - Static variable in interface org.apache.solr.common.params.ShardParams
IDs of the shard documents
IDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Treat the same as any other characters
IGNORE_AUTOCOMMIT - Static variable in class org.apache.solr.update.UpdateCommand
 
IGNORE_CASE_INIT_ARG - Static variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
IGNORE_CASE_INIT_ARG - Static variable in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
 
IGNORE_TIKA_EXCEPTION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
if true, ignore TikaException (give up to extract text but index meta data)
IgnoreAcceptDocsQuery - Class in org.apache.solr.search.join
 
IgnoreAcceptDocsQuery(Query) - Constructor for class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
IgnoreFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Ignores & removes fields matching the specified conditions from any document being added to the index.
IgnoreFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory
 
ignorePatterns - Static variable in exception org.apache.solr.common.SolrException
For test code - do not log exceptions that match any of the regular expressions in ignorePatterns
ignoresThrowable() - Method in class org.apache.solr.util.SolrLogLayout
 
image - Variable in class org.apache.solr.parser.Token
The string image of the token.
ImplicitDocRouter - Class in org.apache.solr.common.cloud
This document router is for custom sharding
ImplicitDocRouter() - Constructor for class org.apache.solr.common.cloud.ImplicitDocRouter
 
IMPORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
IMPORTER_NS - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
Deprecated.
use IMPORTER_NS_SHORT instead
IMPORTER_NS_SHORT - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
importStatistics - Variable in class org.apache.solr.handler.dataimport.DocBuilder
 
in - Variable in class org.apache.solr.common.util.FastInputStream
 
INACTIVE - Static variable in class org.apache.solr.common.cloud.Slice
 
incLevel() - Method in class org.apache.solr.response.TextResponseWriter
 
includes(int) - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
includes(int) - Method in class org.apache.solr.common.cloud.HashPartitioner.Range
 
includesScore(Sort) - Static method in class org.apache.solr.search.SortSpec
 
includesScore() - Method in class org.apache.solr.search.SortSpec
 
incRef(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
incRef(Directory) - Method in class org.apache.solr.core.DirectoryFactory
Increment the number of references to the given Directory.
incref() - Method in class org.apache.solr.update.TransactionLog
 
incref() - Method in class org.apache.solr.util.RefCounted
 
increfSolrCoreState() - Method in class org.apache.solr.update.SolrCoreState
 
INCREMENT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
incrementToken() - Method in class org.apache.solr.analysis.ReversedWildcardFilter
 
incrementToken() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
 
INDENT - Static variable in class org.apache.solr.core.SolrXMLCoresLocator
 
indent() - Method in class org.apache.solr.response.TextResponseWriter
 
indent(int) - Method in class org.apache.solr.response.TextResponseWriter
 
INDEX - Static variable in class org.apache.solr.schema.FieldType
 
index - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
index - Variable in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
INDEX_ANALYZER - Static variable in class org.apache.solr.schema.FieldType
 
INDEX_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you merge indexes, what are the index directories.
INDEX_DIR - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
INDEX_INFO - Static variable in class org.apache.solr.common.params.CoreAdminParams
Should the STATUS request include index info
INDEX_PATH - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
The path where the underlying index is stored if no index is found, it will be generated by the AnalyzingInfixSuggester
INDEX_PROPERTIES - Static variable in class org.apache.solr.handler.SnapPuller
 
INDEX_START_TIME - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
IndexBasedSpellChecker - Class in org.apache.solr.spelling
A spell checker implementation that loads words from Solr as well as arbitary Lucene indices.
IndexBasedSpellChecker() - Constructor for class org.apache.solr.spelling.IndexBasedSpellChecker
 
indexConfig - Variable in class org.apache.solr.core.SolrConfig
 
indexCount - Variable in class org.apache.solr.store.blockcache.Metrics
 
IndexDeletionPolicyWrapper - Class in org.apache.solr.core
A wrapper for an IndexDeletionPolicy instance.
IndexDeletionPolicyWrapper(IndexDeletionPolicy) - Constructor for class org.apache.solr.core.IndexDeletionPolicyWrapper
 
indexDir - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
indexDirs - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
indexed - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
INDEXED - Static variable in class org.apache.solr.schema.FieldProperties
 
indexed() - Method in class org.apache.solr.schema.SchemaField
 
indexedId - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
indexedToReadable(String) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.BoolField
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.BoolField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.EnumField
Given an indexed term, return the human readable representation
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.EnumField
Given an indexed term, append the human readable representation
indexedToReadable(String) - Method in class org.apache.solr.schema.FieldType
Given an indexed term, return the human readable representation
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.FieldType
Given an indexed term, append the human readable representation
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.TrieDateField
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.TrieDateField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.TrieField
 
indexedToReadable(BytesRef, CharsRef) - Method in class org.apache.solr.schema.TrieField
 
indexMemoryUsage - Variable in class org.apache.solr.store.blockcache.Metrics
 
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.
IndexReaderFactory - Class in org.apache.solr.core
Factory used to build a new IndexReader instance.
IndexReaderFactory() - Constructor for class org.apache.solr.core.IndexReaderFactory
 
IndexSchema - Class in org.apache.solr.schema
IndexSchema contains information about the valid fields in an index and the types of those fields.
IndexSchema(SolrConfig, String, InputSource) - Constructor for class org.apache.solr.schema.IndexSchema
Constructs a schema using the specified resource name and stream.
IndexSchema(SolrConfig, SolrResourceLoader) - Constructor for class org.apache.solr.schema.IndexSchema
 
IndexSchema.DynamicCopy - Class in org.apache.solr.schema
 
IndexSchema.DynamicField - Class in org.apache.solr.schema
 
IndexSchema.DynamicReplacement - Class in org.apache.solr.schema
 
IndexSchema.DynamicReplacement.DynamicPattern - Class in org.apache.solr.schema
 
IndexSchemaFactory - Class in org.apache.solr.schema
Base class for factories for IndexSchema implementations
IndexSchemaFactory() - Constructor for class org.apache.solr.schema.IndexSchemaFactory
 
indexWriterCloseWaitsForMerges - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
indexWriterCloseWaitsForMerges - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
InfoHandler - Class in org.apache.solr.handler.admin
 
InfoHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.InfoHandler
Overloaded ctor to inject CoreContainer into the handler.
inform(SolrCore) - Method in class org.apache.solr.core.SchemaCodecFactory
 
inform(SolrCore) - Method in class org.apache.solr.core.SolrResourceLoader
Tell all SolrCoreAware instances about the SolrCore
inform(ResourceLoader) - Method in class org.apache.solr.core.SolrResourceLoader
Tell all ResourceLoaderAware instances about the loader
inform(Map<String, SolrInfoMBean>) - Method in class org.apache.solr.core.SolrResourceLoader
Register any SolrInfoMBeans
inform(SolrCore) - Method in class org.apache.solr.handler.admin.AdminHandlers
 
inform(SolrCore) - Method in class org.apache.solr.handler.admin.LoggingHandler
 
inform(SolrCore) - Method in class org.apache.solr.handler.component.ExpandComponent
 
inform(SolrCore) - Method in class org.apache.solr.handler.component.HighlightComponent
 
inform(SolrCore) - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
inform(SolrCore) - Method in class org.apache.solr.handler.component.SearchHandler
Initialize the components based on name.
inform(SolrCore) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
inform(SolrCore) - Method in class org.apache.solr.handler.component.SuggestComponent
 
inform(SolrCore) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
inform(SolrCore) - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
inform(SolrCore) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
inform(SolrCore) - Method in class org.apache.solr.handler.PingRequestHandler
 
inform(SolrCore) - Method in class org.apache.solr.handler.ReplicationHandler
 
inform(ResourceLoader) - Method in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
Registers an endpoint with the RestManager so that this component can be managed using the REST API.
inform(IndexSchema) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
Registers the polyfield dynamic prototype for this field type: : "*___(field type name)" Informs the IndexSchema provided by the schema parameter of an event (e.g., a new FieldType was added, etc.
inform(IndexSchema) - Method in class org.apache.solr.schema.BBoxField
 
inform(IndexSchema) - Method in class org.apache.solr.schema.CurrencyField
When index schema is informed, add dynamic fields "*____currency" and "*____amount_raw".
inform(ResourceLoader) - Method in class org.apache.solr.schema.CurrencyField
Load the currency config when resource loader initialized.
inform(ResourceLoader) - Method in interface org.apache.solr.schema.ExchangeRateProvider
Passes a ResourceLoader, used to read config files from e.g.
inform(IndexSchema) - Method in class org.apache.solr.schema.ExternalFileField
 
inform(SolrCore) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
inform(IndexSchema) - Method in interface org.apache.solr.schema.SchemaAware
Informs the IndexSchema provided by the schema parameter of an event (e.g., a new FieldType was added, etc.
inform(IndexSchema) - Method in class org.apache.solr.schema.SpatialPointVectorFieldType
Adds X and Y fields to the given schema for each field with this class as its field type.
inform(SolrCore) - Method in class org.apache.solr.search.similarities.SchemaSimilarityFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
inform(SolrCore) - Method in interface org.apache.solr.util.plugin.SolrCoreAware
 
infoStream - Variable in class org.apache.solr.update.SolrIndexConfig
 
init(FastOutputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
expert: sets a new output stream
init(NamedList) - Method in class org.apache.solr.core.AbstractSolrEventListener
 
init(NamedList) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
init(NamedList) - Method in class org.apache.solr.core.CodecFactory
 
init(NamedList) - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
init(NamedList) - Method in class org.apache.solr.core.IndexReaderFactory
init(NamedList) - Method in class org.apache.solr.core.MMapDirectoryFactory
 
init(NamedList) - Method in class org.apache.solr.core.NRTCachingDirectoryFactory
 
init(NamedList) - Method in class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
In normal use, this function will not be called
init(NamedList) - Method in class org.apache.solr.core.SchemaCodecFactory
 
init(NamedList) - Method in class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
init(NamedList) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
init(NamedList) - Method in class org.apache.solr.handler.admin.AdminHandlers
Save the args and pass them to each standard handler
init(NamedList) - Method in class org.apache.solr.handler.admin.CollectionsHandler
 
init(NamedList) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
init(NamedList) - Method in class org.apache.solr.handler.admin.InfoHandler
 
init(NamedList) - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.BinaryUpdateRequestHandler
Deprecated.
 
init(PluginInfo) - Method in class org.apache.solr.handler.component.ExpandComponent
 
init(PluginInfo) - Method in class org.apache.solr.handler.component.HighlightComponent
 
init(PluginInfo) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
init(NamedList) - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
init(NamedList) - Method in class org.apache.solr.handler.component.SearchComponent
 
init(PluginInfo) - Method in class org.apache.solr.handler.component.SearchHandler
 
init(NamedList) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
init(NamedList) - Method in class org.apache.solr.handler.component.SuggestComponent
 
init(SolrParams) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
init(NamedList) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
init(NamedList) - Method in class org.apache.solr.handler.ContentStreamHandlerBase
 
init(NamedList) - Method in class org.apache.solr.handler.CSVRequestHandler
Deprecated.
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.BinContentStreamDataSource
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.BinFileDataSource
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.BinURLDataSource
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.ContentStreamDataSource
 
init(NamedList) - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.DataSource
Initializes the DataSource with the Context and initialization properties.
init(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.DIHProperties
 
init(Context) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Provide context information for this writer.
init(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessor
This method is called when it starts processing an entity.
init(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
init(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.FieldStreamDataSource
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.FileDataSource
 
init(Context) - Method in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
 
init(Context) - Method in class org.apache.solr.handler.dataimport.LineEntityProcessor
Parses each of the entity attributes.
init(Context) - Method in class org.apache.solr.handler.dataimport.MailEntityProcessor
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.MockDataSource
 
init(Context) - Method in class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
 
init(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
init(Context) - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
init(Context) - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.URLDataSource
 
init(Context) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
init(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
 
init(NamedList) - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.JsonUpdateRequestHandler
Deprecated.
 
init(SolrParams) - Method in class org.apache.solr.handler.loader.ContentStreamLoader
This should be called once for each RequestHandler
init(SolrParams) - Method in class org.apache.solr.handler.loader.XMLLoader
 
init(NamedList) - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
init(NamedList) - Method in class org.apache.solr.handler.PingRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.RequestHandlerBase
Initializes the SolrRequestHandler by creating three SolrParams named.
init(NamedList) - Method in class org.apache.solr.handler.UpdateRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated.
 
init(NamedList) - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
Deprecated.
 
init(PluginInfo) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
 
init(NamedList) - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
init(PluginInfo) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
 
init(NamedList) - Method in class org.apache.solr.highlight.RegexFragmenter
 
init(NamedList) - Method in interface org.apache.solr.highlight.SolrEncoder
init will be called just once, immediately after creation.
init(NamedList) - Method in interface org.apache.solr.highlight.SolrFormatter
init will be called just once, immediately after creation.
init(NamedList) - Method in interface org.apache.solr.highlight.SolrFragListBuilder
init will be called just once, immediately after creation.
init(NamedList) - Method in interface org.apache.solr.highlight.SolrFragmenter
init will be called just once, immediately after creation.
init(Version, String, QParser) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
init(NamedList) - Method in interface org.apache.solr.request.SolrRequestHandler
init will be called just once, immediately after creation.
init(NamedList) - Method in class org.apache.solr.response.BinaryResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.CSVResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.JSONResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.PHPResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.PHPSerializedResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.PythonResponseWriter
 
init(NamedList) - Method in interface org.apache.solr.response.QueryResponseWriter
init will be called just once, immediately after creation.
init(NamedList) - Method in class org.apache.solr.response.RawResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.RubyResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.SchemaXmlResponseWriter
 
init(ExtendedProperties) - Method in class org.apache.solr.response.SolrParamResourceLoader
 
init(ExtendedProperties) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
 
init(NamedList) - Method in class org.apache.solr.response.SortingResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.transform.ExplainAugmenterFactory
 
init(NamedList) - Method in class org.apache.solr.response.transform.TransformerFactory
 
init(NamedList) - Method in class org.apache.solr.response.transform.ValueAugmenterFactory
 
init(NamedList) - Method in class org.apache.solr.response.VelocityResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.XMLResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.XSLTResponseWriter
 
init(SolrResourceLoader, NamedList<String>, ManagedResourceStorage.StorageIO) - Method in class org.apache.solr.rest.RestManager
Initializes the RestManager with the storageIO being optionally created outside of this implementation such as to use ZooKeeper instead of the local FS.
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.BBoxField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ByteField
Deprecated.
 
init(NamedList) - Method in class org.apache.solr.schema.ClassicIndexSchemaFactory
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.CollationField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.CurrencyField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.DoubleField
Deprecated.
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.EnumField
subclasses should initialize themselves with the args provided and remove valid arguments.
init(Map<String, String>) - Method in interface org.apache.solr.schema.ExchangeRateProvider
Initializes the provider by passing in a set of key/value configs as a map.
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ExternalFileField
 
init(NamedList) - Method in class org.apache.solr.schema.ExternalFileFieldReloader
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.FieldType
subclasses should initialize themselves with the args provided and remove valid arguments.
init(FieldType, Node) - Method in class org.apache.solr.schema.FieldTypePluginLoader
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.FloatField
Deprecated.
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ICUCollationField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.IntField
Deprecated.
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.LatLonType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.LongField
Deprecated.
 
init(NamedList) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
init(Map<String, String>) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.PointType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.PreAnalyzedField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.PrimitiveFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ShortField
Deprecated.
 
init(SolrParams) - Method in class org.apache.solr.schema.SimilarityFactory
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SpatialPointVectorFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.StrField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TextField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TrieDateField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TrieField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.UUIDField
 
init(NamedList) - Method in class org.apache.solr.search.BoostQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.CollapsingQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.ComplexPhraseQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.DisMaxQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.ExportQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.ExtendedDismaxQParserPlugin
 
init(Map, Object, CacheRegenerator) - Method in class org.apache.solr.search.FastLRUCache
 
init(NamedList) - Method in class org.apache.solr.search.FieldQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.FunctionQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.FunctionRangeQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.join.BlockJoinParentQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.JoinQParserPlugin
 
init(Map, Object, CacheRegenerator) - Method in class org.apache.solr.search.LFUCache
 
init(Map, Object, CacheRegenerator) - Method in class org.apache.solr.search.LRUCache
 
init(NamedList) - Method in class org.apache.solr.search.LuceneQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.NestedQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.OldLuceneQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.PrefixQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.RawQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.ReRankQParserPlugin
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.BM25SimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.DefaultSimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.DFRSimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.IBSimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.LMDirichletSimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.LMJelinekMercerSimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.SchemaSimilarityFactory
 
init(SolrParams) - Method in class org.apache.solr.search.similarities.SweetSpotSimilarityFactory
 
init(NamedList) - Method in class org.apache.solr.search.SimpleQParserPlugin
No initialization is necessary so this method is empty.
init(Map, Object, CacheRegenerator) - Method in interface org.apache.solr.search.SolrCache
The initialization routine.
init(Map<String, String>, CacheRegenerator) - Method in class org.apache.solr.search.SolrCacheBase
 
init(NamedList) - Method in class org.apache.solr.search.SpatialBoxQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.SpatialFilterQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.SurroundQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.SwitchQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.TermQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.TermsQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.ValueSourceParser
Initialize the plugin.
init(ServletConfig) - Method in class org.apache.solr.servlet.RedirectServlet
 
init(FilterConfig) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
init() - Method in class org.apache.solr.servlet.ZookeeperInfoServlet
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.FileBasedSpellChecker
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
init(NamedList) - Method in class org.apache.solr.spelling.QueryConverter
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.SolrSpellChecker
 
init(NamedList<?>, SolrCore) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
Uses the config and the core to initialize the underlying Lucene suggester
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.Suggester
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
 
init(NamedList) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
 
init(PluginInfo) - Method in class org.apache.solr.update.HdfsUpdateLog
 
init(UpdateHandler, SolrCore) - Method in class org.apache.solr.update.HdfsUpdateLog
 
init(NamedList) - Method in class org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.DefaultValueUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
Handles common initialization related to source fields for constructing the FieldNameSelector to be used.
init(NamedList) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly to a RequestHandler, with defaults, appends and invariants.
init(NamedList) - Method in class org.apache.solr.update.processor.LogUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.RegexpBoostProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.RegexReplaceProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.RemoveBlankFieldUpdateProcessorFactory
 
init(SolrParams) - Method in class org.apache.solr.update.processor.Signature
 
init(NamedList) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
 
init(SolrParams) - Method in class org.apache.solr.update.processor.TextProfileSignature
 
init(NamedList) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly to a RequestHandler, with defaults, appends and invariants.
init(NamedList) - Method in class org.apache.solr.update.processor.TrimFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
init(PluginInfo) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
Initializes the chain using the factories specified by the PluginInfo.
init(NamedList) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.URLClassifyProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
 
init(PluginInfo) - Method in class org.apache.solr.update.UpdateLog
 
init(UpdateHandler, SolrCore) - Method in class org.apache.solr.update.UpdateLog
 
init(T, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Initialize the plugin.
init(Map<String, String>) - Method in interface org.apache.solr.util.plugin.MapInitializedPlugin
 
init(T, Node) - Method in class org.apache.solr.util.plugin.MapPluginLoader
 
init(NamedList) - Method in interface org.apache.solr.util.plugin.NamedListInitializedPlugin
 
init(T, Node) - Method in class org.apache.solr.util.plugin.NamedListPluginLoader
 
init(PluginInfo) - Method in interface org.apache.solr.util.plugin.PluginInfoInitialized
 
INIT_ARGS_JSON_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
 
initalize(SolrConfig) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Deprecated.
initalize(SolrConfig) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
 
initalize(SolrConfig) - Method in class org.apache.solr.highlight.SolrHighlighter
Deprecated.
initArgs - Variable in class org.apache.solr.core.PluginInfo
 
initArgs - Variable in class org.apache.solr.handler.RequestHandlerBase
 
initCache(Context) - Method in class org.apache.solr.handler.dataimport.CachedSqlEntityProcessor
Deprecated.
 
initCache(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
initHidden(SolrParams) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
initialize(int) - Method in class org.apache.solr.util.LongPriorityQueue
 
INITIALIZED_ON_JSON_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
 
initializedOn - Variable in class org.apache.solr.rest.ManagedResource
 
initialLimit - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
initialMincount - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
initIndex() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
initNewBuffer(int, long) - Static method in class org.apache.solr.store.blockcache.BufferStore
 
initNewParent(Context) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
 
initParams - Variable in class org.apache.solr.handler.component.SpellCheckComponent
 
initParams - Variable in class org.apache.solr.handler.component.SuggestComponent
 
initParams - Variable in class org.apache.solr.handler.component.TermVectorComponent
 
initPlugins(Map<String, T>, Class<T>, String) - Method in class org.apache.solr.core.SolrCore
 
initPlugins(List<PluginInfo>, Map<String, T>, Class<T>, String) - Method in class org.apache.solr.core.SolrCore
 
initPlugins(List<PluginInfo>, Class<T>, String) - Method in class org.apache.solr.core.SolrCore
For a given List of PluginInfo return the instances as a List
initPlugins(Map<String, T>, Class<T>) - Method in class org.apache.solr.core.SolrCore
 
initQuery(String) - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
initReader(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
initReader(String, Reader) - Method in class org.apache.solr.analysis.TokenizerChain
 
initRegenerators(SolrConfig) - Static method in class org.apache.solr.search.SolrIndexSearcher
 
initRestManager() - Method in class org.apache.solr.core.SolrCore
Creates and initializes a RestManager based on configuration args in solrconfig.xml.
initZooKeeper(CoreContainer, String, ConfigSolr) - Method in class org.apache.solr.core.ZkContainer
 
initZooKeeper(CoreContainer, String, String, int, String, String, String, int, int, boolean) - Method in class org.apache.solr.core.ZkContainer
 
InMemoryStorageIO() - Constructor for class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
INPUT_ENCODING_KEY - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
INPUT_FIELD_PARAM - Static variable in class org.apache.solr.update.processor.RegexpBoostProcessor
 
input_stream - Variable in class org.apache.solr.parser.QueryParserTokenManager
 
inputFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
inputStreamToByteArray(InputStream) - Method in class org.apache.solr.util.SimplePostTool
Reads an input stream into a byte array
insert(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
Insert at the beginning of the list.
insert(long) - Method in class org.apache.solr.util.LongPriorityQueue
inserts the element and returns true if this element caused another element to be dropped from the queue.
insertWithOverflow(T) - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
insertWithOverflow(long) - Method in class org.apache.solr.util.LongPriorityQueue
Adds an object to a PriorityQueue in log(size) time.
instance(int) - Static method in class org.apache.solr.store.blockcache.BufferStore
 
instance - Static variable in class org.apache.solr.util.xslt.TransformerProvider
 
INSTANCE_DIR - Static variable in class 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
 
int2sortableStr(int) - Static method in class org.apache.solr.util.NumberUtils
 
int2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
int2sortableStr(int, char[], int) - Static method in class org.apache.solr.util.NumberUtils
 
IntComparator() - Constructor for class org.apache.solr.util.PrimUtils.IntComparator
 
INTEGER - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
INTERESTING_TERMS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
InterestingTerm() - Constructor for class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
INTERNAL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
INTERNAL_DISTANCE - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
INTERNAL_POLY_FIELD_PREFIX - Static variable in class org.apache.solr.schema.IndexSchema
 
intersection(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns the intersection of this set with another set.
intersection(DocSet) - Method in class org.apache.solr.search.DocSlice
 
intersection(DocSet) - Method in class org.apache.solr.search.HashDocSet
 
intersection(int[], int, int[], int, int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
puts the intersection of a and b into the target array and returns the size
intersection(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
 
intersectionBinarySearch(int[], int, int[], int, int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
Puts the intersection of a and b into the target array and returns the size.
intersectionSize(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
intersectionSize(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns the number of documents of the intersection of this set with another set.
intersectionSize(DocSet) - Method in class org.apache.solr.search.DocSlice
 
intersectionSize(DocSet) - Method in class org.apache.solr.search.HashDocSet
 
intersectionSize(int[], int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
 
intersectionSize(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
 
intersects(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
intersects(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns true if these sets have any elements in common
intersects(DocSet) - Method in class org.apache.solr.search.DocSlice
 
intersects(DocSet) - Method in class org.apache.solr.search.HashDocSet
 
intersects(int[], int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
 
intersects(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
 
INTERVAL_ERR_MSG - Static variable in class org.apache.solr.handler.SnapPuller
 
IntervalFacet - Class in org.apache.solr.client.solrj.response
Objects of this class will contain the result of all the intervals defined for a specific field.
IntervalFacet.Count - Class in org.apache.solr.client.solrj.response
Holds counts for facet intervals defined in a field
intervalFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
IntervalFacets - Class in org.apache.solr.request
Computes interval facets for docvalues field (single or multivalued).
IntervalFacets(SchemaField, SolrIndexSearcher, DocSet, String[], SolrParams) - Constructor for class org.apache.solr.request.IntervalFacets
 
IntField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieIntField instead
IntField() - Constructor for class org.apache.solr.schema.IntField
Deprecated.
 
intVal(int) - Method in class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
 
IntValueFieldType - Interface in org.apache.solr.schema
Marker interface for int-valued field types.
intValueToStringValue(Integer) - Method in class org.apache.solr.schema.EnumField
Converting the (internal) integer value (indicating the sort order) to string (displayed) value
invalidateSize() - Method in class org.apache.solr.search.BitDocSet
The number of set bits - size - is cached.
invariantParams - Variable in class org.apache.solr.client.solrj.impl.HttpSolrServer
Default value: null / empty.
invariants - Variable in class org.apache.solr.handler.RequestHandlerBase
 
invariants - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
invariants - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
invokes - Variable in class org.apache.solr.store.blockcache.Metrics.MethodCall
 
invokeSetters(Object, NamedList) - Static method in class org.apache.solr.util.SolrPluginUtils
 
IOCONTEXT_NO_CACHE - Static variable in class org.apache.solr.core.DirectoryFactory
 
IOUtils - Class in org.apache.solr.util
 
IOUtils() - Constructor for class org.apache.solr.util.IOUtils
 
IS_SHARD - Static variable in interface org.apache.solr.common.params.ShardParams
whether the request goes to a shard
isAbsolute(String) - Method in class org.apache.solr.core.DirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.MMapDirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.NIOFSDirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.NRTCachingDirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.SimpleFSDirectoryFactory
 
isAbsolute(String) - Method in class org.apache.solr.core.StandardDirectoryFactory
 
isAddHttpRequestToContext() - Method in class org.apache.solr.core.SolrConfig
 
isAddRequestHeadersToContext() - Method in class org.apache.solr.servlet.SolrRequestParsers
 
isAtomicUpdate(AddUpdateCommand) - Static method in class org.apache.solr.update.processor.DistributedUpdateProcessor
Utility method that examines the SolrInputDocument in an AddUpdateCommand and returns true if the documents contains atomic update instructions.
isAutoAddReplicas(ZkStateReader, String) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
 
isAutoWarmingOn() - Method in class org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
 
isAutowarmingOn() - Method in class org.apache.solr.search.SolrCacheBase
 
isBlock() - Method in class org.apache.solr.update.AddUpdateCommand
 
isBlockCacheReadEnabled() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
isBlockCacheWriteEnabled() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
isBusy() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
isCacheableFaceting() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
isCachingEnabled() - Method in class org.apache.solr.search.SolrIndexSearcher
 
isClean() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
isClientAuthMode() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
isClosed() - Method in class org.apache.solr.cloud.OverseerAutoReplicaFailoverThread
 
isClosed() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
isClosed() - Method in class org.apache.solr.cloud.RecoveryStrategy
 
isClosed() - Method in interface org.apache.solr.common.cloud.ClosableThread
Deprecated.
 
isClosed() - Method in class org.apache.solr.common.cloud.SolrZkClient
 
isClosed() - Method in class org.apache.solr.core.SolrCore
Whether this core is closed.
isCommentingDisabled() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
isCommit() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
isConnected() - Method in class org.apache.solr.cloud.ZkController
 
isConnected() - Method in class org.apache.solr.common.cloud.ConnectionManager
 
isConnected() - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns true if client is connected
isCopyFieldTarget(SchemaField) - Method in class org.apache.solr.schema.IndexSchema
Check if a field is used as the destination of a copyField operation
isCorrectlySpelled() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
isDebug() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDebug() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
isDebugAll() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDebugQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDebugResults() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDebugTimings() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDebugTrack() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDefault() - Method in class org.apache.solr.core.PluginInfo
 
isDeleteById() - Method in class org.apache.solr.update.DeleteUpdateCommand
 
isDeleteDataDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
isDeleteIndex() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
isDeleteInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
isDelimiterIgnored() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isDocRoot() - Method in class org.apache.solr.handler.dataimport.config.Entity
 
isDynamicField(String) - Method in class org.apache.solr.schema.IndexSchema
Is the specified field dynamic or not.
isDynamicName() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
isDynamicName() - Method in class org.apache.solr.handler.dataimport.config.Field
 
isEmpty() - Method in class org.apache.solr.common.SolrDocument
 
isEmpty() - Method in class org.apache.solr.common.SolrInputDocument
 
isEmpty() - Method in class org.apache.solr.logging.CircularList
 
isEnabled() - Method in class org.apache.solr.core.PluginInfo
 
isEnabled() - Method in class org.apache.solr.logging.LogWatcherConfig
 
isEnabled(String) - Method in class org.apache.solr.update.LoggingInfoStream
 
isEnabled() - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Tells if this processor is enabled or not
isEnabled() - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
 
isEnabled() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
isEnabled() - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
isEnableRemoteStreams() - Method in class org.apache.solr.core.SolrConfig
 
isEndTrimmed() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isEqual(String) - Method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
 
isExplicitAnalyzer() - Method in class org.apache.solr.schema.FieldType
 
isExplicitMultiTermAnalyzer() - Method in class org.apache.solr.schema.TextField
 
isExplicitQueryAnalyzer() - Method in class org.apache.solr.schema.FieldType
 
isExplicitQueryParserDefaultOperator - Variable in class org.apache.solr.schema.IndexSchema
 
isExplicitSimilarity - Variable in class org.apache.solr.schema.IndexSchema
 
isFieldHeader() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isFieldsMerging() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
isFirstInit - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
isFixedWidth() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isHandleSelect() - Method in class org.apache.solr.core.SolrConfig
 
isHandleSelect() - Method in class org.apache.solr.servlet.SolrRequestParsers
 
isHiddenFile(SolrQueryRequest, SolrQueryResponse, String, boolean, Set<String>) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
isHighlightingEnabled(SolrParams) - Method in class org.apache.solr.highlight.SolrHighlighter
Check whether Highlighting is enabled for this request.
isHttpCaching() - Method in class org.apache.solr.response.SolrQueryResponse
Should this response emit HTTP caching headers?
isIgnoreErrors() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
isIncludeGroupCount() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
isIncludeLower() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
isIncludeUpper() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
isIndexInfoNeeded - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
isInitalized() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
isLandingPage(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates whether the URL is a landing page or not
isLeader() - Method in class org.apache.solr.cloud.CloudDescriptor
 
isLeader() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
isLegacy(Map) - Static method in class org.apache.solr.cloud.Overseer
 
isLikelyExpired() - Method in class org.apache.solr.common.cloud.ConnectionManager
 
isLoaded(String) - Method in class org.apache.solr.core.CoreContainer
Determines whether the core is already loaded or not but does NOT load the core
isLoadedNotPendingClose(String) - Method in class org.apache.solr.core.CoreContainer
 
isLoadOnStartup() - Method in class org.apache.solr.core.CoreDescriptor
 
isMain() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
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).
isMatchingEtag(List<String>, String) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Checks if one of the tags in the list equals the given etag.
isMergeContiguousFragments(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return whether adjacent fragments should be merged.
isMultiValued() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
isMultiValued() - Method in class org.apache.solr.handler.dataimport.config.Field
 
isMultiValued() - Method in class org.apache.solr.schema.FieldType
Returns true if fields can have multiple values
isMultiValued() - Method in class org.apache.solr.schema.TrieDateField
 
isMutable() - Method in class org.apache.solr.schema.IndexSchema
 
isMutable() - Method in class org.apache.solr.schema.ManagedIndexSchema
 
isNeedDocList() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isNeedDocSet() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isNeedDocSet() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
isNeedScore() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
isNegative(Query) - Static method in class org.apache.solr.search.QueryUtils
return true if this query has no positive components
isNever304() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
isNull(List) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
isNull(Map) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
isOn(String) - Static method in class org.apache.solr.util.SimplePostTool
Tests if a string is either "true", "on", "yes" or "1"
isOnlyIfLeader() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
isOptimize() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
isPartialResults() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
isPersistent() - Method in class org.apache.solr.core.ConfigSolr
 
isPersistent() - Method in class org.apache.solr.core.ConfigSolrXml
 
isPersistent() - Method in class org.apache.solr.core.ConfigSolrXmlOld
 
isPersistent() - Method in class org.apache.solr.core.CoreContainer
Deprecated.
isPersistent() - Method in class org.apache.solr.core.DirectoryFactory
 
isPersistent() - Method in class org.apache.solr.core.EphemeralDirectoryFactory
 
isPersistent() - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
isPersistent() - Method in class org.apache.solr.core.StandardDirectoryFactory
 
isPhrase - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
isPingDisabled() - Method in class org.apache.solr.handler.PingRequestHandler
Returns true if the healthcheck flag-file is enabled but does not exist, otherwise (no file configured, or file configured and exists) returns false.
isPolyField() - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
isPolyField() - Method in class org.apache.solr.schema.CurrencyField
 
isPolyField() - Method in class org.apache.solr.schema.FieldType
A "polyField" is a FieldType that can produce more than one IndexableField instance for a single value, via the FieldType.createFields(org.apache.solr.schema.SchemaField, Object, float) method.
isPolyField() - Method in class org.apache.solr.schema.LatLonType
 
isPolyField() - Method in class org.apache.solr.schema.PointType
 
isPolyField() - Method in class org.apache.solr.schema.SchemaField
isRefinementsRequired() - Method in class org.apache.solr.handler.component.PivotFacet
If true, then additional refinement requests are needed to flesh out the correct counts for this Pivot
isReloaded() - Method in class org.apache.solr.core.SolrCore
 
isRemoved() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
isReplicaInRecoveryHandling(String) - Method in class org.apache.solr.cloud.ZkController
 
isRequired() - Method in class org.apache.solr.schema.SchemaField
 
isRootEntity() - Method in class org.apache.solr.handler.dataimport.Context
Returns if the current entity is the root entity
isRootEntity() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseDoubleFieldUpdateProcessorFactory
 
isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseFloatFieldUpdateProcessorFactory
 
isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseIntFieldUpdateProcessorFactory
 
isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseLongFieldUpdateProcessorFactory
 
isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
Returns true if the given FieldType is compatible with this parsing factory.
isSet() - Method in class org.apache.solr.logging.jul.JulInfo
 
isSet() - Method in class org.apache.solr.logging.log4j.Log4jInfo
 
isSet() - Method in class org.apache.solr.logging.LoggerInfo
 
isSharedStorage() - Method in class org.apache.solr.core.DirectoryFactory
 
isSharedStorage() - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
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
 
isShutDown() - Method in class org.apache.solr.core.CoreContainer
 
isSignalCacheWarning() - Method in class org.apache.solr.search.Grouping
Returns whether a cache warning should be send to the client.
isSourceModified(Resource) - Method in class org.apache.solr.response.SolrParamResourceLoader
 
isSourceModified(Resource) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
 
isSpecialCommand(String) - Static method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
 
isSSLMode() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
isSubsetOf(DocRouter.Range) - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
isSuccess() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
 
isSuggestionsMayOverlap() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
isSuggestionsMayOverlap() - Method in class org.apache.solr.spelling.SolrSpellChecker
 
isSuggestionsMayOverlap() - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
 
isSyncMode() - Method in class org.apache.solr.handler.dataimport.RequestInfo
 
isTargetSlice(String, SolrInputDocument, SolrParams, String, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
 
isTargetSlice(String, SolrInputDocument, SolrParams, String, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
 
isTargetSlice(String, SolrInputDocument, SolrParams, String, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
 
isTokenized() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
isTokenized() - Method in class org.apache.solr.schema.EnumField
Returns true if fields of this type should be tokenized
isTokenized() - Method in class org.apache.solr.schema.FieldType
Returns true if fields of this type should be tokenized
isTokenized() - Method in class org.apache.solr.schema.TrieDateField
 
isTokenized() - Method in class org.apache.solr.schema.TrieField
 
isTopLevelPage(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates whether a URL is a top level page
isToWrite() - Method in class org.apache.solr.handler.dataimport.config.EntityField
 
isToWrite() - Method in class org.apache.solr.handler.dataimport.config.Field
 
isTransient() - Method in class org.apache.solr.core.CoreDescriptor
 
isTruncateGroups() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
IsUpdateRequest - Interface in org.apache.solr.client.solrj.request
Marker class so that we can determine which requests are updates.
isUpdatesToLeaders() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
isUseMultiPartPost() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
isUserDefinedProperty(String) - Static method in class org.apache.solr.core.CoreDescriptor
Is this property a Solr-standard property, or is it an extra property defined per-core by the user?
isValueDelimiterIgnored() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isWaitSearcher() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
isWritable() - Method in class org.apache.solr.handler.dataimport.DIHProperties
 
isWritable() - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
isWritable() - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
 
isZkMode() - Static method in class org.apache.solr.core.ZkContainer
 
isZooKeeperAware() - Method in class org.apache.solr.core.CoreContainer
 
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
iterator() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Iterator over all elements in this Collection, including the result of PivotFacetFieldValueCollection.getMissingValue() as the last element (if it exists)
iterator() - Method in interface org.apache.solr.handler.dataimport.DIHCache
Returns an iterator, allowing callers to iterate through the entire cache in key, then insertion, order.
iterator(Object) - Method in interface org.apache.solr.handler.dataimport.DIHCache
Returns an iterator, allowing callers to iterate through all documents that match the given key in insertion order.
iterator(Object) - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
iterator() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
iterator() - Method in class org.apache.solr.logging.CircularList
 
iterator() - Method in class org.apache.solr.request.IntervalFacets
Iterate over all the intervals
iterator - Variable in class org.apache.solr.response.transform.TransformContext
 
iterator() - Method in class org.apache.solr.search.BitDocSet
DocIterator using nextSetBit() public DocIterator iterator() { return new DocIterator() { int pos=bits.nextSetBit(0); public boolean hasNext() { return pos>=0; } public Integer next() { return nextDoc(); } public void remove() { bits.clear(pos); } public int nextDoc() { int old=pos; pos=bits.nextSetBit(old+1); return old; } public float score() { return 0.0f; } }; }
iterator() - Method in interface org.apache.solr.search.DocList
Returns an iterator that may be used to iterate over the documents in this DocList The order of the documents returned by this iterator is based on the Sort order of the search that produced it.
iterator() - Method in interface org.apache.solr.search.DocSet
Returns an iterator that may be used to iterate over all of the documents in the set.
iterator() - Method in class org.apache.solr.search.DocSlice
 
iterator() - Method in class org.apache.solr.search.HashDocSet
 
iterator() - Method in class org.apache.solr.search.SortedIntDocSet
 
iterator() - Method in class org.apache.solr.update.AddUpdateCommand
 
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

JaspellLookupFactory - Class in org.apache.solr.spelling.suggest.jaspell
Factory for JaspellLookup Note: This Suggester is not very RAM efficient.
JaspellLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory
 
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
 
JavabinLoader - Class in org.apache.solr.handler.loader
Update handler which uses the JavaBin format
JavabinLoader() - Constructor for class org.apache.solr.handler.loader.JavabinLoader
 
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.StreamingUpdateHandler - Interface in org.apache.solr.client.solrj.request
 
JdbcDataSource - Class in org.apache.solr.handler.dataimport
A DataSource implementation which can fetch data using JDBC.
JdbcDataSource() - Constructor for class org.apache.solr.handler.dataimport.JdbcDataSource
 
jj_nt - Variable in class org.apache.solr.parser.QueryParser
Next token.
jjFillToken() - Method in class org.apache.solr.parser.QueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.solr.parser.QueryParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.solr.parser.QueryParserTokenManager
Token literal values.
jmxConfig - Variable in class org.apache.solr.core.SolrConfig
 
JmxConfiguration(boolean, String, String, String) - Constructor for class org.apache.solr.core.SolrConfig.JmxConfiguration
 
JmxMonitoredMap<K,V> - Class in org.apache.solr.core
Responsible for finding (or creating) a MBeanServer from given configuration and registering all SolrInfoMBean objects with JMX.
JmxMonitoredMap(String, String, SolrConfig.JmxConfiguration) - Constructor for class org.apache.solr.core.JmxMonitoredMap
 
JNDI_NAME - Static variable in class org.apache.solr.handler.dataimport.JdbcDataSource
 
join(List<?>, char) - Static method in class org.apache.solr.common.util.StrUtils
Creates a backslash escaped string, joining all the items.
joinCommonAndToolOptions(Option[]) - Static method in class org.apache.solr.util.SolrCLI
 
joinedElectionFired() - Method in class org.apache.solr.cloud.ElectionContext
 
joinElection(ElectionContext, boolean) - Method in class org.apache.solr.cloud.LeaderElector
 
joinElection(ElectionContext, boolean, boolean) - Method in class org.apache.solr.cloud.LeaderElector
Begin participating in the election process.
joinOptions(Option[], Option[]) - Static method in class org.apache.solr.util.SolrCLI
 
JoinQParserPlugin - Class in org.apache.solr.search
 
JoinQParserPlugin() - Constructor for class org.apache.solr.search.JoinQParserPlugin
 
JsonLoader - Class in org.apache.solr.handler.loader
 
JsonLoader() - Constructor for class org.apache.solr.handler.loader.JsonLoader
 
JsonPreAnalyzedParser - Class in org.apache.solr.schema
 
JsonPreAnalyzedParser() - Constructor for class org.apache.solr.schema.JsonPreAnalyzedParser
 
JsonRecordReader - Class in org.apache.solr.common.util
A Streaming parser for json to emit one record at a time.
JsonRecordReader.Handler - Interface in org.apache.solr.common.util
Implement this interface to stream records as and when one is found.
JSONResponseWriter - Class in org.apache.solr.response
 
JSONResponseWriter() - Constructor for class org.apache.solr.response.JSONResponseWriter
 
JsonStorage(ManagedResourceStorage.StorageIO, SolrResourceLoader) - Constructor for class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
 
JsonUpdateRequestHandler - Class in org.apache.solr.handler
Deprecated.
JsonUpdateRequestHandler() - Constructor for class org.apache.solr.handler.JsonUpdateRequestHandler
Deprecated.
 
JulInfo - Class in org.apache.solr.logging.jul
 
JulInfo(String, Logger) - Constructor for class org.apache.solr.logging.jul.JulInfo
 
JulWatcher - Class in org.apache.solr.logging.jul
 
JulWatcher(String) - Constructor for class org.apache.solr.logging.jul.JulWatcher
 

K

KERBEROS_ENABLED - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
KERBEROS_KEYTAB - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
KERBEROS_PRINCIPAL - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
key - Variable in class org.apache.solr.request.SimpleFacets.CountPair
 
key - Variable in class org.apache.solr.request.SimpleFacets
 
key - Variable in class org.apache.solr.search.Grouping.Command
 
keyFieldName - Variable in class org.apache.solr.handler.dataimport.DIHWriterBase
 
keyHashRange(String) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
Get Range for a given CompositeId based route key
keySet() - Method in class org.apache.solr.common.cloud.ZkNodeProps
Get property keys.
keySet() - Method in class org.apache.solr.common.SolrDocument
 
keySet() - Method in class org.apache.solr.common.SolrInputDocument
 
kind - Variable in class org.apache.solr.parser.Token
An integer that describes the kind of this token.
KNOWN_CLUSTER_PROPS - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
KNOWN_TIMEZONE_IDS - Static variable in class org.apache.solr.util.TimeZoneUtils
An immutable Set of all TimeZone IDs supported by the TimeZone class at the moment the TimeZoneUtils was initialized.
KNOWN_TYPES - Static variable in class org.apache.solr.response.BinaryResponseWriter
 
knownShards - Variable in class org.apache.solr.handler.component.PivotFacet
 

L

LANG_FIELD - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
LANG_WHITELIST - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
LangDetectLanguageIdentifierUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using http://code.google.com/p/language-detection See http://wiki.apache.org/solr/LanguageDetection
LangDetectLanguageIdentifierUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessor
 
LangDetectLanguageIdentifierUpdateProcessorFactory - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using http://code.google.com/p/language-detection

The UpdateProcessorChain config entry can take a number of parameters which may also be passed as HTTP parameters on the update request and override the defaults.

LangDetectLanguageIdentifierUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
langField - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LangIdParams - Interface in org.apache.solr.update.processor
 
langPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LANGS_FIELD - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
langsField - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LANGUAGE_ID - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
LanguageIdentifierUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields.
LanguageIdentifierUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
langWhitelist - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
last - Variable in class org.apache.solr.logging.LogWatcher
 
LAST_INDEX_KEY - Static variable in class org.apache.solr.handler.dataimport.SolrWriter
 
LAST_INDEX_TIME - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
LAST_MODIFIED - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
lastDataDir - Variable in class org.apache.solr.update.UpdateLog
 
LastFieldValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
Keeps only the last value of fields matching the specified conditions.
LastFieldValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.LastFieldValueUpdateProcessorFactory
 
lastUpdateSinceInitialization - Variable in class org.apache.solr.rest.ManagedResource
 
LAT - Static variable in class org.apache.solr.schema.LatLonType
 
lat - Variable in class org.apache.solr.search.function.distance.GeohashFunction
 
LatLonType - Class in org.apache.solr.schema
Represents a Latitude/Longitude as a 2 dimensional point.
LatLonType() - Constructor for class org.apache.solr.schema.LatLonType
 
LazyContentStream(UpdateRequest) - Constructor for class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
LazyQueryResponseWriterWrapper(SolrCore, String, NamedList) - Constructor for class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
LazyRequestHandlerWrapper(SolrCore, String, NamedList) - Constructor for class org.apache.solr.core.RequestHandlers.LazyRequestHandlerWrapper
 
LBHttpSolrServer - Class in org.apache.solr.client.solrj.impl
LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper around HttpSolrServer.
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
The provided httpClient should use a multi-threaded connection manager
LBHttpSolrServer(HttpClient, ResponseParser, String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
The provided httpClient should use a multi-threaded connection manager
LBHttpSolrServer.Req - Class in org.apache.solr.client.solrj.impl
 
LBHttpSolrServer.Rsp - Class in org.apache.solr.client.solrj.impl
 
LBHttpSolrServer.ServerWrapper - Class in org.apache.solr.client.solrj.impl
 
LCMAP - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
lcMap - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LEADER - Static variable in class org.apache.solr.common.cloud.Slice
 
LEADER_ELECT_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
LEADER_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
LEADER_SEQ - Static variable in class org.apache.solr.cloud.LeaderElector
 
leaderCoreNodeName - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
LeaderElector - Class in org.apache.solr.cloud
Leader Election process.
LeaderElector(SolrZkClient) - Constructor for class org.apache.solr.cloud.LeaderElector
 
LeaderInitiatedRecoveryThread - Class in org.apache.solr.cloud
Background daemon thread that tries to send the REQUESTRECOVERY to a downed replica; used by a shard leader to nag a replica into recovering after the leader experiences an error trying to send an update request to the replica.
LeaderInitiatedRecoveryThread(ZkController, CoreContainer, String, String, ZkCoreNodeProps, int, String) - Constructor for class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
LEGACY_CLOUD - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
LegacyHTMLStripCharFilter - Class in org.apache.solr.analysis
Deprecated.
use HTMLStripCharFilter
LegacyHTMLStripCharFilter(Reader) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
LegacyHTMLStripCharFilter(Reader, Set<String>) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
LegacyHTMLStripCharFilter(Reader, Set<String>, int) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
LegacyHTMLStripCharFilterFactory - Class in org.apache.solr.analysis
Deprecated.
use HTMLStripCharFilterFactory
LegacyHTMLStripCharFilterFactory(Map<String, String>) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilterFactory
Deprecated.
Creates a new LegacyHTMLStripCharFilterFactory
LEN - Static variable in class org.apache.solr.handler.ReplicationHandler
 
length() - Method in class org.apache.solr.internal.csv.CharBuffer
Returns the number of characters in the buffer.
length() - Method in class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern
Returns the length of the original regex, including the asterisk, if any.
length() - Method in class org.apache.solr.store.hdfs.HdfsFileReader
 
length(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates the length of the URL in characters
lessThan(T, T) - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Determines the ordering of objects in this priority queue.
lessThan(int, int) - Method in class org.apache.solr.util.PrimUtils.IntComparator
 
level - Variable in class org.apache.solr.logging.LoggerInfo
 
level - Variable in class org.apache.solr.response.TextResponseWriter
 
level() - Method in class org.apache.solr.response.TextResponseWriter
 
levels(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates the number of path levels in the given URL
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.solr.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.solr.parser.QueryParserTokenManager
Lexer state names.
LFUCache<K,V> - Class in org.apache.solr.search
SolrCache based on ConcurrentLFUCache implementation.
LFUCache() - Constructor for class org.apache.solr.search.LFUCache
 
limit - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
LineEntityProcessor - Class in org.apache.solr.handler.dataimport
An EntityProcessor instance which can stream lines of text read from a datasource.
LineEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.LineEntityProcessor
 
linkConfSet(SolrZkClient, String, String) - Static method in class org.apache.solr.cloud.ZkController
 
listAll() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
listAll() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
listAvailableCurrencies() - Method in interface org.apache.solr.schema.ExchangeRateProvider
List all configured currency codes which are valid as source/target for this Provider
listAvailableCurrencies() - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
listConfigDir() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
 
listConfigDir() - Method in class org.apache.solr.core.SolrResourceLoader
 
ListenerConfig - Class in org.apache.solr.logging
 
ListenerConfig(int, String) - Constructor for class org.apache.solr.logging.ListenerConfig
 
ListenerConfig() - Constructor for class org.apache.solr.logging.ListenerConfig
 
LITERALS_OVERRIDE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Literal field values will by default override other values such as metadata and content.
LITERALS_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Pass in literal values to be added to the document, as in literal.myField=Foo
LIVE_NODES_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
liveDocs - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
liveNodesContain(String) - Method in class org.apache.solr.common.cloud.ClusterState
Check if node is alive.
LMDirichletSimilarityFactory - Class in org.apache.solr.search.similarities
Factory for LMDirichletSimilarity Parameters: parameter mu (float): smoothing parameter μ.
LMDirichletSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.LMDirichletSimilarityFactory
 
LMJelinekMercerSimilarityFactory - Class in org.apache.solr.search.similarities
Factory for LMJelinekMercerSimilarity Parameters: parameter lambda (float): smoothing parameter λ.
LMJelinekMercerSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.LMJelinekMercerSimilarityFactory
 
load(SolrZkClient, Set<String>, ZkStateReader) - Static method in class org.apache.solr.common.cloud.ClusterState
Create ClusterState by reading the current state from zookeeper.
load(Integer, byte[], Set<String>) - Static method in class org.apache.solr.common.cloud.ClusterState
Create ClusterState from json string that is typically stored in zookeeper.
load(byte[]) - Static method in class org.apache.solr.common.cloud.ClusterState
 
load(byte[]) - Static method in class org.apache.solr.common.cloud.ZkNodeProps
Create Replica from json string that is typically stored in zookeeper.
load() - Method in class org.apache.solr.core.CoreContainer
Load the cores defined for this CoreContainer
load(SolrQueryRequest, SolrQueryResponse, ContentStream) - Method in class org.apache.solr.handler.ContentStreamLoader
Loaders are responsible for closing the stream
load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
 
load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.loader.ContentStreamLoader
Loaders are responsible for closing the stream
load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.loader.CSVLoader
 
load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.loader.JavabinLoader
 
load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.loader.JsonLoader
 
load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.loader.XMLLoader
 
load(String) - Method in class org.apache.solr.rest.ManagedResourceStorage
Loads a resource from storage; the default implementation makes the assumption that the data is stored as UTF-8 encoded text, such as JSON.
load(SolrResourceLoader, NodeList) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Initializes and registers each plugin in the list.
LOAD_ON_STARTUP - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
LoadAdminUiServlet - Class in org.apache.solr.servlet
A simple servlet to load the Solr Admin UI
LoadAdminUiServlet() - Constructor for class org.apache.solr.servlet.LoadAdminUiServlet
 
loadAndInit(String) - Method in class org.apache.solr.handler.dataimport.DataImporter
Used by tests
loadAndInit(InputSource) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
loadCopyFields(Document, XPath) - Method in class org.apache.solr.schema.IndexSchema
Loads the copy fields
loadData() - Static method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
loadDataConfig(InputSource) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
loader - Variable in class org.apache.solr.core.CoreContainer
 
loader - Variable in class org.apache.solr.rest.ManagedResourceStorage
 
loader - Variable in class org.apache.solr.rest.RestManager
 
loader - Variable in class org.apache.solr.schema.IndexSchema
 
loadExtraProperties() - Method in class org.apache.solr.core.CoreDescriptor
Load properties specified in an external properties file.
loadFields(Document, XPath) - Method in class org.apache.solr.schema.IndexSchema
Loads fields and dynamic fields.
loadManagedDataAndNotify(List<ManagedResourceObserver>) - Method in class org.apache.solr.rest.ManagedResource
Called once during core initialization to get the managed data loaded from storage and notify observers.
loadSingle(SolrResourceLoader, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Initializes and registers a single plugin.
loadUpdatehandlerInfo() - Method in class org.apache.solr.core.SolrConfig
 
LOCALE - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
locale - Variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
LOCALE - Static variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
The locale to use when writing the properties file.
LOCALE - Static variable in class org.apache.solr.schema.EnumField
 
locale - Variable in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
 
LOCALPARAM_END - Static variable in class org.apache.solr.search.QueryParsing
 
LOCALPARAM_START - Static variable in class org.apache.solr.search.QueryParsing
 
localParams - Variable in class org.apache.solr.request.SimpleFacets
 
localParams - Variable in class org.apache.solr.search.QParser
 
localParamsEnd - Variable in class org.apache.solr.search.QParser
 
LocalSolrQueryRequest - Class in org.apache.solr.request
 
LocalSolrQueryRequest(SolrCore, String, String, int, int, Map) - Constructor for class org.apache.solr.request.LocalSolrQueryRequest
 
LocalSolrQueryRequest(SolrCore, NamedList) - Constructor for class org.apache.solr.request.LocalSolrQueryRequest
 
LocalSolrQueryRequest(SolrCore, Map<String, String[]>) - Constructor for class org.apache.solr.request.LocalSolrQueryRequest
 
LocalSolrQueryRequest(SolrCore, SolrParams) - Constructor for class org.apache.solr.request.LocalSolrQueryRequest
 
locateInstanceDir(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService.Default
 
locateSolrHome() - Static method in class org.apache.solr.core.SolrResourceLoader
Finds the solrhome based on looking up the value in one of three places: JNDI: via java:comp/env/solr/home The system property solr.solr.home Look in the current working directory for a solr/ directory The return value is normalized.
LOCATION - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
LOCATION - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
Location of the source data - either a path to a file, or null for the current IndexReader.
LOCATION - Static variable in class org.apache.solr.spelling.suggest.Suggester
Location of the source data - either a path to a file, or null for the current IndexReader.
LOCK_TYPE_NATIVE - Static variable in class org.apache.solr.update.SolrIndexConfig
 
LOCK_TYPE_NONE - Static variable in class org.apache.solr.update.SolrIndexConfig
 
LOCK_TYPE_SIMPLE - Static variable in class org.apache.solr.update.SolrIndexConfig
 
LOCK_TYPE_SINGLE - Static variable in class org.apache.solr.update.SolrIndexConfig
 
lockForUpdate() - Method in class org.apache.solr.update.VersionInfo
 
lockType - Variable in class org.apache.solr.update.SolrIndexConfig
 
log - Static variable in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
log - Static variable in class org.apache.solr.cloud.CloudUtil
 
log - Static variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
log - Variable in class org.apache.solr.cloud.SyncStrategy
 
log - Static variable in class org.apache.solr.common.cloud.ConnectionManager
 
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
 
log(Logger, String) - Static method in exception org.apache.solr.common.SolrException
 
log - Static variable in class org.apache.solr.common.util.ExecutorUtil
 
log - Static variable in class org.apache.solr.core.Config
 
log - Static variable in class org.apache.solr.core.ConfigSolr
 
log - Static variable in class org.apache.solr.core.ConfigSolrXml
 
log - Static variable in class org.apache.solr.core.ConfigSolrXmlOld
 
log - Static variable in class org.apache.solr.core.CoreContainer
 
log - Static variable in class org.apache.solr.core.Diagnostics
 
LOG - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
log - Static variable in class org.apache.solr.core.RequestHandlers
 
log - Static variable in class org.apache.solr.core.SolrConfig
 
log - Static variable in class org.apache.solr.core.SolrCore
 
log(Throwable) - Static method in class org.apache.solr.core.SolrCore
 
log - Static variable in class org.apache.solr.core.SolrDeletionPolicy
 
log - Static variable in interface org.apache.solr.core.SolrEventListener
 
log - Static variable in class org.apache.solr.core.SolrResourceLoader
 
log - Static variable in class org.apache.solr.core.ZkContainer
 
log - Static variable in class org.apache.solr.handler.admin.CollectionsHandler
 
log - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
log - Static variable in class org.apache.solr.handler.admin.InfoHandler
 
log - Static variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
log - Static variable in class org.apache.solr.handler.component.FacetComponent
 
log - Static variable in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
log - Static variable in class org.apache.solr.handler.component.RealTimeGetComponent
 
log - Static variable in class org.apache.solr.handler.component.SearchHandler
 
log - Static variable in class org.apache.solr.handler.ContentStreamHandlerBase
 
log - Static variable in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
log - Static variable in class org.apache.solr.handler.loader.JavabinLoader
 
log - Static variable in class org.apache.solr.handler.loader.XMLLoader
 
log - Static variable in class org.apache.solr.handler.PingRequestHandler
 
log - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
log - Static variable in class org.apache.solr.highlight.DefaultSolrHighlighter
 
log - Static variable in class org.apache.solr.highlight.SolrHighlighter
 
log - Static variable in class org.apache.solr.rest.ManagedResource
 
log - Static variable in class org.apache.solr.rest.ManagedResourceStorage
 
log - Static variable in class org.apache.solr.rest.RestManager
 
log - Static variable in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
 
log - Static variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
log - Static variable in class org.apache.solr.rest.SolrConfigRestApi
 
log - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
log - Variable in class org.apache.solr.schema.AbstractSpatialFieldType
 
log - Static variable in class org.apache.solr.schema.CurrencyField
 
log - Static variable in class org.apache.solr.schema.EnumField
 
log - Static variable in class org.apache.solr.schema.FieldType
 
log - Static variable in class org.apache.solr.schema.FieldTypePluginLoader
 
log - Static variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
log - Static variable in interface org.apache.solr.search.SolrCache
 
log - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
LOG - Static variable in class org.apache.solr.store.blockcache.BlockDirectory
 
LOG - Static variable in class org.apache.solr.store.hdfs.HdfsDirectory
 
LOG - Static variable in class org.apache.solr.store.hdfs.HdfsFileReader
 
log - Static variable in class org.apache.solr.store.hdfs.HdfsLockFactory
 
log - Static variable in class org.apache.solr.update.CommitTracker
 
log - Static variable in class org.apache.solr.update.DefaultSolrCoreState
 
log - Static variable in class org.apache.solr.update.HdfsTransactionLog
 
log - Static variable in class org.apache.solr.update.LoggingInfoStream
 
log - Static variable in class org.apache.solr.update.PeerSync
 
log - Static variable in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
 
log - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
log - Static variable in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
 
log - Static variable in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
 
log - Static variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
 
log - Static variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
log - Static variable in class org.apache.solr.update.processor.MD5Signature
 
log - Static variable in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
 
log - Static variable in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
 
log - Static variable in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
log - Static variable in class org.apache.solr.update.processor.UpdateRequestProcessorChain
 
log - Static variable in class org.apache.solr.update.SolrCmdDistributor
 
log - Static variable in class org.apache.solr.update.SolrCoreState
 
log - Static variable in class org.apache.solr.update.SolrIndexConfig
 
log - Static variable in class org.apache.solr.update.SolrIndexSplitter
 
log - Static variable in class org.apache.solr.update.StreamingSolrServers
 
log - Static variable in class org.apache.solr.update.TransactionLog
 
log - Static variable in class org.apache.solr.update.UpdateHandler
 
log - Static variable in class org.apache.solr.update.UpdateLog
 
LOG - Static variable in class org.apache.solr.util.IOUtils
 
log - Static variable in class org.apache.solr.util.plugin.AbstractPluginLoader
 
log - Static variable in class org.apache.solr.util.SolrCLI
 
Log4jInfo - Class in org.apache.solr.logging.log4j
 
Log4jInfo(String, Logger) - Constructor for class org.apache.solr.logging.log4j.Log4jInfo
 
Log4jWatcher - Class in org.apache.solr.logging.log4j
 
Log4jWatcher(String) - Constructor for class org.apache.solr.logging.log4j.Log4jWatcher
 
LOG_FILENAME_PATTERN - Static variable in class org.apache.solr.update.UpdateLog
 
LOG_LEVEL - Static variable in class org.apache.solr.handler.dataimport.LogTransformer
 
LOG_PARAMS_LIST - Static variable in interface org.apache.solr.common.params.CommonParams
which parameters to log (if not supplied all parameters will be logged)
LOG_REPLAY - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
LOG_TEMPLATE - Static variable in class org.apache.solr.handler.dataimport.LogTransformer
 
LogCodec(JavaBinCodec.ObjectResolver) - Constructor for class org.apache.solr.update.TransactionLog.LogCodec
 
LoggerInfo - Class in org.apache.solr.logging
Wrapper class for Logger implementaions
LoggerInfo(String) - Constructor for class org.apache.solr.logging.LoggerInfo
 
logging - Variable in class org.apache.solr.core.CoreContainer
 
LoggingHandler - Class in org.apache.solr.handler.admin
A request handler to show which loggers are registered and allows you to set them
LoggingHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.LoggingHandler
 
LoggingHandler() - Constructor for class org.apache.solr.handler.admin.LoggingHandler
 
LoggingInfoStream - Class in org.apache.solr.update
An InfoStream implementation which passes messages on to Solr's logging.
LoggingInfoStream() - Constructor for class org.apache.solr.update.LoggingInfoStream
 
LogPtr(long, long) - Constructor for class org.apache.solr.update.UpdateLog.LogPtr
 
LogReader(long) - Constructor for class org.apache.solr.update.TransactionLog.LogReader
 
LogReader() - Constructor for class org.apache.solr.update.TransactionLog.LogReader
 
logs - Variable in class org.apache.solr.update.UpdateLog
 
logThreadDumps(String) - Static method in class org.apache.solr.core.Diagnostics
 
LogTransformer - Class in org.apache.solr.handler.dataimport
A Transformer implementation which logs messages in a given template format.
LogTransformer() - Constructor for class org.apache.solr.handler.dataimport.LogTransformer
 
LogUpdateProcessorFactory - Class in org.apache.solr.update.processor
A logging processor.
LogUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.LogUpdateProcessorFactory
 
LogWatcher<E> - Class in org.apache.solr.logging
A Class to monitor Logging events and hold N events in memory This is abstract so we can support both JUL and Log4j (and other logging platforms)
LogWatcher() - Constructor for class org.apache.solr.logging.LogWatcher
 
LogWatcherConfig - Class in org.apache.solr.logging
Defines the configuration of a LogWatcher
LogWatcherConfig(boolean, String, String, int) - Constructor for class org.apache.solr.logging.LogWatcherConfig
 
LON - Static variable in class org.apache.solr.schema.LatLonType
 
lon - Variable in class org.apache.solr.search.function.distance.GeohashFunction
 
LONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
long2sortableStr(long) - Static method in class org.apache.solr.util.NumberUtils
 
long2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
long2sortableStr(long, char[], int) - Static method in class org.apache.solr.util.NumberUtils
 
LongField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieLongField instead
LongField() - Constructor for class org.apache.solr.schema.LongField
Deprecated.
 
LongPriorityQueue - Class in org.apache.solr.util
A native long priority queue.
LongPriorityQueue(int, int, long) - Constructor for class org.apache.solr.util.LongPriorityQueue
 
LongValueFieldType - Interface in org.apache.solr.schema
Marker interface for long-valued field types.
lookup - Variable in class org.apache.solr.spelling.suggest.Suggester
 
lookup(long) - Method in class org.apache.solr.update.HdfsTransactionLog
 
lookup(long) - Method in class org.apache.solr.update.TransactionLog
 
lookup(BytesRef) - Method in class org.apache.solr.update.UpdateLog
 
lookup(long) - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
 
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).
Lookup3Signature - Class in org.apache.solr.update.processor
 
Lookup3Signature() - Constructor for class org.apache.solr.update.processor.Lookup3Signature
 
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) If you know the number of code points in the CharSequence, you can generate the same hash as the original lookup3 via lookup3ycs(s, start, end, initval+(numCodePoints<<2))
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).
LOOKUP_IMPL - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
Fully-qualified class of the Lookup implementation.
LOOKUP_IMPL - Static variable in class org.apache.solr.spelling.suggest.Suggester
Fully-qualified class of the Lookup implementation.
LookupFactory - Class in org.apache.solr.spelling.suggest
Suggester factory for creating Lookup instances.
LookupFactory() - Constructor for class org.apache.solr.spelling.suggest.LookupFactory
 
lookupId(BytesRef) - Method in class org.apache.solr.search.SolrIndexSearcher
lookup the docid by the unique key field, and return the id *within* the leaf reader in the low 32 bits, and the index of the leaf reader in the high 32 bits
lookupImpl - Variable in class org.apache.solr.spelling.suggest.Suggester
 
lookupVersion(BytesRef) - Method in class org.apache.solr.update.UpdateLog
 
lookupVersion(BytesRef) - Method in class org.apache.solr.update.VersionInfo
 
lowercaseOperators - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
LOWERNAMES - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Map all generated attribute names to field names with lowercase and underscores.
lowerNames - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
LPARAMS - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
LPAREN - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
LRUCache<K,V> - Class in org.apache.solr.search
 
LRUCache() - Constructor for class org.apache.solr.search.LRUCache
 
LUCENE_MATCH_VERSION_PARAM - Static variable in class org.apache.solr.schema.IndexSchema
 
luceneMatchVersion - Variable in class org.apache.solr.core.SolrConfig
 
LuceneQParser - Class in org.apache.solr.search
 
LuceneQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.LuceneQParser
 
LuceneQParserPlugin - Class in org.apache.solr.search
Parse Solr's variant on the Lucene QueryParser syntax.
LuceneQParserPlugin() - Constructor for class org.apache.solr.search.LuceneQParserPlugin
 
luceneVersion - Variable in class org.apache.solr.update.SolrIndexConfig
 
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
 
LukeRequestHandler - Class in org.apache.solr.handler.admin
This handler exposes the internal lucene index.
LukeRequestHandler() - Constructor for class org.apache.solr.handler.admin.LukeRequestHandler
 
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.FieldTypeInfo - Class in org.apache.solr.client.solrj.response
 

M

MailEntityProcessor - Class in org.apache.solr.handler.dataimport
An EntityProcessor instance which can index emails along with their attachments from POP3 or IMAP sources.
MailEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.MailEntityProcessor
 
MailEntityProcessor.CustomFilter - Interface in org.apache.solr.handler.dataimport
 
main(String[]) - Static method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
main(String[]) - Static method in class org.apache.solr.cloud.ZkCLI
Allows you to perform a variety of zookeeper related tasks, such as: Bootstrap the current configs for all collections in solr.xml.
main - Variable in class org.apache.solr.search.Grouping.Command
 
main(String[]) - Static method in class org.apache.solr.SolrLogFormatter
 
main(String[]) - Static method in class org.apache.solr.store.blockcache.Metrics
 
main(String[]) - Static method in class org.apache.solr.util.RTimer
Testing
main(String[]) - Static method in class org.apache.solr.util.SimplePostTool
See usage() for valid command line usage
main(String[]) - Static method in class org.apache.solr.util.SolrCLI
Runs a tool.
MainEndResultTransformer - Class in org.apache.solr.search.grouping.endresulttransformer
Implementation of EndResultTransformer that transforms the grouped result into the main result list in the response.
MainEndResultTransformer() - Constructor for class org.apache.solr.search.grouping.endresulttransformer.MainEndResultTransformer
 
mainIndexConfig - Variable in class org.apache.solr.core.SolrConfig
Deprecated.
mainResult - Variable in class org.apache.solr.search.Grouping
 
makeDom(byte[]) - Static method in class org.apache.solr.util.SimplePostTool
Takes a string as input and returns a DOM
makeLoadBalancedRequest(QueryRequest, List<String>) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
Makes a request to one or more of the given urls, using the configured load balancer.
makeLock(String) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
makeLock(String) - Method in class org.apache.solr.store.hdfs.HdfsLockFactory
 
makeMap(Object...) - Static method in class org.apache.solr.common.cloud.ZkNodeProps
 
makeParams(String, String, int, int, Map) - Static method in class org.apache.solr.request.LocalSolrQueryRequest
 
makePath(String, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Creates the path in ZooKeeper, creating each node as necessary.
makePath(String, boolean, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
makePath(String, File, boolean, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
makePath(String, File, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
makePath(String, CreateMode, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
makePath(String, byte[], boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Creates the path in ZooKeeper, creating each node as necessary.
makePath(String, byte[], CreateMode, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Creates the path in ZooKeeper, creating each node as necessary.
makePath(String, byte[], CreateMode, Watcher, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Creates the path in ZooKeeper, creating each node as necessary.
makePath(String, byte[], CreateMode, Watcher, boolean, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Creates the path in ZooKeeper, creating each node as necessary.
makePath(String, CreateMode, Watcher, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
 
makeQueryable(Query) - Static method in class org.apache.solr.search.QueryUtils
Makes negative queries suitable for querying by lucene.
makeServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
makeURLList(String) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
Creates a randomized list of urls for the given shard.
managed - Variable in class org.apache.solr.rest.RestManager
 
MANAGED_ENDPOINT - Static variable in class org.apache.solr.rest.RestManager
 
MANAGED_JSON_LIST_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
 
MANAGED_JSON_MAP_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
 
MANAGED_SCHEMA_RESOURCE_NAME - Static variable in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
ManagedEndpoint() - Constructor for class org.apache.solr.rest.RestManager.ManagedEndpoint
 
ManagedIndexSchema - Class in org.apache.solr.schema
Solr-managed schema - non-user-editable, but can be mutable via internal and external REST API requests.
ManagedIndexSchema.FieldExistsException - Exception in org.apache.solr.schema
 
ManagedIndexSchema.SchemaChangedInZkException - Exception in org.apache.solr.schema
 
ManagedIndexSchemaFactory - Class in org.apache.solr.schema
Factory for ManagedIndexSchema
ManagedIndexSchemaFactory() - Constructor for class org.apache.solr.schema.ManagedIndexSchemaFactory
 
managedInitArgs - Variable in class org.apache.solr.rest.ManagedResource
 
ManagedResource - Class in org.apache.solr.rest
Supports Solr components that have external data that needs to be managed using the REST API.
ManagedResource(String, SolrResourceLoader, ManagedResourceStorage.StorageIO) - Constructor for class org.apache.solr.rest.ManagedResource
Initializes this managed resource, including setting up JSON-based storage using the provided storageIO implementation, such as ZK.
managedResource - Variable in class org.apache.solr.rest.RestManager.ManagedEndpoint
 
ManagedResource.ChildResourceSupport - Interface in org.apache.solr.rest
Marker interface to indicate a ManagedResource implementation class also supports managing child resources at path: /<resource>/{child}
ManagedResourceObserver - Interface in org.apache.solr.rest
Allows a Solr component to register as an observer of important ManagedResource events, such as when the managed data is loaded.
ManagedResourceStorage - Class in org.apache.solr.rest
Abstract base class that provides most of the functionality needed to store arbitrary data for managed resources.
ManagedResourceStorage(ManagedResourceStorage.StorageIO, SolrResourceLoader) - Constructor for class org.apache.solr.rest.ManagedResourceStorage
 
ManagedResourceStorage.FileStorageIO - Class in org.apache.solr.rest
Local file-based storage implementation.
ManagedResourceStorage.InMemoryStorageIO - Class in org.apache.solr.rest
Memory-backed storage IO; not really intended for storage large amounts of data in production, but useful for testing and other transient workloads.
ManagedResourceStorage.JsonStorage - Class in org.apache.solr.rest
Default storage implementation that uses JSON as the storage format for managed data.
ManagedResourceStorage.StorageIO - Interface in org.apache.solr.rest
Hides the underlying storage implementation for data being managed by a ManagedResource.
ManagedResourceStorage.ZooKeeperStorageIO - Class in org.apache.solr.rest
ZooKeeper based storage implementation that uses the SolrZkClient provided by the CoreContainer.
ManagedStopFilterFactory - Class in org.apache.solr.rest.schema.analysis
TokenFilterFactory that uses the ManagedWordSetResource implementation for managing stop words using the REST API.
ManagedStopFilterFactory(Map<String, String>) - Constructor for class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
Initialize the managed "handle"
ManagedSynonymFilterFactory - Class in org.apache.solr.rest.schema.analysis
TokenFilterFactory and ManagedResource implementation for doing CRUD on synonyms using the REST API.
ManagedSynonymFilterFactory(Map<String, String>) - Constructor for class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
ManagedSynonymFilterFactory.SynonymManager - Class in org.apache.solr.rest.schema.analysis
ManagedResource implementation for synonyms, which are so specialized that it makes sense to implement this class as an inner class as it has little application outside the SynonymFilterFactory use cases.
ManagedWordSetResource - Class in org.apache.solr.rest.schema.analysis
ManagedResource implementation for managing a set of words using the REST API; useful for managing stop words and/or protected words for analysis components like the KeywordMarkerFilter.
ManagedWordSetResource(String, SolrResourceLoader, ManagedResourceStorage.StorageIO) - Constructor for class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
 
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
 
map - Variable in class org.apache.solr.update.UpdateLog
 
MAP_ENABLE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_ENTRY - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
MAP_FL - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_INDIVIDUAL - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_INDIVIDUAL_FL - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_KEEP_ORIG - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_LCMAP - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_OVERWRITE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_PATTERN - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_PATTERN_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
The param prefix for mapping Tika metadata to Solr fields.
MAP_REPLACE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_REPLACE_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
mapContainsTask(String, String) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Helper method to check if a map contains a taskObject with the given taskId.
mapFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapIndividual - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapIndividualFieldsSet - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
MapInitializedPlugin - Interface in org.apache.solr.util.plugin
A plugin that can be initialized with a Map<String,String>
mapKeepOrig - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapLcMap - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
MapListener<K,V> - Class in org.apache.solr.util
Wraps another map, keeping track of each key that was seen via MapListener.get(Object) or MapListener.remove(Object).
MapListener(Map<K, V>) - Constructor for class org.apache.solr.util.MapListener
 
mapOverwrite - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
MapPluginLoader<T extends MapInitializedPlugin> - Class in org.apache.solr.util.plugin
 
MapPluginLoader(String, Class<T>, Map<String, T>) - Constructor for class org.apache.solr.util.plugin.MapPluginLoader
 
mapReplaceStr - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
MapSolrParams - Class in org.apache.solr.common.params
 
MapSolrParams(Map<String, String>) - Constructor for class org.apache.solr.common.params.MapSolrParams
 
mapToProperties(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
DocBuilder sends the date as an Object because this class knows how to convert it to a String
mark() - Method in class org.apache.solr.util.stats.Meter
Mark the occurrence of an event.
mark(long) - Method in class org.apache.solr.util.stats.Meter
Mark the occurrence of a given number of events.
MARK_EXCLUDES - Static variable in interface org.apache.solr.common.params.QueryElevationParams
Instead of removing excluded items from the results, passing in this parameter allows you to get back the excluded items, but to mark them as excluded.
markDirty() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Indicates that the values in this collection have been modified by the caller.
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
 
marshalBase64SortValue(Object) - Static method in class org.apache.solr.schema.FieldType
Marshals a binary field value.
marshalSortValue(Object) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.BoolField
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.CollationField
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.FieldType
Convert a value used by the FieldComparator for this FieldType's SortField into a marshalable value for distributed sorting.
marshalSortValue(Object) - Method in class org.apache.solr.schema.ICUCollationField
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.StrField
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.TextField
 
marshalSortValue(Object) - Method in class org.apache.solr.schema.TrieDateField
 
marshalStringSortValue(Object) - Static method in class org.apache.solr.schema.FieldType
Marshals a string-based field value.
MASTER_URL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
MATCH_INCLUDE - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MATCH_OFFSET - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
matches(String) - Method in class org.apache.solr.schema.IndexSchema.DynamicReplacement
 
matches() - Method in interface org.apache.solr.search.DocList
Returns the total number of matches for the search (as opposed to just the number collected according to offset() and size()).
matches() - Method in class org.apache.solr.search.DocSlice
 
MATH_LOCALE - Static variable in class org.apache.solr.schema.DateField
Deprecated.
use DateMathParser.DEFAULT_MATH_LOCALE
MATH_TZ - Static variable in class org.apache.solr.schema.DateField
Deprecated.
use DateMathParser.DEFAULT_MATH_TZ
max - Variable in class org.apache.solr.common.cloud.DocRouter.Range
 
max - Variable in class org.apache.solr.common.cloud.HashPartitioner.Range
 
MAX_CHARS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
MAX_DOC_FREQ - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MAX_EDITS - Static variable in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
Maximum number of edits allowed, used by LevenshteinAutomata.toAutomaton(int) in bytes or Unicode code points (if FuzzyLookupFactory.UNICODE_AWARE option is set to true).
MAX_EXPANSIONS - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
When building the FST ("index-time"), we add each path through the tokenstream graph as an individual entry.
MAX_MULTIVALUED_TO_EXAMINE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
MAX_MULTIVALUED_TO_MATCH - 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. 1 is the default (and is equivalent to calling IndexWriter.optimize() in Lucene).
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_SHARDS_PER_NODE - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
MAX_SHARDS_PER_NODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
MAX_SURFACE_FORMS - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
When multiple suggestions collide to the same analyzed form, this is the limit of how many unique surface forms we keep.
MAX_TRACKED_REQUESTS - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
MAX_WORD_LEN - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
maxBufferedDocs - Variable in class org.apache.solr.update.SolrIndexConfig
 
maxDoc() - Method in class org.apache.solr.search.SolrIndexSearcher
 
MAXEDITS - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
MaxFieldValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update processor that keeps only the the maximum value from any selected fields where multiple values are found.
MaxFieldValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.MaxFieldValueUpdateProcessorFactory
 
maxIndexingThreads - Variable in class org.apache.solr.update.SolrIndexConfig
 
MAXINSPECTIONS - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
maxMergeDocs - Variable in class org.apache.solr.update.SolrIndexConfig
 
maxOptimizeSegments - Variable in class org.apache.solr.update.CommitUpdateCommand
During optimize, optimize down to <= this many segments.
maxParallelThreads - Variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
MAXQUERYFREQUENCY - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
maxScore() - Method in interface org.apache.solr.search.DocList
The maximum score for the search... only valid if scores were retained (if hasScores()==true)
maxScore() - Method in class org.apache.solr.search.DocSlice
 
MaxScoreQParser - Class in org.apache.solr.search
 
MaxScoreQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.MaxScoreQParser
 
MaxScoreQParserPlugin - Class in org.apache.solr.search
Parses a query like Lucene query parser, but scoring with max score, not sum
Accepts the "tie" request parameter as with dismax. 0.0=max, 1.0=sum
All other parameters are as with Lucene parser
Example: q=foo {!
MaxScoreQParserPlugin() - Constructor for class org.apache.solr.search.MaxScoreQParserPlugin
 
maxShardsPerNode - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
maxSize - Variable in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
 
maxSize - Variable in class org.apache.solr.util.LongPriorityQueue
 
maxTries - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
maxWarmingSearchers - Variable in class org.apache.solr.core.SolrConfig
 
MD5Signature - Class in org.apache.solr.update.processor
 
MD5Signature() - Constructor for class org.apache.solr.update.processor.MD5Signature
 
measStr - Variable in class org.apache.solr.search.SpatialOptions
 
MEASURE - Static variable in interface org.apache.solr.common.params.SpatialParams
The distance measure to use.
MemOutputStream - Class in org.apache.solr.update
 
MemOutputStream(byte[]) - Constructor for class org.apache.solr.update.MemOutputStream
 
memSize() - Method in class org.apache.solr.request.UnInvertedField
 
memSize() - Method in class org.apache.solr.search.BitDocSet
 
memSize() - Method in interface org.apache.solr.search.DocSet
Returns the approximate amount of memory taken by this DocSet.
memSize() - Method in class org.apache.solr.search.DocSlice
 
memSize() - Method in class org.apache.solr.search.HashDocSet
 
memSize() - Method in class org.apache.solr.search.SortedIntDocSet
 
merge(ResponseBuilder, ShardRequest) - Method in interface org.apache.solr.handler.component.MergeStrategy
merge defines the merging behaving of results that are collected from the shards during a distributed search.
MERGE_COMP - Static variable in interface org.apache.solr.handler.component.MergeStrategy
 
MERGE_CONTIGUOUS_FRAGMENTS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
mergeContributionFromShard(int, ResponseBuilder, NamedList<Object>) - Method in class org.apache.solr.handler.component.PivotFacetValue
Merges in the count contributions from the specified shard for each.
mergedGroupCounts - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
mergedQueryCommandResults - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
mergedSearchGroups - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
mergedSegmentWarmerInfo - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergedTopGroups - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
mergeFactor - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergeFieldHandler - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
mergeIndexes(String, String[], String[], SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
MergeIndexes() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
mergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
mergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.UpdateHandler
 
MergeIndexesCommand - Class in org.apache.solr.update
A merge indexes command encapsulated in an object.
MergeIndexesCommand(List<DirectoryReader>, SolrQueryRequest) - Constructor for class org.apache.solr.update.MergeIndexesCommand
 
mergePolicyInfo - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergeResponseFromShard(int, ResponseBuilder, List<NamedList<Object>>) - Method in class org.apache.solr.handler.component.PivotFacet
Recursively merges the response from the specified shard, tracking the known shards.
mergeSchedulerInfo - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergesIds() - Method in interface org.apache.solr.handler.component.MergeStrategy
mergesIds must return true if the merge method merges document ids from the shards.
mergeSolrDocumentList(SolrDocumentList, SolrDocumentList, int, String) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
MergeStrategy - Interface in org.apache.solr.handler.component
The MergeStrategy class defines custom merge logic for distributed searches.
mergeSuggestions(SpellCheckMergeData, int, int, boolean) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
mergeSuggestions(SpellCheckMergeData, int, int, boolean) - Method in class org.apache.solr.spelling.SolrSpellChecker
Integrate spelling suggestions from the various shards in a distributed environment.
message(String, String) - Method in class org.apache.solr.update.LoggingInfoStream
 
metadata - Variable in exception org.apache.solr.common.SolrException
 
metadata - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
Meter - Class in org.apache.solr.util.stats
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
Method - Enum in org.apache.solr.servlet.cache
 
Method(String, String) - Constructor for class org.apache.solr.SolrLogFormatter.Method
 
Method(String, String) - Constructor for class org.apache.solr.util.SolrLogLayout.Method
 
MethodCall() - Constructor for class org.apache.solr.store.blockcache.Metrics.MethodCall
 
methodCalls - Variable in class org.apache.solr.store.blockcache.Metrics
 
methodName - Variable in class org.apache.solr.SolrLogFormatter.Method
 
methodName - Variable in class org.apache.solr.util.SolrLogLayout.Method
 
metrics - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
Metrics - Class in org.apache.solr.store.blockcache
 
Metrics(Configuration) - Constructor for class org.apache.solr.store.blockcache.Metrics
 
Metrics.MethodCall - Class in org.apache.solr.store.blockcache
 
MIGRATE - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
min - Variable in class org.apache.solr.common.cloud.DocRouter.Range
 
min - Variable in class org.apache.solr.common.cloud.HashPartitioner.Range
 
MIN_DOC_FREQ - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MIN_FUZZY_LENGTH - Static variable in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
Minimum length of lookup key before any edits are allowed for the suggestions in bytes or Unicode code points (if FuzzyLookupFactory.UNICODE_AWARE option is set to true).
MIN_PREFIX_CHARS - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
Minimum number of leading characters before PrefixQuery is used (default 4).
MIN_REPFACT - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
 
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
 
minCount - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
MinFieldValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update processor that keeps only the the minimum value from any selected fields where multiple values are found.
MinFieldValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.MinFieldValueUpdateProcessorFactory
 
MINPREFIX - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
MINQUERYLENGTH - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
minSetSizeCached - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
minShouldMatch - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
MINUS - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
missing - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
missing() - Method in interface org.apache.solr.handler.component.StatsValues
Updates the statistics when a document is missing a value
missingCount - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
missingMax - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
missingMaxPossible - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
missingValue - Variable in class org.apache.solr.schema.TrieField
 
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
MMapDirectoryFactory - Class in org.apache.solr.core
Directly provide MMapDirectory instead of relying on FSDirectory.open(java.io.File).
MMapDirectoryFactory() - Constructor for class org.apache.solr.core.MMapDirectoryFactory
 
MockDataSource - Class in org.apache.solr.handler.dataimport
A mock DataSource implementation which can be used for testing.
MockDataSource() - Constructor for class org.apache.solr.handler.dataimport.MockDataSource
 
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<String,String[]>
ModifiableSolrParams(SolrParams) - Constructor for class org.apache.solr.common.params.ModifiableSolrParams
Constructs a new ModifiableSolrParams, copying values from an existing SolrParams
Modifiers() - Method in class org.apache.solr.parser.QueryParser
 
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.DebugComponent
 
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.ExpandComponent
 
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.FacetComponent
 
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.HighlightComponent
 
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.SearchComponent
Called after another component adds a request
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.StatsComponent
 
MoreLikeThisComponent - Class in org.apache.solr.handler.component
TODO!
MoreLikeThisComponent() - Constructor for class org.apache.solr.handler.component.MoreLikeThisComponent
 
MoreLikeThisHandler - Class in org.apache.solr.handler
Solr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.
MoreLikeThisHandler() - Constructor for class org.apache.solr.handler.MoreLikeThisHandler
 
MoreLikeThisHandler.InterestingTerm - Class in org.apache.solr.handler
 
MoreLikeThisHandler.MoreLikeThisHelper - Class in org.apache.solr.handler
Helper class for MoreLikeThis that can be called from other request handlers
MoreLikeThisHelper(SolrParams, SolrIndexSearcher) - Constructor for class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
MoreLikeThisParams - Interface in org.apache.solr.common.params
 
MoreLikeThisParams.TermStyle - Enum in org.apache.solr.common.params
 
move(Directory, Directory, String, IOContext) - Method in class org.apache.solr.core.DirectoryFactory
Override for more efficient moves.
move(Directory, Directory, String, IOContext) - Method in class org.apache.solr.core.StandardDirectoryFactory
Override for more efficient moves.
MSG - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
multBoosts - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
MULTI_TERM - Static variable in class org.apache.solr.schema.FieldType
 
MULTI_TERM_ANALYZER - Static variable in class org.apache.solr.schema.FieldType
 
MULTI_VALUED - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
MULTI_VALUED_SEPARATOR - Static variable in interface org.apache.solr.common.params.HighlightParams
 
MultiMapSolrParams - Class in org.apache.solr.common.params
 
MultiMapSolrParams(Map<String, String[]>) - Constructor for class org.apache.solr.common.params.MultiMapSolrParams
 
MULTIPART - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
multiTermAnalyzer - Variable in class org.apache.solr.schema.TextField
Analyzer set by schema for text types to use when searching fields of this type, subclasses can set analyzer themselves or override getIndexAnalyzer() This analyzer is used to process wildcard, prefix, regex and other multiterm queries.
multiValued - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
multiValued - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
MULTIVALUED - Static variable in class org.apache.solr.schema.FieldProperties
 
multiValued() - Method in class org.apache.solr.schema.SchemaField
 
multiValuedFieldCache() - Method in class org.apache.solr.schema.FieldType
Returns true if a single field value of this type has multiple logical values for the purposes of faceting, sorting, etc.
multiValuedFieldCache() - Method in class org.apache.solr.schema.TrieDateField
 
multiValuedFieldCache() - Method in class org.apache.solr.schema.TrieField
 
murmurhash3_x86_32(byte[], int, int, int) - Static method in class org.apache.solr.common.util.Hash
Returns the MurmurHash3_x86_32 hash.
murmurhash3_x86_32(CharSequence, int, int, int) - Static method in class org.apache.solr.common.util.Hash
Returns the MurmurHash3_x86_32 hash of the UTF-8 bytes of the String without actually encoding the string to a temporary buffer.
must - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
mutate(SolrInputField) - Method in class org.apache.solr.update.processor.AllValuesOrNoneFieldMutatingUpdateProcessor
 
mutate(SolrInputField) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Method for mutating SolrInputFields associated with fields identified by the FieldNameSelector associated with this processor
mutate(SolrInputField) - Method in class org.apache.solr.update.processor.FieldValueMutatingUpdateProcessor
 
mutateValue(Object) - Method in class org.apache.solr.update.processor.AllValuesOrNoneFieldMutatingUpdateProcessor
Mutates individual values of a field as needed, or returns the original value.
mutateValue(Object) - Method in class org.apache.solr.update.processor.FieldValueMutatingUpdateProcessor
Mutates individual values of a field as needed, or returns the original value.

N

NAME - Static variable in class org.apache.solr.common.cloud.CompositeIdRouter
 
NAME - Static variable in class org.apache.solr.common.cloud.ImplicitDocRouter
 
NAME - Static variable in class org.apache.solr.common.cloud.PlainIdRouter
 
NAME - Static variable in interface org.apache.solr.common.params.CollectionParams
 
NAME - Static variable in class 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
 
name - Variable in class org.apache.solr.core.PluginInfo
 
name - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
name - Variable in class org.apache.solr.handler.component.FieldFacetStats
 
NAME - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
name - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
name - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
NAME - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
NAME - Static variable in class org.apache.solr.handler.ReplicationHandler
 
name - Variable in class org.apache.solr.logging.LoggerInfo
 
name - Variable in class org.apache.solr.response.transform.ValueSourceAugmenter
 
NAME - Static variable in class org.apache.solr.schema.IndexSchema
 
name - Variable in class org.apache.solr.schema.IndexSchema
 
NAME - Static variable in class org.apache.solr.search.BoostQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.CollapsingQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.ComplexPhraseQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.DisMaxQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.ExportQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.ExtendedDismaxQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.FieldQParserPlugin
 
name() - Method in class org.apache.solr.search.function.distance.GeohashFunction
 
name() - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
name() - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
name() - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
name - Variable in class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
name() - Method in class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
name() - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
NAME - Static variable in class org.apache.solr.search.FunctionQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.FunctionRangeQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.join.BlockJoinChildQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.join.BlockJoinParentQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.JoinQParserPlugin
 
name() - Method in class org.apache.solr.search.LFUCache
 
NAME - Static variable in class org.apache.solr.search.LuceneQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.MaxScoreQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.NestedQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.OldLuceneQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.PrefixQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.RawQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.ReRankQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.SimpleQParserPlugin
The name that can be used to specify this plugin should be used to parse the query.
name() - Method in interface org.apache.solr.search.SolrCache
Name the Cache can be referenced with by SolrRequestHandlers.
name() - Method in class org.apache.solr.search.SolrCacheBase
 
NAME - Static variable in class org.apache.solr.search.SpatialBoxQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.SpatialFilterQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.SurroundQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.SwitchQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.TermQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.TermsQParserPlugin
 
name - Variable in class org.apache.solr.spelling.SolrSpellChecker
Dictionary name
NAME - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
Label to identify the name of the suggester
name() - Method in class org.apache.solr.update.AddUpdateCommand
 
name() - Method in class org.apache.solr.update.CommitUpdateCommand
 
name() - Method in class org.apache.solr.update.DeleteUpdateCommand
 
name() - Method in class org.apache.solr.update.MergeIndexesCommand
 
name() - Method in class org.apache.solr.update.RollbackUpdateCommand
 
name() - Method in class org.apache.solr.update.SplitIndexCommand
 
name() - Method in class org.apache.solr.update.UpdateCommand
 
NAME_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
NAME_SEGMENT - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
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(Map<String, ? extends T>) - Constructor for class org.apache.solr.common.util.NamedList
Creates a NamedList instance containing the "name,value" pairs contained in the Map.
NamedList(List<Object>) - 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<String, T> to store the key-value relationship in NamedList (the keys of which are String-s)
NamedListEntry() - Constructor for class org.apache.solr.common.util.NamedList.NamedListEntry
 
NamedListEntry(String, T) - Constructor for class org.apache.solr.common.util.NamedList.NamedListEntry
 
NamedListInitializedPlugin - Interface in org.apache.solr.util.plugin
A plugin that can be initialized with a NamedList
NamedListPluginLoader<T extends NamedListInitializedPlugin> - Class in org.apache.solr.util.plugin
 
NamedListPluginLoader(String, Class<T>, Map<String, T>) - Constructor for class org.apache.solr.util.plugin.NamedListPluginLoader
 
NEAR_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables NEAR operator (~)
needRefinements - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
NestedQParserPlugin - Class in org.apache.solr.search
Create a nested query, with the ability of that query to redefine it's type via local parameters.
NestedQParserPlugin() - Constructor for class org.apache.solr.search.NestedQParserPlugin
 
NEW_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
 
newAdminHandlerInstance(CoreContainer, String, String...) - Method in class org.apache.solr.core.SolrResourceLoader
 
newBooleanClause(Query, BooleanClause.Occur) - Method in class org.apache.solr.parser.SolrQueryParserBase
Builds a new BooleanClause instance
newCompletionService() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
Creates a new completion service for use by a single set of distributed requests.
newDocument() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
This is called by a consumer when it is ready to deal with a new SolrInputDocument.
NEWER_THAN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
newerThan - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The newerThan given in data-config as a Date Note: This variable is resolved just-in-time in the FileListEntityProcessor.nextRow() method.
newestLogsOnStartup - Variable in class org.apache.solr.update.UpdateLog
 
newField(String, String, Map<String, ?>) - Method in class org.apache.solr.schema.IndexSchema
Returns a SchemaField if the given fieldName does not already exist in this schema, and does not match any dynamic fields in this schema.
newField(String, String, Map<String, ?>) - Method in class org.apache.solr.schema.ManagedIndexSchema
 
newFieldQuery(Analyzer, String, String, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
newFieldQuery(Analyzer, String, String, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
newFuzzyQuery(Term, float, int) - Method in class org.apache.solr.parser.SolrQueryParserBase
Builds a new FuzzyQuery instance
newIndexWriter(SolrCore, boolean) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
newIndexWriter(boolean) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
newIndexWriter(SolrCore, boolean) - Method in class org.apache.solr.update.SolrCoreState
Force the creation of a new IndexWriter using the settings from the given SolrCore.
newIndexWriter(boolean) - Method in class org.apache.solr.update.UpdateHandler
Called when the Writer should be opened again - eg when replication replaces all of the index files.
newInstance(String, Class<T>) - Method in class org.apache.solr.core.SolrResourceLoader
 
newInstance(String, Class<T>, String...) - Method in class org.apache.solr.core.SolrResourceLoader
 
newInstance(String, Class<T>, String[], Class[], Object[]) - Method in class org.apache.solr.core.SolrResourceLoader
 
newInstance(PluginInfo, SolrResourceLoader) - Static method in class org.apache.solr.handler.component.ShardHandlerFactory
Create a new ShardHandlerFactory instance
newInstance() - Method in class org.apache.solr.search.CacheConfig
 
NEWLINE - Static variable in class org.apache.solr.core.SolrXMLCoresLocator
 
newLine - Variable in class org.apache.solr.internal.csv.CSVPrinter
True if we just began a new line.
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.ContentStreamHandlerBase
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.UpdateRequestHandler
 
newMap() - Method in class org.apache.solr.update.UpdateLog
 
newMatchAllDocsQuery() - Method in class org.apache.solr.parser.SolrQueryParserBase
Builds a new MatchAllDocsQuery instance
newPrefixQuery(Term) - Method in class org.apache.solr.parser.SolrQueryParserBase
Builds a new PrefixQuery instance
newPrefixTreeStrategy(String) - Method in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
 
newPrefixTreeStrategy(String) - Method in class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
 
newPrefixTreeStrategy(String) - Method in class org.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType
 
newReader(Directory, SolrCore) - Method in class org.apache.solr.core.IndexReaderFactory
Creates a new IndexReader instance using the given Directory.
newReader(IndexWriter, SolrCore) - Method in class org.apache.solr.core.IndexReaderFactory
Creates a new IndexReader instance using the given IndexWriter.
newReader(Directory, SolrCore) - Method in class org.apache.solr.core.StandardIndexReaderFactory
 
newReader(IndexWriter, SolrCore) - Method in class org.apache.solr.core.StandardIndexReaderFactory
 
newRegexpQuery(Term) - Method in class org.apache.solr.parser.SolrQueryParserBase
Builds a new RegexpQuery instance
newRegisteredLogWatcher(LogWatcherConfig, SolrResourceLoader) - Static method in class org.apache.solr.logging.LogWatcher
Create and register a LogWatcher.
newSearcher(SolrIndexSearcher, SolrIndexSearcher) - Method in class org.apache.solr.core.AbstractSolrEventListener
 
newSearcher(SolrIndexSearcher, SolrIndexSearcher) - Method in class org.apache.solr.core.QuerySenderListener
 
newSearcher(String) - Method in class org.apache.solr.core.SolrCore
 
newSearcher(SolrIndexSearcher, SolrIndexSearcher) - Method in interface org.apache.solr.core.SolrEventListener
The searchers passed here are only guaranteed to be valid for the duration of this method call, so care should be taken not to spawn threads or asynchronous tasks with references to these searchers.
newSearcher(SolrIndexSearcher, SolrIndexSearcher) - Method in class org.apache.solr.schema.ExternalFileFieldReloader
 
newSpatialArgsParser() - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
newSpatialStrategy(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
Called from AbstractSpatialFieldType.getStrategy(String) upon first use by fieldName. }
newSpatialStrategy(String) - Method in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
 
newSpatialStrategy(String) - Method in class org.apache.solr.schema.BBoxField
 
newSpatialStrategy(String) - Method in class org.apache.solr.schema.SpatialPointVectorFieldType
 
newStorageIO(String, SolrResourceLoader, NamedList<String>) - Static method in class org.apache.solr.rest.ManagedResourceStorage
Creates a new StorageIO instance for a Solr core, taking into account whether the core is running in cloud mode as well as initArgs.
newThread(Runnable) - Method in class org.apache.solr.common.util.SolrjNamedThreadFactory
 
newThread(Runnable) - Method in class org.apache.solr.util.DefaultSolrThreadFactory
 
newToken(int, String) - Static method in class org.apache.solr.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.solr.parser.Token
 
newWildcardQuery(Term) - Method in class org.apache.solr.parser.SolrQueryParserBase
Builds a new WildcardQuery instance
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
next - Variable in class org.apache.solr.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.solr.spelling.PossibilityIterator
 
next() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSLogReader
Returns the next object from the log, or null if none available.
next() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSReverseReader
Returns the next object from the log, or null if none available.
next - Variable in class org.apache.solr.update.processor.UpdateRequestProcessor
 
next() - Method in class org.apache.solr.update.TransactionLog.FSReverseReader
Returns the next object from the log, or null if none available.
next() - Method in class org.apache.solr.update.TransactionLog.LogReader
Returns the next object from the log, or null if none available.
next() - Method in class org.apache.solr.update.TransactionLog.ReverseReader
Returns the next object from the log, or null if none available.
NEXT_EXECUTION_AT - Static variable in class org.apache.solr.handler.ReplicationHandler
 
NEXT_URL - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
nextClearBit(int) - Method in class org.apache.solr.store.blockcache.BlockLocks
Find the next clear bit in the bit set.
nextDeletedRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
This is used during delta-import.
nextDeletedRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
nextDeletedRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
nextDeletedRowKey() - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
nextDoc() - Method in interface org.apache.solr.search.DocIterator
Returns the next document id if hasNext()==true This method is equivalent to next(), but avoids the creation of an Integer Object.
nextDoc() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
nextModifiedParentRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
This is used during delta-import.
nextModifiedParentRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
nextModifiedParentRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
nextModifiedParentRowKey() - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
nextModifiedRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
This is used for delta-import.
nextModifiedRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
nextModifiedRowKey() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
nextModifiedRowKey() - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
This method helps streaming the data for each row .
nextRow() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
For a simple implementation, this is the only method that the sub-class should implement.
nextRow() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
nextRow() - Method in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.LineEntityProcessor
Reads lines from the url till it finds a lines that matches the optional acceptLineRegex and does not match the optional skipLineRegex.
nextRow() - Method in class org.apache.solr.handler.dataimport.MailEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.TikaEntityProcessor
 
nextRow() - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
nextToken() - Method in class org.apache.solr.internal.csv.CSVParser
Convenience method for nextToken(null).
nextToken(CSVParser.Token) - Method in class org.apache.solr.internal.csv.CSVParser
Returns the next token.
nextValue() - Method in class org.apache.solr.internal.csv.CSVParser
Parses the CSV according to the given strategy and returns the next csv-value as string.
NGRAMS - Static variable in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
The n-gram model to use in the underlying suggester; Default value is 2.
NIOFSDirectoryFactory - Class in org.apache.solr.core
Factory to instantiate NIOFSDirectory
NIOFSDirectoryFactory() - Constructor for class org.apache.solr.core.NIOFSDirectoryFactory
 
NO_CACHE - Static variable in class org.apache.solr.store.blockcache.BlockDirectory
 
NO_FREQUENCY_INFO - Static variable in class org.apache.solr.spelling.SpellingResult
 
Node() - Constructor for class org.apache.solr.update.SolrCmdDistributor.Node
 
node - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
 
NODE_NAME_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
nodeName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
nodeName - Variable in class org.apache.solr.handler.component.ShardRequest
may be null
nodeProps - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
nodeProps - Variable in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
nodeSet - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
 
nodesToList(NodeList) - Static method in class org.apache.solr.util.DOMUtil
 
nodesToNamedList(NodeList) - Static method in class org.apache.solr.util.DOMUtil
 
NON_FUZZY_PREFIX - Static variable in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
Length of common (non-fuzzy) prefix for the suggestions in bytes or Unicode code points (if FuzzyLookupFactory.UNICODE_AWARE option is set to true).
NonPersistingLocator(String, ConfigSolrXmlOld) - Constructor for class org.apache.solr.core.SolrXMLCoresLocator.NonPersistingLocator
 
NoOpDistributingUpdateProcessorFactory - Class in org.apache.solr.update.processor
A No-Op implementation of DistributingUpdateProcessorFactory that allways returns null.
NoOpDistributingUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.NoOpDistributingUpdateProcessorFactory
 
NoOpRegenerator - Class in org.apache.solr.search
Cache regenerator that just populates the new cache with the old items.
NoOpRegenerator() - Constructor for class org.apache.solr.search.NoOpRegenerator
 
NoOpResponseParser - Class in org.apache.solr.client.solrj.impl
Simply puts the entire response into an entry in a NamedList.
NoOpResponseParser() - Constructor for class org.apache.solr.client.solrj.impl.NoOpResponseParser
 
NoOpResponseParser(String) - Constructor for class org.apache.solr.client.solrj.impl.NoOpResponseParser
 
normalize(String) - Static method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
normalize(String) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
normalize(String) - Method in class org.apache.solr.core.DirectoryFactory
Normalize a given path.
normalize(String) - Method in class org.apache.solr.core.StandardDirectoryFactory
 
normalize(NamedList) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
The 'avgRequestsPerSecond' field will make everything look like it changed
normalize(float, float) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
normalizeDir(String) - Static method in class org.apache.solr.core.SolrResourceLoader
Ensures a directory name always ends with a '/'.
normalizeLangCode(String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Looks up language code in map (langid.lcmap) and returns mapped value
normalizePath(String) - Static method in class org.apache.solr.handler.admin.CoreAdminHandler
 
normalizeUrlEnding(String) - Static method in class org.apache.solr.util.SimplePostTool
Normalizes a URL string by removing anchor part and trailing slash
noSelectorsSpecified() - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
NOT - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
NOT_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables NOT operator (-)
notifyObserversDuringInit(NamedList<?>, List<ManagedResourceObserver>) - Method in class org.apache.solr.rest.ManagedResource
Notifies all registered observers that the ManagedResource is initialized.
NOW - Static variable in interface org.apache.solr.common.params.CommonParams
Override for the concept of "NOW" to be used throughout this request, expressed as milliseconds since epoch.
now - Variable in class org.apache.solr.request.SolrRequestInfo
 
NOW - Static variable in class org.apache.solr.schema.DateField
Deprecated.
 
now() - Method in class org.apache.solr.util.RTimer
Get current time May override to implement a different timer (CPU time, etc).
NRTCACHINGDIRECTORY_ENABLE - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
NRTCACHINGDIRECTORY_MAXCACHEMB - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
NRTCACHINGDIRECTORY_MAXMERGESIZEMB - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
NRTCachingDirectoryFactory - Class in org.apache.solr.core
Factory to instantiate NRTCachingDirectory
NRTCachingDirectoryFactory() - Constructor for class org.apache.solr.core.NRTCachingDirectoryFactory
 
nrtMode - Variable in class org.apache.solr.core.SolrConfig
 
NULL - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
NULL_COLLAPSE - Static variable in class org.apache.solr.search.CollapsingQParserPlugin
 
NULL_EXPAND - Static variable in class org.apache.solr.search.CollapsingQParserPlugin
 
NULL_IGNORE - Static variable in class org.apache.solr.search.CollapsingQParserPlugin
 
NULL_POLICY_COLLAPSE - Static variable in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
NULL_POLICY_EXPAND - Static variable in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
NULL_POLICY_IGNORE - Static variable in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
NullIndexOutput - Class in org.apache.solr.store.hdfs
 
NullIndexOutput() - Constructor for class org.apache.solr.store.hdfs.NullIndexOutput
 
NUM_SHARDS - Static variable in class org.apache.solr.cloud.CloudDescriptor
 
NUM_SHARDS_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
NUM_SLICES - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
NUMBER - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
NUMBER - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
NUMBER_BACKUPS_TO_KEEP_INIT_PARAM - Static variable in class org.apache.solr.handler.ReplicationHandler
 
NUMBER_BACKUPS_TO_KEEP_REQUEST_PARAM - Static variable in class org.apache.solr.handler.ReplicationHandler
 
numberFieldName - Variable in class org.apache.solr.schema.SpatialPointVectorFieldType
 
NumberFormatTransformer - Class in org.apache.solr.handler.dataimport
A Transformer instance which can extract numbers out of strings.
NumberFormatTransformer() - Constructor for class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
NUMBEROFBLOCKSPERBANK - Static variable in class org.apache.solr.core.HdfsDirectoryFactory
 
NumberUtils - Class in org.apache.solr.util
 
NumberUtils() - Constructor for class org.apache.solr.util.NumberUtils
 
numCloses - Static variable in class org.apache.solr.common.cloud.SolrZkClient
 
numCloses - Static variable in class org.apache.solr.core.SolrCore
 
numCloses - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
numCloses - Static variable in class org.apache.solr.update.SolrIndexWriter
 
numDeadServersToTry - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
numDeletesByQueryToKeep - Variable in class org.apache.solr.update.UpdateLog
 
numDeletesToKeep - Variable in class org.apache.solr.update.UpdateLog
 
numDocs - Variable in class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
 
numDocs(Query, DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the number of documents that match both a and b.
numDocs(DocSet, SolrIndexSearcher.DocsEnumState) - Method in class org.apache.solr.search.SolrIndexSearcher
 
numDocs(Query, Query) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the number of documents that match both a and b.
numDocs(SolrIndexSearcher, Query, Query) - Static method in class org.apache.solr.util.SolrPluginUtils
SolrIndexSearch.numDocs(Query,Query) freaks out if the filtering query is null, so we use this workarround.
Numeric(String, Number, Number, Number, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Numeric
Deprecated.
Numeric(String, Number, Number, Number, Number, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Numeric
 
NumericValueFieldType - Interface in org.apache.solr.schema
Marker interface for numeric-valued field types.
numGroups - Variable in class org.apache.solr.search.Grouping.Command
 
numOldRecords - Variable in class org.apache.solr.update.UpdateLog
 
numOpens - Static variable in class org.apache.solr.common.cloud.SolrZkClient
 
numOpens - Static variable in class org.apache.solr.core.SolrCore
 
numOpens - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
numOpens - Static variable in class org.apache.solr.update.SolrIndexWriter
 
numRecords() - Method in class org.apache.solr.update.TransactionLog
Returns the number of records in the log (currently includes the header and an optional commit).
numRecordsToKeep - Variable in class org.apache.solr.update.UpdateLog
 
numRequests - Variable in class org.apache.solr.highlight.HighlightingPluginBase
 
numShards - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
NUMTERMS - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
nvPairs - Variable in class org.apache.solr.common.util.NamedList
 

O

offer(byte[]) - Method in class org.apache.solr.cloud.DistributedQueue
Inserts data into queue.
offer(byte[], long) - Method in class org.apache.solr.cloud.DistributedQueue
Offer the data and wait for the response
offset - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
OFFSET - Static variable in class org.apache.solr.handler.ReplicationHandler
 
offset() - Method in interface org.apache.solr.search.DocList
Returns the zero based offset of this list within the total ordered list of matches to the query.
offset() - Method in class org.apache.solr.search.DocSlice
 
offset - Variable in class org.apache.solr.search.Grouping.Command
 
OFFSET_END_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
OFFSET_START_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
OFFSETS - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return offset information, if available
OK_STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
oldDeletes - Variable in class org.apache.solr.update.UpdateLog
 
OLDER_THAN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
olderThan - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The newerThan given in data-config as a Date
OldLuceneQParserPlugin - Class in org.apache.solr.search
Parse Solr's variant of Lucene QueryParser syntax, including the deprecated sort specification after the query.
OldLuceneQParserPlugin() - Constructor for class org.apache.solr.search.OldLuceneQParserPlugin
 
OMIT_HEADER - Static variable in interface org.apache.solr.common.params.CommonParams
include header in the response
OMIT_NORMS - Static variable in class org.apache.solr.schema.FieldProperties
 
OMIT_POSITIONS - Static variable in class org.apache.solr.schema.FieldProperties
 
OMIT_TF_POSITIONS - Static variable in class org.apache.solr.schema.FieldProperties
 
omitNorms() - Method in class org.apache.solr.schema.SchemaField
 
omitPositions() - Method in class org.apache.solr.schema.SchemaField
 
omitTermFreqAndPositions() - Method in class org.apache.solr.schema.SchemaField
 
omitTf() - Method in class org.apache.solr.schema.SchemaField
ON_ERROR - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
onCommit(List<? extends IndexCommit>) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Internal use for Lucene... do not explicitly call.
onCommit(List<? extends IndexCommit>) - Method in class org.apache.solr.core.SolrDeletionPolicy
Internal use for Lucene... do not explicitly call.
oneMinuteEWMA() - Static method in class org.apache.solr.util.stats.EWMA
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
oneOrMany(NamedList, String) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
Deprecated.
Replaced by NamedList.removeConfigArgs(String). Will be removed in version 5.0.
oneOverPower - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
onePassDistributedQuery - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
onError - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
onEvent(Context) - Method in interface org.apache.solr.handler.dataimport.EventListener
Event callback
onInit(List<? extends IndexCommit>) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Internal use for Lucene... do not explicitly call.
onInit(List<? extends IndexCommit>) - Method in class org.apache.solr.core.SolrDeletionPolicy
Internal use for Lucene... do not explicitly call.
onlyIfLeader - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
onlyIfLeaderActive - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
onManagedDataLoadedFromStorage(NamedList<?>, Object) - Method in class org.apache.solr.rest.ManagedResource
Method called after data has been loaded from storage to give the concrete implementation a chance to post-process the data.
onManagedDataLoadedFromStorage(NamedList<?>, Object) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
onManagedDataLoadedFromStorage(NamedList<?>, Object) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
Invoked when loading data from storage to initialize the list of words managed by this instance.
onManagedResourceInitialized(NamedList<?>, ManagedResource) - Method in interface org.apache.solr.rest.ManagedResourceObserver
Event notification raised once during core initialization to notify listeners that a ManagedResource is fully initialized.
onManagedResourceInitialized(NamedList<?>, ManagedResource) - Method in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
Callback invoked by the ManagedResource instance to trigger this class to create the CharArraySet used to create the StopFilter using the wordset managed by ManagedWordSetResource.
onManagedResourceInitialized(NamedList<?>, ManagedResource) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
Called once, during core initialization, to initialize any analysis components that depend on the data managed by this resource.
OnReconnect - Interface in org.apache.solr.common.cloud
 
onResourceDeleted() - Method in class org.apache.solr.rest.ManagedResource
Called by the RestManager framework after this resource has been deleted to allow this resource to close and clean-up any resources used by this.
onSuccess(HttpResponse) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
Intended to be used as an extension point for doing post processing after a request completes.
OP - Static variable in class org.apache.solr.search.QueryParsing
 
open() - Method in class org.apache.solr.core.SolrCore
expert: increments the core reference count
open(Context) - Method in interface org.apache.solr.handler.dataimport.DIHCache
Opens the cache using the specified properties.
open(Context) - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
OPEN_SEARCHER - Static variable in interface org.apache.solr.common.params.UpdateParams
Open up a new searcher as part of a commit
openConfig(String) - Method in class org.apache.solr.core.SolrResourceLoader
Opens a config resource by its name.
OpenExchangeRatesOrgProvider - Class in org.apache.solr.schema
Exchange Rates Provider for CurrencyField capable of fetching & parsing the freely available exchange rates from openexchangerates.org Configuration Options: ratesFileLocation - A file path or absolute URL specifying the JSON data to load (mandatory) refreshInterval - How frequently (in minutes) to reload the exchange rate data (default: 1440) Disclaimer: This data is collected from various providers and provided free of charge for informational purposes only, with no guarantee whatsoever of accuracy, validity, availability or fitness for any purpose; use at your own risk.
OpenExchangeRatesOrgProvider() - Constructor for class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
openHandles - Static variable in class org.apache.solr.core.SolrCore
 
openIndexWriter(SolrCore) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
openIndexWriter(SolrCore) - Method in class org.apache.solr.update.SolrCoreState
Expert method that opens the IndexWriter - you must call SolrCoreState.closeIndexWriter(SolrCore, boolean) first, and then call this method in a finally block.
openInput(String, IOContext) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
openInput(String, IOContext) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
openInputStream(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
openInputStream(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
openInputStream(String) - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
 
openInputStream(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
openNewSearcher(boolean, boolean) - Method in class org.apache.solr.core.SolrCore
Opens a new searcher and returns a RefCounted<SolrIndexSearcher> with it's reference incremented.
openOutputStream(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
 
openOutputStream(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
 
openOutputStream(String) - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
 
openOutputStream(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
openResource(String) - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
Opens any resource by its name.
openResource(String) - Method in class org.apache.solr.core.SolrResourceLoader
Opens any resource by its name.
openSchema(String) - Method in class org.apache.solr.core.SolrResourceLoader
Opens a schema resource by its name.
openSearcher - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
openSearcher - Variable in class org.apache.solr.update.CommitUpdateCommand
 
openStream(File) - Method in class org.apache.solr.handler.dataimport.FileDataSource
Open a Reader for the given file name
OPERATION_MASK - Static variable in class org.apache.solr.update.UpdateLog
 
operationFlags - Variable in class org.apache.solr.update.UpdateLog
 
optimize() - Method in class org.apache.solr.client.solrj.SolrServer
Performs an explicit optimize, causing a merge of all segments to one.
optimize(boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
Performs an explicit optimize, causing a merge of all segments to one.
optimize(boolean, boolean, int) - Method in class org.apache.solr.client.solrj.SolrServer
Performs an explicit optimize, causing a merge of all segments to one.
OPTIMIZE - Static variable in interface org.apache.solr.common.params.UpdateParams
Optimize the index and commit everything after the command completes
OPTIMIZE - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
optimize - Variable in class org.apache.solr.update.CommitUpdateCommand
 
optimize() - Method in class org.apache.solr.util.SimplePostTool
Does a simple optimize operation
optimizeCallbacks - Variable in class org.apache.solr.update.UpdateHandler
 
optimizePreFetchDocs(ResponseBuilder, DocList, Query, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.util.SolrPluginUtils
Pre-fetch documents into the index searcher's document cache.
OR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
OR_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables OR operator (|)
OR_OPERATOR - Static variable in class org.apache.solr.parser.SolrQueryParserBase
Alternative form of QueryParser.Operator.OR
ORDERED_MAP - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
orderInShard - Variable in class org.apache.solr.handler.component.ShardDoc
 
org.apache.solr - package org.apache.solr
Commonly reused classes and interfaces (deprecated package, do not add new classes)
org.apache.solr.analysis - package org.apache.solr.analysis
Factories and classes specific to text analysis and the creation of TokenStreams See org.apache.lucene.analysis for additional details.
org.apache.solr.client.solrj - package org.apache.solr.client.solrj
Primary APIs for communicating with a Solr Server from a Java client.
org.apache.solr.client.solrj.beans - package org.apache.solr.client.solrj.beans
Annotation based mapping of client objects to Solr documents.
org.apache.solr.client.solrj.embedded - package org.apache.solr.client.solrj.embedded
SolrJ client implementations for embedded solr access.
org.apache.solr.client.solrj.impl - package org.apache.solr.client.solrj.impl
Concrete implementations of client API classes.
org.apache.solr.client.solrj.request - package org.apache.solr.client.solrj.request
Convenience classes for dealing with various types of Solr requests.
org.apache.solr.client.solrj.response - package org.apache.solr.client.solrj.response
Convenience classes for dealing with various types of Solr responses.
org.apache.solr.client.solrj.util - package org.apache.solr.client.solrj.util
Utilities for Solr client applications.
org.apache.solr.cloud - package org.apache.solr.cloud
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
org.apache.solr.common - package org.apache.solr.common
Commonly reused classes and interfaces (deprecated package, do not add new classes)
org.apache.solr.common.cloud - package org.apache.solr.common.cloud
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
org.apache.solr.common.luke - package org.apache.solr.common.luke
Common constants used by the LukeRequestHandler.
org.apache.solr.common.params - package org.apache.solr.common.params
Parameter constants and enumerations.
org.apache.solr.common.util - package org.apache.solr.common.util
Common utility classes reused on both clients & server.
org.apache.solr.core - package org.apache.solr.core
Core classes implementin Solr internals and the management of SolrCores
org.apache.solr.handler - package org.apache.solr.handler
Concrete implementations of SolrRequestHandler
org.apache.solr.handler.admin - package org.apache.solr.handler.admin
SolrRequestHandler implementations for powering he Solr Admin UI
org.apache.solr.handler.component - package org.apache.solr.handler.component
SearchComponent implementations for use in SearchHandler
org.apache.solr.handler.dataimport - package org.apache.solr.handler.dataimport
Plugins for DataImportHandler that have additional dependencies.
org.apache.solr.handler.dataimport.config - package org.apache.solr.handler.dataimport.config
Utility classes for parsing & modeling DIH configuration.
org.apache.solr.handler.extraction - package org.apache.solr.handler.extraction
ExtractingRequestHandler and related code.
org.apache.solr.handler.loader - package org.apache.solr.handler.loader
ContentStreamLoader implementations for use in ContentStreamHandlerBase implementations
org.apache.solr.highlight - package org.apache.solr.highlight
SolrHighlighter API and related implementaions and utilities See org.apache.lucene.search.highlight for addition information.
org.apache.solr.internal.csv - package org.apache.solr.internal.csv
Internal classes used for reading/writing CSV
org.apache.solr.internal.csv.writer - package org.apache.solr.internal.csv.writer
Internal classes used for reading/writing CSV
org.apache.solr.logging - package org.apache.solr.logging
APIs related to capturing log event info in the LoggingHandler
org.apache.solr.logging.jul - package org.apache.solr.logging.jul
JUL based implementation of LogWatcher
org.apache.solr.logging.log4j - package org.apache.solr.logging.log4j
Log4j based implementation of LogWatcher
org.apache.solr.parser - package org.apache.solr.parser
Solr native variant of the Lucene Classic QueryParser
org.apache.solr.request - package org.apache.solr.request
APIs and classes for dealing with Solr requests
org.apache.solr.response - package org.apache.solr.response
VelocityResponseWriter and related code.
org.apache.solr.response.transform - package org.apache.solr.response.transform
APIs and implementations of DocTransformer for modifying documents in Solr request responses
org.apache.solr.rest - package org.apache.solr.rest
Solr RESTful APIs via Restlet.
org.apache.solr.rest.schema - package org.apache.solr.rest.schema
Provides RESTful API access to the Solr Schema using Restlet.
org.apache.solr.rest.schema.analysis - package org.apache.solr.rest.schema.analysis
Analysis-related functionality for RESTful API access to the Solr Schema using Restlet.
org.apache.solr.schema - package org.apache.solr.schema
FieldType plugins that have additional dependencies.
org.apache.solr.search - package org.apache.solr.search
APIs and classes for parsing and processing search requests
org.apache.solr.search.function - package org.apache.solr.search.function
Solr implementations of ValueSource for function queries.
org.apache.solr.search.function.distance - package org.apache.solr.search.function.distance
Solr implementations of ValueSource for distance based function queries.
org.apache.solr.search.grouping - package org.apache.solr.search.grouping
APIs and classes for implementing result grouping See the solr wiki for more information
org.apache.solr.search.grouping.collector - package org.apache.solr.search.grouping.collector
Grouping related Collectors
org.apache.solr.search.grouping.distributed - package org.apache.solr.search.grouping.distributed
Internal APIs for distribute result grouping
org.apache.solr.search.grouping.distributed.command - package org.apache.solr.search.grouping.distributed.command
Internal classes used to implement distributed result grouping
org.apache.solr.search.grouping.distributed.requestfactory - package org.apache.solr.search.grouping.distributed.requestfactory
Internal classes used to implement distributed result grouping
org.apache.solr.search.grouping.distributed.responseprocessor - package org.apache.solr.search.grouping.distributed.responseprocessor
Internal classes used to implement distributed result grouping
org.apache.solr.search.grouping.distributed.shardresultserializer - package org.apache.solr.search.grouping.distributed.shardresultserializer
Internal classes used to implement distributed result grouping
org.apache.solr.search.grouping.endresulttransformer - package org.apache.solr.search.grouping.endresulttransformer
APIs and classes for transforming result grouping results into the appropriate response format
org.apache.solr.search.join - package org.apache.solr.search.join
Classes related to joins.
org.apache.solr.search.similarities - package org.apache.solr.search.similarities
Factories for various built-in Lucene ranking models.
org.apache.solr.servlet - package org.apache.solr.servlet
Servlet related classes for powering the Solr HTTP API
org.apache.solr.servlet.cache - package org.apache.solr.servlet.cache
Caching related classes used in the Solr HTTP API
org.apache.solr.spelling - package org.apache.solr.spelling
APIs and classes used by the SpellCheckComponent See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information.
org.apache.solr.spelling.suggest - package org.apache.solr.spelling.suggest
APIs and classes used by the SpellCheckComponent See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information.
org.apache.solr.spelling.suggest.fst - package org.apache.solr.spelling.suggest.fst
Factories for FST and Analyzing based Suggesters
org.apache.solr.spelling.suggest.jaspell - package org.apache.solr.spelling.suggest.jaspell
Factories for JaSpell based Suggesters
org.apache.solr.spelling.suggest.tst - package org.apache.solr.spelling.suggest.tst
Factories for TST based Suggesters
org.apache.solr.store.blockcache - package org.apache.solr.store.blockcache
An HDFS blockcache implementation.
org.apache.solr.store.hdfs - package org.apache.solr.store.hdfs
An HDFS Directory implementation.
org.apache.solr.uima.processor - package org.apache.solr.uima.processor
org.apache.solr.update - package org.apache.solr.update
APIs and classes for managing index updates
org.apache.solr.update.processor - package org.apache.solr.update.processor
Various implementations of LanguageIdentifierUpdateProcessor and their factories.
org.apache.solr.util - package org.apache.solr.util
Common utility classes used throughout Solr
org.apache.solr.util.plugin - package org.apache.solr.util.plugin
Common APIs related to implementing Solr plugins See also: SolrPluginUtils.
org.apache.solr.util.stats - package org.apache.solr.util.stats
Utilities for collecting statistics
org.apache.solr.util.xslt - package org.apache.solr.util.xslt
XSLT related utilities (deprecated package, do not add new classes)
orig - Variable in class org.apache.solr.request.SimpleFacets
Configuration params behavior should be driven by
originalCoreProperties - Variable in class org.apache.solr.core.CoreDescriptor
The original standard core properties, before substitution
originalExtraProperties - Variable in class org.apache.solr.core.CoreDescriptor
The original extra core properties, before substitution
origParams - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
origVsFreq - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
origVsShards - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
origVsSuggested - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
origVsSuggestion - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
other - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
OTHER - Static variable in class org.apache.solr.common.params.CoreAdminParams
Name of the other core in actions involving 2 cores
out - Variable in class org.apache.solr.common.util.FastOutputStream
 
out - Variable in class org.apache.solr.internal.csv.CSVPrinter
The place that the values get written.
outgoing - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
OUTPUT_KEY - Static variable in interface org.apache.solr.common.params.CommonParams
 
overlaps(DocRouter.Range) - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
overrequestCount - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
overrequestRatio - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
overrideFill() - Method in class org.apache.solr.internal.csv.writer.CSVField
Does this field override fill ?
Overseer - Class in org.apache.solr.cloud
Cluster leader.
Overseer(ShardHandler, UpdateShardHandler, String, ZkStateReader, ZkController, ConfigSolr) - Constructor for class org.apache.solr.cloud.Overseer
 
overseer - Variable in class org.apache.solr.cloud.ZkController
 
Overseer.FailedOp - Class in org.apache.solr.cloud
 
Overseer.Stat - Class in org.apache.solr.cloud
 
Overseer.Stats - Class in org.apache.solr.cloud
Used to hold statistics about overseer operations.
OverseerAutoReplicaFailoverThread - Class in org.apache.solr.cloud
In this simple initial implementation we are limited in how quickly we detect a failure by a worst case of roughly zk session timeout + WAIT_AFTER_EXPIRATION_SECONDS + WORK_LOOP_DELAY_MS and best case of roughly zk session timeout + WAIT_AFTER_EXPIRATION_SECONDS.
OverseerAutoReplicaFailoverThread(ConfigSolr, ZkStateReader, UpdateShardHandler) - Constructor for class org.apache.solr.cloud.OverseerAutoReplicaFailoverThread
 
OverseerCollectionProcessor - Class in org.apache.solr.cloud
 
OverseerCollectionProcessor(ZkStateReader, String, ShardHandler, String, Overseer.Stats) - Constructor for class org.apache.solr.cloud.OverseerCollectionProcessor
 
OverseerCollectionProcessor(ZkStateReader, String, ShardHandlerFactory, String, Overseer.Stats, DistributedQueue, DistributedMap, DistributedMap, DistributedMap) - Constructor for class org.apache.solr.cloud.OverseerCollectionProcessor
 
OverseerCollectionProcessor.Runner - Class in org.apache.solr.cloud
 
OverseerSolrResponse - Class in org.apache.solr.cloud
 
OverseerSolrResponse(NamedList) - Constructor for class org.apache.solr.cloud.OverseerSolrResponse
 
OVERWRITE - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
 
OVERWRITE - Static variable in interface org.apache.solr.common.params.UpdateParams
overwrite indexing fields
OVERWRITE - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
overwrite - Variable in class org.apache.solr.update.AddUpdateCommand
 
OVERWRITE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
overwrite - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 

P

PACKET_SZ - Static variable in class org.apache.solr.handler.ReplicationHandler
 
PageFetcherResult() - Constructor for class org.apache.solr.util.SimplePostTool.PageFetcherResult
 
PageTool - Class in org.apache.solr.response
This class is used by the Velocity response writer to provide a consistent paging tool for use by templates.
PageTool(SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.PageTool
 
Pair<A,B> - Class in org.apache.solr.search.grouping.distributed.command
A simple data structure to hold a pair of typed objects.
Pair(A, B) - Constructor for class org.apache.solr.search.grouping.distributed.command.Pair
 
ParallelCoreAdminHandlerThread(SolrQueryRequest, SolrQueryResponse, CoreAdminParams.CoreAdminAction, CoreAdminHandler.TaskObject) - Constructor for class org.apache.solr.handler.admin.CoreAdminHandler.ParallelCoreAdminHandlerThread
 
parallelExecutor - Variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
PARAM_BREAK_SUGGESTION_TIE_BREAKER - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
PARAM_BREAK_WORDS - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
Try to break words into multiples?
PARAM_COMBINE_WORDS - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
Try to combine multiple words into one?
PARAM_DEFAULT_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
 
PARAM_ENUM_NAME - Static variable in class org.apache.solr.schema.EnumField
 
PARAM_ENUMS_CONFIG - Static variable in class org.apache.solr.schema.EnumField
 
PARAM_MAX_CHANGES - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
See WordBreakSpellChecker.setMaxChanges(int)
PARAM_MAX_COMBINE_WORD_LENGTH - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
See WordBreakSpellChecker.setMaxCombineWordLength(int)
PARAM_MAX_EVALUATIONS - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
See WordBreakSpellChecker.setMaxEvaluations(int)
PARAM_MIN_BREAK_WORD_LENGTH - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
See WordBreakSpellChecker.setMinBreakWordLength(int)
PARAM_MIN_SUGGESTION_FREQUENCY - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
See WordBreakSpellChecker.setMinSuggestionFrequency(int)
PARAM_PRECISION_STEP - Static variable in class org.apache.solr.schema.CurrencyField
 
PARAM_RATE_PROVIDER_CLASS - Static variable in class org.apache.solr.schema.CurrencyField
 
PARAM_RATES_FILE_LOCATION - Static variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
PARAM_REFRESH_INTERVAL - Static variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
params - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
params(String...) - Static method in class org.apache.solr.cloud.SyncStrategy
 
params - Variable in class org.apache.solr.common.params.DefaultSolrParams
 
params - Variable in class org.apache.solr.common.params.RequiredSolrParams
 
params(String...) - Static method in class org.apache.solr.handler.admin.CollectionsHandler
 
params(String...) - Static method in class org.apache.solr.handler.admin.CoreAdminHandler
 
params - Variable in class org.apache.solr.handler.component.PivotFacetProcessor
 
params - Variable in class org.apache.solr.handler.component.ShardRequest
 
params - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
params - Variable in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
params - Variable in class org.apache.solr.request.SimpleFacets
 
params - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
params - Variable in class org.apache.solr.schema.SimilarityFactory
 
params - Variable in class org.apache.solr.search.QParser
 
params - Variable in class org.apache.solr.spelling.suggest.DictionaryFactory
 
paramToProp - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
PARENT - Static variable in class org.apache.solr.common.cloud.Slice
 
PARENT_DELTA_QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
parentLoader - Variable in class org.apache.solr.core.ConfigSetService
 
parentValue - Variable in class org.apache.solr.handler.component.PivotFacetField
 
parse(String) - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
Input must not be null
parse(NamedList<NamedList<Number>>) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
parse(InputStream) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
Initialize rules through file input stream.
parse(String) - Static method in class org.apache.solr.internal.csv.CSVUtils
Parses the given String according to the default CSVStrategy.
parse(String) - Method in class org.apache.solr.parser.SolrQueryParserBase
Parses a query string, returning a Query.
parse(Reader, AttributeSource) - Method in class org.apache.solr.schema.JsonPreAnalyzedParser
 
parse(Reader, AttributeSource) - Method in interface org.apache.solr.schema.PreAnalyzedField.PreAnalyzedParser
Parse input.
parse(Reader, AttributeSource) - Method in class org.apache.solr.schema.SimplePreAnalyzedParser
 
parse() - Method in class org.apache.solr.search.DisMaxQParser
 
parse() - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQParser
 
parse() - Method in class org.apache.solr.search.ExtendedDismaxQParser
 
parse(FunctionQParser) - Method in class org.apache.solr.search.function.distance.GeoDistValueSourceParser
 
parse() - Method in class org.apache.solr.search.FunctionQParser
 
parse() - Method in class org.apache.solr.search.LuceneQParser
 
parse() - Method in class org.apache.solr.search.MaxScoreQParser
Parses the query exactly like the Lucene parser does, but delegates all SHOULD clauses to DisjunctionMaxQuery with meaning only the clause with the max score will contribute to the overall score, unless the tie parameter is specified.
parse() - Method in class org.apache.solr.search.QParser
Create and return the Query object represented by qstr.
parse() - Method in class org.apache.solr.search.SpatialFilterQParser
 
parse(FunctionQParser) - Method in class org.apache.solr.search.ValueSourceParser
Parse the user input into a ValueSource.
parse(SolrCore, String, HttpServletRequest) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
parseArg() - Method in class org.apache.solr.search.FunctionQParser
 
parseArgsAndInit(String[]) - Static method in class org.apache.solr.util.SimplePostTool
Parses incoming arguments and system params and initializes the tool
parseArrayFieldValue(int, JSONParser, JsonRecordReader.MethodFrameWrapper) - Static method in class org.apache.solr.common.util.JsonRecordReader
 
parseBool(String) - Static method in class org.apache.solr.common.util.StrUtils
how to transform a String into a boolean... more flexible than Boolean.parseBoolean() to enable easier integration with html forms.
parseBool(String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
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.
ParseBooleanFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Attempts to mutate selected fields that have only CharSequence-typed values into Boolean values.
ParseBooleanFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
 
parseBreakIterator(String, Locale) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
parse a break iterator type for the specified locale
parseCommaSeparatedList(String, int) - Static method in class org.apache.solr.schema.PointType
Given a string containing dimension values encoded in it, separated by commas, return a String array of length dimension containing the values.
parseConfig() - Method in class org.apache.solr.cloud.SolrZkServer
 
parseDate(String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
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.

parseDate(String) - Static method in class org.apache.solr.schema.DateField
Deprecated.
Thread safe method that can be used by subclasses to parse a Date that is already in the internal representation
ParseDateFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Attempts to mutate selected fields that have only CharSequence-typed values into Date values.
ParseDateFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
 
parseDateLenient(String, SolrQueryRequest) - Method in class org.apache.solr.schema.DateField
Deprecated.
Parse a date string in the standard format, or any supported by DateUtil.parseDate
parseDouble() - Method in class org.apache.solr.search.FunctionQParser
Parse a Double
ParseDoubleFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Attempts to mutate selected fields that have only CharSequence-typed values into Double values.
ParseDoubleFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseDoubleFieldUpdateProcessorFactory
 
parsedUserQuery - Variable in class org.apache.solr.search.DisMaxQParser
 
parseEscapedQuery(ExtendedDismaxQParser.ExtendedSolrQueryParser, String, ExtendedDismaxQParser.ExtendedDismaxConfiguration) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Parses an escaped version of the user's query.
ParseException - Exception in org.apache.solr.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.solr.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.solr.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.solr.parser.ParseException
Constructor with message.
parseFieldBoosts(String) - Static method in class org.apache.solr.util.SolrPluginUtils
Given a string containing fieldNames and boost info, converts it to a Map from field name to boost info.
parseFieldBoosts(String[]) - Static method in class org.apache.solr.util.SolrPluginUtils
Like parseFieldBoosts(String), but parses all the strings in the provided array (which may be null).
parseFieldBoostsAndSlop(String[], int, int) - Static method in class org.apache.solr.util.SolrPluginUtils
/** Like SolrPluginUtils.parseFieldBoosts(java.lang.String), but allows for an optional slop value prefixed by "~".
parseFlags(String) - Static method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
parseFloat() - Method in class org.apache.solr.search.FunctionQParser
Parse a float.
ParseFloatFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Attempts to mutate selected fields that have only CharSequence-typed values into Float values.
ParseFloatFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseFloatFieldUpdateProcessorFactory
 
parseId() - Method in class org.apache.solr.search.FunctionQParser
 
parseInt() - Method in class org.apache.solr.search.FunctionQParser
Parse an integer
ParseIntFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Attempts to mutate selected fields that have only CharSequence-typed values into Integer values.
ParseIntFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseIntFieldUpdateProcessorFactory
 
parseJsonFromRequestBody(Representation) - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
Parses and validates the JSON passed from the to the ManagedResource.
parseLine(String) - Static method in class org.apache.solr.internal.csv.CSVUtils
Parses the first line only according to the default CSVStrategy.
parseLocale(String, String, String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
parse a locale from a language+country+variant spec
parseLocalParams(String, int, Map<String, String>, SolrParams) - Static method in class org.apache.solr.search.QueryParsing
 
parseLocalParams(String, int, Map<String, String>, SolrParams, String, char) - Static method in class org.apache.solr.search.QueryParsing
 
ParseLongFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Attempts to mutate selected fields that have only CharSequence-typed values into Long values.
ParseLongFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseLongFieldUpdateProcessorFactory
 
parseLuceneVersionString(String) - Static method in class org.apache.solr.core.Config
 
parseMath(Date, String) - Method in class org.apache.solr.schema.DateField
Deprecated.
Parses a String which may be a date (in the standard format) followed by an optional math expression.
parseMath(String) - Method in class org.apache.solr.util.DateMathParser
Parses a string of commands relative "now" are returns the resulting Date.
parseMathLenient(Date, String, SolrQueryRequest) - Method in class org.apache.solr.schema.DateField
Deprecated.
Parses a String which may be a date followed by an optional math expression.
parseMathString(DateMathParser, String) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
NOTE: declared as a method to allow for extensibility
parseMinShouldMatch(IndexSchema, SolrParams) - Static method in class org.apache.solr.search.DisMaxQParser
Applies the appropriate default rules for the "mm" param based on the effective value of the "q.op" param
parseNestedQuery() - Method in class org.apache.solr.search.FunctionQParser
 
ParseNumericFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Abstract base class for numeric parsing update processor factories.
ParseNumericFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
 
parseOriginalQuery(ExtendedDismaxQParser.ExtendedSolrQueryParser, String, List<ExtendedDismaxQParser.Clause>, ExtendedDismaxQParser.ExtendedDismaxConfiguration) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Parses the user's original query.
parseParam(String[]) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
Convinience method for parsing the param value according to the correct semantics and applying the default of "LOWER"
parseParam(String) - Static method in enum org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase
 
parseParams(String, VariableResolver) - Method in class org.apache.solr.handler.dataimport.Evaluator
Parses a string of expression into separate params.
parseParams(String, String) - Method in class org.apache.solr.request.SimpleFacets
 
parsePoint(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
Parses either "lat, lon" (spaces optional on either comma side) or "x y" style formats.
parsePointSolrException(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
Calls SpatialUtils.parsePoint(String, com.spatial4j.core.context.SpatialContext) and wraps the exception with SolrException with a helpful message.
parseQueryFields(IndexSchema, SolrParams) - Static method in class org.apache.solr.search.DisMaxQParser
Uses SolrPluginUtils.parseFieldBoosts(String) with the 'qf' parameter.
parseQueryString(String) - Static method in class org.apache.solr.servlet.SolrRequestParsers
Given a url-encoded query string (UTF-8), map it into solr params
parseQueryStrings(SolrQueryRequest, String[]) - Static method in class org.apache.solr.util.SolrPluginUtils
Turns an array of query strings into a List of Query objects.
parser - Variable in class org.apache.solr.client.solrj.impl.HttpSolrServer
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.

parser - Variable in class org.apache.solr.parser.SolrQueryParserBase
 
parser - Variable in class org.apache.solr.servlet.DirectSolrConnection
 
PARSER_IMPL - Static variable in class org.apache.solr.schema.PreAnalyzedField
Init argument name.
ParseResult() - Constructor for class org.apache.solr.schema.PreAnalyzedField.ParseResult
 
parseRulesFile(InputStream) - Static method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
Parses rule file from stream and returns a Map of all rules found
parseSelectorExclusionParams(NamedList) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
 
parseSelectorParams(NamedList) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
 
parseSerializedTotem(String) - Method in class org.apache.solr.search.CursorMark
Parses the serialized version of a CursorMark from a client (which must conform to the existing sortSpec) and populates this object.
parseShape(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
parseSingleFieldValue(int, JSONParser, JsonRecordReader.MethodFrameWrapper) - Static method in class org.apache.solr.common.util.JsonRecordReader
 
parseSort(String, SolrQueryRequest) - Static method in class org.apache.solr.search.QueryParsing
parseSortSpec(String, SolrQueryRequest) - Static method in class org.apache.solr.search.QueryParsing
The form of the sort specification string currently parsed is: SortSpec ::= SingleSort [, SingleSort]* SingleSort ::= <fieldname|function> SortDirection SortDirection ::= top | desc | bottom | asc Examples: score desc #normal sort by score (will return null) weight bottom #sort by weight ascending weight desc #sort by weight descending height desc,weight desc #sort by height descending, and use weight descending to break any ties height desc,weight asc #sort by height descending, using weight ascending as a tiebreaker
parseSpatialArgs(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
parseText(Reader, String) - Method in class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
 
parseText(Reader, String) - Method in class org.apache.solr.rest.ManagedResourceStorage
Called by ManagedResourceStorage.load(String) to convert the serialized resource into its in-memory representation.
parseValueSource() - Method in class org.apache.solr.search.FunctionQParser
Parse an individual ValueSource.
parseValueSource(boolean) - Method in class org.apache.solr.search.FunctionQParser
Parse an individual value source.
parseValueSourceList() - Method in class org.apache.solr.search.FunctionQParser
Parse a list of ValueSource.
partialEscape(CharSequence) - Static method in class org.apache.solr.util.SolrPluginUtils
Escapes all special characters except '"', '-', and '+'
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.
partitionRange(int, DocRouter.Range) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
 
partitionRange(int, DocRouter.Range) - Method in class org.apache.solr.common.cloud.DocRouter
Returns the range for each partition
partitionRange(int, HashPartitioner.Range) - Method in class org.apache.solr.common.cloud.HashPartitioner
 
partitionRange(int, int, int) - Method in class org.apache.solr.common.cloud.HashPartitioner
Returns the range for each partition
partitionRange(int, DocRouter.Range) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
 
partitionRangeByKey(String, DocRouter.Range) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
 
PASSWORD_MAP_FILE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
path - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
pathExists(String) - Method in class org.apache.solr.cloud.ZkController
Returns true if the path exists
pathPrefix - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
paths - Variable in class org.apache.solr.update.SplitIndexCommand
 
PATTERN - Static variable in interface org.apache.solr.common.params.HighlightParams
 
pattern - Variable in class org.apache.solr.schema.IndexSchema.DynamicReplacement
 
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.util.RTimer
 
pauseCnxn(long) - Method in class org.apache.solr.common.cloud.SolrZooKeeper
Cause this ZooKeeper object to stop receiving from the ZooKeeperServer for the given number of milliseconds.
PAUSED - Static variable in class org.apache.solr.util.RTimer
 
PAYLOAD_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
 
PAYLOAD_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
Label for defining payloadField to use for terms (optional)
PAYLOAD_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
peek() - Method in class org.apache.solr.cloud.DistributedQueue
Returns the data at the first element of the queue, or null if the queue is empty.
peek(boolean) - Method in class org.apache.solr.cloud.DistributedQueue
Returns the data at the first element of the queue, or null if the queue is empty and block is false.
peek(long) - Method in class org.apache.solr.cloud.DistributedQueue
Returns the data at the first element of the queue, or null if the queue is empty after wait ms.
peek() - Method in class org.apache.solr.common.util.FastInputStream
 
peekTopN(int, Set<String>, Long) - Method in class org.apache.solr.cloud.DistributedQueue
 
PEER_SYNC - Static variable in class org.apache.solr.update.UpdateCommand
 
PeerSync - Class in org.apache.solr.update
 
PeerSync(SolrCore, List<String>, int) - Constructor for class org.apache.solr.update.PeerSync
 
PeerSync(SolrCore, List<String>, int, boolean, boolean) - Constructor for class org.apache.solr.update.PeerSync
 
PeerSync(SolrCore, List<String>, int, boolean, boolean, boolean) - Constructor for class org.apache.solr.update.PeerSync
 
PERCENT - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
percentile(List<Long>, float) - Method in class org.apache.solr.update.PeerSync
 
persist(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
Deprecated.
Persist() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
persist(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.CorePropertiesLocator
 
persist(CoreContainer, CoreDescriptor...) - Method in interface org.apache.solr.core.CoresLocator
Ensure that the core definitions from the passed in CoreDescriptors will persist across container restarts.
persist(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
persist(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.DIHProperties
 
persist(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
persist(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
 
PERSISTENT - Static variable in class 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
PF2 - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for bigram phrase boost fields
PF3 - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for trigram phrase boost fields
PHPResponseWriter - Class in org.apache.solr.response
 
PHPResponseWriter() - Constructor for class org.apache.solr.response.PHPResponseWriter
 
PHPSerializedResponseWriter - Class in org.apache.solr.response
A description of the PHP serialization format can be found here: http://www.hurring.com/scott/code/perl/serialize/
PHPSerializedResponseWriter() - Constructor for class org.apache.solr.response.PHPSerializedResponseWriter
 
PHRASE_LIMIT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
PHRASE_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables PHRASE operator (")
pickSubset(Collection<Object>) - Method in class org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
Method subclasses must override to specify which values should be kept.
pickSubset(Collection<Object>) - Method in class org.apache.solr.update.processor.FirstFieldValueUpdateProcessorFactory
 
pickSubset(Collection<Object>) - Method in class org.apache.solr.update.processor.LastFieldValueUpdateProcessorFactory
 
pickSubset(Collection) - Method in class org.apache.solr.update.processor.MaxFieldValueUpdateProcessorFactory
 
pickSubset(Collection) - Method in class org.apache.solr.update.processor.MinFieldValueUpdateProcessorFactory
 
pickSubset(Collection) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
ping() - Method in class org.apache.solr.client.solrj.SolrServer
Issues a ping request to check if the server is alive
PING - Static variable in interface org.apache.solr.common.params.CommonParams
"ping" value for SolrPing action
PING_HANDLER - Static variable in interface org.apache.solr.common.params.CommonParams
handler value for SolrPing
PingRequestHandler - Class in org.apache.solr.handler
Ping Request Handler for reporting SolrCore health to a Load Balancer.
PingRequestHandler() - Constructor for class org.apache.solr.handler.PingRequestHandler
 
PingRequestHandler.ACTIONS - Enum in org.apache.solr.handler
 
PivotFacet - Class in org.apache.solr.handler.component
Models a single instance of a "pivot" specified by a FacetParams.FACET_PIVOT param, which may contain multiple nested fields.
PivotFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.PivotFacet
 
PivotFacetCountComparator() - Constructor for class org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetCountComparator
 
PivotFacetField - Class in org.apache.solr.handler.component
Models a single field somewhere in a hierarchy of fields as part of a pivot facet.
PivotFacetFieldValueCollection - Class in org.apache.solr.handler.component
Emcapsulates a collection of PivotFacetValues associated with a PivotFacetField withs pecial tracking of a PivotFacetValue corrisponding to the null value when FacetParams.FACET_MISSING is used.
PivotFacetFieldValueCollection(int, int, int, String) - Constructor for class org.apache.solr.handler.component.PivotFacetFieldValueCollection
 
PivotFacetFieldValueCollection.PivotFacetCountComparator - Class in org.apache.solr.handler.component
Sorts PivotFacetValue instances by their count
PivotFacetFieldValueCollection.PivotFacetValueComparator - Class in org.apache.solr.handler.component
Sorts PivotFacetValue instances by their value
PivotFacetHelper - Class in org.apache.solr.handler.component
 
PivotFacetHelper() - Constructor for class org.apache.solr.handler.component.PivotFacetHelper
 
PivotFacetProcessor - Class in org.apache.solr.handler.component
Processes all Pivot facet logic for a single node -- both non-distrib, and per-shard
PivotFacetProcessor(SolrQueryRequest, DocSet, SolrParams, ResponseBuilder) - Constructor for class org.apache.solr.handler.component.PivotFacetProcessor
 
pivotFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
PivotFacetValue - Class in org.apache.solr.handler.component
Models a single (value, count) pair that will exist in the collection of values for a PivotFacetField parent.
PivotFacetValueComparator() - Constructor for class org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetValueComparator
 
PivotField - Class in org.apache.solr.client.solrj.response
 
PivotField(String, Object, int, List<PivotField>) - Constructor for class org.apache.solr.client.solrj.response.PivotField
 
PivotListEntry - Enum in org.apache.solr.util
Enum for modeling the elements of a (nested) pivot entry as expressed in a NamedList
PLACE_HOLDER_PATTERN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
placeHolderVariables - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
PLAIN_TEXT - Static variable in class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
 
PlainIdRouter - Class in org.apache.solr.common.cloud
 
PlainIdRouter() - Constructor for class org.apache.solr.common.cloud.PlainIdRouter
 
PlainTextEntityProcessor - Class in org.apache.solr.handler.dataimport
An implementation of EntityProcessor which reads data from a url/file and give out a row which contains one String value.
PlainTextEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
 
PluginInfo - Class in org.apache.solr.core
An Object which represents a Plugin of any type
PluginInfo(String, Map<String, String>, NamedList, List<PluginInfo>) - Constructor for class org.apache.solr.core.PluginInfo
 
PluginInfo(Node, String, boolean, boolean) - Constructor for class org.apache.solr.core.PluginInfo
 
PluginInfoHandler - Class in org.apache.solr.handler.admin
 
PluginInfoHandler() - Constructor for class org.apache.solr.handler.admin.PluginInfoHandler
 
PluginInfoInitialized - Interface in org.apache.solr.util.plugin
A plugin that can be initialized with a PluginInfo
PLUS - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
POINT - Static variable in interface org.apache.solr.common.params.SpatialParams
 
pointStr - Variable in class org.apache.solr.search.SpatialOptions
 
PointType - Class in org.apache.solr.schema
A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.
PointType() - Constructor for class org.apache.solr.schema.PointType
 
poll() - Method in class org.apache.solr.cloud.DistributedQueue
Attempts to remove the head of the queue and return it.
POLL_INTERVAL - Static variable in class org.apache.solr.handler.SnapPuller
 
POLY_FIELD_SEPARATOR - Static variable in class org.apache.solr.schema.FieldType
The default poly field separator.
pop() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
pop() - Method in class org.apache.solr.util.LongPriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
populateCache(String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
Get all the rows from the datasource for the given query and cache them
pos - Variable in class org.apache.solr.common.util.FastInputStream
 
pos - Variable in class org.apache.solr.common.util.FastOutputStream
 
pos - Variable in class org.apache.solr.util.FastWriter
 
POSINCR_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
position() - Method in class org.apache.solr.common.util.FastInputStream
 
position() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSReverseReader
 
position() - Method in class org.apache.solr.update.TransactionLog.FSReverseReader
 
position() - Method in class org.apache.solr.update.TransactionLog
returns the current position in the log file
position() - Method in class org.apache.solr.update.TransactionLog.ReverseReader
 
positionInResponse - Variable in class org.apache.solr.handler.component.ShardDoc
 
positionOfStart - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
POSITIONS - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return Term Vector position information
PossibilityIterator - Class in org.apache.solr.spelling
Given a list of possible Spelling Corrections for multiple mis-spelled words in a query, This iterator returns Possible Correction combinations ordered by reasonable probability that such a combination will return actual hits if re-queried.
PossibilityIterator(Map<Token, LinkedHashMap<String, Integer>>, int, int, boolean) - Constructor for class org.apache.solr.spelling.PossibilityIterator
We assume here that the passed-in inner LinkedHashMaps are already sorted in order of "Best Possible Correction".
PossibilityIterator.RankedSpellPossibility - Class in org.apache.solr.spelling
 
post(Representation) - Method in interface org.apache.solr.rest.POSTable
 
post(Representation) - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
 
post(Representation) - Method in class org.apache.solr.rest.schema.CopyFieldCollectionResource
 
post(Representation) - Method in class org.apache.solr.rest.schema.FieldCollectionResource
 
POSTable - Interface in org.apache.solr.rest
Marker interface for resource classes that handle POST requests.
postClose() - Method in interface org.apache.solr.core.CachingDirectoryFactory.CloseListener
 
postClose(SolrCore) - Method in class org.apache.solr.core.CloseHook
Method called when the given SolrCore object has been shut down and update handlers and searchers are closed
Use this method for post-close clean up operations e.g. deleting the index from disk.
postCommit() - Method in class org.apache.solr.core.AbstractSolrEventListener
 
postCommit() - Method in interface org.apache.solr.core.SolrEventListener
 
postCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
postData(InputStream, Integer, OutputStream, String, URL) - Method in class org.apache.solr.util.SimplePostTool
Reads data from the data stream and posts it to solr, writes to the response to output
postDecorateResponse(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.core.SolrCore
Put status, QTime, and possibly request handler and params, in the response header
postFile(File, OutputStream, String) - Method in class org.apache.solr.util.SimplePostTool
Opens the file and posts it's contents to the solrUrl, writes to response to output.
postFiles(String[], int, OutputStream, String) - Method in class org.apache.solr.util.SimplePostTool
Post all filenames provided in args
postFiles(File[], int, OutputStream, String) - Method in class org.apache.solr.util.SimplePostTool
Post all filenames provided in args
PostFilter - Interface in org.apache.solr.search
The PostFilter interface provides a mechanism to further filter documents after they have already gone through the main query and other filters.
postFilter - Variable in class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
 
postingsFormat - Variable in class org.apache.solr.schema.FieldType
The postings format used for this field type
PostingsSolrHighlighter - Class in org.apache.solr.highlight
Highlighter impl that uses PostingsHighlighter Example configuration:
   <requestHandler name="standard" class="solr.StandardRequestHandler">
     <lst name="defaults">
       <int name="hl.snippets">1</int>
       <str name="hl.tag.pre">&lt;em&gt;</str>
       <str name="hl.tag.post">&lt;/em&gt;</str>
       <str name="hl.tag.ellipsis">...
PostingsSolrHighlighter() - Constructor for class org.apache.solr.highlight.PostingsSolrHighlighter
 
PostingsSolrHighlighter.SolrExtendedPostingsHighlighter - Class in org.apache.solr.highlight
postSoftCommit() - Method in class org.apache.solr.core.AbstractSolrEventListener
 
postSoftCommit() - Method in interface org.apache.solr.core.SolrEventListener
 
postSoftCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
postTransform(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.EntityProcessor
Invoked after the transformers are invoked.
postTransform(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
postWebPages(String[], int, OutputStream) - Method in class org.apache.solr.util.SimplePostTool
This method takes as input a list of start URL strings for crawling, adds each one to a backlog and then starts crawling
power - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
PreAnalyzedField - Class in org.apache.solr.schema
Pre-analyzed field type provides a way to index a serialized token stream, optionally with an independent stored value of a field.
PreAnalyzedField() - Constructor for class org.apache.solr.schema.PreAnalyzedField
 
PreAnalyzedField.ParseResult - Class in org.apache.solr.schema
This is a simple holder of a stored part and the collected states (tokens with attributes).
PreAnalyzedField.PreAnalyzedParser - Interface in org.apache.solr.schema
Parse the input and return the stored part and the tokens with attributes.
PreAnalyzedUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update processor that parses configured fields of any document being added using PreAnalyzedField with the configured format parser.
PreAnalyzedUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
 
PRECEDENCE_OPERATORS - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables PRECEDENCE operators: ( and )
precisionStep - Variable in class org.apache.solr.schema.TrieField
 
precisionStepArg - Variable in class org.apache.solr.schema.TrieField
 
preClose() - Method in interface org.apache.solr.core.CachingDirectoryFactory.CloseListener
 
preClose(SolrCore) - Method in class org.apache.solr.core.CloseHook
Method called when the given SolrCore object is closing / shutting down but before the update handler and searcher(s) are actually closed
Important: Keep the method implementation as short as possible.
preCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
preDecorateResponse(SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.core.SolrCore
 
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
 
prefix - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
PREFIX_GRID_SCAN_LEVEL - Static variable in class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
 
PREFIX_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables PREFIX operator (*)
PrefixQParserPlugin - Class in org.apache.solr.search
Create a prefix query from the input value.
PrefixQParserPlugin() - Constructor for class org.apache.solr.search.PrefixQParserPlugin
 
PREFIXTERM - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.ExpandComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.HighlightComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.ResponseLogComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
Prepare the response.
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
Responsible for issuing build and rebload command to the specified SolrSuggester
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
prepare() - Method in class org.apache.solr.search.Grouping.Command
Prepare this Command for execution.
prepare() - Method in class org.apache.solr.search.Grouping.CommandField
Prepare this Command for execution.
prepare() - Method in class org.apache.solr.search.Grouping.CommandFunc
Prepare this Command for execution.
prepare() - Method in class org.apache.solr.search.Grouping.CommandQuery
Prepare this Command for execution.
PREPARE_COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
expert: calls IndexWriter.prepareCommit
prepareCommit - Variable in class org.apache.solr.update.CommitUpdateCommand
 
prepareCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
preRegister(CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
 
PRESERVE_MULTI - Static variable in interface org.apache.solr.common.params.HighlightParams
 
PRESERVE_POSITION_INCREMENTS - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
Whether position holes should appear in the automaton.
PRESERVE_SEP - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
If true, then a separator between tokens is preserved.
preSoftCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
 
prettyPrint(String, int) - Static method in class org.apache.solr.common.cloud.SolrZkClient
 
prevMap - Variable in class org.apache.solr.update.UpdateLog
 
prevMap2 - Variable in class org.apache.solr.update.UpdateLog
 
prevMapLog - Variable in class org.apache.solr.update.UpdateLog
 
prevMapLog2 - Variable in class org.apache.solr.update.UpdateLog
 
prevTlog - Variable in class org.apache.solr.update.UpdateLog
 
PrimitiveFieldType - Class in org.apache.solr.schema
Abstract class defining shared behavior for primitive types Intended to be used as base class for non-analyzed fields like int, float, string, date etc, and set proper defaults for them
PrimitiveFieldType() - Constructor for class org.apache.solr.schema.PrimitiveFieldType
 
PrimUtils - Class in org.apache.solr.util
Utilities for primitive Java data types.
PrimUtils() - Constructor for class org.apache.solr.util.PrimUtils
 
PrimUtils.IntComparator - Class in org.apache.solr.util
 
print(char[], int, int, boolean) - Method in class org.apache.solr.internal.csv.CSVPrinter
 
print(String, boolean) - Method in class org.apache.solr.internal.csv.CSVPrinter
Print the string as the next value on the line.
print(String) - Method in class org.apache.solr.internal.csv.CSVPrinter
Print the string as the next value on the line.
printableUniqueKey(Document) - Method in class org.apache.solr.schema.IndexSchema
The printable value of the Unique Key field for the specified Document
printLayout(String, int, StringBuilder) - Method in class org.apache.solr.common.cloud.SolrZkClient
Fills string with printout of current ZooKeeper layout.
printLayoutToStdOut() - Method in class org.apache.solr.common.cloud.SolrZkClient
Prints current ZooKeeper layout to stdout.
printLine(String[], CSVStrategy) - Static method in class org.apache.solr.internal.csv.CSVUtils
Converts an array of string values into a single CSV line.
println() - Method in class org.apache.solr.internal.csv.CSVPrinter
Output a blank line
println(String[]) - Method in class org.apache.solr.internal.csv.CSVPrinter
Print a single line of comma separated values.
printlnComment(String) - Method in class org.apache.solr.internal.csv.CSVPrinter
Put a comment among the comma separated values.
PriorityQueue(int) - Constructor for class org.apache.solr.response.SortingResponseWriter.PriorityQueue
 
PriorityQueue(int, boolean) - Constructor for class org.apache.solr.response.SortingResponseWriter.PriorityQueue
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
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
 
process(WatchedEvent) - Method in class org.apache.solr.common.cloud.ConnectionManager
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.ExpandComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
Actually run the query
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.HighlightComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
process(String[]) - Method in class org.apache.solr.handler.component.PivotFacetProcessor
Processes all of the specified FacetParams.FACET_PIVOT strings, generating a completel response tree for each pivot.
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
Actually run the query
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.ResponseLogComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
Process the request for this component
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
Responsible for using the specified suggester to get the suggestions for the query and write the results
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
process(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.grouping.distributed.responseprocessor.SearchGroupShardResponseProcessor
Processes the responses from the specified shardRequest.
process(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor
Processes the responses from the specified shardRequest.
process(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor
Processes the responses from the specified shardRequest.
process(ResponseBuilder, ShardRequest) - Method in interface org.apache.solr.search.grouping.distributed.ShardResponseProcessor
Processes the responses from the specified shardRequest.
process(SolrInputDocument) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
This is the main, testable process method called from processAdd()
processAdd(AddUpdateCommand) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Calls mutate on any fields identified by the selector before forwarding the command down the chain.
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
processBoost(AddUpdateCommand) - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
 
processCommandLineArgs(Option[], String[]) - Static method in class org.apache.solr.util.SolrCLI
Parses the command-line arguments passed by the user.
processCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
processCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processDelete(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
processDelete(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
ProcessedFilter() - Constructor for class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
 
processGetUpdates(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
processGetVersions(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
processIds(ResponseBuilder, DocList, IndexSchema, SolrIndexSearcher) - Method in class org.apache.solr.handler.component.ResponseLogComponent
 
processMergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processMessage(ZkNodeProps, String) - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
PROCESSOR - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
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.NoOpResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.StreamingBinaryResponseParser
 
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
 
processResult(SolrIndexSearcher.QueryResult, ShardResultTransformer) - Method in class org.apache.solr.search.grouping.CommandHandler
 
processRollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processScores(ResponseBuilder, DocList, IndexSchema, SolrIndexSearcher) - Method in class org.apache.solr.handler.component.ResponseLogComponent
 
processSync(ResponseBuilder, int, String) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
 
PROHIBITED_TERM_FLAG - Static variable in class org.apache.solr.spelling.QueryConverter
This term is marked prohibited in the query with the minus sign.
PROP_ALLOW_COMPRESSION - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_BASIC_AUTH_PASS - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_BASIC_AUTH_USER - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_CONNECTION_TIMEOUT - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_FOLLOW_REDIRECTS - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_MAX_CONNECTIONS - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_MAX_CONNECTIONS_PER_HOST - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_SO_TIMEOUT - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
PROP_USE_RETRY - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
properties - Variable in class org.apache.solr.schema.FieldType
 
PROPERTIES_FILENAME - Static variable in class org.apache.solr.core.CorePropertiesLocator
 
PropertiesInputStream - Class in org.apache.solr.util
 
PropertiesInputStream(IndexInput) - Constructor for class org.apache.solr.util.PropertiesInputStream
 
PropertiesOutputStream - Class in org.apache.solr.util
 
PropertiesOutputStream(IndexOutput) - Constructor for class org.apache.solr.util.PropertiesOutputStream
 
PropertiesRequestHandler - Class in org.apache.solr.handler.admin
 
PropertiesRequestHandler() - Constructor for class org.apache.solr.handler.admin.PropertiesRequestHandler
 
propertiesToMap(Properties) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
We'll send everything back as Strings as this class has already converted them.
PropertiesUtil - Class in org.apache.solr.util
Breaking out some utility methods into a separate class as part of SOLR-4196.
PropertiesUtil() - Constructor for class org.apache.solr.util.PropertiesUtil
 
PROPERTY_PREFIX - Static variable in class org.apache.solr.common.params.CoreAdminParams
Prefix for core property name=value pair
PROPERTY_WRITER - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
PropertyWriter - Class in org.apache.solr.handler.dataimport.config
 
PropertyWriter(String, Map<String, String>) - Constructor for class org.apache.solr.handler.dataimport.config.PropertyWriter
 
propMap - Variable in class org.apache.solr.common.cloud.ZkNodeProps
 
propMap - Variable in class org.apache.solr.core.ConfigSolr
 
provideCapacity(int) - Method in class org.apache.solr.internal.csv.CharBuffer
Copies the data into a new array of at least capacity size.
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)
PS2 - Static variable in interface org.apache.solr.common.params.DisMaxParams
default phrase slop for bigram phrases (pf2)
PS3 - Static variable in interface org.apache.solr.common.params.DisMaxParams
default phrase slop for bigram phrases (pf3)
publish(CoreDescriptor, String) - Method in class org.apache.solr.cloud.ZkController
 
publish(CoreDescriptor, String, boolean) - Method in class org.apache.solr.cloud.ZkController
 
publish(CoreDescriptor, String, boolean, boolean) - Method in class org.apache.solr.cloud.ZkController
Publish core state to overseer.
publish(LogRecord) - Method in class org.apache.solr.logging.jul.RecordHandler
 
publishAndWaitForDownStates() - Method in class org.apache.solr.cloud.ZkController
 
publishCoresAsDown(List<SolrCore>) - Method in class org.apache.solr.core.ZkContainer
 
publisherThread - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
purpose - Variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_DEBUG - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_FACETS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_FIELDS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_HIGHLIGHTS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_MLT_RESULTS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_STATS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_TERM_DFS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_TERMS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_TOP_GROUPS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_GET_TOP_IDS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_PRIVATE - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_REFINE_FACETS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_REFINE_PIVOT_FACETS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
PURPOSE_REFINE_TOP_IDS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
put(String, byte[]) - Method in class org.apache.solr.cloud.DistributedMap
 
put(String, byte[], long) - Method in class org.apache.solr.cloud.DistributedMap
Offer the data and wait for the response
put(String, Object) - Method in class org.apache.solr.common.SolrDocument
 
put(String, SolrInputField) - Method in class org.apache.solr.common.SolrInputDocument
 
put(String, SolrInfoMBean) - Method in class org.apache.solr.core.JmxMonitoredMap
Adds the SolrInfoMBean to the map and registers the given SolrInfoMBean instance with the MBeanServer defined for this core.
put(Representation) - Method in interface org.apache.solr.rest.PUTable
 
put(Representation) - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
 
put(Representation) - Method in class org.apache.solr.rest.schema.FieldResource
Accepts JSON add field request, to URL
put(K, V) - Method in class org.apache.solr.search.FastLRUCache
 
put(K, V) - Method in class org.apache.solr.search.LFUCache
 
put(K, V) - Method in class org.apache.solr.search.LRUCache
 
put(K, V) - Method in interface org.apache.solr.search.SolrCache
:TODO: copy from Map
put(K, V) - Method in class org.apache.solr.util.ConcurrentLFUCache
 
put(K, V) - Method in class org.apache.solr.util.ConcurrentLRUCache
 
PUTable - Interface in org.apache.solr.rest
Marker interface for resource classes that handle PUT requests.
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
 
putBuffer(byte[]) - Method in class org.apache.solr.store.blockcache.BufferStore
 
putBuffer(byte[]) - Method in interface org.apache.solr.store.blockcache.Store
 
PythonResponseWriter - Class in org.apache.solr.response
 
PythonResponseWriter() - Constructor for class org.apache.solr.response.PythonResponseWriter
 

Q

Q - Static variable in interface org.apache.solr.common.params.CommonParams
query string
Q - Static variable in interface org.apache.solr.common.params.HighlightParams
 
q - Variable in class org.apache.solr.update.UpdateLog.DBQ
 
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
 
QF - Static variable in interface org.apache.solr.common.params.SimpleParams
Query fields and boosts.
QO - Static variable in interface org.apache.solr.common.params.SimpleParams
Override the currently enabled/disabled query operators.
QPARSER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
qparser - Variable in class org.apache.solr.response.transform.ValueSourceAugmenter
 
QParser - Class in org.apache.solr.search
Note: This API is experimental and may change in non backward-compatible ways in the future
QParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.QParser
Constructor for the QParser
QParserPlugin - Class in org.apache.solr.search
 
QParserPlugin() - Constructor for class org.apache.solr.search.QParserPlugin
 
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)
qslop - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
qstr - Variable in class org.apache.solr.search.QParser
 
QT - Static variable in interface org.apache.solr.common.params.CommonParams
the Request Handler (formerly known as the Query Type) - which Request Handler should handle the request
queriesExternal - Variable in class org.apache.solr.store.blockcache.Metrics
 
queriesInternal - Variable in class org.apache.solr.store.blockcache.Metrics
 
query(SolrParams) - Method in class org.apache.solr.client.solrj.SolrServer
Performs a query to the Solr server
query(SolrParams, SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrServer
Performs a query to the Solr server
QUERY - Static variable in interface org.apache.solr.common.params.AnalysisParams
Holds the query to be analyzed.
QUERY - Static variable in interface org.apache.solr.common.params.CommonParams
CommonParams.DEBUG value indicating an interest in debug output related to the Query (parsing, etc.)
query - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
QUERY - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
Query(String) - Method in class org.apache.solr.parser.QueryParser
 
query - Variable in class org.apache.solr.response.ResultContext
 
query - Variable in class org.apache.solr.response.transform.TransformContext
 
QUERY - Static variable in class org.apache.solr.schema.FieldType
 
query - Variable in class org.apache.solr.search.Grouping.CommandQuery
 
query - Variable in class org.apache.solr.search.QParser
 
query - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
QUERY_ANALYZER - Static variable in class org.apache.solr.schema.FieldType
 
QUERY_ANALYZER - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
The analyzer used at "query-time" and "build-time" to analyze suggestions.
QUERY_ANALYZER - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
The analyzer used at "query-time" and "build-time" to analyze suggestions.
QUERY_ANALYZER - Static variable in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
The analyzer used at "query-time" and "build-time" to analyze suggestions.
QUERY_REGEX - Variable in class org.apache.solr.spelling.SpellingQueryConverter
 
queryAndStreamResponse(SolrParams, StreamingResponseCallback) - Method in class org.apache.solr.client.solrj.SolrServer
Query solr, and stream the results.
QueryCommand - Class in org.apache.solr.search.grouping.distributed.command
 
QueryCommand() - Constructor for class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
QueryCommand.Builder - Class in org.apache.solr.search.grouping.distributed.command
 
QueryCommandResult - Class in org.apache.solr.search.grouping.distributed.command
Encapsulates TopDocs and the number of matches.
QueryCommandResult(TopDocs, int) - Constructor for class org.apache.solr.search.grouping.distributed.command.QueryCommandResult
 
QueryComponent - Class in org.apache.solr.handler.component
TODO!
QueryComponent() - Constructor for class org.apache.solr.handler.component.QueryComponent
 
queryConverter - Variable in class org.apache.solr.handler.component.SpellCheckComponent
 
QueryConverter - Class in org.apache.solr.spelling
The QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.
QueryConverter() - Constructor for class org.apache.solr.spelling.QueryConverter
 
queryCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
QueryElevationComponent - Class in org.apache.solr.handler.component
A component to elevate some documents to the top of the result set.
QueryElevationComponent() - Constructor for class org.apache.solr.handler.component.QueryElevationComponent
 
QueryElevationParams - Interface in org.apache.solr.common.params
Parameters used with the QueryElevationComponent
QueryFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.QueryFacet
 
queryFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
queryFields - Variable in class org.apache.solr.search.DisMaxQParser
 
queryFields - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
The field names specified by 'qf' that (most) clauses will be queried against
QueryParser - Class in org.apache.solr.parser
 
QueryParser(Version, String, QParser) - Constructor for class org.apache.solr.parser.QueryParser
 
QueryParser(CharStream) - Constructor for class org.apache.solr.parser.QueryParser
Constructor with user supplied CharStream.
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.solr.parser.QueryParser
Constructor with generated Token Manager.
QueryParser.Operator - Enum in org.apache.solr.parser
The default operator for parsing queries.
QueryParserConstants - Interface in org.apache.solr.parser
Token literal values and constants.
queryParserDefaultOperator - Variable in class org.apache.solr.schema.IndexSchema
 
QueryParserTokenManager - Class in org.apache.solr.parser
Token Manager.
QueryParserTokenManager(CharStream) - Constructor for class org.apache.solr.parser.QueryParserTokenManager
Constructor.
QueryParserTokenManager(CharStream, int) - Constructor for class org.apache.solr.parser.QueryParserTokenManager
Constructor.
QueryParsing - Class in org.apache.solr.search
Collection of static utilities useful for query parsing.
QueryParsing() - Constructor for class org.apache.solr.search.QueryParsing
 
QueryParsing.StrParser - Class in org.apache.solr.search
Simple class to help with parsing a string.
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
QueryResponseWriter - Interface in org.apache.solr.response
Implementations of QueryResponseWriter are used to format responses to query requests.
QueryResult() - Constructor for class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
queryResultCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
QueryResultKey - Class in org.apache.solr.search
A hash key encapsulating a query, a list of filters, and a sort
QueryResultKey(Query, List<Query>, Sort, int) - Constructor for class org.apache.solr.search.QueryResultKey
 
queryResultMaxDocsCached - Variable in class org.apache.solr.core.SolrConfig
 
queryResultWindowSize - Variable in class org.apache.solr.core.SolrConfig
 
QuerySenderListener - Class in org.apache.solr.core
 
QuerySenderListener(SolrCore) - Constructor for class org.apache.solr.core.QuerySenderListener
 
QueryUtils - Class in org.apache.solr.search
 
QueryUtils() - Constructor for class org.apache.solr.search.QueryUtils
 
QUEUE_OPERATION - Static variable in class org.apache.solr.cloud.Overseer
 
queuePivotRefinementRequests() - Method in class org.apache.solr.handler.component.PivotFacet
A recursive method for determining which PivotFacetValues need to be refined for this pivot.
queuePivotRefinementRequests(PivotFacet) - Method in class org.apache.solr.handler.component.PivotFacetField
A recursive method for determining which PivotFacetValues need to be refined for this pivot.
QUIT - Static variable in class org.apache.solr.cloud.Overseer
 
QUOTED - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.

R

radius - Variable in class org.apache.solr.search.SpatialOptions
 
ramBufferSizeMB - Variable in class org.apache.solr.update.SolrIndexConfig
 
ramBytesUsed() - Method in class org.apache.solr.handler.component.SuggestComponent
 
ramBytesUsed() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
 
RAMDirectoryFactory - Class in org.apache.solr.core
Factory to instantiate RAMDirectory
RAMDirectoryFactory() - Constructor for class org.apache.solr.core.RAMDirectoryFactory
 
RandomSortField - Class in org.apache.solr.schema
Utility Field used for random sorting.
RandomSortField() - Constructor for class org.apache.solr.schema.RandomSortField
 
RandomSortField.RandomValueSource - Class in org.apache.solr.schema
 
RandomValueSource(String) - Constructor for class org.apache.solr.schema.RandomSortField.RandomValueSource
 
Range(int, int) - Constructor for class org.apache.solr.common.cloud.DocRouter.Range
 
Range(int, int) - Constructor for class org.apache.solr.common.cloud.HashPartitioner.Range
 
RANGE - Static variable in class org.apache.solr.common.cloud.Slice
 
Range - Static variable in interface org.apache.solr.parser.QueryParserConstants
Lexical state.
RANGE_GOOP - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RANGE_QUOTED - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RANGE_TO - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
rangeCount(SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.request.SimpleFacets
Macro for getting the numDocs of range over docs
rangeCount(SchemaField, Date, Date, boolean, boolean) - Method in class org.apache.solr.request.SimpleFacets
Deprecated.
Use rangeCount(SchemaField,String,String,boolean,boolean) which is more generalized
RANGEEX_END - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RangeFacet<B,G> - Class in org.apache.solr.client.solrj.response
Represents a range facet result
RangeFacet(String, B, B, G, Number, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet
 
RangeFacet.Count - Class in org.apache.solr.client.solrj.response
 
RangeFacet.Date - Class in org.apache.solr.client.solrj.response
 
RangeFacet.Numeric - Class in org.apache.solr.client.solrj.response
 
rangeFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
RANGEIN_END - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
ranges - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
 
RANGES - Static variable in class org.apache.solr.common.params.CoreAdminParams
The hash ranges to be used to split a shard or an index
ranges - Variable in class org.apache.solr.update.SplitIndexCommand
 
rank - Variable in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
RankedSpellPossibility() - Constructor for class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
RankQuery - Class in org.apache.solr.search
Note: This API is experimental and may change in non backward-compatible ways in the future
RankQuery() - Constructor for class org.apache.solr.search.RankQuery
 
rates - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
ratesFileLocation - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
raw - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
RAW - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
rawField - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
RawQParserPlugin - Class in org.apache.solr.search
Create a term query from the input value without any text analysis or transformation whatsoever.
RawQParserPlugin() - Constructor for class org.apache.solr.search.RawQParserPlugin
 
RawResponseWriter - Class in org.apache.solr.response
Writes a ContentStream directly to the output.
RawResponseWriter() - Constructor for class org.apache.solr.response.RawResponseWriter
 
rb - Variable in class org.apache.solr.request.SimpleFacets
 
rb - Variable in class org.apache.solr.request.SolrRequestInfo
 
read() - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
read(char[], int, int) - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
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
 
read() - Method in class org.apache.solr.util.PropertiesInputStream
 
READ_TIMEOUT - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
READ_TIMEOUT_FIELD_NAME - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
readableSize(long) - Static method in class org.apache.solr.util.NumberUtils
 
readableToIndexed(String) - Method in class org.apache.solr.schema.EnumField
Given the readable value, return the term value that will match it.
readableToIndexed(CharSequence, BytesRef) - Method in class org.apache.solr.schema.EnumField
Given the readable value, return the term value that will match it.
readableToIndexed(String) - Method in class org.apache.solr.schema.FieldType
Given the readable value, return the term value that will match it.
readableToIndexed(CharSequence, BytesRef) - Method in class org.apache.solr.schema.FieldType
Given the readable value, return the term value that will match it.
readableToIndexed(String) - Method in class org.apache.solr.schema.TrieDateField
 
readableToIndexed(String) - Method in class org.apache.solr.schema.TrieField
 
readableToIndexed(CharSequence, BytesRef) - Method in class org.apache.solr.schema.TrieField
 
readArray(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readArray(DataInputInputStream) - 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
 
readByte() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readByte() - Method in class org.apache.solr.store.hdfs.HdfsFileReader
This method should never be used!
readByteArray(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readBytes(byte[], int, int) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readBytes(byte[], int, int, boolean) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readBytes(byte[], int, int) - Method in class org.apache.solr.store.hdfs.HdfsFileReader
 
readChar() - Method in class org.apache.solr.common.util.FastInputStream
 
readChar() - Method in interface org.apache.solr.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.solr.parser.FastCharStream
 
readConfigName(String) - Method in class org.apache.solr.common.cloud.ZkStateReader
Returns config set name for collection.
readDoc(XMLStreamReader) - Method in class org.apache.solr.handler.loader.XMLLoader
Given the input stream, read a document
readDocs(Document[], DocList) - Method in class org.apache.solr.search.SolrIndexSearcher
Takes a list of docs (the doc ids actually), and reads them into an array of Documents.
readDocs(Document[], DocList, Set<String>) - Method in class org.apache.solr.search.SolrIndexSearcher
Takes a list of docs (the doc ids actually) and a set of fields to load, and reads them into an array of Documents.
readDocs(DocList) - Method in class org.apache.solr.search.SolrIndexSearcher
Takes a list of docs (the doc ids actually), and returns an array of Documents containing all of the stored fields.
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
 
readEnumFieldValue(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
read EnumFieldValue (int+string) from input stream
reader - Variable in class org.apache.solr.spelling.IndexBasedSpellChecker
 
reader - Variable in class org.apache.solr.spelling.SpellingOptions
An optional IndexReader
reader - Variable in class org.apache.solr.spelling.suggest.Suggester
 
readers - Variable in class org.apache.solr.update.MergeIndexesCommand
 
readExternString(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readExternString(DataInputInputStream) - Method in class org.apache.solr.update.TransactionLog.LogCodec
 
readFloat() - Method in class org.apache.solr.common.util.FastInputStream
 
readFromResourceLoader(SolrResourceLoader, String) - Static method in class org.apache.solr.core.SolrConfig
 
readFromStream - Variable in class org.apache.solr.common.util.FastInputStream
 
readFromXml(Document) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
readFully(byte[]) - Method in class org.apache.solr.common.util.FastInputStream
 
readFully(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
 
readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.DIHProperties
 
readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
 
readInt() - Method in class org.apache.solr.common.util.FastInputStream
 
readInt() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readInternal(byte[], int, int) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
Expert: implements buffer refill.
readIterator(DataInputInputStream) - 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
 
readLong() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readMap(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readMapEntry(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readNamedList(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readNamedList(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readOrderedMap(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readPivots(List<NamedList>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
readPluginInfos(String, boolean, boolean) - Method in class org.apache.solr.core.SolrConfig
 
readProperties(Node) - Method in class org.apache.solr.core.ConfigSolr
 
readRow(Map<String, Object>, String) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
readSchema(InputSource) - Method in class org.apache.solr.schema.IndexSchema
 
readShort() - Method in class org.apache.solr.common.util.FastInputStream
 
readSize(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSmallInt(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSmallLong(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrDocument(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrDocumentList(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrInputDocument(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrUIMAConfiguration() - Method in class org.apache.solr.uima.processor.SolrUIMAConfigurationReader
 
readStr(DataInputInputStream) - 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(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readVInt(DataInputInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
readVInt() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readVLong(DataInputInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
 
readVLong() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
readWrappedStream(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
 
RealTimeGetComponent - Class in org.apache.solr.handler.component
 
RealTimeGetComponent() - Constructor for class org.apache.solr.handler.component.RealTimeGetComponent
 
RealTimeGetHandler - Class in org.apache.solr.handler
 
RealTimeGetHandler() - Constructor for class org.apache.solr.handler.RealTimeGetHandler
 
rebuildUserQuery(List<ExtendedDismaxQParser.Clause>, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Generates a query string from the raw clauses, uppercasing 'and' and 'or' as needed.
RecentUpdates() - Constructor for class org.apache.solr.update.UpdateLog.RecentUpdates
 
reconnect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.DefaultConnectionStrategy
 
reconnect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
recordCount - Variable in class org.apache.solr.store.blockcache.Metrics
 
RecordHandler - Class in org.apache.solr.logging.jul
 
RecordHandler(LogWatcher<LogRecord>) - Constructor for class org.apache.solr.logging.jul.RecordHandler
 
recordReads - Variable in class org.apache.solr.store.blockcache.Metrics
 
recordWrites - Variable in class org.apache.solr.store.blockcache.Metrics
 
recovered() - Method in interface org.apache.solr.cloud.RecoveryStrategy.RecoveryListener
 
recovered() - Method in class org.apache.solr.update.DefaultSolrCoreState
 
recoverFromLog() - Method in class org.apache.solr.update.UpdateLog
 
RECOVERING - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
RECOVERY - Static variable in class org.apache.solr.common.cloud.Slice
 
RECOVERY_FAILED - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
recoveryInfo - Variable in class org.apache.solr.update.UpdateLog
 
RecoveryInfo() - Constructor for class org.apache.solr.update.UpdateLog.RecoveryInfo
 
RecoveryStrategy - Class in org.apache.solr.cloud
 
RecoveryStrategy(CoreContainer, CoreDescriptor, RecoveryStrategy.RecoveryListener) - Constructor for class org.apache.solr.cloud.RecoveryStrategy
 
RecoveryStrategy.RecoveryListener - Interface in org.apache.solr.cloud
 
recurseCount - Variable in class org.apache.solr.search.QParser
 
recursive - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The recursive given in data-config.
RECURSIVE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
RedirectServlet - Class in org.apache.solr.servlet
A Simple redirection servlet to help us deprecate old UI elements
RedirectServlet() - Constructor for class org.apache.solr.servlet.RedirectServlet
 
refCnt - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
refcount - Variable in class org.apache.solr.util.RefCounted
 
RefCounted<Type> - Class in org.apache.solr.util
Keep track of a reference count on a resource and close it when the count hits zero.
RefCounted(Type) - Constructor for class org.apache.solr.util.RefCounted
 
refill() - Method in class org.apache.solr.common.util.FastInputStream
 
REFINE_PARAM - Static variable in class org.apache.solr.handler.component.PivotFacet
Local param used to indicate that refinements are requried on a pivot.
reflectWith(AttributeReflector) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
refreshAnalyzers() - Method in class org.apache.solr.schema.IndexSchema
This will re-create the Analyzers.
refreshCache(IndexReader) - Method in class org.apache.solr.search.function.FileFloatSource
Refresh the cache for an IndexReader.
refreshIntervalSeconds - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
regenerateItem(SolrIndexSearcher, SolrCache, SolrCache, Object, Object) - Method in interface org.apache.solr.search.CacheRegenerator
Regenerate an old cache item and insert it into newCache
regenerateItem(SolrIndexSearcher, SolrCache, SolrCache, Object, Object) - Method in class org.apache.solr.search.NoOpRegenerator
 
regenerateItem(SolrIndexSearcher, SolrCache, SolrCache, Object, Object) - Method in class org.apache.solr.util.SolrPluginUtils.IdentityRegenerator
 
regenerator - Variable in class org.apache.solr.search.SolrCacheBase
 
REGEX - Static variable in interface org.apache.solr.common.params.HighlightParams
 
REGEX - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
 
regex - Variable in class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern
 
RegexFileFilter - Class in org.apache.solr.util
Accepts any file whose name matches the pattern
RegexFileFilter(String) - Constructor for class org.apache.solr.util.RegexFileFilter
 
RegexFileFilter(Pattern) - Constructor for class org.apache.solr.util.RegexFileFilter
 
RegexFragmenter - Class in org.apache.solr.highlight
Fragmenter that tries to produce snippets that "look" like a regular expression.
RegexFragmenter() - Constructor for class org.apache.solr.highlight.RegexFragmenter
 
RegexpBoostProcessor - Class in org.apache.solr.update.processor
A processor which will match content of "inputField" against regular expressions found in "boostFilename", and if it matches will return the corresponding boost value from the file and output this to "boostField" as a double value.
RegexpBoostProcessorFactory - Class in org.apache.solr.update.processor
Factory which creates RegexBoostProcessors The factory initializes a shared object cache which is passed to the processor and this way reduces rules file parsing to the first time the UpdateChain is initialized.
RegexpBoostProcessorFactory() - Constructor for class org.apache.solr.update.processor.RegexpBoostProcessorFactory
 
REGEXPTERM - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RegexReplaceProcessorFactory - Class in org.apache.solr.update.processor
An updated processor that applies a configured regex to any CharSequence values found in the selected fields, and replaces any matches with the configured replacement string.
RegexReplaceProcessorFactory() - Constructor for class org.apache.solr.update.processor.RegexReplaceProcessorFactory
 
RegexRulesPasswordProvider - Class in org.apache.solr.handler.extraction
Password provider for Extracting request handler which finds correct password based on file name matching against a list of regular expressions.
RegexRulesPasswordProvider() - Constructor for class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
 
RegexTransformer - Class in org.apache.solr.handler.dataimport
A Transformer implementation which uses Regular Expressions to extract, split and replace data in fields.
RegexTransformer() - Constructor for class org.apache.solr.handler.dataimport.RegexTransformer
 
register(String, CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
Register shard with ZooKeeper.
register(String, CoreDescriptor, boolean, boolean) - Method in class org.apache.solr.cloud.ZkController
Register shard with ZooKeeper.
register(String, SolrRequestHandler) - Method in class org.apache.solr.core.RequestHandlers
Handlers must be initialized before calling this function.
register(String, FieldType) - Method in class org.apache.solr.schema.FieldTypePluginLoader
 
register() - Method in class org.apache.solr.search.SolrIndexSearcher
Register sub-objects such as caches
register(String, T) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Register a plugin with a given name.
register(String, T) - Method in class org.apache.solr.util.plugin.MapPluginLoader
 
register(String, T) - Method in class org.apache.solr.util.plugin.NamedListPluginLoader
 
registerCommitCallback(SolrEventListener) - Method in class org.apache.solr.update.UpdateHandler
NOTE: this function is not thread safe.
registerCopyField(String, String) - Method in class org.apache.solr.schema.IndexSchema
 
registerCopyField(String, String, int) - Method in class org.apache.solr.schema.IndexSchema
NOTE: this function is not thread safe.
registerCore(String, SolrCore, boolean) - Method in class org.apache.solr.core.CoreContainer
 
registerDynamicFields(SchemaField...) - Method in class org.apache.solr.schema.IndexSchema
Register one or more new Dynamic Fields with the Schema.
registerFirstSearcherListener(SolrEventListener) - Method in class org.apache.solr.core.SolrCore
NOTE: this function is not thread safe.
registerInZk(SolrCore, boolean) - Method in class org.apache.solr.core.ZkContainer
 
registerListener(ListenerConfig) - Method in class org.apache.solr.logging.jul.JulWatcher
 
registerListener(ListenerConfig) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
registerListener(ListenerConfig) - Method in class org.apache.solr.logging.LogWatcher
 
registerManagedResource(String, Class<? extends ManagedResource>, ManagedResourceObserver) - Method in class org.apache.solr.rest.RestManager.Registry
Register the need to use a ManagedResource; this method is typically called by a Solr component during core initialization to register itself as an observer of a specific type of ManagedResource.
registerNewSearcherListener(SolrEventListener) - Method in class org.apache.solr.core.SolrCore
NOTE: this function is not thread safe.
registerOptimizeCallback(SolrEventListener) - Method in class org.apache.solr.update.UpdateHandler
NOTE: this function is not thread safe.
registerRequestHandler(String, SolrRequestHandler) - Method in class org.apache.solr.core.SolrCore
Registers a handler at the specified location.
registerResponseWriter(String, QueryResponseWriter) - Method in class org.apache.solr.core.SolrCore
NOTE: this function is not thread safe.
registerSoftCommitCallback(SolrEventListener) - Method in class org.apache.solr.update.UpdateHandler
NOTE: this function is not thread safe.
registry - Variable in class org.apache.solr.rest.RestManager
 
Registry() - Constructor for class org.apache.solr.rest.RestManager.Registry
 
ReInit(CharStream) - Method in class org.apache.solr.parser.QueryParser
Reinitialise.
ReInit(QueryParserTokenManager) - Method in class org.apache.solr.parser.QueryParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.solr.parser.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.solr.parser.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
rejoinOverseerElection(String, boolean) - Method in class org.apache.solr.cloud.ZkController
 
release(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
release(Directory) - Method in class org.apache.solr.core.DirectoryFactory
Releases the Directory so that it may be closed when it is no longer referenced.
release(BlockCacheKey) - Method in class org.apache.solr.store.blockcache.BlockCache
 
release() - Method in class org.apache.solr.util.AdjustableSemaphore
 
release(int) - Method in class org.apache.solr.util.AdjustableSemaphore
 
releaseCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Release a previously saved commit point
releaseResources() - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
 
releaseResources() - Method in interface org.apache.solr.store.blockcache.Cache
Release any resources associated with the cache.
Reload() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.Reload
 
reload(String) - Method in class org.apache.solr.core.CoreContainer
Recreates a SolrCore.
reload(ConfigSet, SolrCore) - Method in class org.apache.solr.core.SolrCore
 
reload() - Method in interface org.apache.solr.schema.ExchangeRateProvider
Ask the currency provider to explicitly reload/refresh its configuration.
reload() - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
 
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
 
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.SolrSpellChecker
Reloads the index.
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
Reloads the underlying Lucene Suggester
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.Suggester
 
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
 
reload() - Method in class org.apache.solr.update.VersionInfo
 
RELOAD_CONF_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
ReloadCacheRequestHandler() - Constructor for class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
reloadCollection(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
reloadCollection(String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
RELOADCOLLECTION - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
reloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
reloadFromStorage() - Method in class org.apache.solr.rest.ManagedResource
Invoked when this object determines it needs to reload the stored data.
RemoteSolrException(int, String, Throwable) - Constructor for exception org.apache.solr.client.solrj.impl.HttpSolrServer.RemoteSolrException
 
remove(String) - Method in class org.apache.solr.cloud.DistributedMap
 
remove() - Method in class org.apache.solr.cloud.DistributedQueue
Attempts to remove the head of the queue and return it.
remove(DistributedQueue.QueueEvent) - Method in class org.apache.solr.cloud.DistributedQueue
Remove the event and save the response into the other path.
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() - 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
NOTE: this runs in linear time (it scans starting at the beginning of the list until it finds the first pair with the specified name).
remove(String) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
remove(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
remove(String, boolean) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
remove(Directory, boolean) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
remove(Directory) - Method in class org.apache.solr.core.DirectoryFactory
Removes the Directory's persistent storage.
remove(Directory, boolean) - Method in class org.apache.solr.core.DirectoryFactory
Removes the Directory's persistent storage.
remove(String, boolean) - Method in class org.apache.solr.core.DirectoryFactory
This remove is special in that it may be called even after the factory has been closed.
remove(String) - Method in class org.apache.solr.core.DirectoryFactory
This remove is special in that it may be called even after the factory has been closed.
remove(Directory) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
 
remove(String) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
 
remove(Object) - Method in class org.apache.solr.core.JmxMonitoredMap
Removes the SolrInfoMBean object at the given key and unregisters it from MBeanServer
remove() - Method in class org.apache.solr.spelling.PossibilityIterator
 
remove(K) - Method in class org.apache.solr.util.ConcurrentLFUCache
 
remove(K) - Method in class org.apache.solr.util.ConcurrentLRUCache
 
remove(Object) - Method in class org.apache.solr.util.MapListener
 
REMOVE_ROUTING_RULE - Static variable in class org.apache.solr.cloud.Overseer
 
removeAction() - Method in class org.apache.solr.client.solrj.request.SolrPing
Remove the action parameter from this request.
removeAll(String) - Method in class org.apache.solr.common.util.NamedList
Removes and returns all values for the specified name.
removeAllRefinementsForShard(int) - Method in class org.apache.solr.handler.component.PivotFacet
Clears the list of queued refinements for the specified shard
RemoveBlankFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Removes any values found which are CharSequence with a length of 0.
RemoveBlankFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.RemoveBlankFieldUpdateProcessorFactory
 
removeBooleanArg(String) - Method in class org.apache.solr.common.util.NamedList
Used for getting a boolean argument from a NamedList object.
REMOVECOLLECTION - Static variable in class org.apache.solr.cloud.Overseer
 
removeConfigArgs(String) - Method in class org.apache.solr.common.util.NamedList
Used for getting one or many arguments from NamedList objects that hold configuration parameters.
removeDirectory(CachingDirectoryFactory.CacheValue) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
removeDirectory(CachingDirectoryFactory.CacheValue) - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
removeDirectory(CachingDirectoryFactory.CacheValue) - Method in class org.apache.solr.core.StandardDirectoryFactory
 
removeEntries - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
removeEntries - Variable in class org.apache.solr.core.CachingDirectoryFactory
 
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
removeHttpHeader(String) - Method in class org.apache.solr.response.SolrQueryResponse
Removes a previously added header with the given name (only the first one if multiple are present for the same name) NOTE: this runs in linear time (it scans starting at the beginning of the list until it finds the first pair with the specified name).
removeHttpHeaders(String) - Method in class org.apache.solr.response.SolrQueryResponse
Removes all previously added headers with the given name.
removeIntervalFacets(String) - Method in class org.apache.solr.client.solrj.SolrQuery
Remove all Interval Facets on a field
removeNamespace(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
 
removeNulls(Map.Entry<String, T>[], NamedList<T>) - Static method in class org.apache.solr.util.SolrPluginUtils
Adds to dest all the not-null elements of entries that have non-null names
removeReplicaFromLeaderInitiatedRecoveryHandling(String) - Method in class org.apache.solr.cloud.ZkController
 
removeScheme(String) - Static method in class org.apache.solr.common.util.URLUtil
 
REMOVESHARD - Static variable in class org.apache.solr.cloud.Overseer
 
removeSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
removeSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
Removes a single sort field from the current sort information.
removeSort(String) - Method in class org.apache.solr.client.solrj.SolrQuery
Removes a single sort field from the current sort information.
removeSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated.
Use SolrQuery.removeSort(SortClause) instead, which is part of an api handling a wider range of sort specifications.
removeTask(String, String) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Helper method to remove a task from a tracking map.
rename(String, String) - Method in class org.apache.solr.core.CoreContainer
 
rename(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.core.CorePropertiesLocator
 
rename(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in interface org.apache.solr.core.CoresLocator
Persist the new name of a renamed core
rename(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
renameCacheFile(String, String) - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
 
renameCacheFile(String, String) - Method in interface org.apache.solr.store.blockcache.Cache
Expert: Rename the specified file in the cache.
renameCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
RenameFieldTransformer - Class in org.apache.solr.response.transform
Return a field with a name that is different that what is indexed
RenameFieldTransformer(String, String, boolean) - Constructor for class org.apache.solr.response.transform.RenameFieldTransformer
 
REPFACT - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
 
REPLACE_WITH - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
 
replaceFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.Context
Resolve variables in a template
replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
Given a String with place holders, replace them with the value tokens.
REPLAY - Static variable in class org.apache.solr.update.UpdateCommand
 
Replica - Class in org.apache.solr.common.cloud
 
Replica(String, Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.Replica
 
REPLICA_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
REPLICAS - Static variable in class org.apache.solr.common.cloud.Slice
 
REPLICATE_AFTER - Static variable in class org.apache.solr.handler.ReplicationHandler
 
REPLICATION_FACTOR - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
REPLICATION_FACTOR - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
REPLICATION_PROPERTIES - Static variable in class org.apache.solr.handler.SnapPuller
 
replicationFactor - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
ReplicationHandler - Class in org.apache.solr.handler
A Handler which provides a REST API for replication and serves replication requests from Slaves.
ReplicationHandler() - Constructor for class org.apache.solr.handler.ReplicationHandler
 
report(String, String, Object, Location) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
reportStatus(String, Map<String, Object>, HttpClient) - Method in class org.apache.solr.util.SolrCLI.StatusTool
 
Req(SolrRequest, List<String>) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
req - Variable in class org.apache.solr.cloud.Overseer.FailedOp
 
req - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
req - Variable in class org.apache.solr.request.SimpleFacets
 
req - Variable in class org.apache.solr.request.SolrRequestInfo
 
req - Variable in class org.apache.solr.response.TextResponseWriter
 
req - Variable in class org.apache.solr.response.transform.TransformContext
 
req - Variable in class org.apache.solr.search.QParser
 
req - Variable in class org.apache.solr.update.SolrCmdDistributor.Error
 
Req(String, SolrCmdDistributor.Node, UpdateRequest, boolean) - Constructor for class org.apache.solr.update.SolrCmdDistributor.Req
 
Req(String, SolrCmdDistributor.Node, UpdateRequest, boolean, DistributedUpdateProcessor.RequestReplicationTracker) - Constructor for class org.apache.solr.update.SolrCmdDistributor.Req
 
req - Variable in class org.apache.solr.update.UpdateCommand
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Process the request.
request(SolrRequest, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
request - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
request(LBHttpSolrServer.Req) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
Tries to query a live server from the list provided in Req.
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.SolrServer
SolrServer implementations need to implement how a request is actually processed
request(String, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
For example: String json = solr.request( "/select?
request(String, SolrParams, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
 
request(SolrRequestHandler, SolrParams, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
 
REQUEST_ID - Static variable in interface org.apache.solr.common.params.CommonParams
Request ID parameter added to the request when using debug=track
REQUEST_PURPOSE - Static variable in interface org.apache.solr.common.params.CommonParams
Request Purpose parameter added to each internal shard request when using debug=track
RequestHandlerBase - Class in org.apache.solr.handler
 
RequestHandlerBase() - Constructor for class org.apache.solr.handler.RequestHandlerBase
 
RequestHandlers - Class in org.apache.solr.core
 
RequestHandlers(SolrCore) - Constructor for class org.apache.solr.core.RequestHandlers
 
RequestHandlers.LazyRequestHandlerWrapper - Class in org.apache.solr.core
The LazyRequestHandlerWrapper wraps any SolrRequestHandler.
RequestHandlerUtils - Class in org.apache.solr.handler
Common helper functions for RequestHandlers
RequestHandlerUtils() - Constructor for class org.apache.solr.handler.RequestHandlerUtils
 
requestId - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
 
REQUESTID - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
REQUESTID - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
RequestInfo - Class in org.apache.solr.handler.dataimport
 
RequestInfo(SolrQueryRequest, Map<String, Object>, ContentStream) - Constructor for class org.apache.solr.handler.dataimport.RequestInfo
 
RequestRecovery() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestRecovery
 
requestStatus(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
RequestStatus() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
 
requestStatusMap - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
RequestSyncShard() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
 
requestTime - Variable in class org.apache.solr.cloud.Overseer.Stat
 
requestWriter - Variable in class org.apache.solr.client.solrj.impl.HttpSolrServer
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
 
required() - Method in class org.apache.solr.common.params.SolrParams
returns a RequiredSolrParams wrapping this
required - Variable in class org.apache.solr.request.SimpleFacets
 
REQUIRED - Static variable in class org.apache.solr.schema.FieldProperties
 
REQUIRED - Static variable in class org.apache.solr.schema.IndexSchema
 
REQUIRED_TERM_FLAG - Static variable in class org.apache.solr.spelling.QueryConverter
This term is marked required in the query with the plus sign.
requiredFields - Variable in class org.apache.solr.schema.IndexSchema
 
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
 
requiresLayout() - Method in class org.apache.solr.logging.log4j.EventAppender
 
ReRankQParserPlugin - Class in org.apache.solr.search
 
ReRankQParserPlugin() - Constructor for class org.apache.solr.search.ReRankQParserPlugin
 
ReRankQParserPlugin.BoostedComp - Class in org.apache.solr.search
 
reserve(int) - Method in class org.apache.solr.common.util.FastOutputStream
reserve at least len bytes at the end of the buffer.
RESERVE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
RESERVED_WORDS - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
reset() - Method in class org.apache.solr.analysis.ReversedWildcardFilter
 
reset() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
 
reset(int[], int) - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
 
reset(int[], int) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
reset() - Method in class org.apache.solr.logging.LogWatcher
 
reset() - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
 
resetCache() - Static method in class org.apache.solr.search.function.FileFloatSource
Remove all cached entries.
resetExplicitPassword() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
Resets explicit password, so that map will be used for lookups
resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.DoubleAsc
 
resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.DoubleDesc
 
resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.FloatAsc
 
resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.FloatDesc
 
resetValue() - Method in interface org.apache.solr.response.SortingResponseWriter.IntComp
 
resize(int) - Method in class org.apache.solr.logging.CircularList
 
resize(int) - Method in class org.apache.solr.util.LongPriorityQueue
 
resolve(Object, JavaBinCodec) - Method in interface org.apache.solr.common.util.JavaBinCodec.ObjectResolver
 
resolve(String) - Method in class org.apache.solr.handler.dataimport.Context
Use this directly to resolve variable
resolve(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
resolve() - Method in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
 
resolve(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
Resolves a given value with a name
resolve(Object, JavaBinCodec) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
resolveEntity(String, String, String, String) - Method in class org.apache.solr.util.SystemIdResolver
 
resolveEntity(String, String) - Method in class org.apache.solr.util.SystemIdResolver
 
resolveLanguage(String, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Chooses a language based on the list of candidates detected
resolveLanguage(List<DetectedLanguage>, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Chooses a language based on the list of candidates detected
resolvePath(File, String) - Static method in class org.apache.solr.util.FileUtils
Resolves a path relative a base directory.
resolvePaths(String) - Method in class org.apache.solr.core.CoreDescriptor
 
Resolver(SolrQueryRequest, ReturnFields) - Constructor for class org.apache.solr.response.BinaryResponseWriter.Resolver
 
resolveResourceId(Request) - Static method in class org.apache.solr.rest.RestManager.ManagedEndpoint
Determines the ManagedResource resourceId from the Restlet request.
resolveWrapper(Evaluator.VariableWrapper, Locale, TimeZone) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
NOTE: declared as a method to allow for extensibility
resource - Variable in class org.apache.solr.util.RefCounted
 
RESOURCE_LOADER_AUTHORITY_ABSOLUTE - Static variable in class org.apache.solr.util.SystemIdResolver
 
RESOURCE_LOADER_URI_SCHEME - Static variable in class org.apache.solr.util.SystemIdResolver
 
RESOURCE_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
RESOURCE_PASSWORD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
ResourceLoader - Interface in org.apache.solr.common
Deprecated.
This interface has been kept for backwards compatibility and will be removed in (5.0). Use ResourceLoader
resourceLoader - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
ResourceLoaderAware - Interface in org.apache.solr.util.plugin
Deprecated.
This interface has been kept for backwards compatibility and will be removed in (5.0). Use ResourceLoaderAware.
resourceName - Variable in class org.apache.solr.schema.IndexSchema
 
resp - Variable in class org.apache.solr.cloud.Overseer.FailedOp
 
RESPONSE - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
Response() - Constructor for class org.apache.solr.update.SolrCmdDistributor.Response
 
RESPONSE_MESSAGE - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
RESPONSE_STATUS - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
ResponseBuilder - Class in org.apache.solr.handler.component
This class is experimental and will be changing in the future.
ResponseBuilder(SolrQueryRequest, SolrQueryResponse, List<SearchComponent>) - Constructor for class org.apache.solr.handler.component.ResponseBuilder
 
ResponseBuilder.GlobalCollectionStat - Class in org.apache.solr.handler.component
 
ResponseLogComponent - Class in org.apache.solr.handler.component
Adds to the log file the document IDs that are sent in the query response.
ResponseLogComponent() - Constructor for class org.apache.solr.handler.component.ResponseLogComponent
 
ResponseParser - Class in org.apache.solr.client.solrj
 
ResponseParser() - Constructor for class org.apache.solr.client.solrj.ResponseParser
 
responses - Variable in class org.apache.solr.handler.component.ShardRequest
list of responses... filled out by framework
ResponseUtils - Class in org.apache.solr.servlet
Response helper methods.
ResponseWriterUtil - Class in org.apache.solr.response
 
ResponseWriterUtil() - Constructor for class org.apache.solr.response.ResponseWriterUtil
 
RestManager - Class in org.apache.solr.rest
Supports runtime mapping of REST API endpoints to ManagedResource implementations; endpoints can be registered at either the /schema or /config base paths, depending on which base path is more appropriate for the type of managed resource.
RestManager() - Constructor for class org.apache.solr.rest.RestManager
 
RestManager.ManagedEndpoint - Class in org.apache.solr.rest
The Restlet router needs a lightweight extension of ServerResource to delegate a request to.
RestManager.Registry - Class in org.apache.solr.rest
Per-core registry of ManagedResources found during core initialization.
restrictProps(int) - Method in class org.apache.solr.schema.FieldType
:TODO: document this method
result() - Method in interface org.apache.solr.search.grouping.Command
Returns the results that the collectors created by Command.create() contain after a search has been executed.
result() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
 
result() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
 
result() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
 
ResultContext - Class in org.apache.solr.response
A class to hold the QueryResult and the Query
ResultContext() - Constructor for class org.apache.solr.response.ResultContext
 
ResultEntry - Class in org.apache.solr.spelling
 
resultIds - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
RESULTS - Static variable in interface org.apache.solr.common.params.CommonParams
CommonParams.DEBUG value indicating an interest in debug output related to the results (explains)
resume() - Method in class org.apache.solr.util.RTimer
 
retries - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
 
retrieve(ScoreDoc) - Method in interface org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer.SolrDocumentSource
 
retrievedDocuments - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
retryDelay(int) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
Performs a retry delay if this is not the first attempt
RetryNode(ZkCoreNodeProps, ZkStateReader, String, String) - Constructor for class org.apache.solr.update.SolrCmdDistributor.RetryNode
 
retryOnConnLoss - Variable in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
retryOnThrowable(Class, long, long, RetryUtil.RetryCmd) - Static method in class org.apache.solr.common.util.RetryUtil
 
retryOperation(ZkOperation) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
Perform the given operation, retrying if the connection fails
RetryUtil - Class in org.apache.solr.common.util
 
RetryUtil() - Constructor for class org.apache.solr.common.util.RetryUtil
 
RetryUtil.RetryCmd - Interface in org.apache.solr.common.util
 
returnFields - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
returnFields - Variable in class org.apache.solr.response.SolrQueryResponse
 
returnFields - Variable in class org.apache.solr.response.TextResponseWriter
 
ReturnFields - Class in org.apache.solr.search
A class representing the return fields
ReturnFields() - Constructor for class org.apache.solr.search.ReturnFields
 
ReusedBufferedIndexOutput - Class in org.apache.solr.store.blockcache
 
ReusedBufferedIndexOutput() - Constructor for class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
ReusedBufferedIndexOutput(int) - Constructor for class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
reverse(char[], int, int) - Static method in class org.apache.solr.analysis.ReversedWildcardFilter
Partially reverses the given input buffer in-place from the given offset up to the given length, keeping surrogate pairs in the correct (non-reversed) order.
reverse() - Method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
 
ReversedWildcardFilter - Class in org.apache.solr.analysis
This class produces a special form of reversed tokens, suitable for better handling of leading wildcards.
ReversedWildcardFilter(TokenStream, boolean, char) - Constructor for class org.apache.solr.analysis.ReversedWildcardFilter
 
ReversedWildcardFilterFactory - Class in org.apache.solr.analysis
Factory for ReversedWildcardFilter-s.
ReversedWildcardFilterFactory(Map<String, String>) - Constructor for class org.apache.solr.analysis.ReversedWildcardFilterFactory
Creates a new ReversedWildcardFilterFactory
ReverseReader() - Constructor for class org.apache.solr.update.TransactionLog.ReverseReader
 
rewrite(IndexReader) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.WrappedQuery
 
rfTracker - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
 
ROLES - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
ROLES - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
ROLES_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
rollback() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
rollback() - Method in class org.apache.solr.client.solrj.SolrServer
Performs a rollback of all non-committed documents pending.
ROLLBACK - Static variable in interface org.apache.solr.common.params.UpdateParams
Rollback update commands
rollback() - Method in interface org.apache.solr.handler.dataimport.DIHWriter
If this writer supports transactions or commit points, then roll back any uncommitted changes.
rollback() - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
ROLLBACK - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
rollback(long) - Method in class org.apache.solr.update.HdfsTransactionLog
 
rollback() - Method in class org.apache.solr.update.SolrIndexWriter
 
rollback(long) - Method in class org.apache.solr.update.TransactionLog
 
rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
rollbackIndexWriter(SolrCore) - Method in class org.apache.solr.update.DefaultSolrCoreState
 
rollbackIndexWriter(SolrCore) - Method in class org.apache.solr.update.SolrCoreState
Rollback the current IndexWriter.
RollbackUpdateCommand - Class in org.apache.solr.update
 
RollbackUpdateCommand(SolrQueryRequest) - Constructor for class org.apache.solr.update.RollbackUpdateCommand
 
rollbackWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
ROOT_ENTITY - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
ROOT_NAME - Static variable in class org.apache.solr.logging.LoggerInfo
 
rootName - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
round(Calendar, String) - Static method in class org.apache.solr.util.DateMathParser
Modifies the specified Calendar by "rounding" down to the specified unit
RouteException(SolrException.ErrorCode, NamedList<Throwable>, Map<String, LBHttpSolrServer.Req>) - Constructor for exception org.apache.solr.client.solrj.impl.CloudSolrServer.RouteException
 
routeFieldName - Variable in class org.apache.solr.update.SplitIndexCommand
 
ROUTER - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
router - Variable in class org.apache.solr.update.SplitIndexCommand
 
RouteResponse() - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer.RouteResponse
 
routerField - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
routerName - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
RoutingRule - Class in org.apache.solr.common.cloud
Used for routing docs with particular keys into another collection
RoutingRule(String, Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.RoutingRule
 
rowcache - Variable in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
rowCount - Variable in class org.apache.solr.store.blockcache.Metrics
 
rowIterator - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
rowReads - Variable in class org.apache.solr.store.blockcache.Metrics
 
ROWS - Static variable in interface org.apache.solr.common.params.CommonParams
number of documents to return starting at "start"
ROWS_DEFAULT - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
rowsCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
rowWrites - Variable in class org.apache.solr.store.blockcache.Metrics
 
RPAREN - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
RQ - Static variable in interface org.apache.solr.common.params.CommonParams
rank query
Rsp() - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
 
rsp - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
 
rsp - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
rsp - Variable in class org.apache.solr.request.SolrRequestInfo
 
rsp - Variable in class org.apache.solr.response.TextResponseWriter
 
RTimer - Class in org.apache.solr.util
A recursive timer.
RTimer() - Constructor for class org.apache.solr.util.RTimer
 
RubyResponseWriter - Class in org.apache.solr.response
 
RubyResponseWriter() - Constructor for class org.apache.solr.response.RubyResponseWriter
 
run() - Method in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
run() - Method in class org.apache.solr.cloud.OverseerAutoReplicaFailoverThread
 
run() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
 
run() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor.Runner
 
run() - Method in class org.apache.solr.cloud.RecoveryStrategy
 
run() - Method in class org.apache.solr.handler.admin.CoreAdminHandler.ParallelCoreAdminHandlerThread
 
run() - Method in class org.apache.solr.update.CommitTracker
This is the worker part for the ScheduledFuture
runAsync(RequestInfo, DIHWriter) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
runCloudTool(CloudSolrServer, CommandLine) - Method in class org.apache.solr.util.SolrCLI.HealthcheckTool
 
runCloudTool(CloudSolrServer, CommandLine) - Method in class org.apache.solr.util.SolrCLI.SolrCloudTool
Runs a SolrCloud tool with CloudSolrServer initialized
runIamLeaderProcess(ElectionContext, boolean) - Method in class org.apache.solr.cloud.LeaderElector
 
Runner(ZkNodeProps, String, DistributedQueue.QueueEvent) - Constructor for class org.apache.solr.cloud.OverseerCollectionProcessor.Runner
 
RUNNING - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
runTool(CommandLine) - Method in class org.apache.solr.util.SolrCLI.ApiTool
 
runTool(CommandLine) - Method in class org.apache.solr.util.SolrCLI.SolrCloudTool
 
runTool(CommandLine) - Method in class org.apache.solr.util.SolrCLI.StatusTool
 
runTool(CommandLine) - Method in interface org.apache.solr.util.SolrCLI.Tool
 
RunUpdateProcessorFactory - Class in org.apache.solr.update.processor
Executes the update commands using the underlying UpdateHandler.
RunUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.RunUpdateProcessorFactory
 

S

Sample - Interface in org.apache.solr.util.stats
A statistically representative sample of a data stream.
saveCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Permanently prevent this commit point from being deleted.
SAX_INSTANCE - Static variable in class org.apache.solr.util.EmptyEntityResolver
 
scheduleCommitWithin(long) - Method in class org.apache.solr.update.CommitTracker
schedule individual commits
SCHEMA - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you specify a schema, what is its name
schema - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
schema - Variable in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
schema - Variable in class org.apache.solr.parser.SolrQueryParserBase
 
schema - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
schema - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
schema - Variable in class org.apache.solr.response.TextResponseWriter
 
schema - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
SCHEMA - Static variable in class org.apache.solr.schema.IndexSchema
 
schema - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
SCHEMA_BASE_PATH - Static variable in class org.apache.solr.rest.RestManager
 
schemaAware - Variable in class org.apache.solr.schema.IndexSchema
 
SchemaAware - Interface in org.apache.solr.schema
An interface that can be extended to provide a callback mechanism for informing an IndexSchema instance of changes to it, dynamically performed at runtime.
SchemaCaching(SolrResourceLoader, String) - Constructor for class org.apache.solr.core.ConfigSetService.SchemaCaching
 
SchemaChangedInZkException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.schema.ManagedIndexSchema.SchemaChangedInZkException
 
SchemaCodecFactory - Class in org.apache.solr.core
Per-field CodecFactory implementation, extends Lucene's and returns postings format implementations according to the schema configuration.
SchemaCodecFactory() - Constructor for class org.apache.solr.core.SchemaCodecFactory
 
SchemaField - Class in org.apache.solr.schema
Encapsulates all information about a Field in a Solr Schema
SchemaField(String, FieldType) - Constructor for class org.apache.solr.schema.SchemaField
Create a new SchemaField with the given name and type, using all the default properties from the type.
SchemaField(SchemaField, String) - Constructor for class org.apache.solr.schema.SchemaField
Create a new SchemaField from an existing one by using all of the properties of the prototype except the field name.
SchemaField(String, FieldType, int, String) - Constructor for class org.apache.solr.schema.SchemaField
Create a new SchemaField with the given name and type, and with the specified properties.
schemaName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
SchemaNameResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/name
SchemaNameResource() - Constructor for class org.apache.solr.rest.schema.SchemaNameResource
 
SchemaResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema
SchemaResource() - Constructor for class org.apache.solr.rest.schema.SchemaResource
 
schemaRouter - Variable in class org.apache.solr.rest.RestManager
 
SchemaSimilarityFactory - Class in org.apache.solr.search.similarities
SimilarityFactory that returns a PerFieldSimilarityWrapper that delegates to the field type, if it's configured, otherwise DefaultSimilarity.
SchemaSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.SchemaSimilarityFactory
 
SchemaSimilarityResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/similarity
SchemaSimilarityResource() - Constructor for class org.apache.solr.rest.schema.SchemaSimilarityResource
 
SchemaVersionResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/version
SchemaVersionResource() - Constructor for class org.apache.solr.rest.schema.SchemaVersionResource
 
SchemaXmlResponseWriter - Class in org.apache.solr.response
 
SchemaXmlResponseWriter() - Constructor for class org.apache.solr.response.SchemaXmlResponseWriter
 
SchemaXmlWriter - Class in org.apache.solr.response
 
SchemaXmlWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.SchemaXmlWriter
 
SCOPE_DOC - Static variable in class org.apache.solr.handler.dataimport.Context
An object stored in document scope is available for the current document only but across entities.
SCOPE_ENTITY - Static variable in class org.apache.solr.handler.dataimport.Context
An object stored in entity scope is valid only for the current entity for the current document only.
SCOPE_GLOBAL - Static variable in class org.apache.solr.handler.dataimport.Context
An object stored in global scope is available for the current import only but across entities and documents.
SCOPE_SOLR_CORE - Static variable in class org.apache.solr.handler.dataimport.Context
An object stored in 'solrcore' scope is available across imports, entities and documents throughout the life of a solr core.
SCORE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
score - Variable in class org.apache.solr.search.CollapsingQParserPlugin.CollapseScore
 
score() - Method in interface org.apache.solr.search.DocIterator
Returns the score for the document just returned by nextDoc() The value returned may be meaningless depending on the context in which the DocIterator instance was retrieved.
SCORE - Static variable in class org.apache.solr.search.QueryParsing
 
score() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
SCORE - Static variable in class org.apache.solr.search.SolrReturnFields
 
SCORE_B - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SCORE_COMP - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
SCORE_COMP - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
SCORE_K1 - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SCORE_PARAM - Static variable in class org.apache.solr.schema.AbstractSpatialFieldType
A local-param with one of "none" (default), "distance", or "recipDistance".
SCORE_PIVOT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
ScoreAugmenter - Class in org.apache.solr.response.transform
Simple Augmenter that adds the score
ScoreAugmenter(String) - Constructor for class org.apache.solr.response.transform.ScoreAugmenter
 
ScoreFilter - Interface in org.apache.solr.search
 
ScoreOrderFragmentsBuilder - Class in org.apache.solr.highlight
 
ScoreOrderFragmentsBuilder() - Constructor for class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
 
scorer - Variable in class org.apache.solr.search.DelegatingCollector
 
scorer(AtomicReaderContext, Bits) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
scratch - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
SCRIPT - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
 
Script - Class in org.apache.solr.handler.dataimport.config
 
Script(Element) - Constructor for class org.apache.solr.handler.dataimport.config.Script
 
ScriptEngineCustomizer - Interface in org.apache.solr.update.processor
Enables customization of a script engine.
ScriptTransformer - Class in org.apache.solr.handler.dataimport
A Transformer instance capable of executing functions written in scripting languages as a Transformer instance.
ScriptTransformer() - Constructor for class org.apache.solr.handler.dataimport.ScriptTransformer
 
sd - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
search(SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.SolrIndexSearcher
 
SearchComponent - Class in org.apache.solr.handler.component
TODO!
SearchComponent() - Constructor for class org.apache.solr.handler.component.SearchComponent
 
searcher - Variable in class org.apache.solr.request.SimpleFacets
Searcher to use for all calculations
searcher - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
searcher - Variable in class org.apache.solr.response.transform.TransformContext
 
searcherHolder - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
searchersReserveCommitPoints() - Method in class org.apache.solr.core.DirectoryFactory
If your implementation can count on delete-on-last-close semantics or throws an exception when trying to remove a file in use, return false (eg NFS).
searchersReserveCommitPoints() - Method in class org.apache.solr.core.HdfsDirectoryFactory
 
SearchGroupsFieldCommand - Class in org.apache.solr.search.grouping.distributed.command
Creates all the collectors needed for the first phase and how to handle the results.
SearchGroupsFieldCommand.Builder - Class in org.apache.solr.search.grouping.distributed.command
 
SearchGroupShardResponseProcessor - Class in org.apache.solr.search.grouping.distributed.responseprocessor
Concrete implementation for merging SearchGroup instances from shard responses.
SearchGroupShardResponseProcessor() - Constructor for class org.apache.solr.search.grouping.distributed.responseprocessor.SearchGroupShardResponseProcessor
 
SearchGroupsRequestFactory - Class in org.apache.solr.search.grouping.distributed.requestfactory
Concrete implementation of ShardRequestFactory that creates ShardRequest instances for getting the search groups from all shards.
SearchGroupsRequestFactory() - Constructor for class org.apache.solr.search.grouping.distributed.requestfactory.SearchGroupsRequestFactory
 
SearchGroupsResultTransformer - Class in org.apache.solr.search.grouping.distributed.shardresultserializer
Implementation for transforming SearchGroup into a NamedList structure and visa versa.
SearchGroupsResultTransformer(SolrIndexSearcher) - Constructor for class org.apache.solr.search.grouping.distributed.shardresultserializer.SearchGroupsResultTransformer
 
searchGroupToShards - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
SearchHandler - Class in org.apache.solr.handler.component
Refer SOLR-281
SearchHandler() - Constructor for class org.apache.solr.handler.component.SearchHandler
 
seek(long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
seek(long) - Method in class org.apache.solr.store.hdfs.HdfsFileReader
 
seekInternal(long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
Expert: implements seek.
segmentCount - Variable in class org.apache.solr.store.blockcache.Metrics
 
SEGMENTS_GEN - Static variable in class org.apache.solr.store.hdfs.HdfsDirectory
 
SELECT_ALL_FIELDS - Static variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Singleton indicating all fields should be mutated
SELECT_NO_FIELDS - Static variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Singleton indicating no fields should be mutated
SelectorParams() - Constructor for class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
sendError(SolrCore, SolrQueryRequest, ServletRequest, HttpServletResponse, Throwable) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
sendNotModified(HttpServletResponse) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
 
sendPreconditionFailed(HttpServletResponse) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
 
sendRecoveryCommandWithRetry() - Method in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
sentinel - Variable in class org.apache.solr.util.LongPriorityQueue
 
SEPARATOR - Static variable in class org.apache.solr.common.cloud.CompositeIdRouter
 
SEPARATOR - Static variable in class org.apache.solr.search.TermsQParserPlugin
The separator to use in the underlying suggester
SEPARATOR - Static variable in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
The separator to use in the underlying suggester;
serializable(SolrResponse) - Static method in class org.apache.solr.client.solrj.SolrResponse
 
serializeTopDocs(QueryCommandResult) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
 
serializeTopGroups(TopGroups<BytesRef>, SchemaField) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
 
server - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
 
servers - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
ServerWrapper(HttpSolrServer) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer.ServerWrapper
 
serviceUrl - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
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
 
set(int) - Method in class org.apache.solr.store.blockcache.BlockLocks
Thread safe set operation that will set the bit if and only if the bit was not previously set.
setAcl(List<ACL>) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
 
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, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean, boolean) - 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(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(CollectionParams.CollectionAction) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
setAction(CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setActionDisable() - Method in class org.apache.solr.client.solrj.request.SolrPing
Set the action parameter on this request to enable.
setActionEnable() - Method in class org.apache.solr.client.solrj.request.SolrPing
Set the action parameter on this request to enable.
setActionPing() - Method in class org.apache.solr.client.solrj.request.SolrPing
Set the action parameter on this request to ping.
setActPosition(int) - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
 
setActPosition(int) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
setActualDocFreq(int, int) - Method in class org.apache.solr.request.UnInvertedField
 
setAddRequestHeadersToContext(boolean) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
setAliasedCollections(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
 
setAlive(boolean) - Method in class org.apache.solr.util.ConcurrentLFUCache
 
setAlive(boolean) - Method in class org.apache.solr.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(DefaultHttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Control HTTP payload compression.
setAllowCompression(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Allow server->client communication to be compressed.
setAllowLeadingWildcard(boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
Set to true to allow leading wildcard characters.
setAllValues(NamedList<Object>) - Method in class org.apache.solr.response.SolrQueryResponse
Sets data to be returned in this response
setAnalyzer(Analyzer) - Method in class org.apache.solr.schema.FieldType
setAnalyzer(Analyzer) - Method in class org.apache.solr.spelling.QueryConverter
Set the analyzer to use.
setArgs(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.FieldType
 
setAssumeContentType(String) - Method in class org.apache.solr.handler.UpdateRequestHandler
 
setAsyncId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
setAutoAddReplicas(boolean) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setAutoGeneratePhraseQueries(boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text.
setBankId(int) - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
setBasicAuth(DefaultHttpClient, String, String) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Set http basic auth information.
setBlock(long) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
setBlock(int) - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
setBoost(float) - Method in class org.apache.solr.common.SolrInputField
 
setBoost(float) - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
setBoost(float) - Method in class org.apache.solr.search.WrappedQuery
 
setBytes(byte[]) - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
setBytes(byte[]) - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
setCache(boolean) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
setCache(boolean) - Method in interface org.apache.solr.search.ExtendedQuery
 
setCache(boolean) - Method in class org.apache.solr.search.ExtendedQueryBase
 
setCache(boolean) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
setCacheControlHeader(SolrConfig, HttpServletResponse, Method) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Set the Cache-Control HTTP header (and Expires if needed) based on the SolrConfig.
setCacheSep(boolean) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
setCacheSep(boolean) - Method in interface org.apache.solr.search.ExtendedQuery
 
setCacheSep(boolean) - Method in class org.apache.solr.search.ExtendedQueryBase
 
setCacheSep(boolean) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
setCheckLive(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
setClientAuth(boolean) - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
setCollationQuery(String) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
setCollationQueryString(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
setCollection(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setCollection(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
 
setCollectionConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setCollectionName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
setCollectionName(String) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setCommentStart(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setCommitWithin(int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setConfig(CSVConfig) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
Set the CSVConfig
setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setConfigSet(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setConfigurer(HttpClientConfigurer) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Replace the HttpClientConfigurer class used in configuring the http clients with a custom implementation.
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
setConnectionTimeout(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Set connection timeout.
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
HttpConnectionParams.setConnectionTimeout
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
setContentStreams(Iterable<ContentStream>) - Method in class org.apache.solr.request.SolrQueryRequestBase
 
setContentType(String) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setContext(TransformContext) - Method in class org.apache.solr.response.transform.DocTransformer
This is called before transform and sets
setContext(TransformContext) - Method in class org.apache.solr.response.transform.DocTransformers
 
setContext(TransformContext) - Method in class org.apache.solr.response.transform.TransformerWithContext
 
setContext(TransformContext) - Method in class org.apache.solr.response.transform.ValueSourceAugmenter
 
setCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
setCoreNodeName(String) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setCorrection(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
setCorrection(String) - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
setCost(int) - Method in interface org.apache.solr.search.ExtendedQuery
 
setCost(int) - Method in class org.apache.solr.search.ExtendedQueryBase
 
setCost(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
setCount(long) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
setCount(int) - Method in class org.apache.solr.search.SortSpec
 
setCreateNodeSet(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setCurrentValue(int) - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
 
setCurrentValue(SortingResponseWriter.SortValue) - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
 
setCursorMark(CursorMark) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setCursorMark(CursorMark) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setData(String, byte[], int, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Returns node's state
setData(String, byte[], boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Write data to ZooKeeper.
setData(String, File, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
Write file to ZooKeeper - default system encoding used.
setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setDatasource(DataSource) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
setDebug(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDebugInfo(NamedList<Object>) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDebugQuery(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDebugResults(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDebugStream(PrintStream) - Method in class org.apache.solr.parser.QueryParserTokenManager
Set debug output.
setDebugTimings(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDebugTrack(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDefaultCollection(String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Sets the default collection for request
setDefaultFormat(Grouping.Format) - Method in class org.apache.solr.search.Grouping
 
setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Set the maximum number of connections that can be open to a single host at any given time.
setDefaultOperator(QueryParser.Operator) - Method in class org.apache.solr.parser.SolrQueryParserBase
Sets the boolean operator of the QueryParser.
setDefaults(SolrQueryRequest, SolrParams, SolrParams, SolrParams) - Static method in class org.apache.solr.util.SolrPluginUtils
Set default-ish params on a SolrQueryRequest.
setDefaultTotalCount(Grouping.TotalCount) - Method in class org.apache.solr.search.Grouping
 
setDelegate(Collector) - Method in class org.apache.solr.search.DelegatingCollector
 
setDeleteDataDir(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
setDeleteIndex(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
setDeleteInstanceDir(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
setDeleteOnClose(boolean, boolean) - Method in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
setDeleteQuery(List<String>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
setDelimiter(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setDelimiter(char) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Set the delimiter to use
setDeltaKeys(Set<Map<String, Object>>) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Specify the keys to be modified by a delta update (required by writers that can store duplicate keys)
setDeltaKeys(Set<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHWriterBase
 
setDistrib(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setDocCollectionLimit(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
setDocIterator(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
setDocList(DocList) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
setDocListAndSet(DocListAndSet) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
setDocSet(DocSet) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
setDocSet(SolrIndexSearcher) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
Sets the docSet based on the created DocSet
setDocSet(DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
setDocsPerGroupDefault(int) - Method in class org.apache.solr.search.Grouping
 
setDocsToCollect(int) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
setDocumentBoost(float) - Method in class org.apache.solr.common.SolrInputDocument
 
setElapsedTime(long) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setEmitManagedSchemaDoNotEditWarning(boolean) - Method in class org.apache.solr.response.SchemaXmlWriter
 
setEnabled(boolean) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
setEnabled(boolean) - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
 
setEnabled(boolean) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
setEncapsulator(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setEndTime() - Method in class org.apache.solr.response.SolrQueryResponse
Stop the timer for how long this query took.
setEndTime(long) - Method in class org.apache.solr.response.SolrQueryResponse
Set the in milliseconds when the response officially finished.
setEndTrimmed(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Specify if the end of the line needs to be trimmed.
setErrHeader(String) - Method in class org.apache.solr.handler.ContentStreamLoader
 
setEscape(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setEvaluators(Map<String, Evaluator>) - Method in class org.apache.solr.handler.dataimport.VariableResolver
 
setException(Exception) - Method in class org.apache.solr.response.SolrQueryResponse
Causes an error to be returned instead of the results.
setExplicitPassword(String) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
Sets an explicit password which will be used instead of password map
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.
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
 
setField(SchemaField) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
setField(SchemaField) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setFieldFlags(int) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setFieldHeader(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Specify if you want to use a field header.
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
 
setFields(CSVField[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Set the fields that should be used by the writer.
setFields(Collection) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Set the fields that should be used by the writer
setFields(String[]) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
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.
setFile(int) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
setFileName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
setFill(int) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Set the fill pattern.
setFill(int) - Method in class org.apache.solr.internal.csv.writer.CSVField
Sets overrideFill to true.
setFillChar(char) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Set the fill char
setFilter(DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setFilterList(List<Query>) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setFilterList(Query) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
A simple setter to build a filterList from a query
setFilterQueries(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFilters(List<Query>) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setFirstPhaseGroups(Collection<SearchGroup<BytesRef>>) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setFixedWidth(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Specify if the CSV file is fixed width.
setFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setFlags(int) - Method in class org.apache.solr.update.UpdateCommand
 
setFollowRedirects(HttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Set follow redirects.
setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Configure whether the client should follow redirects or not.
setFrequency(long) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
setFunctionName(String) - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
 
setFunctions(String[]) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setFuzzyMinSim(float) - Method in class org.apache.solr.parser.SolrQueryParserBase
Set the minimum similarity for fuzzy queries.
setFuzzyPrefixLength(int) - Method in class org.apache.solr.parser.SolrQueryParserBase
Set the prefix length for fuzzy queries.
setGetFieldStatistics(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setGetFieldStatistics(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setGetGroupedDocSet(boolean) - Method in class org.apache.solr.search.Grouping
 
setGroupingSpec(GroupingSpecification) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setGroupLimit(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setGroupOffset(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setGroupOffsetDefault(int) - Method in class org.apache.solr.search.Grouping
 
setGroupSort(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
setGroupSort(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setGroupSort(Sort) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setGroupSort(Sort) - Method in class org.apache.solr.search.Grouping
 
setHandleSelect(boolean) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
setHasFieldHeader(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
Specify if the CSV file has a field header
setHighlight(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightFragsize(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightQuery(Query) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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
 
setHits(int) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
setHostNameVerifier(DefaultHttpClient, X509HostnameVerifier) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
setHttpCaching(boolean) - Method in class org.apache.solr.response.SolrQueryResponse
Enables or disables the emission of HTTP caching headers for this response.
setHttpHeader(String, String) - Method in class org.apache.solr.response.SolrQueryResponse
Sets a response header with the given name and value.
setId(String) - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
 
setId(String) - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
 
setId(String) - Method in class org.apache.solr.update.DeleteUpdateCommand
 
setIdField(String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
setIgnoreDelimiter(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Specify if the writer should ignore the delimiter.
setIgnoreEmptyLines(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setIgnoreLeadingWhitespaces(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setIgnoreTrailingWhitespaces(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setIgnoreValueDelimiter(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Specify if the writer should ignore the value delimiter.
setIncludeGroupCount(boolean) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
setIncludeGroupCount(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setIncludeHitCount(boolean) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
setIncludeScore(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setIndent(boolean) - Method in class org.apache.solr.response.TextResponseWriter
 
setIndexAnalyzer(Analyzer) - Method in class org.apache.solr.schema.FieldType
Sets the Analyzer to be used when indexing fields of this type.
setIndexDirs(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
setIndexedId(BytesRef) - Method in class org.apache.solr.update.AddUpdateCommand
 
setIndexedId(BytesRef) - Method in class org.apache.solr.update.DeleteUpdateCommand
 
setIndexInfoNeeded(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setIndexPhases(String, List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
 
setInitalized(boolean) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
setInputStream(InputStream) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setInternalRank(int) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
setIsExplicitAnalyzer(boolean) - Method in class org.apache.solr.schema.FieldType
 
setIsExplicitMultiTermAnalyzer(boolean) - Method in class org.apache.solr.schema.TextField
 
setIsExplicitQueryAnalyzer(boolean) - Method in class org.apache.solr.schema.FieldType
 
setIsLoadOnStartup(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setIsTransient(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setIterator(String, Iterator<Map<String, Object>>) - Static method in class org.apache.solr.handler.dataimport.MockDataSource
 
setLastDelegate(Collector) - Method in class org.apache.solr.search.DelegatingCollector
Sets the last delegate in a chain of DelegatingCollectors
setLastDelegateCount - Static variable in class org.apache.solr.search.DelegatingCollector
 
setLatestSchema(IndexSchema) - Method in class org.apache.solr.core.SolrCore
Sets the latest schema snapshot to be used by this core instance.
setLeader(boolean) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setLen(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setLevel(int) - Method in class org.apache.solr.response.TextResponseWriter
 
setLimit(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setLimitDefault(int) - Method in class org.apache.solr.search.Grouping
 
setLocalParams(SolrParams) - Method in class org.apache.solr.search.QParser
 
setLockFactory(LockFactory) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
setLockPath(Path) - Method in class org.apache.solr.store.hdfs.HdfsLockFactory
 
setLoggingHandler(LoggingHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
 
setLogLevel(String, String) - Method in class org.apache.solr.logging.jul.JulWatcher
 
setLogLevel(String, String) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
setLogLevel(String, String) - Method in class org.apache.solr.logging.LogWatcher
Sets the log level within this framework
setMain(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setMaxCollationEvaluations(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
setMaxCollations(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
setMaxCollationTries(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
setMaxCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
setMaxConnections(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Set max total connections allowed.
setMaxConnectionsPerHost(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Set max connections allowed per host.
setMaxDocPerGroup(int) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setMaxOptimizedCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
setMaxPermits(int) - Method in class org.apache.solr.util.AdjustableSemaphore
 
setMaxRetries(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Set maximum number of retries to attempt in the event of transient errors.
setMaxScore(Float) - Method in class org.apache.solr.common.SolrDocumentList
 
setMaxShardsPerNode(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setMaxSize(int) - Method in class org.apache.solr.util.BoundedTreeSet
 
setMaxTotalConnections(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Set the maximum number of connections that can be open at any given time.
setMetadata(NamedList<String>) - Method in exception org.apache.solr.common.SolrException
 
setMetadata(String, String) - Method in exception org.apache.solr.common.SolrException
 
setMethod(SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setMinShouldMatch(BooleanQuery, String) - Static method in class org.apache.solr.util.SolrPluginUtils
Checks the number of optional clauses in the query, and compares it with the specification string to determine the proper value to use.
setMissing(String) - Method in class org.apache.solr.client.solrj.SolrQuery
setMisspellingsAndCorrections(NamedList<String>) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
setMultiTermAnalyzer(Analyzer) - Method in class org.apache.solr.schema.TextField
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.solr.parser.SolrQueryParserBase
By default QueryParser uses MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT when creating a PrefixQuery, WildcardQuery or RangeQuery.
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.
setName(String) - Method in class org.apache.solr.core.SolrCore
 
setName(String) - Method in class org.apache.solr.handler.component.SearchComponent
Sets the name of the SearchComponent.
setName(String) - Method in class org.apache.solr.internal.csv.writer.CSVField
Set the name of the field
setNeedDocList(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setNeedDocSet(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setNeedDocSet(boolean) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
Sets whether to compute a DocSet.
setNeedDocSet(boolean) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setNeedMaxScore(Boolean) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setNeedScore(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setNeedScores(boolean) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
setNeedScores(Boolean) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setNextCursorMark(CursorMark) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setNextCursorMark(CursorMark) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
setNextReader(AtomicReaderContext) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
setNextReader(AtomicReaderContext) - Method in interface org.apache.solr.handler.component.StatsValues
Set the context for StatsValues.accumulate(int).
setNextReader(AtomicReaderContext) - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
 
setNextReader(AtomicReaderContext) - Method in class org.apache.solr.search.DelegatingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.solr.search.DocSetCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.solr.search.DocSetDelegateCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.solr.search.EarlyTerminatingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.solr.search.grouping.collector.FilterCollector
 
setNode(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
setNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
setNodeSet(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
 
setNow(Date) - Method in class org.apache.solr.util.DateMathParser
Defines this instance's concept of "now".
setNumberOfHits(long) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
setNumberOfOccurences(int) - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
setNumDeadServersToTry(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
 
setNumFound(long) - Method in class org.apache.solr.common.SolrDocumentList
 
setNumShards(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setNumShards(int) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setNumShards(int) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setNumTerms(int) - Method in class org.apache.solr.client.solrj.request.LukeRequest
the number of terms to return for a given field.
setOffset(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setOffset(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setOffset(int) - Method in class org.apache.solr.search.SortSpec
 
setOnlyIfLeader(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
setOnlyIfLeaderActive(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
setOriginal(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
setOriginal(Token) - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
setOtherCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setParallelUpdates(boolean) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
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
 
setParams(SolrParams) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setParams(SolrParams) - Method in interface org.apache.solr.request.SolrQueryRequest
Change the parameters for this request.
setParams(SolrParams) - Method in class org.apache.solr.request.SolrQueryRequestBase
 
setParams(SolrParams) - Method in class org.apache.solr.search.QParser
 
setParams(NamedList) - Method in class org.apache.solr.spelling.suggest.DictionaryFactory
Sets the parameters available to SolrSuggester for use in Dictionary creation
setParseMultipleSources(boolean) - Method in class org.apache.solr.search.FunctionQParser
 
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Note: This setter method is not thread-safe.
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Note: This setter method is not thread-safe.
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
setParseToEnd(boolean) - Method in class org.apache.solr.search.FunctionQParser
 
setPartialResults(boolean) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
setPasswordMap(LinkedHashMap<Pattern, String>) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
 
setPath(String) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setPath(String) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
 
setPathPrefix(String) - Method in class org.apache.solr.servlet.SolrDispatchFilter
Set the prefix for all paths.
setPhraseSlop(int) - Method in class org.apache.solr.parser.SolrQueryParserBase
Sets the default slop for phrases.
setPollQueueTime(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
setPositionIncrementGap(int) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
setPrinterNewline(String) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setPropertiesHandler(PropertiesRequestHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
 
setQparser(QParser) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setQueries(String[]) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
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
 
setQuery(Query) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setQuery(Query) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
setQuery(String, SolrQueryRequest) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
Sets the group query from the specified groupQueryString.
setQuery(Query) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setQuery(String) - Method in class org.apache.solr.update.DeleteUpdateCommand
 
setQueryAnalyzer(Analyzer) - Method in class org.apache.solr.schema.FieldType
Sets the Analyzer to be used when querying fields of this type.
setQueryCommand(SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
Expert Method.
setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Expert Method.
setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
Expert Method.
setQueryPhases(List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
 
setQueryString(String) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setQueryType(String) - Method in class org.apache.solr.client.solrj.SolrQuery
setRanges(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
 
setRankQuery(RankQuery) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setRecoveringAfterStartup(boolean) - Method in class org.apache.solr.cloud.RecoveryStrategy
 
setRegenerator(CacheRegenerator) - Method in class org.apache.solr.search.CacheConfig
 
setRemoved(boolean) - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
setRemoveStopFilter(boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
 
setReplicationFactor(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setReq(SolrQueryRequest) - Method in class org.apache.solr.search.QParser
 
setReq(SolrQueryRequest) - Method in class org.apache.solr.update.UpdateCommand
 
setRequestHandler(String) - Method in class org.apache.solr.client.solrj.SolrQuery
The Request Handler to use (see the solrconfig.xml), which is stored in the "qt" parameter.
setRequestId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
 
setRequestInfo(SolrRequestInfo) - Static method in class org.apache.solr.request.SolrRequestInfo
 
setRequestUrl(String) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
setReserveDuration(Long, long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Set the duration for which commit point is to be reserved by the deletion policy.
setResourceName(String) - Method in class org.apache.solr.schema.IndexSchema
Sets the name of the resource used to instantiate this schema.
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
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.cloud.OverseerSolrResponse
 
setResponseBuilder(ResponseBuilder) - Method in class org.apache.solr.request.SolrRequestInfo
 
setResponseDocs(SolrDocumentList) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setResponseFormat(Grouping.Format) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setResponseParser(ResponseParser) - Method in class org.apache.solr.client.solrj.SolrRequest
Optionally specify how the Response should be parsed.
setResult(SolrIndexSearcher.QueryResult) - Method in class org.apache.solr.handler.component.ResponseBuilder
Sets results from a SolrIndexSearcher.QueryResult.
setResults(DocListAndSet) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setRetryDelay(long) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
 
setReturnFields(ReturnFields) - Method in class org.apache.solr.response.SolrQueryResponse
Sets the document field names of fields to return by default when returning DocLists
setRoles(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setRoles(String) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setRouteKey(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
 
setRouteResponses(NamedList) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer.RouteResponse
 
setRouterField(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setRouterName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setRoutes(Map<String, LBHttpSolrServer.Req>) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer.RouteResponse
 
setRows(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSchema(ManagedIndexSchema) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
 
setSchemaName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setScorer(Scorer) - Method in class org.apache.solr.search.DelegatingCollector
 
setScorer(Scorer) - Method in class org.apache.solr.search.DocSetCollector
 
setScorer(Scorer) - Method in class org.apache.solr.search.DocSetDelegateCollector
 
setScorer(Scorer) - Method in class org.apache.solr.search.EarlyTerminatingCollector
 
setScorer(Scorer) - Method in class org.apache.solr.search.grouping.collector.FilterCollector
 
setSearcher(SolrIndexSearcher) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
setSessionAttribute(String, Object, String) - Method in class org.apache.solr.handler.dataimport.Context
Store values in a certain name and scope (entity, document,global)
setSessionAttribute(String, Object, String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
setShard(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
 
setShardId(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setShardId(String) - Method in class org.apache.solr.cloud.CloudDescriptor
 
setShardName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
 
setShardRequest(ShardRequest) - Method in class org.apache.solr.handler.component.ShardResponse
 
setShards(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
setShorterFormat() - Method in class org.apache.solr.SolrLogFormatter
Removes info that is redundant for current cloud tests including core name, webapp, and common labels path= and params= [] webapp=/solr path=/select params={q=foobarbaz} hits=0 status=0 QTime=1 /select {q=foobarbaz} hits=0 status=0 QTime=1 NOTE: this is a work in progress and different settings may be ideal for other types of tests.
setShorterFormat() - Method in class org.apache.solr.util.SolrLogLayout
 
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
 
setSimilarity(SimilarityFactory) - Method in class org.apache.solr.schema.FieldType
Sets the Similarity used when scoring fields of this type
setSize(Long) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setSize(int) - Method in class org.apache.solr.internal.csv.writer.CSVField
Set the size of the field.
setSolrResponse(SolrResponse) - Method in class org.apache.solr.handler.component.ShardResponse
 
setSort(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
Replaces the current sort information with a single sort clause
setSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
Replaces the current sort information with a single sort clause
setSort(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
setSort(Sort) - Method in class org.apache.solr.search.Grouping
 
setSort(Sort) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setSort(Sort) - Method in class org.apache.solr.search.SortSpec
setSortAndFields(Sort, List<SchemaField>) - Method in class org.apache.solr.search.SortSpec
the specified SchemaFields must correspond one to one with the Sort's SortFields, using null where appropriate.
setSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
Deprecated.
Use SolrQuery.setSort(SortClause) instead, which is part of an api handling a wider range of sort specifications.
setSorts(List<SolrQuery.SortClause>) - Method in class org.apache.solr.client.solrj.SolrQuery
Replaces the current sort information.
setSortSpec(SortSpec) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setSortValues(List<Object>) - Method in class org.apache.solr.search.CursorMark
Sets the (raw, unmarshalled) sort values (which must conform to the existing sortSpec) to populate this object.
setSortWithinGroup(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setSortWithinGroup(Sort) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
set soTimeout (read timeout) on the underlying HttpConnectionManager.
setSoTimeout(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Defines the socket timeout (SO_TIMEOUT) in milliseconds.
setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Set SoTimeout (read timeout).
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
 
setSrcCores(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
setStart(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setStart(long) - Method in class org.apache.solr.common.SolrDocumentList
 
setStartingVersions(List<Long>) - Method in class org.apache.solr.update.PeerSync
optional list of updates we had before possibly receiving new updates
setState(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
setState(SolrCache.State) - Method in class org.apache.solr.search.FastLRUCache
 
setState(SolrCache.State) - Method in class org.apache.solr.search.LFUCache
 
setState(SolrCache.State) - Method in interface org.apache.solr.search.SolrCache
Set different cache states.
setState(SolrCache.State) - Method in class org.apache.solr.search.SolrCacheBase
 
setStatus(DataImporter.Status) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
setStreamingResponseCallback(StreamingResponseCallback) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setString(String) - Method in class org.apache.solr.search.QParser
 
setSuggestionsMayOverlap(boolean) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
setSupersetMaxDoc(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setSystemInfoHandler(SystemInfoHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
 
setTerm(String) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
setTerms(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
enable/disable terms.
setTermsLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsLower(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsLowerInclusive(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsMaxCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsRaw(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsRegex(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsRegexFlag(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsSortString(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsUpper(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTermsUpperInclusive(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setThreadDumpHandler(ThreadDumpHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
 
setThreshold(String) - Method in class org.apache.solr.logging.jul.JulWatcher
 
setThreshold(String) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
setThreshold(String) - Method in class org.apache.solr.logging.LogWatcher
 
setTimeAllowed(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
Set the maximum time allowed for this query.
setTimeAllowed(long) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setTimer(RTimer) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setTimeUpperBound(long) - Method in class org.apache.solr.update.CommitTracker
 
setTokens(Collection<Token>) - Method in class org.apache.solr.spelling.SpellingResult
 
setTopNGroups(int) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
setTruncateGroups(boolean) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
setTruncateGroups(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setUlogDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setUnicodeEscapeInterpretation(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setup(ElectionContext) - Method in class org.apache.solr.cloud.LeaderElector
Set up any ZooKeeper nodes needed for leader election.
setUseMultiPartPost(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Set the multipart connection properties
setUseRetry(DefaultHttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
Control retry handler
setUseSSL(boolean) - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
 
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
 
setValueDelimiter(char) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
Set the value delimiter to use
setVersion(long) - Method in class org.apache.solr.update.UpdateCommand
 
setWaitSearcher(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setWrappedQuery(Query) - Method in class org.apache.solr.search.WrappedQuery
 
setWriter(Writer) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
Set the writer to write the CSV file to.
setWriterType(String) - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
 
setWritten(long) - Method in class org.apache.solr.common.util.FastOutputStream
Resets the count returned by written()
setZkClientTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Set the timeout to the zookeeper ensemble in ms
setZkConnectTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
Set the connect timeout to the zookeeper ensemble in ms
SEVERE - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
shallowCopy() - Method in class org.apache.solr.common.cloud.ZkNodeProps
Returns a shallow writable copy of the properties
shapeToString(Shape) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
Returns a String version of a shape to be used for the stored value.
SHARD - Static variable in class org.apache.solr.common.params.CoreAdminParams
The shard id in solr cloud
shard - Variable in class org.apache.solr.handler.component.ShardDoc
 
SHARD_ID_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
SHARD_KEYS - Static variable in interface org.apache.solr.common.params.ShardParams
Deprecated.
SHARD_LEADERS_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
SHARD_PARENT - Static variable in class org.apache.solr.common.params.CoreAdminParams
The parent shard if applicable
SHARD_PARENT_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
SHARD_RANGE - Static variable in class org.apache.solr.common.params.CoreAdminParams
The shard range in solr cloud
SHARD_RANGE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
SHARD_STATE - Static variable in class org.apache.solr.common.params.CoreAdminParams
The shard range in solr cloud
SHARD_STATE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
SHARD_URL - Static variable in interface org.apache.solr.common.params.ShardParams
The requested URL for this shard
shardAddress - Variable in class org.apache.solr.handler.component.ShardDoc
 
ShardAugmenterFactory - Class in org.apache.solr.response.transform
 
ShardAugmenterFactory() - Constructor for class org.apache.solr.response.transform.ShardAugmenterFactory
 
shardBuffercacheAllocate1024 - Variable in class org.apache.solr.store.blockcache.Metrics
 
shardBuffercacheAllocate8192 - Variable in class org.apache.solr.store.blockcache.Metrics
 
shardBuffercacheAllocateOther - Variable in class org.apache.solr.store.blockcache.Metrics
 
shardBuffercacheLost - Variable in class org.apache.solr.store.blockcache.Metrics
 
ShardDoc - Class in org.apache.solr.handler.component
 
ShardDoc(float, Object[], Object, String) - Constructor for class org.apache.solr.handler.component.ShardDoc
 
ShardDoc() - Constructor for class org.apache.solr.handler.component.ShardDoc
 
ShardFacetCount() - Constructor for class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
ShardHandler - Class in org.apache.solr.handler.component
 
ShardHandler() - Constructor for class org.apache.solr.handler.component.ShardHandler
 
shardHandlerFactory - Variable in class org.apache.solr.core.CoreContainer
 
ShardHandlerFactory - Class in org.apache.solr.handler.component
 
ShardHandlerFactory() - Constructor for class org.apache.solr.handler.component.ShardHandlerFactory
 
shardHasContributed(int) - Method in class org.apache.solr.handler.component.PivotFacetValue
A NON-Recursive method indicating if the specified shard has already contributed to the count for this value.
shardId - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
shardId - Variable in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
shardName - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
 
ShardParams - Interface in org.apache.solr.common.params
Parameters used for distributed search.
ShardRequest - Class in org.apache.solr.handler.component
 
ShardRequest() - Constructor for class org.apache.solr.handler.component.ShardRequest
 
ShardRequestFactory - Interface in org.apache.solr.search.grouping.distributed
Responsible for creating shard requests to the shards in the cluster to perform distributed grouping.
ShardResponse - Class in org.apache.solr.handler.component
 
ShardResponse() - Constructor for class org.apache.solr.handler.component.ShardResponse
 
ShardResponseProcessor - Interface in org.apache.solr.search.grouping.distributed
Responsible for processing shard responses.
ShardResultTransformer<T,R> - Interface in org.apache.solr.search.grouping.distributed.shardresultserializer
A ShardResultTransformer is responsible for transforming a grouped shard result into group related structures (such as TopGroups and SearchGroup) and visa versa.
shards - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
 
SHARDS - Static variable in class org.apache.solr.common.cloud.DocCollection
 
SHARDS - Static variable in interface org.apache.solr.common.params.ShardParams
the shards to use (distributed configuration)
SHARDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
shards - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
shards - Variable in class org.apache.solr.handler.component.ShardRequest
 
SHARDS_INFO - Static variable in interface org.apache.solr.common.params.ShardParams
Request detailed match info for each shard (true/false)
SHARDS_PROP - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
SHARDS_QT - Static variable in interface org.apache.solr.common.params.ShardParams
The Request Handler for shard requests
SHARDS_ROWS - Static variable in interface org.apache.solr.common.params.ShardParams
per-shard start and rows
shards_rows - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
SHARDS_START - Static variable in interface org.apache.solr.common.params.ShardParams
 
shards_start - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
SHARDS_TOLERANT - Static variable in interface org.apache.solr.common.params.ShardParams
Should things fail if there is an error?
SHORT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
shortCircuitedURL - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
shorterFormat - Variable in class org.apache.solr.SolrLogFormatter
 
shorterFormat - Variable in class org.apache.solr.util.SolrLogLayout
 
ShortField - Class in org.apache.solr.schema
Deprecated.
Use TrieIntField instead.
ShortField() - Constructor for class org.apache.solr.schema.ShortField
Deprecated.
 
shouldMutate(String) - Method in interface org.apache.solr.update.processor.FieldMutatingUpdateProcessor.FieldNameSelector
 
shouldRemoveStopFilter(ExtendedDismaxQParser.ExtendedDismaxConfiguration, Query) - Method in class org.apache.solr.search.ExtendedDismaxQParser
Determines if query should be re-parsed removing the stop filter.
shouldReverse(String) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
This method encapsulates the logic that determines whether a query token should be reversed in order to use the reversed terms in the index.
SHOW_CONF_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
SHOW_DEFAULTS - Static variable in class org.apache.solr.rest.BaseSolrResource
 
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".
ShowFileRequestHandler - Class in org.apache.solr.handler.admin
This handler uses the RawResponseWriter to give client access to files inside ${solr.home}/conf If you want to selectively restrict access some configuration files, you can list these files in the ShowFileRequestHandler.HIDDEN invariants.
ShowFileRequestHandler() - Constructor for class org.apache.solr.handler.admin.ShowFileRequestHandler
 
shrink() - Method in class org.apache.solr.internal.csv.CharBuffer
Shrinks the capacity of the buffer to the current length if necessary.
shrink(int[], int) - Static method in class org.apache.solr.search.SortedIntDocSet
 
shutdown() - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Shutdown all cores within the EmbeddedSolrServer instance
shutdown() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
 
shutdown() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
shutdown() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Close the ClientConnectionManager from the internal client.
shutdown() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
shutdown() - Method in class org.apache.solr.client.solrj.SolrServer
Release allocated resources.
shutdown() - Method in class org.apache.solr.core.CoreContainer
Stops all cores.
shutdown() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Method to ensure shutting down of the ThreadPool Executor.
shutdown() - Method in class org.apache.solr.update.StreamingSolrServers
 
shutdownAndAwaitTermination(ExecutorService) - Static method in class org.apache.solr.common.util.ExecutorUtil
 
shutdownNow() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
shutdownNowAndAwaitTermination(ExecutorService) - Static method in class org.apache.solr.common.util.ExecutorUtil
 
Signature - Class in org.apache.solr.update.processor
 
Signature() - Constructor for class org.apache.solr.update.processor.Signature
 
SignatureUpdateProcessorFactory - Class in org.apache.solr.update.processor
 
SignatureUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
similarity - Variable in class org.apache.solr.schema.FieldType
 
SIMILARITY - Static variable in class org.apache.solr.schema.FieldType
 
SIMILARITY - Static variable in class org.apache.solr.schema.IndexSchema
 
similarity - Variable in class org.apache.solr.schema.IndexSchema
 
SIMILARITY_FIELDS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
SIMILARITY_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
similarityFactory - Variable in class org.apache.solr.schema.FieldType
 
similarityFactory - Variable in class org.apache.solr.schema.IndexSchema
 
SimilarityFactory - Class in org.apache.solr.schema
A factory interface for configuring a Similarity in the Solr schema.xml.
SimilarityFactory() - Constructor for class org.apache.solr.schema.SimilarityFactory
 
SIMPLE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SIMPLE - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
SIMPLE_POST - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SIMPLE_PRE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SimpleBoundaryScanner - Class in org.apache.solr.highlight
 
SimpleBoundaryScanner() - Constructor for class org.apache.solr.highlight.SimpleBoundaryScanner
 
SimpleEndResultTransformer - Class in org.apache.solr.search.grouping.endresulttransformer
Implementation of EndResultTransformer that transforms the grouped result into a single flat list.
SimpleEndResultTransformer() - Constructor for class org.apache.solr.search.grouping.endresulttransformer.SimpleEndResultTransformer
 
SimpleFacets - Class in org.apache.solr.request
A class that generates simple Facet information for a request.
SimpleFacets(SolrQueryRequest, DocSet, SolrParams) - Constructor for class org.apache.solr.request.SimpleFacets
 
SimpleFacets(SolrQueryRequest, DocSet, SolrParams, ResponseBuilder) - Constructor for class org.apache.solr.request.SimpleFacets
 
SimpleFacets.CountPair<K extends Comparable<? super K>,V extends Comparable<? super V>> - Class in org.apache.solr.request
A simple key=>val pair whose natural order is such that higher vals come before lower vals.
SimpleFragListBuilder - Class in org.apache.solr.highlight
 
SimpleFragListBuilder() - Constructor for class org.apache.solr.highlight.SimpleFragListBuilder
 
SimpleFragmentsBuilder - Class in org.apache.solr.highlight
 
SimpleFragmentsBuilder() - Constructor for class org.apache.solr.highlight.SimpleFragmentsBuilder
 
SimpleFSDirectoryFactory - Class in org.apache.solr.core
Factory to instantiate SimpleFSDirectory
SimpleFSDirectoryFactory() - Constructor for class org.apache.solr.core.SimpleFSDirectoryFactory
 
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<Object>) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
Deprecated.
SimpleOrderedMap(Map.Entry<String, T>[]) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
 
SimpleParams - Interface in org.apache.solr.common.params
Parameters used by the SimpleQParser.
SimplePostTool - Class in org.apache.solr.util
A simple utility class for posting raw updates to a Solr server, has a main method so it can be run on the command line.
SimplePostTool(String, URL, boolean, String, int, int, String, OutputStream, boolean, boolean, String[]) - Constructor for class org.apache.solr.util.SimplePostTool
Constructor which takes in all mandatory input for the tool to work.
SimplePostTool() - Constructor for class org.apache.solr.util.SimplePostTool
 
SimplePostTool.PageFetcherResult - Class in org.apache.solr.util
Utility class to hold the result form a page fetch
SimplePreAnalyzedParser - Class in org.apache.solr.schema
Simple plain text format parser for PreAnalyzedField.
SimplePreAnalyzedParser() - Constructor for class org.apache.solr.schema.SimplePreAnalyzedParser
 
SimplePropertiesWriter - Class in org.apache.solr.handler.dataimport
SimplePropertiesWriter() - Constructor for class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
SimpleQParserPlugin - Class in org.apache.solr.search
Create a query from the input value that will be parsed by Lucene's SimpleQueryParser.
SimpleQParserPlugin() - Constructor for class org.apache.solr.search.SimpleQParserPlugin
 
SingleFragListBuilder - Class in org.apache.solr.highlight
 
SingleFragListBuilder() - Constructor for class org.apache.solr.highlight.SingleFragListBuilder
 
sink - Variable in class org.apache.solr.util.FastWriter
 
SINT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
size() - Method in class org.apache.solr.cloud.DistributedMap
 
size() - Method in class org.apache.solr.common.SolrDocument
 
size() - Method in class org.apache.solr.common.SolrInputDocument
 
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
size() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Total number of PivotFacetValues, including the "missing" value if used.
SIZE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
SIZE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
size() - Method in class org.apache.solr.logging.CircularList
 
size - Variable in class org.apache.solr.logging.ListenerConfig
 
size - Variable in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
 
size() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in class org.apache.solr.response.transform.DocTransformers
 
size() - Method in class org.apache.solr.search.BitDocSet
 
size() - Method in interface org.apache.solr.search.DocList
Returns the number of ids in this list.
size() - Method in interface org.apache.solr.search.DocSet
Returns the number of documents in the set.
size() - Method in class org.apache.solr.search.DocSlice
 
size() - Method in class org.apache.solr.search.FastLRUCache
 
size() - Method in class org.apache.solr.search.HashDocSet
 
size() - Method in class org.apache.solr.search.LFUCache
 
size() - Method in class org.apache.solr.search.LRUCache
 
size() - Method in interface org.apache.solr.search.SolrCache
:TODO: copy from Map
size() - Method in class org.apache.solr.search.SortedIntDocSet
 
size() - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
 
size() - Method in interface org.apache.solr.store.blockcache.Cache
Number of entries in the cache.
size() - Method in class org.apache.solr.util.ConcurrentLFUCache
 
size() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
size - Variable in class org.apache.solr.util.LongPriorityQueue
 
size() - Method in class org.apache.solr.util.LongPriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
 
size() - Method in interface org.apache.solr.util.stats.Sample
Returns the number of values recorded.
size() - Method in class org.apache.solr.util.stats.Snapshot
Returns the number of values in the snapshot.
size() - Method in class org.apache.solr.util.stats.UniformSample
 
sizeOf(Directory, String) - Static method in class org.apache.solr.core.DirectoryFactory
 
sizeOfDirectory(Directory) - Static method in class org.apache.solr.core.DirectoryFactory
 
SKIP - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
SKIP - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
SKIP_DOC - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
SKIP_FIELD_VALUE_LIST_SINGLETON - Static variable in class org.apache.solr.update.processor.AllValuesOrNoneFieldMutatingUpdateProcessor
 
SKIP_LINE_REGEX - Static variable in class org.apache.solr.handler.dataimport.LineEntityProcessor
Holds the name of entity attribute that will be parsed to obtain the pattern to be used when checking to see if a line should be ignored.
SKIP_ROW - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
SKIP_ROW - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
skipBytes(int) - Method in class org.apache.solr.common.util.FastInputStream
 
skipDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
SLASH - Static variable in class org.apache.solr.schema.IndexSchema
 
Slice - Class in org.apache.solr.common.cloud
A Slice contains immutable information about a logical shard (all replicas that share the same shard id).
Slice(String, Map<String, Replica>, Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.Slice
 
slice(String, long, long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
 
sliceHash(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
 
sliceHash(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
 
slices - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
SLONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SLOP - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SMALLER_THAN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
smallerThan - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The smallerThan given in data-config as a long value Note: This variable is resolved just-in-time in the FileListEntityProcessor.nextRow() method.
SnapPuller - Class in org.apache.solr.handler

Provides functionality of downloading changed index files as well as config files and a timer for scheduling fetches from the master.

SnapPuller(NamedList, ReplicationHandler, SolrCore) - Constructor for class org.apache.solr.handler.SnapPuller
 
SnapShooter - Class in org.apache.solr.handler

Provides functionality equivalent to the snapshooter script This is no longer used in standard replication.

SnapShooter(SolrCore, String, String) - Constructor for class org.apache.solr.handler.SnapShooter
 
snapshot() - Method in class org.apache.solr.update.TransactionLog
takes a snapshot of the current position and number of records for later possible rollback, and returns the position
Snapshot - Class in org.apache.solr.util.stats
A statistical snapshot of a Snapshot.
Snapshot(Collection<Long>) - Constructor for class org.apache.solr.util.stats.Snapshot
Create a new Snapshot with the given values.
Snapshot(double[]) - Constructor for class org.apache.solr.util.stats.Snapshot
Create a new Snapshot with the given values.
SNIPPETS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SOFT_COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
 
SOFT_COMMIT - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
softCommit - Variable in class org.apache.solr.update.CommitUpdateCommand
 
softCommitCallbacks - Variable in class org.apache.solr.update.UpdateHandler
 
softCommitTracker - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
SOLR_CORE_PROP_PREFIX - Static variable in class org.apache.solr.core.CoreDescriptor
 
SOLR_QUERY_PARSER - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
SOLR_QUERY_PARSER - Static variable in class org.apache.solr.schema.IndexSchema
 
SOLR_QUERY_PARSER_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
SOLR_SERVER - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
SOLR_XML_FILE - Static variable in class org.apache.solr.core.ConfigSolr
 
SolrAnalyzer - Class in org.apache.solr.analysis
 
SolrAnalyzer() - Constructor for class org.apache.solr.analysis.SolrAnalyzer
 
SolrBoundaryScanner - Class in org.apache.solr.highlight
 
SolrBoundaryScanner() - Constructor for class org.apache.solr.highlight.SolrBoundaryScanner
 
SolrCache<K,V> - Interface in org.apache.solr.search
Primary API for dealing with Solr's internal caches.
SolrCache.State - Enum in org.apache.solr.search
Enumeration of possible States for cache instances.
SolrCacheBase - Class in org.apache.solr.search
Common base class of reusable functionality for SolrCaches
SolrCacheBase() - Constructor for class org.apache.solr.search.SolrCacheBase
 
SolrCacheBase.AutoWarmCountRef - Class in org.apache.solr.search
Decides how many things to autowarm based on the size of another cache
SolrCLI - Class in org.apache.solr.util
Command-line utility for working with Solr.
SolrCLI() - Constructor for class org.apache.solr.util.SolrCLI
 
SolrCLI.ApiTool - Class in org.apache.solr.util
Used to send an arbitrary HTTP request to a Solr API endpoint.
SolrCLI.HealthcheckTool - Class in org.apache.solr.util
Requests health information about a specific collection in SolrCloud.
SolrCLI.SolrCloudTool - Class in org.apache.solr.util
Helps build SolrCloud aware tools by initializing a CloudSolrServer instance before running the tool.
SolrCLI.StatusTool - Class in org.apache.solr.util
Get the status of a Solr server.
SolrCLI.Tool - Interface in org.apache.solr.util
Defines the interface to a Solr tool that can be run from this command-line app.
SolrCloudTool() - Constructor for class org.apache.solr.util.SolrCLI.SolrCloudTool
 
SolrCmdDistributor - Class in org.apache.solr.update
 
SolrCmdDistributor(UpdateShardHandler) - Constructor for class org.apache.solr.update.SolrCmdDistributor
 
SolrCmdDistributor(StreamingSolrServers, int, int) - Constructor for class org.apache.solr.update.SolrCmdDistributor
 
SolrCmdDistributor.AbortCheck - Interface in org.apache.solr.update
 
SolrCmdDistributor.Error - Class in org.apache.solr.update
 
SolrCmdDistributor.Node - Class in org.apache.solr.update
 
SolrCmdDistributor.Req - Class in org.apache.solr.update
 
SolrCmdDistributor.Response - Class in org.apache.solr.update
 
SolrCmdDistributor.RetryNode - Class in org.apache.solr.update
 
SolrCmdDistributor.StdNode - Class in org.apache.solr.update
 
SolrConfig - Class in org.apache.solr.core
Provides a static reference to a Config object modeling the main configuration data for a a Solr instance -- typically found in "solrconfig.xml".
SolrConfig() - Constructor for class org.apache.solr.core.SolrConfig
Creates a default instance from the solrconfig.xml.
SolrConfig(String) - Constructor for class org.apache.solr.core.SolrConfig
Creates a configuration instance from a configuration name.
SolrConfig(String, InputSource) - Constructor for class org.apache.solr.core.SolrConfig
Creates a configuration instance from a configuration name and stream.
SolrConfig(String, String, InputSource) - Constructor for class org.apache.solr.core.SolrConfig
Creates a configuration instance from an instance directory, configuration name and stream.
SolrConfig(SolrResourceLoader, String, InputSource) - Constructor for class org.apache.solr.core.SolrConfig
Creates a configuration instance from a resource loader, a configuration name and a stream.
solrConfig - Variable in class org.apache.solr.schema.IndexSchema
 
SolrConfig.HttpCachingConfig - Class in org.apache.solr.core
 
SolrConfig.HttpCachingConfig.LastModFrom - Enum in org.apache.solr.core
 
SolrConfig.JmxConfiguration - Class in org.apache.solr.core
 
SolrConfig.UpdateHandlerInfo - Class in org.apache.solr.core
 
SolrConfigRestApi - Class in org.apache.solr.rest
Restlet servlet handling /<context>/<collection>/config/* URL paths
SolrConfigRestApi() - Constructor for class org.apache.solr.rest.SolrConfigRestApi
 
SolrConstantScoreQuery - Class in org.apache.solr.search
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
SolrConstantScoreQuery(Filter) - Constructor for class org.apache.solr.search.SolrConstantScoreQuery
 
SolrConstantScoreQuery.ConstantScorer - Class in org.apache.solr.search
 
SolrConstantScoreQuery.ConstantWeight - Class in org.apache.solr.search
 
SolrContentHandler - Class in org.apache.solr.handler.extraction
The class responsible for handling Tika events and translating them into SolrInputDocuments.
SolrContentHandler(Metadata, SolrParams, IndexSchema) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandler
 
SolrContentHandler(Metadata, SolrParams, IndexSchema, Collection<String>) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandler
 
SolrContentHandlerFactory - Class in org.apache.solr.handler.extraction
 
SolrContentHandlerFactory(Collection<String>) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandlerFactory
 
SolrCore - Class in org.apache.solr.core
 
SolrCore(String, String, SolrConfig, IndexSchema, CoreDescriptor) - Constructor for class org.apache.solr.core.SolrCore
Creates a new core and register it in the list of cores.
SolrCore(CoreDescriptor, ConfigSet) - Constructor for class org.apache.solr.core.SolrCore
 
SolrCore(String, CoreDescriptor) - Constructor for class org.apache.solr.core.SolrCore
Creates a new core that is to be loaded lazily. i.e. lazyLoad="true" in solr.xml
SolrCore(String, String, SolrConfig, IndexSchema, CoreDescriptor, UpdateHandler, IndexDeletionPolicyWrapper, SolrCore) - Constructor for class org.apache.solr.core.SolrCore
Creates a new core and register it in the list of cores.
SolrCore.LazyQueryResponseWriterWrapper - Class in org.apache.solr.core
 
SolrCoreAware - Interface in org.apache.solr.util.plugin
 
solrCoreState - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
SolrCoreState - Class in org.apache.solr.update
The state in this class can be easily shared between SolrCores across SolrCore reloads.
SolrCoreState() - Constructor for class org.apache.solr.update.SolrCoreState
 
SolrCoreState.IndexWriterCloser - Interface in org.apache.solr.update
 
SolrDeletionPolicy - Class in org.apache.solr.core
Standard Solr deletion policy that allows reserving index commit points for certain amounts of time to support features such as index replication or snapshooting directly out of a live index directory.
SolrDeletionPolicy() - Constructor for class org.apache.solr.core.SolrDeletionPolicy
 
SolrDispatchFilter - Class in org.apache.solr.servlet
This filter looks at the incoming URL maps them to handlers defined in solrconfig.xml
SolrDispatchFilter() - Constructor for class org.apache.solr.servlet.SolrDispatchFilter
 
SOLRDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
solrDoc - Variable in class org.apache.solr.update.AddUpdateCommand
 
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
 
SolrEncoder - Interface in org.apache.solr.highlight
 
SolrEntityProcessor - Class in org.apache.solr.handler.dataimport
An implementation of EntityProcessor which fetches values from a separate Solr implementation using the SolrJ client library.
SolrEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
SolrEventListener - Interface in org.apache.solr.core
 
SolrException - Exception in org.apache.solr.common
 
SolrException(SolrException.ErrorCode, String) - 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, Throwable) - Constructor for exception org.apache.solr.common.SolrException
Constructor that can set arbitrary http status code.
SolrException.ErrorCode - Enum in org.apache.solr.common
This list of valid HTTP Status error codes that Solr may return in the case of a "Server Side" error.
SolrExtendedPostingsHighlighter(SolrQueryRequest) - Constructor for class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
 
SolrFieldCacheMBean - Class in org.apache.solr.search
A SolrInfoMBean that provides introspection of the Lucene FieldCache, this is NOT a cache that is managed by Solr.
SolrFieldCacheMBean() - Constructor for class org.apache.solr.search.SolrFieldCacheMBean
 
SolrFilter - Class in org.apache.solr.search
A SolrFilter extends the Lucene Filter and adds extra semantics such as passing on weight context info for function queries.
SolrFilter() - Constructor for class org.apache.solr.search.SolrFilter
 
SolrFormatter - Interface in org.apache.solr.highlight
 
SolrFragListBuilder - Interface in org.apache.solr.highlight
 
SolrFragmenter - Interface in org.apache.solr.highlight
 
SolrFragmentsBuilder - Class in org.apache.solr.highlight
 
SolrFragmentsBuilder() - Constructor for class org.apache.solr.highlight.SolrFragmentsBuilder
 
SolrHighlighter - Class in org.apache.solr.highlight
 
SolrHighlighter() - Constructor for class org.apache.solr.highlight.SolrHighlighter
 
solrHome - Variable in class org.apache.solr.core.CoreContainer
 
SolrIndexConfig - Class in org.apache.solr.update
This config object encapsulates IndexWriter config params, defined in the <indexConfig> section of solrconfig.xml
SolrIndexConfig(SolrConfig, String, SolrIndexConfig) - Constructor for class org.apache.solr.update.SolrIndexConfig
Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml
SolrIndexSearcher - Class in org.apache.solr.search
SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
SolrIndexSearcher(SolrCore, String, IndexSchema, SolrIndexConfig, String, boolean, DirectoryFactory) - Constructor for class org.apache.solr.search.SolrIndexSearcher
 
SolrIndexSearcher(SolrCore, String, IndexSchema, SolrIndexConfig, String, DirectoryReader, boolean, boolean, boolean, DirectoryFactory) - Constructor for class org.apache.solr.search.SolrIndexSearcher
 
SolrIndexSearcher.DocsEnumState - Class in org.apache.solr.search
 
SolrIndexSearcher.ProcessedFilter - Class in org.apache.solr.search
 
SolrIndexSearcher.QueryCommand - Class in org.apache.solr.search
A query request command to avoid having to change the method signatures if we want to pass additional information to the searcher.
SolrIndexSearcher.QueryResult - Class in org.apache.solr.search
The result of a search.
SolrIndexSplitter - Class in org.apache.solr.update
 
SolrIndexSplitter(SplitIndexCommand) - Constructor for class org.apache.solr.update.SolrIndexSplitter
 
SolrIndexWriter - Class in org.apache.solr.update
An IndexWriter that is configured via Solr config mechanisms.
SolrInfoMBean - Interface in org.apache.solr.core
MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category - Enum in org.apache.solr.core
 
SolrInfoMBeanHandler - Class in org.apache.solr.handler.admin
A request handler that provides info about all registered SolrInfoMBeans.
SolrInfoMBeanHandler() - Constructor for class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
SOLRINPUTDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SOLRINPUTDOC_CHILDS - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
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
 
SolrInputDocument(Map<String, SolrInputField>) - 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
 
SolrjNamedThreadFactory - Class in org.apache.solr.common.util
 
SolrjNamedThreadFactory(String) - Constructor for class org.apache.solr.common.util.SolrjNamedThreadFactory
 
SolrLogFormatter - Class in org.apache.solr
 
SolrLogFormatter() - Constructor for class org.apache.solr.SolrLogFormatter
 
SolrLogFormatter.CoreInfo - Class in org.apache.solr
 
SolrLogFormatter.Method - Class in org.apache.solr
 
SolrLogFormatter.TG - Interface in org.apache.solr
Add this interface to a thread group and the string returned by getTag() will appear in log statements of any threads under that group.
SolrLogLayout - Class in org.apache.solr.util
 
SolrLogLayout() - Constructor for class org.apache.solr.util.SolrLogLayout
 
SolrLogLayout.CoreInfo - Class in org.apache.solr.util
 
SolrLogLayout.Method - Class in org.apache.solr.util
 
SolrLogLayout.TG - Interface in org.apache.solr.util
Add this interface to a thread group and the string returned by getTag() will appear in log statements of any threads under that group.
SolrOutputRepresentation() - Constructor for class org.apache.solr.rest.BaseSolrResource.SolrOutputRepresentation
 
SolrParamResourceLoader - Class in org.apache.solr.response
 
SolrParamResourceLoader(SolrQueryRequest) - Constructor for class org.apache.solr.response.SolrParamResourceLoader
 
SolrParams - Class in org.apache.solr.common.params
SolrParams hold request parameters.
SolrParams() - Constructor for class org.apache.solr.common.params.SolrParams
 
solrParams - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
SolrPing - Class in org.apache.solr.client.solrj.request
Verify that there is a working Solr core at the URL of a SolrServer.
SolrPing() - Constructor for class org.apache.solr.client.solrj.request.SolrPing
Create a new SolrPing object.
SolrPingResponse - Class in org.apache.solr.client.solrj.response
 
SolrPingResponse() - Constructor for class org.apache.solr.client.solrj.response.SolrPingResponse
 
SolrPluginUtils - Class in org.apache.solr.util
Utilities that may be of use to RequestHandlers.
SolrPluginUtils() - Constructor for class org.apache.solr.util.SolrPluginUtils
 
SolrPluginUtils.DisjunctionMaxQueryParser - Class in org.apache.solr.util
A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.
SolrPluginUtils.DisjunctionMaxQueryParser.Alias - Class in org.apache.solr.util
A simple container for storing alias info
SolrPluginUtils.IdentityRegenerator - Class in org.apache.solr.util
A CacheRegenerator that can be used whenever the items in the cache are not dependant on the current searcher.
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
 
SolrQuery.SortClause - Class in org.apache.solr.client.solrj
A single sort clause, encapsulating what to sort and the sort order.
SolrQueryEscapingEvaluator - Class in org.apache.solr.handler.dataimport
 
SolrQueryEscapingEvaluator() - Constructor for class org.apache.solr.handler.dataimport.SolrQueryEscapingEvaluator
 
SolrQueryParser - Class in org.apache.solr.search
Solr's default query parser, a schema-driven superset of the classic lucene query parser.
SolrQueryParser(QParser, String) - Constructor for class org.apache.solr.search.SolrQueryParser
 
SolrQueryParserBase - Class in org.apache.solr.parser
This class is overridden by QueryParser in QueryParser.jj and acts to separate the majority of the Java code from the .jj grammar file.
SolrQueryParserBase() - Constructor for class org.apache.solr.parser.SolrQueryParserBase
 
SolrQueryParserBase.MagicFieldName - Enum in org.apache.solr.parser
Identifies the list of all known "magic fields" that trigger special parsing behavior
SolrQueryParserDefaultOperatorResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/solrqueryparser/defaultoperator
SolrQueryParserDefaultOperatorResource() - Constructor for class org.apache.solr.rest.schema.SolrQueryParserDefaultOperatorResource
 
SolrQueryParserResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/solrqueryparser
SolrQueryParserResource() - Constructor for class org.apache.solr.rest.schema.SolrQueryParserResource
 
SolrQueryRequest - Interface in org.apache.solr.request
Container for a request to execute a query.
solrQueryRequest - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
SolrQueryRequestBase - Class in org.apache.solr.request
Base implementation of SolrQueryRequest that provides some convenience methods for accessing parameters, and manages an IndexSearcher reference.
SolrQueryRequestBase(SolrCore, SolrParams) - Constructor for class org.apache.solr.request.SolrQueryRequestBase
 
SolrQueryResponse - Class in org.apache.solr.response
SolrQueryResponse is used by a query handler to return the response to a query request.
SolrQueryResponse() - Constructor for class org.apache.solr.response.SolrQueryResponse
// another way of returning an error int errCode; String errMsg;
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
 
SolrRequestHandler - Interface in org.apache.solr.request
Implementations of SolrRequestHandler are called to handle query requests.
SolrRequestInfo - Class in org.apache.solr.request
 
SolrRequestInfo(SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.request.SolrRequestInfo
 
SolrRequestParsers - Class in org.apache.solr.servlet
 
SolrRequestParsers(SolrConfig) - Constructor for class org.apache.solr.servlet.SolrRequestParsers
Pass in an xml configuration.
SolrResourceLoader - Class in org.apache.solr.core
 
SolrResourceLoader(String, ClassLoader, Properties) - Constructor for class org.apache.solr.core.SolrResourceLoader
This loader will delegate to the context classloader when possible, otherwise it will attempt to resolve resources using any jar files found in the "lib/" directory in the specified instance directory.
SolrResourceLoader(String, ClassLoader) - Constructor for class org.apache.solr.core.SolrResourceLoader
This loader will delegate to the context classloader when possible, otherwise it will attempt to resolve resources using any jar files found in the "lib/" directory in the specified instance directory.
SolrResourceLoader(String) - Constructor for class org.apache.solr.core.SolrResourceLoader
 
solrResourceLoader - Variable in class org.apache.solr.rest.ManagedResource
 
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
 
SolrReturnFields - Class in org.apache.solr.search
The default implementation of return fields parsing for Solr.
SolrReturnFields() - Constructor for class org.apache.solr.search.SolrReturnFields
 
SolrReturnFields(SolrQueryRequest) - Constructor for class org.apache.solr.search.SolrReturnFields
 
SolrReturnFields(String, SolrQueryRequest) - Constructor for class org.apache.solr.search.SolrReturnFields
 
SolrReturnFields(String[], SolrQueryRequest) - Constructor for class org.apache.solr.search.SolrReturnFields
 
SolrSchemaRestApi - Class in org.apache.solr.rest
Restlet servlet handling /<context>/<collection>/schema/* URL paths
SolrSchemaRestApi() - Constructor for class org.apache.solr.rest.SolrSchemaRestApi
 
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
 
SolrSortField - Interface in org.apache.solr.search
 
SolrSpellChecker - Class in org.apache.solr.spelling
Refer to SpellCheckComponent for more details.
SolrSpellChecker() - Constructor for class org.apache.solr.spelling.SolrSpellChecker
 
SolrSuggester - Class in org.apache.solr.spelling.suggest
Responsible for loading the lookup and dictionary Implementations specified by the SolrConfig.
SolrSuggester() - Constructor for class org.apache.solr.spelling.suggest.SolrSuggester
 
SolrUIMAConfiguration - Class in org.apache.solr.uima.processor
Configuration holding all the configurable parameters for calling UIMA inside Solr
SolrUIMAConfigurationReader - Class in org.apache.solr.uima.processor
Read configuration for Solr-UIMA integration
SolrUIMAConfigurationReader(NamedList<Object>) - Constructor for class org.apache.solr.uima.processor.SolrUIMAConfigurationReader
 
SolrVelocityResourceLoader - Class in org.apache.solr.response
Velocity resource loader wrapper around Solr resource loader
SolrVelocityResourceLoader(SolrResourceLoader) - Constructor for class org.apache.solr.response.SolrVelocityResourceLoader
 
SolrWriter - Class in org.apache.solr.handler.dataimport
Writes documents to SOLR.
SolrWriter(UpdateRequestProcessor, SolrQueryRequest) - Constructor for class org.apache.solr.handler.dataimport.SolrWriter
 
SolrXMLCoresLocator - Class in org.apache.solr.core
Writes any changes in core definitions to this instance's solr.xml
SolrXMLCoresLocator(String, ConfigSolrXmlOld) - Constructor for class org.apache.solr.core.SolrXMLCoresLocator
Create a new SolrXMLCoresLocator
SolrXMLCoresLocator.NonPersistingLocator - Class in org.apache.solr.core
 
SolrZkClient - Class in org.apache.solr.common.cloud
All Solr ZooKeeper interactions should go through this class rather than ZooKeeper.
SolrZkClient() - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkClient(String, int) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkClient(String, int, int) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkClient(String, int, int, OnReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkClient(String, int, ZkClientConnectionStrategy, OnReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkClient(String, int, int, ZkClientConnectionStrategy, OnReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkClient(String, int, int, ZkClientConnectionStrategy, OnReconnect, BeforeReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
 
SolrZkServer - Class in org.apache.solr.cloud
 
SolrZkServer(String, String, String, String, String) - Constructor for class org.apache.solr.cloud.SolrZkServer
 
SolrZooKeeper - Class in org.apache.solr.common.cloud
 
SolrZooKeeper(String, int, Watcher) - Constructor for class org.apache.solr.common.cloud.SolrZooKeeper
 
SORT - Static variable in interface org.apache.solr.common.params.CommonParams
sort order
sort - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
sort() - Method in class org.apache.solr.handler.component.PivotFacetField
Recursively sorts the collection of values associated with this field, and any sub-pivots those values have.
sort() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Sorts the collection and recursively sorts the collections assocaited with any sub-pivots.
sort - Variable in class org.apache.solr.search.Grouping.Command
 
sort(int) - Method in class org.apache.solr.util.LongPriorityQueue
Pops the smallest n items from the heap, placing them in the internal array at arr[size] through arr[size-(n-1)] with the smallest (first element popped) being at arr[size].
sort(int, int, int[], PrimUtils.IntComparator) - Static method in class org.apache.solr.util.PrimUtils
Sort the integer array from "start" inclusive to "end" exclusive in ascending order, using the provided comparator.
SORT_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
Label used to define the name of the sortField used in the DocumentExpressionDictionaryFactory.WEIGHT_EXPRESSION
SORT_MISSING_FIRST - Static variable in class org.apache.solr.schema.FieldProperties
 
SORT_MISSING_LAST - Static variable in class org.apache.solr.schema.FieldProperties
 
SortableDoubleField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieDoubleField instead
SortableDoubleField() - Constructor for class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
SortableFloatField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieFloatField instead
SortableFloatField() - Constructor for class org.apache.solr.schema.SortableFloatField
Deprecated.
 
SortableIntField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieIntField instead
SortableIntField() - Constructor for class org.apache.solr.schema.SortableIntField
Deprecated.
 
SortableLongField - Class in org.apache.solr.schema
Deprecated.
this class will be removed in 5.0 - use TrieLongField instead
SortableLongField() - Constructor for class org.apache.solr.schema.SortableLongField
Deprecated.
 
SortableStr2double(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2double(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2doubleStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2float(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2float(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2floatStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2int(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2int(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2int(String, int, int) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2int(BytesRef, int, int) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2long(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2long(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2long(String, int, int) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2long(BytesRef, int, int) - Static method in class org.apache.solr.util.NumberUtils
 
SortClause(String, SolrQuery.ORDER) - Constructor for class org.apache.solr.client.solrj.SolrQuery.SortClause
Creates a SortClause based on item and order
SortClause(String, String) - Constructor for class org.apache.solr.client.solrj.SolrQuery.SortClause
Creates a SortClause based on item and order
sortDocSet(SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.SolrIndexSearcher
 
SortedIntDocSet - Class in org.apache.solr.search
SortedIntDocSet represents a sorted set of Lucene Document Ids.
SortedIntDocSet(int[]) - Constructor for class org.apache.solr.search.SortedIntDocSet
 
SortedIntDocSet(int[], int) - Constructor for class org.apache.solr.search.SortedIntDocSet
 
SortedMapBackedCache - Class in org.apache.solr.handler.dataimport
 
SortedMapBackedCache() - Constructor for class org.apache.solr.handler.dataimport.SortedMapBackedCache
 
Sorting - Class in org.apache.solr.search
Extra lucene sorting utilities & convenience methods
Sorting() - Constructor for class org.apache.solr.search.Sorting
 
SortingResponseWriter - Class in org.apache.solr.response
 
SortingResponseWriter() - Constructor for class org.apache.solr.response.SortingResponseWriter
 
SortingResponseWriter.DoubleAsc - Class in org.apache.solr.response
 
SortingResponseWriter.DoubleDesc - Class in org.apache.solr.response
 
SortingResponseWriter.FieldWriter - Class in org.apache.solr.response
 
SortingResponseWriter.FloatAsc - Class in org.apache.solr.response
 
SortingResponseWriter.FloatDesc - Class in org.apache.solr.response
 
SortingResponseWriter.IntComp - Interface in org.apache.solr.response
 
SortingResponseWriter.PriorityQueue<T> - Class in org.apache.solr.response
 
SortingResponseWriter.SortValue - Interface in org.apache.solr.response
 
sortMissingFirst() - Method in class org.apache.solr.schema.SchemaField
 
sortMissingLast() - Method in class org.apache.solr.schema.SchemaField
 
sortSeqs(List<String>) - Static method in class org.apache.solr.cloud.LeaderElector
Sort n string sequence list.
SortSpec - Class in org.apache.solr.search
SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
SortSpec(Sort, List<SchemaField>) - Constructor for class org.apache.solr.search.SortSpec
 
SortSpec(Sort, SchemaField[]) - Constructor for class org.apache.solr.search.SortSpec
 
SortSpec(Sort, int) - Constructor for class org.apache.solr.search.SortSpec
Deprecated.
Specify both Sort and SchemaField[] when constructing
SortSpec(Sort, int, int) - Constructor for class org.apache.solr.search.SortSpec
Deprecated.
Specify both Sort and SchemaField[] when constructing
SOURCE - Static variable in class org.apache.solr.schema.IndexSchema
 
source1 - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
source2 - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
SOURCE_FILE_CHAR_ENCODING - Static variable in class org.apache.solr.spelling.FileBasedSpellChecker
 
SOURCE_PARAM - Static variable in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
 
sourceInfo - Variable in class org.apache.solr.common.util.ContentStreamBase
 
sourceLocation - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
sourceLocation - Variable in class org.apache.solr.spelling.suggest.Suggester
 
sp - Variable in class org.apache.solr.search.FunctionQParser
 
SpatialBoxQParserPlugin - Class in org.apache.solr.search
 
SpatialBoxQParserPlugin() - Constructor for class org.apache.solr.search.SpatialBoxQParserPlugin
 
SpatialFilterQParser - Class in org.apache.solr.search
 
SpatialFilterQParser(String, SolrParams, SolrParams, SolrQueryRequest, boolean) - Constructor for class org.apache.solr.search.SpatialFilterQParser
 
SpatialFilterQParserPlugin - Class in org.apache.solr.search
Creates a spatial Filter based on the type of spatial point used.
SpatialFilterQParserPlugin() - Constructor for class org.apache.solr.search.SpatialFilterQParserPlugin
 
SpatialOptions - Class in org.apache.solr.search
 
SpatialOptions() - Constructor for class org.apache.solr.search.SpatialOptions
 
SpatialOptions(String, double, SchemaField, String, double) - Constructor for class org.apache.solr.search.SpatialOptions
 
SpatialParams - Interface in org.apache.solr.common.params
 
SpatialPointVectorFieldType - Class in org.apache.solr.schema
 
SpatialPointVectorFieldType() - Constructor for class org.apache.solr.schema.SpatialPointVectorFieldType
 
SpatialQueryable - Interface in org.apache.solr.schema
Indicate that the implementing class is capable of generating a Query against spatial resources.
SpatialRecursivePrefixTreeFieldType - Class in org.apache.solr.schema
 
SpatialRecursivePrefixTreeFieldType() - Constructor for class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
 
SpatialTermQueryPrefixTreeFieldType - Class in org.apache.solr.schema
 
SpatialTermQueryPrefixTreeFieldType() - Constructor for class org.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType
 
SpatialUtils - Class in org.apache.solr.util
Utility methods pertaining to spatial.
specialToken - Variable in class org.apache.solr.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPELLCHECK_ACCURACY - Static variable in interface org.apache.solr.common.params.SpellingParams
Certain spelling implementations may allow for an accuracy setting.
SPELLCHECK_ALTERNATIVE_TERM_COUNT - Static variable in interface org.apache.solr.common.params.SpellingParams
The count of suggestions to return for each query term existing in the index and/or dictionary.
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_COLLATE_EXTENDED_RESULTS - Static variable in interface org.apache.solr.common.params.SpellingParams
Whether to use the Extended Results Format for collations.
SPELLCHECK_COLLATE_MAX_COLLECT_DOCS - Static variable in interface org.apache.solr.common.params.SpellingParams
SPELLCHECK_COLLATE_PARAM_OVERRIDE - Static variable in interface org.apache.solr.common.params.SpellingParams
For use with SpellingParams.SPELLCHECK_MAX_COLLATION_TRIES, use this to override any original query parameters when issuing test queries.
SPELLCHECK_COUNT - Static variable in interface org.apache.solr.common.params.SpellingParams
The count of suggestions to return for each query term not in the index and/or dictionary.
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_MAX_COLLATION_EVALUATIONS - Static variable in interface org.apache.solr.common.params.SpellingParams
The maximum number of word correction combinations to rank and evaluate prior to deciding which collation candidates to test against the index.
SPELLCHECK_MAX_COLLATION_TRIES - Static variable in interface org.apache.solr.common.params.SpellingParams
The maximum number of collations to test by querying against the index.
SPELLCHECK_MAX_COLLATIONS - Static variable in interface org.apache.solr.common.params.SpellingParams
The maximum number of collations to return.
SPELLCHECK_MAX_RESULTS_FOR_SUGGEST - Static variable in interface org.apache.solr.common.params.SpellingParams
The maximum number of hits the request can return in order to both generate spelling suggestions and set the "correctlySpelled" element to "false".
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.
SpellCheckCollation - Class in org.apache.solr.spelling
 
SpellCheckCollation() - Constructor for class org.apache.solr.spelling.SpellCheckCollation
 
SpellCheckCollator - Class in org.apache.solr.spelling
 
SpellCheckCollator() - Constructor for class org.apache.solr.spelling.SpellCheckCollator
 
SpellCheckComponent - Class in org.apache.solr.handler.component
A SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker.
SpellCheckComponent() - Constructor for class org.apache.solr.handler.component.SpellCheckComponent
 
SpellCheckCorrection - Class in org.apache.solr.spelling
 
SpellCheckCorrection() - Constructor for class org.apache.solr.spelling.SpellCheckCorrection
 
spellChecker - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
SPELLCHECKER_ARG_NAME - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
spellCheckers - Variable in class org.apache.solr.handler.component.SpellCheckComponent
Key is the dictionary, value is the SpellChecker for that dictionary name
SpellCheckMergeData - Class in org.apache.solr.handler.component
 
SpellCheckMergeData() - Constructor for class org.apache.solr.handler.component.SpellCheckMergeData
 
SpellCheckResponse - Class in org.apache.solr.client.solrj.response
Encapsulates responses from SpellCheckComponent
SpellCheckResponse(NamedList<NamedList<Object>>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse
 
SpellCheckResponse.Collation - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Correction - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Suggestion - Class in org.apache.solr.client.solrj.response
 
SpellingOptions - Class in org.apache.solr.spelling
 
SpellingOptions() - Constructor for class org.apache.solr.spelling.SpellingOptions
 
SpellingOptions(Collection<Token>, int) - Constructor for class org.apache.solr.spelling.SpellingOptions
 
SpellingOptions(Collection<Token>, IndexReader) - Constructor for class org.apache.solr.spelling.SpellingOptions
 
SpellingOptions(Collection<Token>, IndexReader, int) - Constructor for class org.apache.solr.spelling.SpellingOptions
 
SpellingOptions(Collection<Token>, IndexReader, int, SuggestMode, boolean, float, SolrParams) - Constructor for class org.apache.solr.spelling.SpellingOptions
 
SpellingOptions(Collection<Token>, IndexReader, int, int, SuggestMode, boolean, float, SolrParams) - Constructor for class org.apache.solr.spelling.SpellingOptions
 
SpellingParams - Interface in org.apache.solr.common.params
Parameters used for spellchecking
SpellingQueryConverter - Class in org.apache.solr.spelling
Converts the query string to a Collection of Lucene tokens using a regular expression.
SpellingQueryConverter() - Constructor for class org.apache.solr.spelling.SpellingQueryConverter
 
SpellingResult - Class in org.apache.solr.spelling
Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
SpellingResult() - Constructor for class org.apache.solr.spelling.SpellingResult
 
SpellingResult(Collection<Token>) - Constructor for class org.apache.solr.spelling.SpellingResult
 
SPHERE_RADIUS - Static variable in interface org.apache.solr.common.params.SpatialParams
The radius of the sphere to use to in calculating spherical distances like Haversine
split(String, boolean) - Static method in class org.apache.solr.search.ExtendedDismaxQParser
 
split(SplitIndexCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
split() - Method in class org.apache.solr.update.SolrIndexSplitter
 
split(SplitIndexCommand) - Method in class org.apache.solr.update.UpdateHandler
 
split(String) - Static method in class org.apache.solr.util.SolrPluginUtils
Split a value that may contain a comma, space of bar separated list.
SPLIT_BY - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
 
splitFileNames(String) - Static method in class org.apache.solr.common.util.StrUtils
Splits file names separated by comma character.
SplitIndexCommand - Class in org.apache.solr.update
A split index command encapsulated in an object.
SplitIndexCommand(SolrQueryRequest, List<String>, List<SolrCore>, List<DocRouter.Range>, DocRouter, String, String) - Constructor for class org.apache.solr.update.SplitIndexCommand
 
splitIntoClauses(String, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser
 
splitKey - Variable in class org.apache.solr.update.SplitIndexCommand
 
splitShard(String, String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
splitShard(String, String, String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
splitShard(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
splitShard(String, String, SolrServer, String) - Static method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
 
SplitShard() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
 
SPLITSHARD - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
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
 
SQL_ESCAPE_EVALUATOR - Static variable in class org.apache.solr.handler.dataimport.Evaluator
 
SqlEntityProcessor - Class in org.apache.solr.handler.dataimport
An EntityProcessor instance which provides support for reading from databases.
SqlEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
SqlEscapingEvaluator - Class in org.apache.solr.handler.dataimport
Escapes values in SQL queries.
SqlEscapingEvaluator() - Constructor for class org.apache.solr.handler.dataimport.SqlEscapingEvaluator
 
SquaredEuclideanFunction - Class in org.apache.solr.search.function.distance
While not strictly a distance, the Sq.
SquaredEuclideanFunction(MultiValueSource, MultiValueSource) - Constructor for class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
SRC_COL_NAME - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
 
SRC_CORE - Static variable in class org.apache.solr.common.params.CoreAdminParams
If you merge indexes, what is the source core's name More than one source core can be specified by multiple srcCore parameters
srcCores - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
SSLConfig - Class in org.apache.solr.client.solrj.embedded
 
SSLConfig(boolean, boolean, String, String, String, String) - Constructor for class org.apache.solr.client.solrj.embedded.SSLConfig
 
stage - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
STAGE_DONE - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
STAGE_EXECUTE_QUERY - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
STAGE_GET_FIELDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
STAGE_PARSE_QUERY - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
STAGE_START - Static variable in class org.apache.solr.handler.component.ResponseBuilder
public static final String NUMDOCS = "nd"; public static final String DOCFREQS = "tdf"; public static final String TERMS = "terms"; public static final String EXTRACT_QUERY_TERMS = "eqt"; public static final String LOCAL_SHARD = "local"; public static final String DOC_QUERY = "dq"; *
STAGE_TOP_GROUPS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
STANDARD - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
StandardDirectoryFactory - Class in org.apache.solr.core
Directory provider which mimics original Solr FSDirectory based behavior.
StandardDirectoryFactory() - Constructor for class org.apache.solr.core.StandardDirectoryFactory
 
StandardIndexReaderFactory - Class in org.apache.solr.core
Default IndexReaderFactory implementation.
StandardIndexReaderFactory() - Constructor for class org.apache.solr.core.StandardIndexReaderFactory
 
standardPlugins - Static variable in class org.apache.solr.search.QParserPlugin
Internal use - name to class mappings of builtin parsers.
standardPropNames - Static variable in class org.apache.solr.core.CoreDescriptor
 
StandardRequestHandler - Class in org.apache.solr.handler
All of the following options may be configured for this handler in the solrconfig as defaults, and may be overriden as request parameters.
StandardRequestHandler() - Constructor for class org.apache.solr.handler.StandardRequestHandler
 
standardValueSourceParsers - Static variable in class org.apache.solr.search.ValueSourceParser
 
STAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
start(String) - Method in class org.apache.solr.cloud.Overseer
 
start() - Method in class org.apache.solr.cloud.SolrZkServer
 
START - Static variable in interface org.apache.solr.common.params.CommonParams
zero based offset of matching documents to retrieve
startDocument() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
STARTED - Static variable in class org.apache.solr.util.RTimer
 
startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
startTime - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
startTime - Variable in class org.apache.solr.util.RTimer
 
Stat() - Constructor for class org.apache.solr.cloud.Overseer.Stat
 
state - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
STATE - Static variable in class org.apache.solr.cloud.Overseer
 
STATE - Static variable in class org.apache.solr.common.cloud.Slice
 
state - Variable in class org.apache.solr.update.UpdateLog
 
state - Variable in class org.apache.solr.util.RTimer
 
STATE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
STATE_UPDATE_DELAY - Static variable in class org.apache.solr.cloud.Overseer
 
StatelessScriptUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update request processor factory that enables the use of update processors implemented as scripts which can be loaded by the SolrResourceLoader (usually via the conf dir for the SolrCore).
StatelessScriptUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
 
states - Variable in class org.apache.solr.schema.PreAnalyzedField.ParseResult
 
Statistics() - Constructor for class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
Stats() - Constructor for class org.apache.solr.cloud.Overseer.Stats
 
STATS - Static variable in interface org.apache.solr.common.params.StatsParams
 
Stats() - Constructor for class org.apache.solr.util.ConcurrentLFUCache.Stats
 
Stats() - Constructor for class org.apache.solr.util.ConcurrentLRUCache.Stats
 
STATS_CALC_DISTINCT - 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
 
StatsComponent - Class in org.apache.solr.handler.component
Stats component calculates simple statistics on numeric field values
StatsComponent() - Constructor for class org.apache.solr.handler.component.StatsComponent
 
StatsParams - Interface in org.apache.solr.common.params
Stats Parameters
StatsValues - Interface in org.apache.solr.handler.component
StatsValue defines the interface for the collection of statistical values about fields and facets.
StatsValuesFactory - Class in org.apache.solr.handler.component
Factory class for creating instance of StatsValues
StatsValuesFactory() - Constructor for class org.apache.solr.handler.component.StatsValuesFactory
 
STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
STATUS_MSGS - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
statusCode - Variable in class org.apache.solr.update.SolrCmdDistributor.Error
 
StatusTool() - Constructor for class org.apache.solr.util.SolrCLI.StatusTool
 
STAX_INSTANCE - Static variable in class org.apache.solr.util.EmptyEntityResolver
 
StdNode(ZkCoreNodeProps) - Constructor for class org.apache.solr.update.SolrCmdDistributor.StdNode
 
StdNode(ZkCoreNodeProps, String, String) - Constructor for class org.apache.solr.update.SolrCmdDistributor.StdNode
 
stop() - Method in class org.apache.solr.cloud.SolrZkServer
 
stop() - Method in class org.apache.solr.rest.SolrConfigRestApi
 
stop() - Method in class org.apache.solr.rest.SolrSchemaRestApi
 
stop() - Method in class org.apache.solr.util.RTimer
Recursively stop timer and sub timers
stop() - Method in class org.apache.solr.util.stats.TimerContext
Stops recording the elapsed time, updates the timer and returns the elapsed time
STOPPED - Static variable in class org.apache.solr.util.RTimer
 
stopwords - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
storage - Variable in class org.apache.solr.rest.ManagedResource
 
STORAGE_DIR_INIT_ARG - Static variable in class org.apache.solr.rest.ManagedResourceStorage
 
STORAGE_IO_CLASS_INIT_ARG - Static variable in class org.apache.solr.rest.ManagedResourceStorage
 
storageIO - Variable in class org.apache.solr.rest.ManagedResourceStorage
 
storageIO - Variable in class org.apache.solr.rest.RestManager
 
store(String, Object) - Method in class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
 
store(String, Object) - Method in class org.apache.solr.rest.ManagedResourceStorage
Persists the given toStore object with the given resourceId.
store(BlockCacheKey, int, byte[], int, int) - Method in class org.apache.solr.store.blockcache.BlockCache
 
Store - Interface in org.apache.solr.store.blockcache
 
STORE_DIR - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
Name of the location where to persist the dictionary.
STORE_DIR - Static variable in class org.apache.solr.spelling.suggest.Suggester
Name of the location where to persist the dictionary.
STORE_OFFSETS - Static variable in class org.apache.solr.schema.FieldProperties
 
STORE_TERMOFFSETS - Static variable in class org.apache.solr.schema.FieldProperties
 
STORE_TERMPOSITIONS - Static variable in class org.apache.solr.schema.FieldProperties
 
STORE_TERMVECTORS - Static variable in class org.apache.solr.schema.FieldProperties
 
STORED - Static variable in class org.apache.solr.schema.FieldProperties
 
stored() - Method in class org.apache.solr.schema.SchemaField
 
StoredFieldsShardRequestFactory - Class in org.apache.solr.search.grouping.distributed.requestfactory
 
StoredFieldsShardRequestFactory() - Constructor for class org.apache.solr.search.grouping.distributed.requestfactory.StoredFieldsShardRequestFactory
 
StoredFieldsShardResponseProcessor - Class in org.apache.solr.search.grouping.distributed.responseprocessor
Concrete implementation for processing the stored field values from shard responses.
StoredFieldsShardResponseProcessor() - Constructor for class org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor
 
storeDir - Variable in class org.apache.solr.spelling.suggest.Suggester
 
storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.EnumField
Given the stored field, return the indexed form
storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.FieldType
Given the stored field, return the indexed form
storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.TrieDateField
 
storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.TrieField
 
storedToReadable(IndexableField) - Method in class org.apache.solr.schema.FieldType
Given the stored field, return the human readable representation
storedToReadable(IndexableField) - Method in class org.apache.solr.schema.TrieDateField
 
storedToReadable(IndexableField) - Method in class org.apache.solr.schema.TrieField
 
storeFailureDetails(String, ZkNodeProps, SolrResponse) - Method in class org.apache.solr.cloud.Overseer.Stats
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.LookupFactory
Returns the filename in which the in-memory data structure is stored NOTE: not all Lookup implementations store in-memory data structures
storeFileName() - Method in class org.apache.solr.spelling.suggest.tst.TSTLookupFactory
 
storeManagedData(Object) - Method in class org.apache.solr.rest.ManagedResource
Persists managed data to the configured storage IO as a JSON object.
storeOffsetsWithPositions() - Method in class org.apache.solr.schema.SchemaField
 
storeTermOffsets() - Method in class org.apache.solr.schema.SchemaField
 
storeTermPositions() - Method in class org.apache.solr.schema.SchemaField
 
storeTermVector() - Method in class org.apache.solr.schema.SchemaField
 
STR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
str - Variable in class org.apache.solr.schema.PreAnalyzedField.ParseResult
 
str1 - Variable in class org.apache.solr.search.function.distance.StringDistanceFunction
 
str2 - Variable in class org.apache.solr.search.function.distance.StringDistanceFunction
 
strategy - Variable in class org.apache.solr.internal.csv.CSVPrinter
 
STREAM - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
STREAM_BODY - Static variable in interface org.apache.solr.common.params.CommonParams
If the content stream should come directly from a field
STREAM_CONTENT_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
 
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_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
 
STREAM_SIZE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
 
STREAM_SOURCE_INFO - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
 
STREAM_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
The type of the stream.
STREAM_URL - Static variable in interface org.apache.solr.common.params.CommonParams
If the content stream should come from a URL (using URLConnection)
streamDocListInfo(long, long, Float) - Method in class org.apache.solr.client.solrj.StreamingResponseCallback
 
StreamingBinaryResponseParser - Class in org.apache.solr.client.solrj.impl
A BinaryResponseParser that sends callback events rather then build a large response
StreamingBinaryResponseParser(StreamingResponseCallback) - Constructor for class org.apache.solr.client.solrj.impl.StreamingBinaryResponseParser
 
StreamingResponseCallback - Class in org.apache.solr.client.solrj
A callback interface for streaming response
StreamingResponseCallback() - Constructor for class org.apache.solr.client.solrj.StreamingResponseCallback
 
StreamingSolrServers - Class in org.apache.solr.update
 
StreamingSolrServers(UpdateShardHandler) - Constructor for class org.apache.solr.update.StreamingSolrServers
 
streamRecords(Reader, JsonRecordReader.Handler) - Method in class org.apache.solr.common.util.JsonRecordReader
Creates an JSONParser on top of whatever reader has been configured.
streamRecords(JSONParser, JsonRecordReader.Handler) - Method in class org.apache.solr.common.util.JsonRecordReader
 
streamRecords(Reader, XPathRecordReader.Handler) - Method in class org.apache.solr.handler.dataimport.XPathRecordReader
Creates an XML stream reader on top of whatever reader has been configured.
streamRows - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
streams - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
streamSolrDocument(SolrDocument) - Method in class org.apache.solr.client.solrj.StreamingResponseCallback
 
StrField - Class in org.apache.solr.schema
 
StrField() - Constructor for class org.apache.solr.schema.StrField
 
StrFieldSource - Class in org.apache.solr.schema
 
StrFieldSource(String) - Constructor for class org.apache.solr.schema.StrFieldSource
 
STRING_DISTANCE - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
STRING_DISTANCE - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
STRING_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
StringDistanceFunction - Class in org.apache.solr.search.function.distance
 
StringDistanceFunction(ValueSource, ValueSource, StringDistance) - Constructor for class org.apache.solr.search.function.distance.StringDistanceFunction
 
stringIncludingLocalParams - Variable in class org.apache.solr.search.QParser
 
StringStream(String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.StringStream
 
stringToStream(String) - Static method in class org.apache.solr.util.SimplePostTool
Converts a string to an input stream
stringValueToIntValue(String) - Method in class org.apache.solr.schema.EnumField
Converting the string (displayed) value (internal) to integer value (indicating the sort order)
STRIP_HTML - Static variable in class org.apache.solr.handler.dataimport.HTMLStripTransformer
 
stripIllegalOperators(CharSequence) - Static method in class org.apache.solr.util.SolrPluginUtils
Strips operators that are used illegally, otherwise returns its input.
stripTrailingSlash(String) - Method in class org.apache.solr.core.CachingDirectoryFactory
 
stripUnbalancedQuotes(CharSequence) - Static method in class org.apache.solr.util.SolrPluginUtils
Returns it's input if there is an even (ie: balanced) number of '"' characters -- otherwise returns a String in which all '"' characters are striped out.
StrParser(String) - Constructor for class org.apache.solr.search.QueryParsing.StrParser
 
StrParser(String, int, int) - Constructor for class org.apache.solr.search.QueryParsing.StrParser
 
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.util.RTimer
Create new subtimer with given name Subtimer will be started.
SUB_FIELD_SUFFIX - Static variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
SUB_FIELD_TYPE - Static variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
subField(SchemaField, int, IndexSchema) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
subFieldType - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
submit(ShardRequest, String, ModifiableSolrParams) - Method in class org.apache.solr.handler.component.HttpShardHandler
 
submit(ShardRequest, String, ModifiableSolrParams) - Method in class org.apache.solr.handler.component.ShardHandler
 
subParser - Variable in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
 
subQuery(String, String) - Method in class org.apache.solr.search.QParser
Create a new QParser for parsing an embedded sub-query
subset(int, int) - Method in interface org.apache.solr.search.DocList
Get a subset of an existing DocList.
subset(int, int) - Method in class org.apache.solr.search.DocSlice
 
substitutableProperties - Variable in class org.apache.solr.core.CoreDescriptor
The properties for this core, substitutable by resource loaders
substituteProperties() - Method in class org.apache.solr.core.Config
 
substituteProperties(Node, Properties) - Static method in class org.apache.solr.util.DOMUtil
Replaces ${property[:default value]} references in all attributes and text nodes of supplied node.
substituteProperty(String, Properties) - Static method in class org.apache.solr.util.DOMUtil
 
substituteProperty(String, Properties) - Static method in class org.apache.solr.util.PropertiesUtil
 
substituteSystemProperties(Node) - Static method in class org.apache.solr.util.DOMUtil
Replaces ${system.property[:default value]} references in all attributes and text nodes of supplied node.
subSuffix - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
subType - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
success - Variable in class org.apache.solr.cloud.Overseer.Stat
 
success(String) - Method in class org.apache.solr.cloud.Overseer.Stats
 
suffix - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
suffixes - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
SUGGEST_BUILD - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
Whether to build the index or not.
SUGGEST_BUILD_ALL - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
Whether to build the index or not for all suggesters in the component.
SUGGEST_COUNT - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
The count of suggestions to return for each query term not in the index and/or dictionary.
SUGGEST_DICT - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
The name of the dictionary to be used for giving the suggestion for a request.
SUGGEST_PREFIX - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
 
SUGGEST_Q - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
Use the value for this parameter as the query to spell check.
SUGGEST_RELOAD - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
Whether to reload the index.
SUGGEST_RELOAD_ALL - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
Whether to reload the index or not for all suggesters in the component.
SuggestComponent - Class in org.apache.solr.handler.component
SuggestComponent: interacts with multiple SolrSuggester to serve up suggestions Responsible for routing commands and queries to the appropriate SolrSuggester and for initializing them as specified by SolrConfig
SuggestComponent() - Constructor for class org.apache.solr.handler.component.SuggestComponent
 
suggestedVsWord - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
Suggester - Class in org.apache.solr.spelling.suggest
 
Suggester() - Constructor for class org.apache.solr.spelling.suggest.Suggester
 
SuggesterOptions - Class in org.apache.solr.spelling.suggest
Encapsulates the inputs required to be passed on to the underlying suggester in SolrSuggester
SuggesterOptions(CharsRef, int) - Constructor for class org.apache.solr.spelling.suggest.SuggesterOptions
 
SuggesterParams - Interface in org.apache.solr.spelling.suggest
 
SuggesterResult - Class in org.apache.solr.spelling.suggest
Encapsulates the results returned by the suggester in SolrSuggester
SuggesterResult() - Constructor for class org.apache.solr.spelling.suggest.SuggesterResult
 
suggesters - Variable in class org.apache.solr.handler.component.SuggestComponent
Key is the dictionary name used in SolrConfig, value is the corresponding SolrSuggester
Suggestion(String, NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
suggestion - Variable in class org.apache.solr.spelling.ResultEntry
 
suggestMode - Variable in class org.apache.solr.spelling.SpellingOptions
 
SuggestQueryConverter - Class in org.apache.solr.spelling
Passes the entire query string to the configured analyzer as-is.
SuggestQueryConverter() - Constructor for class org.apache.solr.spelling.SuggestQueryConverter
 
supportsAnalyzers() - Method in class org.apache.solr.schema.FieldType
Returns true if this type supports index and query analyzers, false otherwise.
supportsAnalyzers() - Method in class org.apache.solr.schema.TextField
 
SurroundQParserPlugin - Class in org.apache.solr.search
Plugin for lucene/contrib Surround query parser, bringing SpanQuery support to Solr.
SurroundQParserPlugin() - Constructor for class org.apache.solr.search.SurroundQParserPlugin
 
swap(String, String) - Method in class org.apache.solr.core.CoreContainer
Swaps two SolrCore descriptors.
swap(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.core.CorePropertiesLocator
 
swap(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in interface org.apache.solr.core.CoresLocator
Swap two core definitions
swap(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.core.SolrXMLCoresLocator
 
SweetSpotSimilarityFactory - Class in org.apache.solr.search.similarities
Factory for SweetSpotSimilarity.
SweetSpotSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.SweetSpotSimilarityFactory
 
SWITCH_CASE - Static variable in class org.apache.solr.search.SwitchQParserPlugin
Used as both a local params key to find the "default" if no blank input is provided to the parser, as well as a prefix (followed by '.' for looking up the switch input.
SWITCH_DEFAULT - Static variable in class org.apache.solr.search.SwitchQParserPlugin
A local param whose value, if specified, is used if no switch case matches the parser input.
SwitchQParserPlugin - Class in org.apache.solr.search
A QParserPlugin that acts like a "switch/case" statement.
SwitchQParserPlugin() - Constructor for class org.apache.solr.search.SwitchQParserPlugin
 
SwitchTo(int) - Method in class org.apache.solr.parser.QueryParserTokenManager
Switch to specified lex state.
sync(ZkController, SolrCore, ZkNodeProps) - Method in class org.apache.solr.cloud.SyncStrategy
 
sync(ZkController, SolrCore, ZkNodeProps, boolean) - Method in class org.apache.solr.cloud.SyncStrategy
 
SYNC - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
sync(Collection<String>) - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
sync(Collection<String>) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
 
sync() - Method in class org.apache.solr.update.PeerSync
Returns true if peer sync was successful, meaning that this core may not be considered to have the latest updates when considering the last N updates between it and it's peers.
sync(SolrCore, List<String>, int) - Static method in class org.apache.solr.update.PeerSync
Requests and applies recent updates from peers
sync(File) - Static method in class org.apache.solr.util.FileUtils
Copied from Lucene's FSDirectory.fsync(String)
synchronous - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
 
SyncStrategy - Class in org.apache.solr.cloud
 
SyncStrategy(CoreContainer) - Constructor for class org.apache.solr.cloud.SyncStrategy
 
SYNONYM_MAPPINGS - Static variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
 
SynonymManager(String, SolrResourceLoader, ManagedResourceStorage.StorageIO) - Constructor for class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
synonymMappings - Variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
 
syntaxError - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
SyntaxError - Exception in org.apache.solr.search
Simple checked exception for parsing errors
SyntaxError(String) - Constructor for exception org.apache.solr.search.SyntaxError
 
SyntaxError(String, Throwable) - Constructor for exception org.apache.solr.search.SyntaxError
 
SyntaxError(Throwable) - Constructor for exception org.apache.solr.search.SyntaxError
 
SYS_PROP_CHECK_PEER_NAME - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
 
SystemIdResolver - Class in org.apache.solr.util
This is a helper class to support resolving of XIncludes or other hrefs inside XML files on top of a ResourceLoader.
SystemIdResolver(ResourceLoader) - Constructor for class org.apache.solr.util.SystemIdResolver
 
SystemInfoHandler - Class in org.apache.solr.handler.admin
This handler returns system info
SystemInfoHandler() - Constructor for class org.apache.solr.handler.admin.SystemInfoHandler
 
SystemInfoHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.SystemInfoHandler
 

T

tableCount - Variable in class org.apache.solr.store.blockcache.Metrics
 
TAG - Static variable in interface org.apache.solr.common.params.CommonParams
 
TAG_AND_LEN - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
TAG_ELLIPSIS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
TAG_POST - Static variable in interface org.apache.solr.common.params.HighlightParams
 
TAG_PRE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
tagByte - Variable in class org.apache.solr.common.util.JavaBinCodec
 
take() - Method in class org.apache.solr.cloud.DistributedQueue
Removes the head of the queue and returns it, blocks until it succeeds.
takeBuffer(int) - Method in class org.apache.solr.store.blockcache.BufferStore
 
takeBuffer(int) - Method in interface org.apache.solr.store.blockcache.Store
 
takeCompletedIncludingErrors() - Method in class org.apache.solr.handler.component.HttpShardHandler
returns a ShardResponse of the last response correlated with a ShardRequest.
takeCompletedIncludingErrors() - Method in class org.apache.solr.handler.component.ShardHandler
 
takeCompletedOrError() - Method in class org.apache.solr.handler.component.HttpShardHandler
returns a ShardResponse of the last response correlated with a ShardRequest, or immediately returns a ShardResponse if there was an error detected
takeCompletedOrError() - Method in class org.apache.solr.handler.component.ShardHandler
 
TARGET_CORE - Static variable in class org.apache.solr.common.params.CoreAdminParams
The target core to which a split index should be written to Multiple targetCores can be specified by multiple targetCore parameters
TDF_STRATEGY - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
TEMPLATE - Static variable in class org.apache.solr.handler.dataimport.TemplateTransformer
 
TemplateTransformer - Class in org.apache.solr.handler.dataimport
A Transformer which can put values into a column by resolving an expression containing other columns

For example:
<field column="name" template="${e.lastName}, ${e.firstName} ${e.middleName}" /> will produce the name by combining values from lastName, firstName and middleName fields as given in the template attribute.

TemplateTransformer() - Constructor for class org.apache.solr.handler.dataimport.TemplateTransformer
 
Term(String, long) - Constructor for class org.apache.solr.client.solrj.response.TermsResponse.Term
 
term - Variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
Term(String) - Method in class org.apache.solr.parser.QueryParser
 
TERM - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
TERM_IN_BOOLEAN_QUERY_FLAG - Static variable in class org.apache.solr.spelling.QueryConverter
This term exists in a query that contains boolean operators (AND/OR/NOT)
TERM_PRECEDES_NEW_BOOLEAN_OPERATOR_FLAG - Static variable in class org.apache.solr.spelling.QueryConverter
This term is directly followed by a boolean operator (AND/OR/NOT) and this operator differs from the prior boolean operator in the query (this signifies this term is likely part of a different query clause than the next term in the query)
TERM_VECTORS - Static variable in class org.apache.solr.handler.component.TermVectorComponent
 
TERMINATE_EARLY - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
termIndexInterval - Variable in class org.apache.solr.update.SolrIndexConfig
 
termInfosIndexDivisor - Variable in class org.apache.solr.core.IndexReaderFactory
 
termNum - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
termNum - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
TermQParserPlugin - Class in org.apache.solr.search
Create a single term query from the input value equivalent to readableToIndexed().
TermQParserPlugin() - Constructor for class org.apache.solr.search.TermQParserPlugin
 
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_REGEXP_FLAG - Static variable in interface org.apache.solr.common.params.TermsParams
 
TERMS_REGEXP_STR - Static variable in interface org.apache.solr.common.params.TermsParams
 
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.
TermsComponent - Class in org.apache.solr.handler.component
Return TermEnum information, useful for things like auto suggest.
TermsComponent() - Constructor for class org.apache.solr.handler.component.TermsComponent
 
TermsComponent.TermsHelper - Class in org.apache.solr.handler.component
 
termsEnum - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
 
TermsHelper() - Constructor for class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
TermsParams - Interface in org.apache.solr.common.params
 
TermsParams.TermsRegexpFlag - Enum in org.apache.solr.common.params
 
TermsQParserPlugin - Class in org.apache.solr.search
Finds documents whose specified field has any of the specified values.
TermsQParserPlugin() - Constructor for class org.apache.solr.search.TermsQParserPlugin
 
TermsResponse - Class in org.apache.solr.client.solrj.response
Encapsulates responses from TermsComponent
TermsResponse(NamedList<NamedList<Number>>) - Constructor for class org.apache.solr.client.solrj.response.TermsResponse
 
TermsResponse.Term - Class in org.apache.solr.client.solrj.response
 
TermVectorComponent - Class in org.apache.solr.handler.component
Return term vectors for the documents in a query result set.
TermVectorComponent() - Constructor for class org.apache.solr.handler.component.TermVectorComponent
 
TermVectorParams - Interface in org.apache.solr.common.params
 
testing_errorHook - Static variable in class org.apache.solr.update.SolrCmdDistributor
 
testing_logReplayFinishHook - Static variable in class org.apache.solr.update.UpdateLog
 
testing_logReplayHook - Static variable in class org.apache.solr.update.UpdateLog
 
TEXT_FORMAT - Static variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
Extract Only supported format
TEXT_XML - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
 
TextField - Class in org.apache.solr.schema
TextField is the basic type for configurable text analysis.
TextField() - Constructor for class org.apache.solr.schema.TextField
 
TextProfileSignature - Class in org.apache.solr.update.processor
This implementation is copied from Apache Nutch.
TextProfileSignature() - Constructor for class org.apache.solr.update.processor.TextProfileSignature
 
TextResponseWriter - Class in org.apache.solr.response
Base class for text-oriented response writers.
TextResponseWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.TextResponseWriter
 
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.
ThreadDumpHandler - Class in org.apache.solr.handler.admin
 
ThreadDumpHandler() - Constructor for class org.apache.solr.handler.admin.ThreadDumpHandler
 
threadLocal - Static variable in class org.apache.solr.request.SolrRequestInfo
 
THREADS - Static variable in interface org.apache.solr.common.params.CommonParams
 
threads - Variable in class org.apache.solr.request.SimpleFacets
 
threshold - Variable in class org.apache.solr.logging.ListenerConfig
 
threshold - Variable in class org.apache.solr.spelling.IndexBasedSpellChecker
 
threshold - Variable in class org.apache.solr.spelling.suggest.Suggester
 
THRESHOLD - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
threshold - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
 
THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.IndexBasedSpellChecker
 
THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory
Minimum frequency of terms to consider when building the dictionary.
THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.suggest.Suggester
Minimum frequency of terms to consider when building the dictionary.
throwErrorIfReplicaReplaced(CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
 
tick() - Method in class org.apache.solr.util.stats.EWMA
Mark the passage of time and decay the current rate accordingly.
TIE - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for tiebreaker value
tie - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias
 
tie - Variable in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
tiebreaker - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
 
TikaEntityProcessor - Class in org.apache.solr.handler.dataimport
An implementation of EntityProcessor which reads data from rich docs using Apache Tika
TikaEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.TikaEntityProcessor
 
TikaLanguageIdentifierUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using Tika's LanguageIdentifier.
TikaLanguageIdentifierUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessor
 
TikaLanguageIdentifierUpdateProcessorFactory - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using Tika's LanguageIdentifier.
TikaLanguageIdentifierUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
tikaSimilarityPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
time(String) - Method in class org.apache.solr.cloud.Overseer.Stats
 
time - Variable in class org.apache.solr.util.RTimer
 
time(Callable<T>) - Method in class org.apache.solr.util.stats.Timer
Times and records the duration of event.
time() - Method in class org.apache.solr.util.stats.Timer
Returns a timing TimerContext, which measures an elapsed time in nanoseconds.
TIME_ALLOWED - Static variable in interface org.apache.solr.common.params.CommonParams
Timeout value in milliseconds.
TIME_ELAPSED - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
TIMEOUT - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
TIMEOUT_SECS - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
Timer - Class in org.apache.solr.util.stats
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via Meter.
Timer() - Constructor for class org.apache.solr.util.stats.Timer
 
Timer(TimeUnit, TimeUnit, Clock) - Constructor for class org.apache.solr.util.stats.Timer
Creates a new Timer.
TimerContext - Class in org.apache.solr.util.stats
A timing context.
times - Variable in class org.apache.solr.store.blockcache.Metrics.MethodCall
 
TimestampUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update processor that adds a newly generated Date value of "NOW" to any document being added that does not already have a value in the specified field.
TimestampUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.TimestampUpdateProcessorFactory
 
TimeZoneUtils - Class in org.apache.solr.util
Simple utilities for working with TimeZones
TIMING - Static variable in interface org.apache.solr.common.params.CommonParams
CommonParams.DEBUG value indicating an interest in debug output related to timing
tlog - Variable in class org.apache.solr.update.UpdateLog
 
TLOG_NAME - Static variable in class org.apache.solr.update.UpdateLog
 
tlogDir - Variable in class org.apache.solr.update.UpdateLog
 
tlogFiles - Variable in class org.apache.solr.update.UpdateLog
 
toBoolean(String) - Static method in class org.apache.solr.util.PropertiesUtil
 
toBooleanDefaultIfNull(Boolean, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientConfigurer
 
toBooleanObject(String) - Static method in class org.apache.solr.client.solrj.impl.HttpClientConfigurer
 
toContentStreams(String, String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Take a string and make it an iterable ContentStream
toDocIDs(DocList) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
Converts solr's DocList to the int[] docIDs
toDocument(SolrInputDocument, IndexSchema) - Static method in class org.apache.solr.update.DocumentBuilder
Convert a SolrInputDocument to a lucene Document.
toExternal(IndexableField) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.BinaryField
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.BoolField
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
toExternal(Date) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.EnumField
Convert the stored-field format to an external (string, human readable) value
toExternal(IndexableField) - Method in class org.apache.solr.schema.FieldType
Convert the stored-field format to an external (string, human readable) value
toExternal(IndexableField) - Method in class org.apache.solr.schema.GeoHashField
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.TrieDateField
 
toExternal(IndexableField) - Method in class org.apache.solr.schema.TrieField
 
toFilteredSolrParams(List<String>) - Method in class org.apache.solr.common.params.SolrParams
Create filtered SolrParams.
toFormattedString(Field) - Method in class org.apache.solr.schema.JsonPreAnalyzedParser
 
toFormattedString(Field) - Method in interface org.apache.solr.schema.PreAnalyzedField.PreAnalyzedParser
Format a field so that the resulting String is valid for parsing with PreAnalyzedField.PreAnalyzedParser.parse(Reader, AttributeSource).
toFormattedString(Field) - Method in class org.apache.solr.schema.PreAnalyzedField
Utility method to convert a field to a string that is parse-able by this class.
toFormattedString(Field) - Method in class org.apache.solr.schema.SimplePreAnalyzedParser
 
toIndexWriterConfig(IndexSchema) - Method in class org.apache.solr.update.SolrIndexConfig
 
toInt() - Method in class org.apache.solr.common.EnumFieldValue
 
toInteger(String, Integer) - Static method in class org.apache.solr.util.PropertiesUtil
Parse the given String value as an integer.
toInternal(String) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
toInternal(String) - Method in class org.apache.solr.schema.BoolField
 
toInternal(String) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
toInternal(Date) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
toInternal(String) - Method in class org.apache.solr.schema.EnumField
Convert an external value (from XML update command or from query string) into the internal format for both storing and indexing (which can be modified by any analyzers).
toInternal(String) - Method in class org.apache.solr.schema.FieldType
Convert an external value (from XML update command or from query string) into the internal format for both storing and indexing (which can be modified by any analyzers).
toInternal(String) - Method in class org.apache.solr.schema.GeoHashField
 
toInternal(String) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
toInternal(String) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
toInternal(String) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
toInternal(String) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
toInternal(String) - Method in class org.apache.solr.schema.TrieDateField
 
toInternal(String) - Method in class org.apache.solr.schema.TrieField
 
toInternal(String) - Method in class org.apache.solr.schema.UUIDField
Generates a UUID if val is either null, empty or "NEW".
toInternal(UUID) - Method in class org.apache.solr.schema.UUIDField
 
toJSON(Object) - Static method in class org.apache.solr.common.cloud.ZkStateReader
 
token - Variable in class org.apache.solr.parser.QueryParser
Current token.
Token - Class in org.apache.solr.parser
Describes the input token stream.
Token() - Constructor for class org.apache.solr.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.solr.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.solr.parser.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.apache.solr.spelling.ResultEntry
 
TOKEN_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
token_source - Variable in class org.apache.solr.parser.QueryParser
Generated Token Manager.
tokenImage - Variable in exception org.apache.solr.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.solr.parser.QueryParserConstants
Literal token values.
TOKENIZED - Static variable in class org.apache.solr.schema.FieldProperties
 
TOKENIZER - Static variable in class org.apache.solr.schema.FieldType
 
TokenizerChain - Class in org.apache.solr.analysis
An analyzer that uses a tokenizer and a list of token filters to create a TokenStream.
TokenizerChain(TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.apache.solr.analysis.TokenizerChain
 
TokenizerChain(CharFilterFactory[], TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.apache.solr.analysis.TokenizerChain
 
TokenMgrError - Error in org.apache.solr.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.solr.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.solr.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.solr.parser.TokenMgrError
Full Constructor.
tokens - Variable in class org.apache.solr.spelling.SpellingOptions
The tokens to spell check
TOKENS_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
TokenTrackingAttributeImpl() - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
toList() - Method in class org.apache.solr.logging.CircularList
 
toLog - Variable in class org.apache.solr.response.SolrQueryResponse
Container for storing information that should be logged by Solr before returning.
toLower() - Method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
 
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<String,String> from a NamedList given no keys are repeated
toMap(NamedNodeMap) - Static method in class org.apache.solr.util.DOMUtil
 
toMapExcept(NamedNodeMap, String...) - Static method in class org.apache.solr.util.DOMUtil
 
toMultiMap(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create a Map<String,String[]> from a NamedList
toNamedList() - Method in class org.apache.solr.common.params.SolrParams
Convert this to a NamedList
toNamedList(boolean, SpellingResult, String, boolean, boolean, boolean) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
toObject(IndexableField) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.BCDLongField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.BCDStrField
Deprecated.
This only works for strings that represent an interger.
toObject(IndexableField) - Method in class org.apache.solr.schema.BinaryField
 
toObject(IndexableField) - Method in class org.apache.solr.schema.BoolField
 
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.BoolField
 
toObject(IndexableField) - Method in class org.apache.solr.schema.ByteField
Deprecated.
 
toObject(String) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.DoubleField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.EnumField
Convert the stored-field format to an external object.
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.EnumField
toObject(IndexableField) - Method in class org.apache.solr.schema.FieldType
Convert the stored-field format to an external object.
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.FieldType
 
toObject(IndexableField) - Method in class org.apache.solr.schema.FloatField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.IntField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.LongField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.ShortField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
toObject(IndexableField) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.StrField
 
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.TextField
 
toObject(IndexableField) - Method in class org.apache.solr.schema.TrieDateField
 
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.TrieDateField
 
toObject(IndexableField) - Method in class org.apache.solr.schema.TrieField
 
toObject(SchemaField, BytesRef) - Method in class org.apache.solr.schema.TrieField
 
toObject(IndexableField) - Method in class org.apache.solr.schema.UUIDField
 
top() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Returns the least element of the PriorityQueue in constant time.
top() - Method in class org.apache.solr.util.LongPriorityQueue
Returns the least element of the PriorityQueue in constant time.
TopGroupsFieldCommand - Class in org.apache.solr.search.grouping.distributed.command
Defines all collectors for retrieving the second phase and how to handle the collector result.
TopGroupsFieldCommand.Builder - Class in org.apache.solr.search.grouping.distributed.command
 
TopGroupsResultTransformer - Class in org.apache.solr.search.grouping.distributed.shardresultserializer
Implementation for transforming TopGroups and TopDocs into a NamedList structure and visa versa.
TopGroupsResultTransformer(ResponseBuilder) - Constructor for class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
 
TopGroupsShardRequestFactory - Class in org.apache.solr.search.grouping.distributed.requestfactory
Concrete implementation of ShardRequestFactory that creates ShardRequest instances for getting the top groups from all shards.
TopGroupsShardRequestFactory() - Constructor for class org.apache.solr.search.grouping.distributed.requestfactory.TopGroupsShardRequestFactory
 
TopGroupsShardResponseProcessor - Class in org.apache.solr.search.grouping.distributed.responseprocessor
Concrete implementation for merging TopGroups instances from shard responses.
TopGroupsShardResponseProcessor() - Constructor for class org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor
 
TopLevelQuery(String) - Method in class org.apache.solr.parser.QueryParser
 
TopLevelQuery(String) - Method in class org.apache.solr.parser.SolrQueryParserBase
 
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
 
toSolrDocument(LogRecord) - Method in class org.apache.solr.logging.jul.JulWatcher
 
toSolrDocument(LoggingEvent) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
 
toSolrDocument(E) - Method in class org.apache.solr.logging.LogWatcher
 
toSolrDocument(Document, IndexSchema) - Static method in class org.apache.solr.response.ResponseWriterUtil
Utility method for converting a Document from the index into a SolrDocument suitable for inclusion in a SolrQueryResponse
toSolrDocument(Document) - Method in class org.apache.solr.response.TextResponseWriter
 
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.analysis.TokenizerChain
 
toString() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.ServerWrapper
 
toString() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
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.PivotField
 
toString() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
toString() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
Gets a human readable description of the sort clause.
toString() - Method in class org.apache.solr.common.cloud.Aliases
 
toString() - Method in class org.apache.solr.common.cloud.ClusterState
 
toString() - Method in class org.apache.solr.common.cloud.DocCollection
 
toString() - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
toString() - Method in class org.apache.solr.common.cloud.HashPartitioner.Range
 
toString() - Method in class org.apache.solr.common.cloud.Replica
 
toString() - Method in class org.apache.solr.common.cloud.RoutingRule
 
toString() - Method in class org.apache.solr.common.cloud.Slice
 
toString() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
 
toString() - Method in class org.apache.solr.common.cloud.ZkNodeProps
 
toString() - Method in class org.apache.solr.common.EnumFieldValue
 
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
Deprecated.
 
toString() - Method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
 
toString() - Method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
 
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.core.AbstractSolrEventListener
 
toString() - Method in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
 
toString() - Method in class org.apache.solr.core.CoreDescriptor
 
toString() - Method in class org.apache.solr.core.PluginInfo
 
toString() - Method in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
toString() - Method in class org.apache.solr.handler.component.PivotFacet
 
toString() - Method in class org.apache.solr.handler.component.PivotFacetField
 
toString() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
 
toString() - Method in class org.apache.solr.handler.component.PivotFacetValue
 
toString() - Method in class org.apache.solr.handler.component.ShardDoc
 
toString() - Method in class org.apache.solr.handler.component.ShardRequest
 
toString() - Method in class org.apache.solr.handler.component.ShardResponse
 
toString() - Method in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
 
toString() - Method in class org.apache.solr.internal.csv.CharBuffer
Converts the contents of the buffer into a StringBuffer.
toString() - Method in class org.apache.solr.logging.CircularList
 
toString() - Method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
 
toString() - Method in class org.apache.solr.parser.Token
Returns the image.
toString() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
toString() - Method in class org.apache.solr.request.UnInvertedField
 
toString() - Method in class org.apache.solr.response.PageTool
 
toString() - Method in class org.apache.solr.response.transform.DocTransformer
 
toString() - Method in class org.apache.solr.schema.FieldType
 
toString() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
 
toString() - Method in class org.apache.solr.schema.IndexSchema.DynamicField
 
toString() - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
 
toString() - Method in class org.apache.solr.schema.SchemaField
 
toString(String) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
 
toString(String) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
toString(String) - Method in class org.apache.solr.search.ExtendedQueryBase
 
toString() - Method in class org.apache.solr.search.FastLRUCache
 
toString(int) - Method in class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
 
toString() - Method in class org.apache.solr.search.function.FileFloatSource
 
toString() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
toString() - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
toString(String) - Method in class org.apache.solr.search.join.IgnoreAcceptDocsQuery
 
toString() - Method in class org.apache.solr.search.LFUCache
 
toString() - Method in class org.apache.solr.search.LRUCache
 
toString() - Method in class org.apache.solr.search.QueryParsing.StrParser
 
toString(Query, IndexSchema, Appendable, int) - Static method in class org.apache.solr.search.QueryParsing
 
toString(Query, IndexSchema) - Static method in class org.apache.solr.search.QueryParsing
Formats a Query for debugging, using the IndexSchema to make complex field types readable.
toString(List<Query>, IndexSchema) - Static method in class org.apache.solr.search.QueryParsing
Builds a list of String which are stringified versions of a list of Queries
toString() - Method in class org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
 
toString(String) - Method in class org.apache.solr.search.SolrConstantScoreQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.solr.search.SolrIndexSearcher
 
toString() - Method in class org.apache.solr.search.SortSpec
 
toString(String) - Method in class org.apache.solr.search.WrappedQuery
 
toString() - Method in class org.apache.solr.SolrLogFormatter.Method
 
toString() - Method in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
 
toString() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
 
toString() - Method in class org.apache.solr.store.blockcache.BlockDirectory
 
toString() - Method in class org.apache.solr.update.AddUpdateCommand
 
toString() - Method in class org.apache.solr.update.CommitTracker
 
toString() - Method in class org.apache.solr.update.CommitUpdateCommand
 
toString() - Method in class org.apache.solr.update.DeleteUpdateCommand
 
toString() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
toString() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSLogReader
 
toString() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSReverseReader
 
toString() - Method in class org.apache.solr.update.HdfsTransactionLog
 
toString() - Method in class org.apache.solr.update.HdfsUpdateLog
Returns true if we were able to drop buffered updates and return to the ACTIVE state
toString() - Method in class org.apache.solr.update.MergeIndexesCommand
 
toString() - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor.RequestReplicationTracker
 
toString() - Method in class org.apache.solr.update.RollbackUpdateCommand
 
toString() - Method in class org.apache.solr.update.SolrCmdDistributor.Error
 
toString() - Method in class org.apache.solr.update.SolrCmdDistributor.Req
 
toString() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
 
toString() - Method in class org.apache.solr.update.SplitIndexCommand
 
toString() - Method in class org.apache.solr.update.TransactionLog.FSReverseReader
 
toString() - Method in class org.apache.solr.update.TransactionLog.LogReader
 
toString() - Method in class org.apache.solr.update.TransactionLog.ReverseReader
 
toString() - Method in class org.apache.solr.update.TransactionLog
 
toString() - Method in class org.apache.solr.update.UpdateCommand
 
toString() - Method in class org.apache.solr.update.UpdateLog.DBQ
 
toString() - Method in class org.apache.solr.update.UpdateLog.LogPtr
 
toString() - Method in class org.apache.solr.update.UpdateLog.RecoveryInfo
 
toString() - Method in class org.apache.solr.update.UpdateLog
 
toString() - Method in class org.apache.solr.util.RegexFileFilter
 
toString() - Method in class org.apache.solr.util.RTimer
 
toString() - Method in class org.apache.solr.util.SolrLogLayout.Method
 
totalCount - Variable in class org.apache.solr.search.Grouping.Command
 
totalHitCount - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
totalNumberShardResponses - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
 
touch() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
 
toUTF8(CharArr) - Static method in class org.apache.solr.common.cloud.ZkStateReader
 
toWrite - Variable in class org.apache.solr.handler.dataimport.config.EntityField.Builder
 
toWrite - Variable in class org.apache.solr.handler.dataimport.config.Field.Builder
 
toXML(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
tpe - Variable in class org.apache.solr.cloud.OverseerCollectionProcessor
 
TR - Static variable in interface org.apache.solr.common.params.CommonParams
Transformer param -- used with XSLT
trace - Variable in class org.apache.solr.update.UpdateLog
 
TRACK - Static variable in interface org.apache.solr.common.params.CommonParams
CommonParams.DEBUG value indicating an interest in debug output related to the distributed tracking
trackRequestResult(SolrCmdDistributor.Node, boolean, Integer) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor.RequestReplicationTracker
 
trackRequestResult(HttpResponse, boolean) - Method in class org.apache.solr.update.SolrCmdDistributor.Req
 
TransactionLog - Class in org.apache.solr.update
Log Format: List{Operation, Version, ...}
TransactionLog() - Constructor for class org.apache.solr.update.TransactionLog
 
TransactionLog.FSReverseReader - Class in org.apache.solr.update
 
TransactionLog.LogCodec - Class in org.apache.solr.update
 
TransactionLog.LogReader - Class in org.apache.solr.update
 
TransactionLog.ReverseReader - Class in org.apache.solr.update
 
transform(SolrDocument, int) - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
 
transform(SolrDocument, int) - Method in class org.apache.solr.response.transform.DocTransformer
This is where implementations do the actual work
transform(SolrDocument, int) - Method in class org.apache.solr.response.transform.DocTransformers
 
transform(SolrDocument, int) - Method in class org.apache.solr.response.transform.RenameFieldTransformer
 
transform(SolrDocument, int) - Method in class org.apache.solr.response.transform.ScoreAugmenter
 
transform(SolrDocument, int) - Method in class org.apache.solr.response.transform.ValueSourceAugmenter
 
transform(List<Command>) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.SearchGroupsResultTransformer
Transforms data to a NamedList structure for serialization purposes.
transform(T) - Method in interface org.apache.solr.search.grouping.distributed.shardresultserializer.ShardResultTransformer
Transforms data to a NamedList structure for serialization purposes.
transform(List<Command>) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
Transforms data to a NamedList structure for serialization purposes.
transform(Map<String, ?>, ResponseBuilder, EndResultTransformer.SolrDocumentSource) - Method in interface org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer
Transforms the specified result into its final form and puts it into the specified response.
transform(Map<String, ?>, ResponseBuilder, EndResultTransformer.SolrDocumentSource) - Method in class org.apache.solr.search.grouping.endresulttransformer.GroupedEndResultTransformer
Transforms the specified result into its final form and puts it into the specified response.
transform(Map<String, ?>, ResponseBuilder, EndResultTransformer.SolrDocumentSource) - Method in class org.apache.solr.search.grouping.endresulttransformer.MainEndResultTransformer
Transforms the specified result into its final form and puts it into the specified response.
transform(Map<String, ?>, ResponseBuilder, EndResultTransformer.SolrDocumentSource) - Method in class org.apache.solr.search.grouping.endresulttransformer.SimpleEndResultTransformer
Transforms the specified result into its final form and puts it into the specified response.
TRANSFORM_ROW - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
TransformContext - Class in org.apache.solr.response.transform
Environment variables for the transformed documents
TransformContext() - Constructor for class org.apache.solr.response.transform.TransformContext
 
TRANSFORMER - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
Transformer - Class in org.apache.solr.handler.dataimport
Use this API to implement a custom transformer for any given entity

Implementations of this abstract class must provide a public no-args constructor.

Transformer() - Constructor for class org.apache.solr.handler.dataimport.Transformer
 
transformer - Variable in class org.apache.solr.search.SolrReturnFields
 
TransformerFactory - Class in org.apache.solr.response.transform
New instance for each request
TransformerFactory() - Constructor for class org.apache.solr.response.transform.TransformerFactory
 
TransformerProvider - Class in org.apache.solr.util.xslt
Singleton that creates a Transformer for the XSLTServletFilter.
transformers - Variable in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
TransformerWithContext - Class in org.apache.solr.response.transform
 
TransformerWithContext() - Constructor for class org.apache.solr.response.transform.TransformerWithContext
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.ClobTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.DateFormatTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.HTMLStripTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.LogTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.RegexTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.TemplateTransformer
 
transformRow(Map<String, Object>, Context) - Method in class org.apache.solr.handler.dataimport.Transformer
The input is a row of data and the output has to be a new row.
transformToNative(NamedList<NamedList>, Sort, Sort, String) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.SearchGroupsResultTransformer
Transforms the specified shard response into native structures.
transformToNative(NamedList<NamedList>, Sort, Sort, String) - Method in interface org.apache.solr.search.grouping.distributed.shardresultserializer.ShardResultTransformer
Transforms the specified shard response into native structures.
transformToNative(NamedList<NamedList>, Sort, Sort, String) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
Transforms the specified shard response into native structures.
transformValue(String, SchemaField) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
Can be used to transform input values based on their SchemaField

This implementation only formats dates using the DateUtil.

TRANSIENT - Static variable in class org.apache.solr.common.params.CoreAdminParams
 
TRANSPOSITIONS - Static variable in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
If transpositions are allowed, Fuzzy suggestions will be computed based on a primitive edit operation.
TrieDateField - Class in org.apache.solr.schema
An extension of DateField that supports the same values and syntax, but indexes the value more efficiently using a numeric TrieField under the covers.
TrieDateField() - Constructor for class org.apache.solr.schema.TrieDateField
 
TrieDoubleField - Class in org.apache.solr.schema
A numeric field that can contain double-precision 64-bit IEEE 754 floating point values.
TrieDoubleField() - Constructor for class org.apache.solr.schema.TrieDoubleField
 
TrieField - Class in org.apache.solr.schema
Provides field types to support for Lucene's IntField, LongField, FloatField and DoubleField.
TrieField() - Constructor for class org.apache.solr.schema.TrieField
 
TrieField.TrieTypes - Enum in org.apache.solr.schema
 
TrieFloatField - Class in org.apache.solr.schema
A numeric field that can contain single-precision 32-bit IEEE 754 floating point values.
TrieFloatField() - Constructor for class org.apache.solr.schema.TrieFloatField
 
TrieIntField - Class in org.apache.solr.schema
A numeric field that can contain 32-bit signed two's complement integer values.
TrieIntField() - Constructor for class org.apache.solr.schema.TrieIntField
 
TrieLongField - Class in org.apache.solr.schema
A numeric field that can contain 64-bit signed two's complement integer values.
TrieLongField() - Constructor for class org.apache.solr.schema.TrieLongField
 
trim() - Method in class org.apache.solr.handler.component.PivotFacetField
Destructive method that recursively prunes values from the data structure based on the counts for those values and the effective sort, mincount, limit, and offset being used for each field.
trim() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
Destructive method that recursively prunes values from the data structure based on the counts for those values and the effective sort, mincount, limit, and offset being used for each field.
TrimFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Trims leading and trailing whitespace from any CharSequence values found in fields matching the specified conditions and returns the resulting String.
TrimFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.TrimFieldUpdateProcessorFactory
 
trimLeadingAndTrailingSlashes(String) - Static method in class org.apache.solr.cloud.ZkController
Utility method for trimming and leading and/or trailing slashes from it's input.
trimTrailingWhitespace() - Method in class org.apache.solr.internal.csv.CharBuffer
Removes trailing whitespace.
TRUE - Static variable in interface org.apache.solr.common.params.CommonParams
 
TRUE - Static variable in class org.apache.solr.handler.dataimport.HTMLStripTransformer
 
TRUE_TOKEN - Static variable in class org.apache.solr.schema.BoolField
 
trueProperties - Variable in class org.apache.solr.schema.FieldType
properties explicitly set to true
TruncateFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
Truncates any CharSequence values found in fields matching the specified conditions to a maximum character length.
TruncateFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
 
try_incref() - Method in class org.apache.solr.update.TransactionLog
 
TSTLookupFactory - Class in org.apache.solr.spelling.suggest.tst
Factory for TSTLookup
TSTLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.tst.TSTLookupFactory
 
TT_EOF - Static variable in class org.apache.solr.internal.csv.CSVParser
Token (which can have content) when end of file is reached.
TT_EORECORD - Static variable in class org.apache.solr.internal.csv.CSVParser
Token with content when end of a line is reached.
TT_INVALID - Static variable in class org.apache.solr.internal.csv.CSVParser
Token has no valid content, i.e. is in its initilized state.
TT_TOKEN - Static variable in class org.apache.solr.internal.csv.CSVParser
Token with content, at beginning or in the middle of a line.
TV_PREFIX - Static variable in interface org.apache.solr.common.params.TermVectorParams
 
type - Variable in class org.apache.solr.core.PluginInfo
 
TYPE - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
TYPE - Static variable in class org.apache.solr.schema.FieldType
 
TYPE - Static variable in class org.apache.solr.schema.IndexSchema
 
type - Variable in class org.apache.solr.schema.TrieField
 
TYPE - Static variable in class org.apache.solr.search.QueryParsing
 
TYPE_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
TYPE_NAME - Static variable in class org.apache.solr.schema.FieldType
 
typeClass - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
typeName - Variable in class org.apache.solr.schema.FieldType
The name of the type (not the name of the field)
typeName - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
 
TYPES - Static variable in class org.apache.solr.schema.IndexSchema
 
typeSupported(String) - Method in class org.apache.solr.util.SimplePostTool
Uses the mime-type map to reverse lookup whether the file ending for our type is supported by the fileTypes option
TZ - Static variable in interface org.apache.solr.common.params.CommonParams
Specifies the TimeZone used by the client for the purposes of any DateMath rounding that may take place when executing the request
tz - Variable in class org.apache.solr.request.SolrRequestInfo
 

U

UIMAToSolrMapper - Class in org.apache.solr.uima.processor
Map UIMA types and features over fields of a Solr document
UIMAToSolrMapper(SolrInputDocument, JCas) - Constructor for class org.apache.solr.uima.processor.UIMAToSolrMapper
 
UIMAUpdateRequestProcessor - Class in org.apache.solr.uima.processor
Update document(s) to be indexed with UIMA extracted information
UIMAUpdateRequestProcessor(UpdateRequestProcessor, String, SolrUIMAConfiguration, AnalysisEngine, JCasPool) - Constructor for class org.apache.solr.uima.processor.UIMAUpdateRequestProcessor
 
UIMAUpdateRequestProcessorFactory - Class in org.apache.solr.uima.processor
UIMAUpdateRequestProcessorFactory() - Constructor for class org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
 
ulog - Variable in class org.apache.solr.update.UpdateHandler
 
ULOG_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
Core updatelog directory
ulogDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
unblockUpdates() - Method in class org.apache.solr.update.VersionInfo
 
UNICODE_AWARE - Static variable in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
If true, maxEdits, minFuzzyLength, transpositions and nonFuzzyPrefix will be measured in Unicode code points (actual letters) instead of bytes.
unicodeEscapeLexer(int) - Method in class org.apache.solr.internal.csv.CSVParser
Decodes Unicode escapes.
unifiedResourcePath(SolrResourceLoader) - Static method in class org.apache.solr.cloud.CloudUtil
Returns a displayable unified path to the given resource.
UniformSample - Class in org.apache.solr.util.stats
A random sample of a stream of longs.
UniformSample(int) - Constructor for class org.apache.solr.util.stats.UniformSample
Creates a new UniformSample.
UnInvertedField - Class in org.apache.solr.request
Final form of the un-inverted field: Each document points to a list of term numbers that are contained in that document.
UnInvertedField(String, SolrIndexSearcher) - Constructor for class org.apache.solr.request.UnInvertedField
 
union(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
union(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns the union of this set with another set.
union(DocSet) - Method in class org.apache.solr.search.HashDocSet
 
unionSize(DocSet) - Method in class org.apache.solr.search.BitDocSet
 
unionSize(DocSet) - Method in interface org.apache.solr.search.DocSet
Returns the number of documents of the union of this set with another set.
UniqFieldsUpdateProcessorFactory - Class in org.apache.solr.update.processor
Removes duplicate values found in fields matching the specified conditions.
UniqFieldsUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
UNIQUE_KEY - Static variable in class org.apache.solr.schema.IndexSchema
 
UNIQUE_KEY_FIELD - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
UNIQUE_KEY_FIELD_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
uniqueKeyField - Variable in class org.apache.solr.schema.IndexSchema
 
uniqueKeyFieldName - Variable in class org.apache.solr.schema.IndexSchema
 
UniqueKeyFieldResource - Class in org.apache.solr.rest.schema
This class responds to requests at /solr/(corename)/schema/uniquekey
UniqueKeyFieldResource() - Constructor for class org.apache.solr.rest.schema.UniqueKeyFieldResource
 
uniqueKeyFieldType - Variable in class org.apache.solr.schema.IndexSchema
 
UNITS - Static variable in interface org.apache.solr.common.params.SpatialParams
km - kilometers mi - miles
UNKNOWN_FIELD_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
UNKNOWN_VALUE - Static variable in class org.apache.solr.util.SolrPluginUtils
 
unknownFieldPrefix - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
UNLIMITED - Static variable in class org.apache.solr.schema.CopyField
 
UNLIMITED_MAX_COUNT - Static variable in class org.apache.solr.handler.component.TermsComponent
 
Unload(boolean) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
unload(String) - Method in class org.apache.solr.core.CoreContainer
Unload a core from this container, leaving all files on disk
unload(String, boolean, boolean, boolean) - Method in class org.apache.solr.core.CoreContainer
Unload a core from this container, optionally removing the core's data and configuration
unloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
unloadCore(String, boolean, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
unloadCore(String, boolean, boolean, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
unloadOnClose(boolean, boolean, boolean) - Method in class org.apache.solr.core.SolrCore
 
unlockForUpdate() - Method in class org.apache.solr.update.VersionInfo
 
unlockOnStartup - Variable in class org.apache.solr.core.SolrConfig
 
unmarshal(InputStream, JavaBinUpdateRequestCodec.StreamingUpdateHandler) - 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 StreamingUpdateHandler
unmarshal(InputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
unmarshalBase64SortValue(Object) - Static method in class org.apache.solr.schema.FieldType
Unmarshals a binary field value.
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.BoolField
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.CollationField
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.FieldType
Convert a value marshaled via FieldType.marshalSortValue(java.lang.Object) back into a value usable by the FieldComparator for this FieldType's SortField
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.ICUCollationField
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.StrField
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.TextField
 
unmarshalSortValue(Object) - Method in class org.apache.solr.schema.TrieDateField
 
unmarshalStringSortValue(Object) - Static method in class org.apache.solr.schema.FieldType
Unmarshals a string-based field value.
unregister(String, CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
 
update(SolrInputDocument, UpdateRequest, Integer, Boolean) - Method in interface org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.StreamingUpdateHandler
 
update(SolrZooKeeper) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy.ZkUpdate
 
update(String, long, int, byte[], int, int) - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
 
update(String, long, int, byte[], int, int) - Method in interface org.apache.solr.store.blockcache.Cache
Update the content of the specified cache file.
update(long) - Method in class org.apache.solr.util.stats.EWMA
Update the moving average with a new value.
update(long) - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
 
update(long, long) - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
Adds an old value with a fixed timestamp to the sample.
update(int) - Method in class org.apache.solr.util.stats.Histogram
Adds a recorded value.
update(long) - Method in class org.apache.solr.util.stats.Histogram
Adds a recorded value.
update(long) - Method in interface org.apache.solr.util.stats.Sample
Adds a new recorded value to the sample.
update(long, TimeUnit) - Method in class org.apache.solr.util.stats.Timer
Adds a recorded duration.
update(long) - Method in class org.apache.solr.util.stats.UniformSample
 
UPDATE_CHAIN - Static variable in interface org.apache.solr.common.params.UpdateParams
Select the update processor chain to use.
updateAliases() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
updateClock(long) - Method in class org.apache.solr.update.VersionInfo
 
updateClusterState(boolean) - Method in class org.apache.solr.common.cloud.ZkStateReader
 
UpdateCommand - Class in org.apache.solr.update
An index update command encapsulated in an object (Command pattern)
UpdateCommand(SolrQueryRequest) - Constructor for class org.apache.solr.update.UpdateCommand
 
updateCommit(CommitUpdateCommand, SolrParams) - Static method in class org.apache.solr.handler.RequestHandlerUtils
Modify UpdateCommand based on request parameters
UPDATED_SINCE_INIT_JSON_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
 
UpdateHandler - Class in org.apache.solr.update
UpdateHandler handles requests to change the index (adds, deletes, commits, optimizes, etc).
UpdateHandler(SolrCore) - Constructor for class org.apache.solr.update.UpdateHandler
 
UpdateHandler(SolrCore, UpdateLog) - Constructor for class org.apache.solr.update.UpdateHandler
 
updateHandlerInfo - Variable in class org.apache.solr.core.SolrConfig
 
UpdateHandlerInfo(String, int, int, boolean, boolean, int, int, int, boolean) - Constructor for class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
updateHighest(long) - Method in class org.apache.solr.update.VersionBucket
 
updateInitArgs(NamedList<?>) - Method in class org.apache.solr.rest.ManagedResource
Called from ManagedResource.doPut(BaseSolrResource,Representation,Object) to update this resource's init args using the given updatedArgs
updateInitArgs(NamedList<?>) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
 
updateLiveNodes() - Method in class org.apache.solr.common.cloud.ZkStateReader
 
UpdateLog - Class in org.apache.solr.update
 
UpdateLog() - Constructor for class org.apache.solr.update.UpdateLog
 
UpdateLog.DBQ - Class in org.apache.solr.update
 
UpdateLog.LogPtr - Class in org.apache.solr.update
 
UpdateLog.RecentUpdates - Class in org.apache.solr.update
 
UpdateLog.RecoveryInfo - Class in org.apache.solr.update
 
UpdateLog.State - Enum in org.apache.solr.update
 
UpdateLog.SyncLevel - Enum in org.apache.solr.update
 
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
 
UpdateRequestHandler - Class in org.apache.solr.handler
UpdateHandler that uses content-type to pick the right Loader
UpdateRequestHandler() - Constructor for class org.apache.solr.handler.UpdateRequestHandler
 
UpdateRequestProcessor - Class in org.apache.solr.update.processor
This is a good place for subclassed update handlers to process the document before it is indexed.
UpdateRequestProcessor(UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.UpdateRequestProcessor
 
UpdateRequestProcessorChain - Class in org.apache.solr.update.processor
Manages a chain of UpdateRequestProcessorFactories.
UpdateRequestProcessorChain(SolrCore) - Constructor for class org.apache.solr.update.processor.UpdateRequestProcessorChain
 
UpdateRequestProcessorChain(UpdateRequestProcessorFactory[], SolrCore) - Constructor for class org.apache.solr.update.processor.UpdateRequestProcessorChain
Creates a chain backed directly by the specified array.
UpdateRequestProcessorFactory - Class in org.apache.solr.update.processor
A factory to generate an UpdateRequestProcessor for each request.
UpdateRequestProcessorFactory() - Constructor for class org.apache.solr.update.processor.UpdateRequestProcessorFactory
 
UpdateRequestProcessorFactory.RunAlways - Interface in org.apache.solr.update.processor
A marker interface for UpdateRequestProcessorFactory implementations indicating that the factory should be used even if the update.distrib parameter would otherwise cause it to not be run.
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
 
updateSchemaToLatest() - Method in interface org.apache.solr.request.SolrQueryRequest
Replaces the current schema snapshot with the latest from the core.
updateSchemaToLatest() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
UpdateShardHandler - Class in org.apache.solr.update
 
UpdateShardHandler(ConfigSolr) - Constructor for class org.apache.solr.update.UpdateShardHandler
 
UPDATESHARDSTATE - Static variable in class org.apache.solr.cloud.Overseer
 
updateTerm - Variable in class org.apache.solr.update.AddUpdateCommand
 
updateTop() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
Should be called when the Object at top changes values.
updateTop() - Method in class org.apache.solr.util.LongPriorityQueue
Should be called when the Object at top changes values.
upload(SolrInputDocument) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
Add a document to this writer's underlying data store.
upload(SolrInputDocument) - Method in class org.apache.solr.handler.dataimport.SolrWriter
 
uploadConfigDir(File, String) - Method in class org.apache.solr.cloud.ZkController
 
uploadConfigDir(SolrZkClient, File, String) - Static method in class org.apache.solr.cloud.ZkController
 
uploadToZK(File, String) - Method in class org.apache.solr.cloud.ZkController
 
uploadToZK(SolrZkClient, File, String) - Static method in class org.apache.solr.cloud.ZkController
 
uReq - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
 
URL - Static variable in class org.apache.solr.handler.dataimport.JdbcDataSource
 
URL - Static variable in class org.apache.solr.handler.dataimport.LineEntityProcessor
Holds the name of entity attribute that will be parsed to obtain the filename containing the changelist.
URL - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
URL_ENCODE_EVALUATOR - Static variable in class org.apache.solr.handler.dataimport.Evaluator
 
URL_PREFIX - Static variable in class org.apache.solr.common.util.URLUtil
 
URL_SCHEME - Static variable in class org.apache.solr.common.cloud.ZkStateReader
 
URLClassifyProcessor - Class in org.apache.solr.update.processor
Update processor which examines a URL and outputs to various other fields characteristics of that URL, including length, number of path levels, whether it is a top level URL (levels==0), whether it looks like a landing/index page, a canonical representation of the URL (e.g. stripping index.html), the domain and path parts of the URL etc.
URLClassifyProcessor(SolrParams, SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.URLClassifyProcessor
 
URLClassifyProcessorFactory - Class in org.apache.solr.update.processor
Creates URLClassifyProcessor
URLClassifyProcessorFactory() - Constructor for class org.apache.solr.update.processor.URLClassifyProcessorFactory
 
URLDataSource - Class in org.apache.solr.handler.dataimport
A data source implementation which can be used to read character files using HTTP.
URLDataSource() - Constructor for class org.apache.solr.handler.dataimport.URLDataSource
 
urlDecode(String) - Static method in class org.apache.solr.rest.BaseSolrResource
Decode URL-encoded strings as UTF-8, and avoid converting "+" to space
UrlEvaluator - Class in org.apache.solr.handler.dataimport
Escapes reserved characters in Solr queries
UrlEvaluator() - Constructor for class org.apache.solr.handler.dataimport.UrlEvaluator
 
URLStream(URL) - Constructor for class org.apache.solr.common.util.ContentStreamBase.URLStream
 
URLUtil - Class in org.apache.solr.common.util
 
URLUtil() - Constructor for class org.apache.solr.common.util.URLUtil
 
USE_CONTENT_TYPE - Static variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
USE_FVH - Static variable in interface org.apache.solr.common.params.HighlightParams
 
USE_PHRASE_HIGHLIGHTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
USE_SOLR_ADD_SCHEMA - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
useColdSearcher - Variable in class org.apache.solr.core.SolrConfig
 
useCompoundFile - Variable in class org.apache.solr.update.SolrIndexConfig
useFilterForSortedQuery - Variable in class org.apache.solr.core.SolrConfig
 
userCacheConfigs - Variable in class org.apache.solr.core.SolrConfig
 
userFields - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
The field names specified by 'uf' that users are allowed to include literally in their query string.
UserTimeClock() - Constructor for class org.apache.solr.util.stats.Clock.UserTimeClock
 
useSolrAddXml - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
usingDefaultDataDir() - Method in class org.apache.solr.core.CoreDescriptor
 
UTC - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
Deprecated.
UTC - Static variable in class org.apache.solr.common.util.DateUtil
 
UTC - Static variable in class org.apache.solr.schema.DateField
Deprecated.
 
UTC - Static variable in class org.apache.solr.util.DateMathParser
 
UTF16toUTF8(CharSequence, int, int, byte[], int) - Static method in class org.apache.solr.common.util.ByteUtils
Writes UTF8 into the byte array, starting at offset.
UTF8 - Static variable in class org.apache.solr.rest.BaseSolrResource
 
UTF8toUTF16(byte[], int, int, char[], int) - Static method in class org.apache.solr.common.util.ByteUtils
Converts utf8 to utf16 and returns the number of 16 bit Java chars written.
UTF8toUTF16(byte[], int, int, CharArr) - Static method in class org.apache.solr.common.util.ByteUtils
Convert UTF8 bytes into UTF16 characters.
UTF8toUTF16(byte[], int, int) - Static method in class org.apache.solr.common.util.ByteUtils
Convert UTF8 bytes into a String
UTF_8 - Static variable in class org.apache.solr.client.solrj.request.RequestWriter
 
UTF_8 - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
 
UTF_8 - Static variable in class org.apache.solr.rest.ManagedResourceStorage
 
UUIDField - Class in org.apache.solr.schema
This FieldType accepts UUID string values, as well as the special value of "NEW" which triggers generation of a new random UUID.
UUIDField() - Constructor for class org.apache.solr.schema.UUIDField
 
UUIDUpdateProcessorFactory - Class in org.apache.solr.update.processor
An update processor that adds a newly generated UUID value to any document being added that does not already have a value in the specified field.
UUIDUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
 

V

V - Static variable in class org.apache.solr.search.QueryParsing
 
val - Variable in class org.apache.solr.request.SimpleFacets.CountPair
 
val - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
 
VAL_EXPLICIT - Static variable in class org.apache.solr.search.QueryParsing
 
valFollowedParams - Variable in class org.apache.solr.search.QParser
 
validateCommitParams(SolrParams) - Static method in class org.apache.solr.handler.RequestHandlerUtils
 
validateDeleteSnapshot() - Method in class org.apache.solr.handler.SnapShooter
 
VALUE - Static variable in interface org.apache.solr.common.params.CommonParams
 
value - Variable in class org.apache.solr.response.transform.ValueAugmenterFactory
 
ValueAugmenterFactory - Class in org.apache.solr.response.transform
 
ValueAugmenterFactory() - Constructor for class org.apache.solr.response.transform.ValueAugmenterFactory
 
valueCollection - Variable in class org.apache.solr.handler.component.PivotFacetField
 
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.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.CollectionParams.CollectionAction
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
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
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.params.TermsParams.TermsRegexpFlag
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.
valueOf(String) - Static method in enum org.apache.solr.core.ConfigSolr.CfgProp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.core.DirectoryFactory.DirContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.core.SolrInfoMBean.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.handler.dataimport.DataImporter.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.handler.dataimport.DIHLogLevels
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.handler.PingRequestHandler.ACTIONS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.parser.QueryParser.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.response.transform.ExplainAugmenterFactory.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.schema.TrieField.TrieTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.search.Grouping.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.search.Grouping.TotalCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.search.SolrCache.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.servlet.cache.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.spelling.WordBreakSolrSpellChecker.BreakSuggestionTieBreaker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.update.UpdateLog.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.update.UpdateLog.SyncLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.util.PivotListEntry
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 are 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 are 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 are 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 are 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 are declared.
values() - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
Returns an array containing the constants of this enum type, in the order they are 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 are 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 are declared.
values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
Returns an array containing the constants of this enum type, in the order they are 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 are declared.
values() - Static method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
Returns an array containing the constants of this enum type, in the order they are 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 are declared.
values() - Method in class org.apache.solr.common.SolrInputDocument
 
values() - Static method in enum org.apache.solr.core.ConfigSolr.CfgProp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.core.DirectoryFactory.DirContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.core.SolrInfoMBean.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.handler.dataimport.DataImporter.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.handler.dataimport.DIHLogLevels
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.handler.PingRequestHandler.ACTIONS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.parser.QueryParser.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.solr.response.SolrQueryResponse
Container for user defined values
values() - Static method in enum org.apache.solr.response.transform.ExplainAugmenterFactory.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.schema.TrieField.TrieTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.search.Grouping.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.search.Grouping.TotalCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.search.SolrCache.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.servlet.cache.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.spelling.WordBreakSolrSpellChecker.BreakSuggestionTieBreaker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.update.UpdateLog.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.update.UpdateLog.SyncLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.util.PivotListEntry
Returns an array containing the constants of this enum type, in the order they are declared.
valueSource - Variable in class org.apache.solr.response.transform.ValueSourceAugmenter
 
ValueSourceAugmenter - Class in org.apache.solr.response.transform
Add values from a ValueSource (function query etc) NOT really sure how or if this could work...
ValueSourceAugmenter(String, QParser, ValueSource) - Constructor for class org.apache.solr.response.transform.ValueSourceAugmenter
 
ValueSourceParser - Class in org.apache.solr.search
A factory that parses user queries to generate ValueSource instances.
ValueSourceParser() - Constructor for class org.apache.solr.search.ValueSourceParser
 
ValueSourceRangeFilter - Class in org.apache.solr.search.function
RangeFilter over a ValueSource.
ValueSourceRangeFilter(ValueSource, String, String, boolean, boolean) - Constructor for class org.apache.solr.search.function.ValueSourceRangeFilter
 
VariableResolver - Class in org.apache.solr.handler.dataimport
A set of nested maps that can resolve variables by namespaces.
VariableResolver() - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
 
VariableResolver(Properties) - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
 
VariableResolver(Map<String, Object>) - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
 
VariableWrapper(String, VariableResolver) - Constructor for class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
 
varName - Variable in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
 
vectorBoxCorner(double[], double[], double, boolean) - Static method in class org.apache.solr.schema.PointType
Return the coordinates of a vector that is the corner of a box (upper right or lower left), assuming a Rectangular coordinate system.
vectorDistance(double[], double[], double) - Static method in class org.apache.solr.search.function.distance.VectorDistanceFunction
Calculate the p-norm (i.e. length) between two vectors.
vectorDistance(double[], double[], double, double) - Static method in class org.apache.solr.search.function.distance.VectorDistanceFunction
Calculate the p-norm (i.e. length) between two vectors.
VectorDistanceFunction - Class in org.apache.solr.search.function.distance
Calculate the p-norm for a Vector.
VectorDistanceFunction(float, MultiValueSource, MultiValueSource) - Constructor for class org.apache.solr.search.function.distance.VectorDistanceFunction
 
VelocityResponseWriter - Class in org.apache.solr.response
 
VelocityResponseWriter() - Constructor for class org.apache.solr.response.VelocityResponseWriter
 
VER - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
 
VERBOSE - Static variable in class org.apache.solr.core.SolrCore
 
verbose(Object...) - Static method in class org.apache.solr.core.SolrCore
 
verbose - Variable in class org.apache.solr.handler.dataimport.DebugInfo
 
VERSION - Static variable in interface org.apache.solr.common.params.CommonParams
version parameter to check request-response compatibility
version - Static variable in class org.apache.solr.core.SolrCore
 
VERSION - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
VERSION - Static variable in class org.apache.solr.schema.IndexSchema
 
version - Variable in class org.apache.solr.schema.IndexSchema
 
VERSION - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
version - Variable in class org.apache.solr.update.UpdateCommand
 
version - Variable in class org.apache.solr.update.UpdateLog.DBQ
 
VERSION_FIELD - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
 
VERSION_FIELD - Static variable in class org.apache.solr.update.VersionInfo
 
VERSION_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
 
VERSION_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
 
VersionBucket - Class in org.apache.solr.update
 
VersionBucket() - Constructor for class org.apache.solr.update.VersionBucket
 
VersionedFile - Class in org.apache.solr.util
 
VersionedFile() - Constructor for class org.apache.solr.util.VersionedFile
 
versionInfo - Variable in class org.apache.solr.update.UpdateLog
 
VersionInfo - Class in org.apache.solr.update
 
VersionInfo(UpdateLog, int) - Constructor for class org.apache.solr.update.VersionInfo
 
VERSIONS - Static variable in interface org.apache.solr.common.params.UpdateParams
Return versions of updates?
visitTerm(TermsEnum, int) - Method in class org.apache.solr.request.UnInvertedField
 
vr - Variable in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
 
vr - Variable in class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
vr - Variable in class org.apache.solr.handler.dataimport.FieldStreamDataSource
 

W

WAIT - Static variable in class org.apache.solr.handler.ReplicationHandler
Boolean param for tests that can be specified when using ReplicationHandler.CMD_FETCH_INDEX to force the current request to block until the fetch is complete.
WAIT_SEARCHER - Static variable in interface org.apache.solr.common.params.UpdateParams
wait for the searcher to be registered/visible
WAIT_SEARCHER - Static variable in class org.apache.solr.handler.UpdateRequestHandler
 
waitForAllActiveAndLive(ZkStateReader, int) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
Wait to see *all* cores live and active.
waitForAllActiveAndLive(ZkStateReader, String, int) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
Wait to see *all* cores live and active.
waitForAllNotLive(ZkStateReader, int) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
 
waitForAllNotLive(ZkStateReader, String, int) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
 
waitForConnected(long) - Method in class org.apache.solr.common.cloud.ConnectionManager
 
waitForDisconnected(long) - Method in class org.apache.solr.common.cloud.ConnectionManager
 
WaitForState() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
 
waitSearcher - Variable in class org.apache.solr.update.CommitUpdateCommand
 
waitToSeeLive(ZkStateReader, String, String, String, int) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
Wait to see an entry in the ClusterState with a specific coreNodeName and baseUrl.
wantsAllFields() - Method in class org.apache.solr.search.ReturnFields
Returns true if all fields should be returned.
wantsAllFields() - Method in class org.apache.solr.search.SolrReturnFields
 
wantsField(String) - Method in class org.apache.solr.search.ReturnFields
Returns true if the specified field should be returned.
wantsField(String) - Method in class org.apache.solr.search.SolrReturnFields
 
wantsScore() - Method in class org.apache.solr.search.ReturnFields
Returns true if the score should be returned.
wantsScore() - Method in class org.apache.solr.search.SolrReturnFields
 
wantsScores - Variable in class org.apache.solr.response.transform.TransformContext
 
warm(SolrIndexSearcher, SolrCache) - Method in class org.apache.solr.search.FastLRUCache
 
warm(SolrIndexSearcher, SolrCache) - Method in class org.apache.solr.search.LFUCache
 
warm(SolrIndexSearcher, SolrCache<K, V>) - Method in class org.apache.solr.search.LRUCache
 
warm(SolrIndexSearcher, SolrCache<K, V>) - Method in interface org.apache.solr.search.SolrCache
Warm this cache associated with searcher using the old cache object.
warm(SolrIndexSearcher) - Method in class org.apache.solr.search.SolrIndexSearcher
Warm this searcher based on an old one (primarily for auto-cache warming).
WARN - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
warning(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
warning(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
webCrawl(int, OutputStream) - Method in class org.apache.solr.util.SimplePostTool
A very simple crawler, pulling URLs to fetch from a backlog and then recurses N levels deep if recursive>0.
weight(IndexSearcher) - Method in interface org.apache.solr.search.SolrSortField
 
WEIGHT_BUCKETS - Static variable in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
The number of separate buckets for weights (discretization).
WEIGHT_EXPRESSION - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
Label for defining expression to evaluate the weight for the terms
WEIGHT_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
 
WeightedFragListBuilder - Class in org.apache.solr.highlight
 
WeightedFragListBuilder() - Constructor for class org.apache.solr.highlight.WeightedFragListBuilder
 
weightSort(Sort) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns a weighted sort according to this searcher
WFSTLookupFactory - Class in org.apache.solr.spelling.suggest.fst
Factory for WFSTCompletionLookup
WFSTLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
 
WHITESPACE_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
Enables WHITESPACE operators: ' ' '\n' '\r' '\t'
WILDTERM - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
WORD_FIELD_NAME - Static variable in class org.apache.solr.spelling.FileBasedSpellChecker
 
WORD_SET_JSON_FIELD - Static variable in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
 
WordBreakSolrSpellChecker - Class in org.apache.solr.spelling
A spellchecker that breaks and combines words.
WordBreakSolrSpellChecker() - Constructor for class org.apache.solr.spelling.WordBreakSolrSpellChecker
 
WordBreakSolrSpellChecker.BreakSuggestionTieBreaker - Enum in org.apache.solr.spelling
Specify a value on the "breakSugestionTieBreaker" parameter.
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(Query) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
 
wrap(Query) - Method in class org.apache.solr.search.RankQuery
 
wrap(FieldMutatingUpdateProcessor.FieldNameSelector, FieldMutatingUpdateProcessor.FieldNameSelector) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
Wraps two FieldNameSelectors such that the FieldNameSelector returned matches all fields specified by the "includes" unless they are matched by "excludes"
wrap(Writer) - Static method in class org.apache.solr.util.FastWriter
 
wrapAndThrow(int, Exception) - Static method in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
wrapAndThrow(int, Exception, String) - Static method in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
wrapAppended(SolrParams, SolrParams) - Static method in class org.apache.solr.common.params.SolrParams
 
wrapDefaults(SolrParams, SolrParams) - Static method in class org.apache.solr.common.params.SolrParams
 
WrappedQuery - Class in org.apache.solr.search
A simple query that wraps another query and implements ExtendedQuery.
WrappedQuery(Query) - Constructor for class org.apache.solr.search.WrappedQuery
 
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(PrintStream, int) - Method in class org.apache.solr.client.solrj.response.PivotField
 
write(JSONWriter) - Method in class org.apache.solr.common.cloud.ClusterState
 
write(JSONWriter) - Method in class org.apache.solr.common.cloud.DocCollection
 
write(JSONWriter) - Method in class org.apache.solr.common.cloud.DocRouter.Range
 
write(JSONWriter) - Method in class org.apache.solr.common.cloud.HashPartitioner.Range
 
write(JSONWriter) - Method in class org.apache.solr.common.cloud.Slice
 
write(JSONWriter) - Method in class org.apache.solr.common.cloud.ZkNodeProps
 
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(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
write(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.response.BinaryQueryResponseWriter
Use it to write the reponse in a binary format
write(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.BinaryResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.BinaryResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.CSVResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.JSONResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PHPResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PHPSerializedResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PythonResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.response.QueryResponseWriter
Write a SolrQueryResponse, this method must be thread save.
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RawResponseWriter
 
write(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RawResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RubyResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.SchemaXmlResponseWriter
 
write(int, AtomicReader, Writer) - Method in class org.apache.solr.response.SortingResponseWriter.FieldWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.SortingResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.VelocityResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XMLResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XSLTResponseWriter
 
write(OutputStream) - Method in class org.apache.solr.rest.BaseSolrResource.SolrOutputRepresentation
Called by Restlet to get the response body
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.BCDIntField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.BinaryField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.BoolField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.ByteField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.CollationField
 
write(XMLWriter, String, IndexableField) - Method in class org.apache.solr.schema.CurrencyField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.CurrencyField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.DateField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.DoubleField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.EnumField
calls back to TextResponseWriter to write the field value
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.ExternalFileField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.FieldType
calls back to TextResponseWriter to write the field value
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.FloatField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.GeoHashField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.ICUCollationField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.IntField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.LatLonType
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.LongField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.PointType
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.PreAnalyzedField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.RandomSortField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.SchemaField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.ShortField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.StrField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.TextField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.TrieDateField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.TrieField
 
write(TextResponseWriter, String, IndexableField) - Method in class org.apache.solr.schema.UUIDField
 
write(AddUpdateCommand, int) - Method in class org.apache.solr.update.TransactionLog
 
write(int) - Method in class org.apache.solr.util.FastWriter
 
write(char) - Method in class org.apache.solr.util.FastWriter
 
write(char[], int, int) - Method in class org.apache.solr.util.FastWriter
 
write(String, int, int) - Method in class org.apache.solr.util.FastWriter
 
write(int) - Method in class org.apache.solr.util.PropertiesOutputStream
 
writeAll(FastOutputStream) - Method in class org.apache.solr.update.MemOutputStream
 
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
 
writeArray(String, Object[]) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeArray(String, Iterator) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeArray(String, Object[]) - Method in class org.apache.solr.response.TextResponseWriter
 
writeArray(String, Iterator) - Method in class org.apache.solr.response.TextResponseWriter
 
writeArray(String, Object[]) - Method in class org.apache.solr.response.XMLWriter
 
writeArray(String, Iterator) - Method in class org.apache.solr.response.XMLWriter
 
writeAttr(String, String, boolean) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeAttr(String, String, boolean) - Method in class org.apache.solr.response.XMLWriter
 
writeBool(String, String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeBool(String, String) - Method in class org.apache.solr.response.TextResponseWriter
if this form of the method is called, val is the Java string form of a boolean
writeBool(String, boolean) - Method in class org.apache.solr.response.TextResponseWriter
 
writeBool(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeBoolean(boolean) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeByte(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeByte(byte) - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
writeByte(byte) - Method in class org.apache.solr.store.hdfs.NullIndexOutput
 
writeByteArr(String, byte[], int, int) - Method in class org.apache.solr.response.TextResponseWriter
 
writeByteArray(byte[], int, int) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeBytes(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeBytes(byte[], int, int) - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.solr.store.hdfs.NullIndexOutput
 
writeChar(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeChars(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeCommit(CommitUpdateCommand, int) - Method in class org.apache.solr.update.HdfsTransactionLog
 
writeCommit(CommitUpdateCommand, int) - Method in class org.apache.solr.update.TransactionLog
 
writeData(Object) - Method in class org.apache.solr.update.TransactionLog
 
writeDate(String, String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeDate(String, Date) - Method in class org.apache.solr.response.TextResponseWriter
 
writeDate(String, String) - Method in class org.apache.solr.response.TextResponseWriter
if this form of the method is called, val is the Solr ISO8601 based date format
writeDate(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeDelete(DeleteUpdateCommand, int) - Method in class org.apache.solr.update.TransactionLog
 
writeDeleteByQuery(DeleteUpdateCommand, int) - Method in class org.apache.solr.update.TransactionLog
 
writeDoc(SortingResponseWriter.SortDoc, List<AtomicReaderContext>, SortingResponseWriter.FieldWriter[], FixedBitSet[], Writer) - Method in class org.apache.solr.response.SortingResponseWriter
 
writeDocuments(String, ResultContext, ReturnFields) - Method in class org.apache.solr.response.TextResponseWriter
 
writeDouble(double) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeDouble(String, String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeDouble(String, double) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeDouble(String, String) - Method in class org.apache.solr.response.TextResponseWriter
if this form of the method is called, val is the Java string form of a double
writeDouble(String, double) - Method in class org.apache.solr.response.TextResponseWriter
 
writeDouble(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeDouble(String, double) - Method in class org.apache.solr.response.XMLWriter
 
writeEndDocumentList() - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeEndDocumentList() - Method in class org.apache.solr.response.TextResponseWriter
 
writeEndDocumentList() - Method in class org.apache.solr.response.XMLWriter
 
writeEnumFieldValue(EnumFieldValue) - Method in class org.apache.solr.common.util.JavaBinCodec
write EnumFieldValue as tag+int value+string value
writeExternString(String) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeExternString(String) - Method in class org.apache.solr.update.TransactionLog.LogCodec
 
writeFloat(float) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeFloat(float) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeFloat(String, String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeFloat(String, float) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeFloat(String, String) - Method in class org.apache.solr.response.TextResponseWriter
if this form of the method is called, val is the Java string form of a float
writeFloat(String, float) - Method in class org.apache.solr.response.TextResponseWriter
 
writeFloat(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeFloat(String, float) - Method in class org.apache.solr.response.XMLWriter
 
writeInt(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeInt(int) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeInt(String, String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeInt(String, String) - Method in class org.apache.solr.response.TextResponseWriter
if this form of the method is called, val is the Java string form of an int
writeInt(String, int) - Method in class org.apache.solr.response.TextResponseWriter
 
writeInt(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeInternal(byte[], int, int) - Method in class org.apache.solr.store.blockcache.CachedIndexOutput
 
writeInternal(byte[], int, int) - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
Expert: implements buffer flushing to cache.
writeIterator(Iterator) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeKnownType(Object) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeLockTimeout - Variable in class org.apache.solr.update.SolrIndexConfig
 
writeLogHeader(TransactionLog.LogCodec) - Method in class org.apache.solr.update.TransactionLog
 
writeLong(long) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeLong(long) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeLong(String, String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeLong(String, String) - Method in class org.apache.solr.response.TextResponseWriter
if this form of the method is called, val is the Java string form of a long
writeLong(String, long) - Method in class org.apache.solr.response.TextResponseWriter
 
writeLong(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeMap(Map<?, ?>) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeMap(String, Map, boolean, boolean) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeMap(String, Map, boolean, boolean) - Method in class org.apache.solr.response.TextResponseWriter
 
writeMap(String, Map, boolean, boolean) - Method in class org.apache.solr.response.XMLWriter
 
writeMapEntry(Map.Entry<Object, Object>) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeNamedList(NamedList<?>) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.response.TextResponseWriter
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.response.XMLWriter
 
writeNull(String) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeNull(String) - Method in class org.apache.solr.response.TextResponseWriter
 
writeNull(String) - Method in class org.apache.solr.response.XMLWriter
 
writePrimitive(Object) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writer - Variable in class org.apache.solr.response.TextResponseWriter
 
writeRecord(Map) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
 
writeResponse(Writer, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.response.SchemaXmlWriter
 
writeResponse() - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeResponse(Writer, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.response.XMLWriter
 
writeResponse() - Method in class org.apache.solr.response.XMLWriter
 
writeResults(ResultContext, JavaBinCodec) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
writeResultsBody(ResultContext, JavaBinCodec) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
 
writeShort(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeSolrDocument(SolrDocument) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocument(String, SolrDocument, ReturnFields, int) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeSolrDocument(String, SolrDocument, ReturnFields, int) - Method in class org.apache.solr.response.TextResponseWriter
 
writeSolrDocument(String, SolrDocument, ReturnFields, int) - Method in class org.apache.solr.response.XMLWriter
The SolrDocument should already have multivalued fields implemented as Collections -- this will not rewrite to <arr>
writeSolrDocumentList(SolrDocumentList) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocumentList(String, SolrDocumentList, ReturnFields) - Method in class org.apache.solr.response.TextResponseWriter
 
writeSolrInputDocument(SolrInputDocument) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeStartDocumentList(String, long, int, long, Float) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeStartDocumentList(String, long, int, long, Float) - Method in class org.apache.solr.response.TextResponseWriter
 
writeStartDocumentList(String, long, int, long, Float) - Method in class org.apache.solr.response.XMLWriter
 
writeStr(String) - Method in class org.apache.solr.common.util.JavaBinCodec
write the string as tag+length, with length being the number of UTF-8 bytes
writeStr(String, String, boolean) - Method in class org.apache.solr.response.SchemaXmlWriter
 
writeStr(String, String, boolean) - Method in class org.apache.solr.response.TextResponseWriter
 
writeStr(String, String, boolean) - Method in class org.apache.solr.response.XMLWriter
 
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
 
writeVal(String, Object) - Method in class org.apache.solr.response.TextResponseWriter
 
writeValue(CSVField, String) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
 
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
written - Variable in class org.apache.solr.common.util.FastOutputStream
 
written() - Method in class org.apache.solr.common.util.FastOutputStream
Returns the number of bytes actually written to the underlying OutputStream, not including anything currently buffered by this class itself.
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
 
xml - Variable in class org.apache.solr.core.SolrXMLCoresLocator.NonPersistingLocator
 
XML_CONTENT_TYPE - Static variable in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
XML_FORMAT - Static variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
Extract Only supported format.
XML_RESERVED_PREFIX - Static variable in class org.apache.solr.util.DOMUtil
 
XMLErrorLogger - Class in org.apache.solr.common.util
 
XMLErrorLogger(Logger) - Constructor for class org.apache.solr.common.util.XMLErrorLogger
 
XMLLoader - Class in org.apache.solr.handler.loader
 
XMLLoader() - Constructor for class org.apache.solr.handler.loader.XMLLoader
 
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
 
XMLResponseWriter - Class in org.apache.solr.response
 
XMLResponseWriter() - Constructor for class org.apache.solr.response.XMLResponseWriter
 
XmlUpdateRequestHandler - Class in org.apache.solr.handler
Deprecated.
XmlUpdateRequestHandler() - Constructor for class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated.
 
XMLWriter - Class in org.apache.solr.response
 
XMLWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.XMLWriter
 
XPATH - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
XPATH_EXPRESSION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Restrict the extracted parts of a document to be indexed by passing in an XPath expression.
XPATH_FIELD_NAME - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
XPathEntityProcessor - Class in org.apache.solr.handler.dataimport
An implementation of EntityProcessor which uses a streaming xpath parser to extract values out of XML documents.
XPathEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
XPathRecordReader - Class in org.apache.solr.handler.dataimport
A streaming xpath parser which uses StAX for XML parsing.
XPathRecordReader(String) - Constructor for class org.apache.solr.handler.dataimport.XPathRecordReader
A constructor called with a '|' separated list of Xpath expressions which define sub sections of the XML stream that are to be emitted as separate records.
XPathRecordReader.Handler - Interface in org.apache.solr.handler.dataimport
Implement this interface to stream records as and when one is found.
XSL - Static variable in interface org.apache.solr.common.params.CommonParams
stylesheet to apply to XML results
XSL - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
XSLT_CACHE_DEFAULT - Static variable in class org.apache.solr.handler.loader.XMLLoader
 
XSLT_CACHE_DEFAULT - Static variable in class org.apache.solr.response.XSLTResponseWriter
 
xslTransformer - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
XSLTResponseWriter - Class in org.apache.solr.response
QueryResponseWriter which captures the output of the XMLWriter (in memory for now, not optimal performancewise), and applies an XSLT transform to it.
XSLTResponseWriter() - Constructor for class org.apache.solr.response.XSLTResponseWriter
 
XsltUpdateRequestHandler - Class in org.apache.solr.handler
Deprecated.
XsltUpdateRequestHandler() - Constructor for class org.apache.solr.handler.XsltUpdateRequestHandler
Deprecated.
 

Z

Z - Static variable in class org.apache.solr.schema.DateField
Deprecated.
 
zero - Static variable in class org.apache.solr.search.SortedIntDocSet
 
zeroInts - Static variable in class org.apache.solr.search.SortedIntDocSet
 
ZK_HOST - Static variable in class org.apache.solr.util.SolrCLI
 
ZkCLI - Class in org.apache.solr.cloud
 
ZkCLI() - Constructor for class org.apache.solr.cloud.ZkCLI
 
zkClient - Variable in class org.apache.solr.cloud.LeaderElector
 
zkClient - Variable in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
ZkClientConnectionStrategy - Class in org.apache.solr.common.cloud
 
ZkClientConnectionStrategy() - Constructor for class org.apache.solr.common.cloud.ZkClientConnectionStrategy
 
ZkClientConnectionStrategy.ConnectedListener - Interface in org.apache.solr.common.cloud
 
ZkClientConnectionStrategy.DisconnectedListener - Interface in org.apache.solr.common.cloud
 
ZkClientConnectionStrategy.ZkUpdate - Class in org.apache.solr.common.cloud
 
ZkCmdExecutor - Class in org.apache.solr.common.cloud
 
ZkCmdExecutor(int) - Constructor for class org.apache.solr.common.cloud.ZkCmdExecutor
TODO: At this point, this should probably take a SolrZkClient in it's constructor.
ZkContainer - Class in org.apache.solr.core
 
ZkContainer() - Constructor for class org.apache.solr.core.ZkContainer
 
zkController - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
 
ZkController - Class in org.apache.solr.cloud
Handle ZooKeeper interactions.
ZkController(CoreContainer, String, int, int, String, String, String, int, int, boolean, CurrentCoreDescriptorProvider) - Constructor for class org.apache.solr.cloud.ZkController
 
zkController - Variable in class org.apache.solr.core.ZkContainer
 
ZkCoreNodeProps - Class in org.apache.solr.common.cloud
 
ZkCoreNodeProps(ZkNodeProps) - Constructor for class org.apache.solr.common.cloud.ZkCoreNodeProps
 
ZkIndexSchemaReader - Class in org.apache.solr.schema
Keeps a ManagedIndexSchema up-to-date when changes are made to the serialized managed schema in ZooKeeper
ZkIndexSchemaReader(ManagedIndexSchemaFactory) - Constructor for class org.apache.solr.schema.ZkIndexSchemaReader
 
ZkNodeProps - Class in org.apache.solr.common.cloud
ZkNodeProps contains generic immutable properties.
ZkNodeProps(Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.ZkNodeProps
Construct ZKNodeProps from map.
ZkNodeProps(String...) - Constructor for class org.apache.solr.common.cloud.ZkNodeProps
Constructor that populates the from array of Strings in form key1, value1, key2, value2, ..., keyN, valueN
ZkOperation - Class in org.apache.solr.common.cloud
A callback object which can be used for implementing retry-able operations.
ZkOperation() - Constructor for class org.apache.solr.common.cloud.ZkOperation
 
ZKPropertiesWriter - Class in org.apache.solr.handler.dataimport
A SolrCloud-friendly extension of SimplePropertiesWriter.
ZKPropertiesWriter() - Constructor for class org.apache.solr.handler.dataimport.ZKPropertiesWriter
 
ZkSolrResourceLoader - Class in org.apache.solr.cloud
ResourceLoader that works with ZooKeeper.
ZkSolrResourceLoader(String, String, ZkController) - Constructor for class org.apache.solr.cloud.ZkSolrResourceLoader
 
ZkSolrResourceLoader(String, String, ClassLoader, Properties, ZkController) - Constructor for class org.apache.solr.cloud.ZkSolrResourceLoader
This loader will first attempt to load resources from ZooKeeper, but if not found will delegate to the context classloader when possible, otherwise it will attempt to resolve resources using any jar files found in the "lib/" directory in the specified instance directory.
ZkStateReader - Class in org.apache.solr.common.cloud
 
ZkStateReader(SolrZkClient) - Constructor for class org.apache.solr.common.cloud.ZkStateReader
 
ZkStateReader(String, int, int) - Constructor for class org.apache.solr.common.cloud.ZkStateReader
 
zkSys - Variable in class org.apache.solr.core.CoreContainer
 
ZkUpdate() - Constructor for class org.apache.solr.common.cloud.ZkClientConnectionStrategy.ZkUpdate
 
znodeBase - Variable in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 
zombieServers - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
ZooKeeperException - Exception in org.apache.solr.common.cloud
 
ZooKeeperException(SolrException.ErrorCode, String, Throwable) - Constructor for exception org.apache.solr.common.cloud.ZooKeeperException
 
ZooKeeperException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.common.cloud.ZooKeeperException
 
ZookeeperInfoServlet - Class in org.apache.solr.servlet
Zookeeper Info
ZookeeperInfoServlet() - Constructor for class org.apache.solr.servlet.ZookeeperInfoServlet
 
ZooKeeperStorageIO(SolrZkClient, String) - Constructor for class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
 

_

_128M - Static variable in class org.apache.solr.store.blockcache.BlockCache
 
_32K - Static variable in class org.apache.solr.store.blockcache.BlockCache
 
_ESCAPED_CHAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
_facetInfo - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
_format(LogRecord) - Method in class org.apache.solr.SolrLogFormatter
 
_format(LoggingEvent) - Method in class org.apache.solr.util.SolrLogLayout
 
_NUM_CHAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
_QUOTED_CHAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
_ROUTE_ - Static variable in interface org.apache.solr.common.params.ShardParams
 
_SQUOTED_CHAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
_TERM_START_CHAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
_toRefine - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
_wantsAllFields - Variable in class org.apache.solr.search.SolrReturnFields
 
_wantsScore - Variable in class org.apache.solr.search.SolrReturnFields
 
_WHITESPACE - Static variable in interface org.apache.solr.parser.QueryParserConstants
RegularExpression Id.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Apache Solr

Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.