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

a - Variable in class org.apache.solr.search.function.DualFloatFunction
 
a - Variable in class org.apache.solr.search.function.ReciprocalFloatFunction
 
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
 
abortErrorMessage - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
abortOnConfigurationError - Variable in class org.apache.solr.core.CoreContainer.Initializer
 
ABSOLUTE_FILE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
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, boolean, boolean) - Constructor for class org.apache.solr.util.plugin.AbstractPluginLoader
 
AbstractPluginLoader(String) - Constructor for class org.apache.solr.util.plugin.AbstractPluginLoader
 
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() - Method in class org.apache.solr.analysis.KeepWordFilter
 
accept(File) - Method in class org.apache.solr.common.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.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(String) - Method in interface org.apache.solr.handler.component.StatsValues
Accumulate the values based on the given value
accumulate(String, int) - Method in interface org.apache.solr.handler.component.StatsValues
Accumulate the values based on the given value
accumulateTermNum(int, String) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
ACCURACY - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
ACCURACY - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
accuracy - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
accuracy - Variable in class org.apache.solr.spelling.SpellingOptions
Optionally restrict the results to have a minimum accuracy level.
action - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
ACTION - Static variable in interface org.apache.solr.common.params.CoreAdminParams
What action
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.CommonsHttpSolrServer
Deprecated.
Adds the documents supplied by the given iterator.
add(Iterator<SolrInputDocument>, int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Adds the documents supplied by the given iterator, specifying max time before they become committed
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(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(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.XmlUpdateRequestHandler
 
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(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, int) - Method in class org.apache.solr.spelling.SpellingResult
Deprecated.
add(Token, String, int) - Method in class org.apache.solr.spelling.SpellingResult
Suggestions must be added with the best suggestion first.
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(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
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
 
addArrayVal(Object, Object) - Method in class org.apache.noggit.ObjectBuilder
 
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.CommonsHttpSolrServer
Deprecated.
Adds the beans supplied by the given iterator
addBeans(Iterator<?>, int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Adds the beans supplied by the given iterator, specifying max time before they become 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.
addCloseHook(CloseHook) - Method in class org.apache.solr.core.SolrCore
Add a close callback hook
addCollationsToResponse(SolrParams, SpellingResult, ResponseBuilder, String, NamedList) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
addCommandField(Command) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
addConditionally(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
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
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.
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.QParser
 
addDoc(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
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.
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.
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, String, float) - Method in class org.apache.solr.update.DocumentBuilder
Add the specified SchemaField to the document.
addField(String, String) - Method in class org.apache.solr.update.DocumentBuilder
Add the Field and value to the document, invoking the copyField mechanism
addField(String, String, float) - Method in class org.apache.solr.update.DocumentBuilder
Add the Field and value to the document with the specified boost, invoking the copyField mechanism
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.
addFieldType(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Adds the given field type for analysis.
addFile(File) - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
Add a File to the ContentStreams.
addFilterQuery(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
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
addHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
add highlight field
addIterator(Iterator<E>) - Method in class org.apache.solr.common.util.IteratorChain
 
addKeyVal(Object, Object, Object) - Method in class org.apache.noggit.ObjectBuilder
 
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.
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.VariableResolverImpl
 
addNoOverwriteNoDups(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
addNumericRangeFacet(String, Number, Number, Number) - Method in class org.apache.solr.client.solrj.SolrQuery
Add a numeric range facet.
addOrReplaceResults(SolrQueryResponse, SolrDocumentList) - Static method in class org.apache.solr.util.SolrPluginUtils
Given a SolrQueryResponse replace the DocList if it is in the result.
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
 
addQueryCommand(String, SolrQueryRequest) - Method in class org.apache.solr.search.Grouping
 
addRequest(SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
addSingleField(SchemaField, String, float) - Method in class org.apache.solr.update.DocumentBuilder
 
addSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
addSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addStatsFieldFacets(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addStatusMessage(String) - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
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.common.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.
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() - Constructor for class org.apache.solr.update.AddUpdateCommand
 
addValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
Add values to a field.
adminHandler - Variable in class org.apache.solr.core.CoreContainer
 
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
 
adminPath - Variable in class org.apache.solr.core.CoreContainer
 
adminRequestParser - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
advance(int) - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
advance(int) - Method in class org.apache.solr.search.function.ValueSourceScorer
 
advance(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
AEProvider - Interface in org.apache.solr.uima.processor.ae
provide an Apache UIMA AnalysisEngine
AEProviderFactory - Class in org.apache.solr.uima.processor.ae
Singleton factory class responsible of AEProviders' creation
AGENT - Static variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
User-Agent String as identified by the HTTP request by the HttpClient to the Solr server from the client.
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
 
ALGORITHM - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
ALIAS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
aliasCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
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.DataConfig.Entity
 
allAttributes - Variable in class org.apache.solr.handler.dataimport.DataConfig.Field
 
allFieldsList - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
allMapFieldsSet - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
ALLOW_DUPS - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
allowDups - Variable in class org.apache.solr.update.AddUpdateCommand
 
allowDups(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
ALTERNATE_FIELD - Static variable in interface org.apache.solr.common.params.HighlightParams
 
ALTERNATE_FIELD_LENGTH - Static variable in interface org.apache.solr.common.params.HighlightParams
 
ALTQ - Static variable in interface org.apache.solr.common.params.DisMaxParams
Alternate query (expressed in Solr QuerySyntax) to use if main query (q) is empty
altQParser - Variable in class org.apache.solr.search.DisMaxQParser
 
altUserQuery - Variable in class org.apache.solr.search.DisMaxQParser
 
analyseLines(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
AnalysisParams - Interface in org.apache.solr.common.params
Defines the request parameters used by all analysis request handlers.
AnalysisRequestHandler - Class in org.apache.solr.handler
Deprecated.
AnalysisRequestHandler() - Constructor for class org.apache.solr.handler.AnalysisRequestHandler
Deprecated.
 
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.AnalysisContext(FieldType, Analyzer, Set<String>) - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch.
AnalysisRequestHandlerBase.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.
AnalysisRequestHandlerBase.AnalysisContext(String, FieldType, Analyzer, Set<String>) - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch.
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
AnalysisRequestHandlerBase.TokenTrackingAttributeImpl() - Constructor for class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
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.
analyze(Collection<Token>, Reader, int) - Method in class org.apache.solr.spelling.SpellingQueryConverter
 
analyzeIfMultitermTermText(String, String, FieldType) - Method in class org.apache.solr.search.SolrQueryParser
 
analyzeMultiTerm(String, String, Analyzer) - Method in class org.apache.solr.schema.TextField
 
analyzer - Variable in class org.apache.solr.schema.FieldType
Analyzer set by schema for text types to use when indexing fields of this type, subclasses can set analyzer themselves or override getAnalyzer()
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.
analyzeValue(String, Analyzer) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase
Deprecated.
This method is no longer used by Solr
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
 
append(CharSequence) - Method in class org.apache.noggit.CharArr
 
append(CharSequence, int, int) - Method in class org.apache.noggit.CharArr
 
append(char) - Method in class org.apache.noggit.CharArr
 
append(char) - Method in class org.apache.solr.common.util.FastWriter
 
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.
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.
AppendedSolrParams - Class in org.apache.solr.request
Deprecated.
Use org.apache.solr.common.params.AppendedSolrParams
AppendedSolrParams(SolrParams, SolrParams) - Constructor for class org.apache.solr.request.AppendedSolrParams
Deprecated.
 
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
 
applyTransformer(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
handles null-on-null invocation call transformers via EntityProcessorWrapper.transformRow(java.util.Map<java.lang.String, java.lang.Object>), then assigns the result into row cache, and delegates to EntityProcessorWrapper.getFromRowCache()
ArabicLetterTokenizerFactory - Class in org.apache.solr.analysis
Deprecated.
(3.1) Use StandardTokenizerFactory instead.
ArabicLetterTokenizerFactory() - Constructor for class org.apache.solr.analysis.ArabicLetterTokenizerFactory
Deprecated.
 
ArabicNormalizationFilterFactory - Class in org.apache.solr.analysis
ArabicNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.ArabicNormalizationFilterFactory
 
ArabicStemFilterFactory - Class in org.apache.solr.analysis
Factory for ArabicStemFilter.
ArabicStemFilterFactory() - Constructor for class org.apache.solr.analysis.ArabicStemFilterFactory
 
args - Variable in class org.apache.solr.analysis.BaseCharFilterFactory
The init args
args - Variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
args - Variable in class org.apache.solr.schema.FieldType
additional arguments specified in the field type declaration
argWasQuoted() - Method in class org.apache.solr.search.FunctionQParser
 
ARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
ARRAY_END - Static variable in class org.apache.noggit.JSONParser
Event indicating the end of a JSON array
ARRAY_END - Static variable in class org.apache.noggit.JSONUtil
 
ARRAY_START - Static variable in class org.apache.noggit.JSONParser
Event indicating the start of a JSON array
ARRAY_START - Static variable in class org.apache.noggit.JSONUtil
 
ArraysUtils - Class in org.apache.solr.util
 
ArraysUtils() - Constructor for class org.apache.solr.util.ArraysUtils
 
ASCIIFoldingFilterFactory - Class in org.apache.solr.analysis
Factory for ASCIIFoldingFilter.
ASCIIFoldingFilterFactory() - Constructor for class org.apache.solr.analysis.ASCIIFoldingFilterFactory
 
asEntityResolver() - Method in class org.apache.solr.common.util.SystemIdResolver
 
asNamedList() - Method in class org.apache.solr.common.util.RTimer
 
associateInfo(SolrIndexReader) - Method in class org.apache.solr.search.SolrIndexReader
Copies SolrReaderInfo instances from the source to this SolrIndexReader
asURIResolver() - Method in class org.apache.solr.common.util.SystemIdResolver
 
asXMLResolver() - Method in class org.apache.solr.common.util.SystemIdResolver
 
attributes - Variable in class org.apache.solr.core.PluginInfo
 
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
 
available() - Method in class org.apache.solr.common.util.FastInputStream
 

B

b - Variable in class org.apache.solr.search.function.DualFloatFunction
 
b - Variable in class org.apache.solr.search.function.ReciprocalFloatFunction
 
base100SortableIntToBase10(String) - Static method in class org.apache.solr.util.BCDUtils
 
base100SortableIntToBase10(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
 
base100toBase10(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
 
base10kSortableIntToBase10(String) - Static method in class org.apache.solr.util.BCDUtils
 
base10kSortableIntToBase10(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
 
base10toBase100(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
 
base10toBase100SortableInt(String) - Static method in class org.apache.solr.util.BCDUtils
 
base10toBase100SortableInt(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
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
 
base10toBase10kSortableInt(char[], int, int, char[], int) - Static method in class org.apache.solr.util.BCDUtils
 
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
 
BaseCharFilterFactory - Class in org.apache.solr.analysis
 
BaseCharFilterFactory() - Constructor for class org.apache.solr.analysis.BaseCharFilterFactory
 
baseDir - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
The baseDir given in data-config.xml after resolving any variables
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
BaseResponseWriter - Class in org.apache.solr.response
Deprecated.
BaseResponseWriter() - Constructor for class org.apache.solr.response.BaseResponseWriter
Deprecated.
 
BaseResponseWriter.DocListInfo - Class in org.apache.solr.response
Deprecated.
 
BaseResponseWriter.DocListInfo(int, int, int, Float) - Constructor for class org.apache.solr.response.BaseResponseWriter.DocListInfo
Deprecated.
 
BaseResponseWriter.SingleResponseWriter - Class in org.apache.solr.response
Deprecated.
Users wanting to define custom QueryResponseWriters that deal with SolrInputDocuments and SolrDocumentList should override the methods for this class.
BaseResponseWriter.SingleResponseWriter() - Constructor for class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
 
BaseTokenFilterFactory - Class in org.apache.solr.analysis
Simple abstract implementation that handles init arg processing.
BaseTokenFilterFactory() - Constructor for class org.apache.solr.analysis.BaseTokenFilterFactory
 
BaseTokenizerFactory - Class in org.apache.solr.analysis
Simple abstract implementation that handles init arg processing.
BaseTokenizerFactory() - Constructor for class org.apache.solr.analysis.BaseTokenizerFactory
 
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.
BCDIntField - Class in org.apache.solr.schema
 
BCDIntField() - Constructor for class org.apache.solr.schema.BCDIntField
 
BCDLongField - Class in org.apache.solr.schema
 
BCDLongField() - Constructor for class org.apache.solr.schema.BCDLongField
 
BCDStrField - Class in org.apache.solr.schema
 
BCDStrField() - Constructor for class org.apache.solr.schema.BCDStrField
 
BCDUtils - Class in org.apache.solr.util
 
BCDUtils() - Constructor for class org.apache.solr.util.BCDUtils
 
BeiderMorseFilterFactory - Class in org.apache.solr.analysis
Factory for BeiderMorseFilter.
BeiderMorseFilterFactory() - Constructor for class org.apache.solr.analysis.BeiderMorseFilterFactory
 
BF - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for boosting functions
bf - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.get
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.
BIGNUMBER - Static variable in class org.apache.noggit.JSONParser
Event indicating a JSON number value that was not produced by toString of any Java primitive numerics such as Double or Long.
bigString - Static variable in class org.apache.solr.search.MissingStringLastComparatorSource
 
BINARY - Static variable in class org.apache.solr.schema.FieldProperties
 
BinaryField - Class in org.apache.solr.schema
 
BinaryField() - Constructor for class org.apache.solr.schema.BinaryField
 
BinaryQueryResponseWriter - Interface in org.apache.solr.request
Deprecated.
use org.apache.solr.response.BinaryQueryResponseWriter
BinaryQueryResponseWriter - Interface in org.apache.solr.response
Implementations of BinaryQueryResponseWriter are used to write response in binary format Functionality is exactly same as its parent class QueryResponseWriterwrite(Writer writer, SolrQueryRequest request, SolrQueryResponse response) method
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.request
Deprecated.
use org.apache.solr.response.BinaryResponseWriter
BinaryResponseWriter() - Constructor for class org.apache.solr.request.BinaryResponseWriter
Deprecated.
 
BinaryResponseWriter - Class in org.apache.solr.response
 
BinaryResponseWriter() - Constructor for class org.apache.solr.response.BinaryResponseWriter
 
BinaryUpdateRequestHandler - Class in org.apache.solr.handler
Update handler which uses the JavaBin format
BinaryUpdateRequestHandler() - Constructor for class org.apache.solr.handler.BinaryUpdateRequestHandler
 
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
 
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(OpenBitSet) - Constructor for class org.apache.solr.search.BitDocSet
Construct a BitDocSet.
BitDocSet(OpenBitSet, int) - Constructor for class org.apache.solr.search.BitDocSet
Construct a BitDocSet, and provides the number of set bits.
bitlist - Static variable in class org.apache.solr.util.BitSetIterator
Deprecated.
 
BitSetIterator - Class in org.apache.solr.util
Deprecated.
Use OpenBitSetIterator instead.
BitSetIterator(OpenBitSet) - Constructor for class org.apache.solr.util.BitSetIterator
Deprecated.
 
BitSetIterator(long[], int) - Constructor for class org.apache.solr.util.BitSetIterator
Deprecated.
 
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
 
blockUntilFinished() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
blockUntilFinished() - Method in class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
Deprecated.
 
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
 
BOOLEAN - Static variable in class org.apache.noggit.JSONParser
Event indicating a JSON boolean
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.DataConfig.Field
 
boost - Variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
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.
BoostedQuery - Class in org.apache.solr.search.function
Query that is boosted by a ValueSource
BoostedQuery(Query, ValueSource) - Constructor for class org.apache.solr.search.function.BoostedQuery
 
BOOSTFUNC - Static variable in class org.apache.solr.search.BoostQParserPlugin
 
boostParams - Variable in class org.apache.solr.search.DisMaxQParser
 
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
 
BOUNDARY_SCANNER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
boundaryScanners - Variable in class org.apache.solr.highlight.SolrHighlighter
 
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
bq - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.get
BrazilianStemFilterFactory - Class in org.apache.solr.analysis
Factory for BrazilianStemFilter.
BrazilianStemFilterFactory() - Constructor for class org.apache.solr.analysis.BrazilianStemFilterFactory
 
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
 
buf - Variable in class org.apache.noggit.CharArr
 
buf - Variable in class org.apache.solr.common.util.FastWriter
 
buf - Variable in class org.apache.solr.internal.csv.CSVPrinter
 
BufferedTokenStream - Class in org.apache.solr.analysis
Deprecated.
This class does not support custom attributes. Extend TokenFilter instead, using AttributeSource.captureState() and AttributeSource.restoreState(State) which support all attributes.
BufferedTokenStream(TokenStream) - Constructor for class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
 
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.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.Suggester
 
buildPhases(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase
Parses the given named list and builds a list of analysis phases form it.
buildRequestFrom(SolrCore, SolrParams, Collection<ContentStream>) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
buildResponse() - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
buildTokenInfo(NamedList) - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase
Parses the given named list and builds a token infoform it.
BulgarianStemFilterFactory - Class in org.apache.solr.analysis
Factory for BulgarianStemFilter.
BulgarianStemFilterFactory() - Constructor for class org.apache.solr.analysis.BulgarianStemFilterFactory
 
BYTE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
BYTEARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
byteArrayToBase64(byte[], int, int) - Static method in class org.apache.solr.common.util.Base64
 
ByteField - Class in org.apache.solr.schema
A numeric field that can contain 8-bit signed two's complement integer values, encoded as simple Strings.
ByteField() - Constructor for class org.apache.solr.schema.ByteField
 
ByteFieldSource - Class in org.apache.solr.search.function
Obtains int field values from the FieldCache using getInts() and makes those values available as other numeric types, casting as needed
ByteFieldSource(String) - Constructor for class org.apache.solr.search.function.ByteFieldSource
 
ByteFieldSource(String, FieldCache.ByteParser) - Constructor for class org.apache.solr.search.function.ByteFieldSource
 
byteVal(int) - Method in class org.apache.solr.search.function.DocValues
 
byteVal(int, byte[]) - Method in class org.apache.solr.search.function.DocValues
 

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.search.function.FieldCacheSource
 
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, Map<String, String>, CacheRegenerator) - Constructor for class org.apache.solr.search.CacheConfig
 
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.
 
cacheInsert(String, Object, Object) - Method in class org.apache.solr.search.SolrIndexSearcher
insert an entry in a generic cache
cacheLookup(String, Object) - Method in class org.apache.solr.search.SolrIndexSearcher
lookup an entry in a generic cache
CachePropertyUtil - Class in org.apache.solr.handler.dataimport
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
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
 
calcEtag(SolrQueryRequest) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Calculates a tag for the ETag header.
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.
callPostCommitCallbacks() - Method in class org.apache.solr.update.UpdateHandler
 
callPostOptimizeCallbacks() - 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
 
CANONICAL_LOCALE - Static variable in class org.apache.solr.schema.DateField
Fixed Locale needed for parsing/formating Milliseconds in the canonical representation.
CANONICAL_TZ - Static variable in class org.apache.solr.schema.DateField
Fixed TimeZone (UTC) needed for parsing/formating Dates in the canonical representation.
capacity() - Method in class org.apache.noggit.CharArr
 
capacity() - Method in class org.apache.solr.internal.csv.CharBuffer
Returns the current capacity of the buffer.
CapitalizationFilterFactory - Class in org.apache.solr.analysis
A filter to apply normal capitalization rules to Tokens.
CapitalizationFilterFactory() - Constructor for class org.apache.solr.analysis.CapitalizationFilterFactory
 
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
 
CarrotClusteringEngine - Class in org.apache.solr.handler.clustering.carrot2
Search results clustering engine based on Carrot2 clustering algorithms.
CarrotClusteringEngine() - Constructor for class org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngine
 
CarrotParams - Class in org.apache.solr.handler.clustering.carrot2
Carrot2 parameter mapping (recognized and mapped if passed via Solr configuration).
catchAllBuilder - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
characters(char[], int, int) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
CharArr - Class in org.apache.noggit
 
CharArr() - Constructor for class org.apache.noggit.CharArr
 
CharArr(int) - Constructor for class org.apache.noggit.CharArr
 
CharArr(char[], int, int) - Constructor for class org.apache.noggit.CharArr
 
charAt(int) - Method in class org.apache.noggit.CharArr
 
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.
CharFilterFactory - Interface in org.apache.solr.analysis
 
charStream(Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
wrap the reader in a CharStream, if appropriate
charStream(Reader) - Method in class org.apache.solr.analysis.TokenizerChain
 
CharUtil - Class in org.apache.noggit
 
CharUtil() - Constructor for class org.apache.noggit.CharUtil
 
checkDeletes - Variable in class org.apache.solr.search.function.ValueSourceScorer
 
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.
checkLastModValidators(HttpServletRequest, HttpServletResponse, long) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
Check for modify time related conditional headers and set status
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
 
childNodesToList(Node) - Static method in class org.apache.solr.common.util.DOMUtil
 
childNodesToNamedList(Node) - Static method in class org.apache.solr.common.util.DOMUtil
 
children - Variable in class org.apache.solr.common.util.RTimer
 
children - Variable in class org.apache.solr.core.PluginInfo
 
ChineseFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use StopFilterFactory instead.
ChineseFilterFactory() - Constructor for class org.apache.solr.analysis.ChineseFilterFactory
Deprecated.
 
ChineseTokenizerFactory - Class in org.apache.solr.analysis
Deprecated.
ChineseTokenizerFactory() - Constructor for class org.apache.solr.analysis.ChineseTokenizerFactory
Deprecated.
 
CJKBigramFilterFactory - Class in org.apache.solr.analysis
Factory for CJKBigramFilter.
CJKBigramFilterFactory() - Constructor for class org.apache.solr.analysis.CJKBigramFilterFactory
 
CJKTokenizerFactory - Class in org.apache.solr.analysis
Deprecated. 
CJKTokenizerFactory() - Constructor for class org.apache.solr.analysis.CJKTokenizerFactory
Deprecated.
 
CJKWidthFilterFactory - Class in org.apache.solr.analysis
Factory for CJKWidthFilter.
CJKWidthFilterFactory() - Constructor for class org.apache.solr.analysis.CJKWidthFilterFactory
 
CLASS - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
ClassicFilterFactory - Class in org.apache.solr.analysis
Factory for ClassicFilter.
ClassicFilterFactory() - Constructor for class org.apache.solr.analysis.ClassicFilterFactory
 
ClassicTokenizerFactory - Class in org.apache.solr.analysis
Factory for ClassicTokenizer.
ClassicTokenizerFactory() - Constructor for class org.apache.solr.analysis.ClassicTokenizerFactory
 
className - Variable in class org.apache.solr.core.PluginInfo
 
className - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
clear() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
clear the pending documents and delete commands
clear() - Method in class org.apache.solr.common.params.ModifiableSolrParams
clear all parameters
clear() - Method in class org.apache.solr.common.SolrDocument
Remove all fields from the document
clear() - Method in class org.apache.solr.common.SolrInputDocument
Remove all fields and boosts from the document
clear() - Method in class org.apache.solr.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.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() - 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.util.ConcurrentLFUCache
 
clear() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
clearCache() - Method in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
clearCache() - Static method in class org.apache.solr.handler.dataimport.MockDataSource
 
clearCaches() - Method in class org.apache.solr.handler.dataimport.DataConfig
 
clearFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
clearRequestInfo() - Static method in class org.apache.solr.request.SolrRequestInfo
 
ClientUtils - Class in org.apache.solr.client.solrj.util
TODO?
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
 
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.internal.csv.CSVStrategy
 
clone() - Method in class org.apache.solr.search.SolrIndexReader
 
clone(boolean) - Method in class org.apache.solr.search.SolrIndexReader
 
clone() - Method in class org.apache.solr.search.WrappedQuery
 
close() - Method in class org.apache.noggit.CharArr
 
close() - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
close() - Method in class org.apache.solr.common.util.FastInputStream
 
close() - Method in class org.apache.solr.common.util.FastOutputStream
 
close() - Method in class org.apache.solr.common.util.FastWriter
 
close() - Method in class org.apache.solr.core.RefCntRamDirectory
 
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.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 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.update.DirectUpdateHandler
Deprecated.
 
close() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
close() - Method in class org.apache.solr.update.SolrIndexWriter
 
close() - Method in class org.apache.solr.update.UpdateHandler
 
close() - Method in class org.apache.solr.util.RefCounted
 
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
 
closeSearcher() - Method in class org.apache.solr.core.SolrCore
 
closeSearcher() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
closeWriter() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
closeWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
cluster(Query, DocList, SolrQueryRequest) - Method in class org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngine
Deprecated.
cluster(Query, SolrDocumentList, Map<SolrDocument, Integer>, SolrQueryRequest) - Method in class org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngine
 
cluster(SolrParams) - Method in class org.apache.solr.handler.clustering.DocumentClusteringEngine
Experimental.
cluster(DocSet, SolrParams) - Method in class org.apache.solr.handler.clustering.DocumentClusteringEngine
Experimental.
cluster(Query, DocList, SolrQueryRequest) - Method in class org.apache.solr.handler.clustering.SearchClusteringEngine
Deprecated.
cluster(Query, SolrDocumentList, Map<SolrDocument, Integer>, SolrQueryRequest) - Method in class org.apache.solr.handler.clustering.SearchClusteringEngine
 
CLUSTERING_PREFIX - Static variable in interface org.apache.solr.handler.clustering.ClusteringParams
 
ClusteringComponent - Class in org.apache.solr.handler.clustering
Provide a plugin for clustering results.
ClusteringComponent() - Constructor for class org.apache.solr.handler.clustering.ClusteringComponent
 
ClusteringEngine - Class in org.apache.solr.handler.clustering
 
ClusteringEngine() - Constructor for class org.apache.solr.handler.clustering.ClusteringEngine
 
ClusteringParams - Interface in org.apache.solr.handler.clustering
 
CMD_ABORT_FETCH - Static variable in class org.apache.solr.handler.ReplicationHandler
 
CMD_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_FILE_CHECKSUM - 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
 
code() - Method in exception org.apache.solr.common.SolrException
 
code - Variable in enum org.apache.solr.common.SolrException.ErrorCode
 
collate(SpellingResult, String, ResponseBuilder, int, int, int) - Method in class org.apache.solr.spelling.SpellCheckCollator
 
CollationKeyFilterFactory - Class in org.apache.solr.analysis
Factory for CollationKeyFilter.
CollationKeyFilterFactory() - Constructor for class org.apache.solr.analysis.CollationKeyFilterFactory
 
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.grouping.collector.FilterCollector
 
collectDelta(DataConfig.Entity, VariableResolverImpl, 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 - Static variable in interface org.apache.solr.common.params.CoreAdminParams
The collection name in solr cloud
colNameVsField - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
column - Variable in class org.apache.solr.handler.dataimport.DataConfig.Field
 
COLUMN - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
COMMAND - Static variable in class org.apache.solr.handler.ReplicationHandler
 
Command<T> - Interface in org.apache.solr.search.grouping
Defines a grouping command.
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
 
CommandHandler.Builder() - Constructor for class org.apache.solr.search.grouping.CommandHandler.Builder
 
commandName - Variable in class org.apache.solr.update.UpdateCommand
 
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 - 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.XmlUpdateRequestHandler
 
commit(CommitUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
commit(CommitUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
commit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
commit() - Method in class org.apache.solr.util.SimplePostTool
Does a simple commit operation
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.XmlUpdateRequestHandler
 
commitCallbacks - Variable in class org.apache.solr.update.UpdateHandler
 
commitIntervalLowerBound - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
commitTracker - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
CommitUpdateCommand - Class in org.apache.solr.update
 
CommitUpdateCommand(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
 
COMMON_FIELD - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
commonFields - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
CommonGramsFilter - Class in org.apache.solr.analysis
Construct bigrams for frequently occurring terms while indexing.
CommonGramsFilter(TokenStream, Set<?>) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
CommonGramsFilter(TokenStream, Set<?>, boolean) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
CommonGramsFilter(Version, TokenStream, Set<?>) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
Construct a token stream filtering the given input using a Set of common words to create bigrams.
CommonGramsFilter(Version, TokenStream, Set<?>, boolean) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
CommonGramsFilter(TokenStream, String[]) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
CommonGramsFilter(TokenStream, String[], boolean) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
CommonGramsFilterFactory - Class in org.apache.solr.analysis
Constructs a CommonGramsFilter.
CommonGramsFilterFactory() - Constructor for class org.apache.solr.analysis.CommonGramsFilterFactory
 
CommonGramsQueryFilter - Class in org.apache.solr.analysis
Wrap a CommonGramsFilter optimizing phrase queries by only returning single words when they are not a member of a bigram.
CommonGramsQueryFilter(CommonGramsFilter) - Constructor for class org.apache.solr.analysis.CommonGramsQueryFilter
Constructs a new CommonGramsQueryFilter based on the provided CommomGramsFilter
CommonGramsQueryFilterFactory - Class in org.apache.solr.analysis
CommonGramsQueryFilterFactory() - Constructor for class org.apache.solr.analysis.CommonGramsQueryFilterFactory
 
CommonParams - Interface in org.apache.solr.common.params
Parameters used across many handlers
CommonParams - Class in org.apache.solr.util
Deprecated.
Use CommonParams instead.
CommonParams() - Constructor for class org.apache.solr.util.CommonParams
Deprecated.
 
CommonParams(NamedList) - Constructor for class org.apache.solr.util.CommonParams
Deprecated.
 
CommonParams.EchoParamStyle - Enum in org.apache.solr.common.params
valid values for: echoParams
commonResponse() - Method in class org.apache.solr.search.Grouping.Command
 
CommonsHttpSolrServer - Class in org.apache.solr.client.solrj.impl
Deprecated.
Use HttpSolrServer instead.
CommonsHttpSolrServer(String) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
CommonsHttpSolrServer(String, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Talk to the Solr server via the given HttpClient.
CommonsHttpSolrServer(String, HttpClient, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
CommonsHttpSolrServer(String, HttpClient, ResponseParser) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
CommonsHttpSolrServer(URL) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
CommonsHttpSolrServer(URL, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
CommonsHttpSolrServer(URL, HttpClient, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
CommonsHttpSolrServer(URL, HttpClient, ResponseParser, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
COMPARATOR_CLASS - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
compare(char[], int, int, char[], int, int) - Method in class org.apache.noggit.CharUtil
 
compare(int, int) - Method in class org.apache.solr.util.PrimUtils.IntComparator
 
compareTo(SimpleFacets.CountPair<K, V>) - Method in class org.apache.solr.request.SimpleFacets.CountPair
 
compareTo(RankedSpellPossibility) - Method in class org.apache.solr.spelling.RankedSpellPossibility
 
compareTo(SpellCheckCollation) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
COMPONENT_NAME - Static variable in class org.apache.solr.handler.clustering.ClusteringComponent
Base name for all spell checker query parameters.
COMPONENT_NAME - Static variable in class org.apache.solr.handler.component.DebugComponent
 
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.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.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
 
COMPRESSION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
concatFields(SolrInputDocument, String[]) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
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
 
ConcurrentLFUCache.Stats() - Constructor for class org.apache.solr.util.ConcurrentLFUCache.Stats
 
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
 
ConcurrentLRUCache.Stats() - Constructor for class org.apache.solr.util.ConcurrentLRUCache.Stats
 
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 internal ThreadSafeClientConnManager to manage http connections.
ConcurrentUpdateSolrServer(String, HttpClient, int, int) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
Uses the supplied HttpClient to send documents to the Solr server, the HttpClient should be instantiated using a ThreadSafeClientConnManager.
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 interface org.apache.solr.common.params.CoreAdminParams
If you specify a config, what is its name
Config - Class in org.apache.solr.core
 
Config(String, InputStream, String) - Constructor for class org.apache.solr.core.Config
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, InputStream, String) - Constructor for class org.apache.solr.core.Config
Config(SolrResourceLoader, String, InputSource, String) - 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 - Static variable in class org.apache.solr.core.SolrConfig
Deprecated.
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_LOCATION - Static variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
configFile - Variable in class org.apache.solr.core.CoreContainer
 
configName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
configName - Variable in class org.apache.solr.core.CoreDescriptor
 
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
 
ConstantScorePrefixQuery - Class in org.apache.solr.search
 
ConstantScorePrefixQuery(Term) - Constructor for class org.apache.solr.search.ConstantScorePrefixQuery
 
ConstNumberSource - Class in org.apache.solr.search.function
ConstNumberSource is the base class for all constant numbers
ConstNumberSource() - Constructor for class org.apache.solr.search.function.ConstNumberSource
 
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.
ConstValueSource - Class in org.apache.solr.search.function
ConstValueSource returns a constant for all documents
ConstValueSource(float) - Constructor for class org.apache.solr.search.function.ConstValueSource
 
consumeArgumentDelimiter() - Method in class org.apache.solr.search.FunctionQParser
Consume an argument delimiter (a comma) from the token stream.
containerProperties - Variable in class org.apache.solr.core.CoreContainer
 
containsKey(Object) - Method in class org.apache.solr.common.SolrDocument
 
containsKey(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
containsValue(Object) - Method in class org.apache.solr.common.SolrDocument
 
containsValue(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
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
 
ContentStream - Interface in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.ContentStream.
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 - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.ContentStreamBase
ContentStreamBase() - Constructor for class org.apache.solr.util.ContentStreamBase
Deprecated.
 
ContentStreamBase.FileStream - Class in org.apache.solr.common.util
Construct a ContentStream from a File
ContentStreamBase.FileStream(File) - Constructor for class org.apache.solr.common.util.ContentStreamBase.FileStream
 
ContentStreamBase.StringStream - Class in org.apache.solr.common.util
Construct a ContentStream from a File
ContentStreamBase.StringStream(String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.StringStream
 
ContentStreamBase.URLStream - Class in org.apache.solr.common.util
Construct a ContentStream from a URL This uses a URLConnection to get the content stream
ContentStreamBase.URLStream(URL) - Constructor for class org.apache.solr.common.util.ContentStreamBase.URLStream
 
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
 
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.search.function.FunctionQuery.FunctionWeight
 
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(DataConfig.Entity, VariableResolverImpl, 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
 
convert(String) - Method in class org.apache.solr.spelling.QueryConverter
 
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
 
convertFilter(Filter) - Method in class org.apache.solr.search.SolrIndexSearcher
Converts a filter into a DocSet.
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
 
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
 
copyFile(File, File) - Static method in class org.apache.solr.common.util.FileUtils
 
copyTo(AttributeImpl) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
core - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CORE - Static variable in interface org.apache.solr.common.params.CoreAdminParams
What Core are we talking about
core - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
core - Variable in class org.apache.solr.spelling.suggest.Suggester
 
core - Variable in class org.apache.solr.update.UpdateHandler
 
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.
CoreAdminParams - Interface in org.apache.solr.common.params
 
CoreAdminParams.CoreAdminAction - Enum in org.apache.solr.common.params
 
CoreAdminRequest - Class in org.apache.solr.client.solrj.request
This class is experimental and subject to change.
CoreAdminRequest() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest(String) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest.Create - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Create() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
CoreAdminRequest.MergeIndexes - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.MergeIndexes() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
CoreAdminRequest.Persist - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Persist() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
CoreAdminRequest.Unload - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Unload(boolean) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
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 - Class in org.apache.solr.core
 
CoreContainer() - Constructor for class org.apache.solr.core.CoreContainer
Deprecated.
use the single arg constructure with locateSolrHome()
CoreContainer(String, File) - Constructor for class org.apache.solr.core.CoreContainer
Initalize CoreContainer directly from the constructor
CoreContainer(SolrResourceLoader) - Constructor for class org.apache.solr.core.CoreContainer
Minimal CoreContainer constructor.
CoreContainer(String) - Constructor for class org.apache.solr.core.CoreContainer
 
coreContainer - Variable in class org.apache.solr.handler.admin.CoreAdminHandler
 
CoreContainer.Initializer - Class in org.apache.solr.core
 
CoreContainer.Initializer() - Constructor for class org.apache.solr.core.CoreContainer.Initializer
 
CoreDescriptor - Class in org.apache.solr.core
A Solr core descriptor
CoreDescriptor(CoreContainer, String, String) - Constructor for class org.apache.solr.core.CoreDescriptor
 
CoreDescriptor(CoreDescriptor) - Constructor for class org.apache.solr.core.CoreDescriptor
 
coreName - Variable in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
cores - Variable in class org.apache.solr.core.CoreContainer
 
cores - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
correct(int) - Method in class org.apache.solr.analysis.PatternReplaceCharFilter
 
COST - Static variable in interface org.apache.solr.common.params.CommonParams
Used as a local param on filter queries in conjunction with cache=false.
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
 
counts - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
countSorted - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
create(Reader) - Method in class org.apache.solr.analysis.ArabicLetterTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.ArabicNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ArabicStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ASCIIFoldingFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.BeiderMorseFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.BrazilianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.BulgarianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.CapitalizationFilterFactory
 
create(CharStream) - Method in interface org.apache.solr.analysis.CharFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ChineseFilterFactory
Deprecated.
 
create(Reader) - Method in class org.apache.solr.analysis.ChineseTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.CJKBigramFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.CJKTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.CJKWidthFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ClassicFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.ClassicTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.CollationKeyFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.CommonGramsFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.CommonGramsQueryFilterFactory
Create a CommonGramsFilter and wrap it with a CommonGramsQueryFilter
create(TokenStream) - Method in class org.apache.solr.analysis.CzechStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.DictionaryCompoundWordTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.DutchStemFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.EdgeNGramFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.EdgeNGramTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ElisionFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.EnglishMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.EnglishPossessiveFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.FinnishLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.FrenchLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.FrenchMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.FrenchStemFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.GalicianMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GalicianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GermanLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GermanMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GermanNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GermanStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GreekLowerCaseFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GreekStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.HindiNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.HindiStemFilterFactory
 
create(CharStream) - Method in class org.apache.solr.analysis.HTMLStripCharFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.HungarianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.HunspellStemFilterFactory
Creates an instance of HunspellStemFilter that will filter the given TokenStream
create(TokenStream) - Method in class org.apache.solr.analysis.HyphenatedWordsFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.HyphenationCompoundWordTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ICUCollationKeyFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ICUFoldingFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ICUNormalizer2FilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.ICUTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ICUTransformFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.IndicNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.IndonesianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.IrishLowerCaseFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ISOLatin1AccentFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.ItalianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.JapaneseBaseFormFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.JapaneseKatakanaStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.JapanesePartOfSpeechStopFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.JapaneseReadingFormFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.JapaneseTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.KeywordMarkerFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.KeywordTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.KStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.LatvianStemFilterFactory
 
create(CharStream) - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.LengthFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.LetterTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.LimitTokenCountFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.LowerCaseFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.LowerCaseTokenizerFactory
 
create(CharStream) - Method in class org.apache.solr.analysis.MappingCharFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.NGramFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.NGramTokenizerFactory
Creates the TokenStream of n-grams from the given Reader.
create(TokenStream) - Method in class org.apache.solr.analysis.NorwegianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.NorwegianMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.NumericPayloadTokenFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.PathHierarchyTokenizerFactory
 
create(CharStream) - Method in class org.apache.solr.analysis.PatternReplaceCharFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PatternReplaceFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.PatternTokenizerFactory
Split the input using configured pattern
create(CharStream) - Method in class org.apache.solr.analysis.PersianCharFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PersianNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PhoneticFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PorterStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PortugueseLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PortugueseMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PortugueseStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.PositionFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ReverseStringFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.RussianLetterTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.RussianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.RussianLowerCaseFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.RussianStemFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.solr.analysis.ShingleFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.SmartChineseSentenceTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.SmartChineseWordTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.SnowballPorterFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.SpanishLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.StandardFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.StandardTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.StemmerOverrideFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.StempelPolishStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.StopFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.SwedishLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.SynonymFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ThaiWordFilterFactory
 
create(TokenStream) - Method in interface org.apache.solr.analysis.TokenFilterFactory
Transform the specified input TokenStream
create(Reader) - Method in interface org.apache.solr.analysis.TokenizerFactory
Creates a TokenStream of the specified input
create(TokenStream) - Method in class org.apache.solr.analysis.TokenOffsetPayloadTokenFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.TrieTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.TrimFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.TurkishLowerCaseFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.TypeAsPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.TypeTokenFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.UAX29URLEmailTokenizerFactory
 
create(Reader) - Method in class org.apache.solr.analysis.WhitespaceTokenizerFactory
 
create(Reader) - Method in class org.apache.solr.analysis.WikipediaTokenizerFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.WordDelimiterFilterFactory
 
create(CoreDescriptor) - Method in class org.apache.solr.core.CoreContainer
Creates a new core based on a descriptor but does not register it.
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(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
 
create(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
 
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(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.tst.TSTLookupFactory
 
create(ResourceLoader, String, String, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Create a plugin from an XML configuration.
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.
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
 
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.BinaryField
 
createField(SchemaField, String, 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, Field.Store, Field.Index, Field.TermVector, boolean, FieldInfo.IndexOptions, float) - Method in class org.apache.solr.schema.FieldType
Create the field from native Lucene parts.
createField(SchemaField, String, float) - Method in class org.apache.solr.schema.LatLonType
 
createField(SchemaField, String, 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(String, float) - Method in class org.apache.solr.schema.SchemaField
 
createField(SchemaField, String, float) - Method in class org.apache.solr.schema.TrieDateField
 
createField(SchemaField, String, float) - Method in class org.apache.solr.schema.TrieField
 
createFields(SchemaField, String, float) - Method in class org.apache.solr.schema.CurrencyField
 
createFields(SchemaField, String, float) - Method in class org.apache.solr.schema.FieldType
Given a SchemaField, create one or more Fieldable instances
createFields(SchemaField, String, float) - Method in class org.apache.solr.schema.LatLonType
 
createFields(SchemaField, String, float) - Method in class org.apache.solr.schema.PointType
 
createFields(String, float) - Method in class org.apache.solr.schema.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.CommandQuery
Returns one or more Collector instances that are needed to perform the first pass search.
createInitializer() - Method in class org.apache.solr.servlet.SolrDispatchFilter
Method to override to change how CoreContainer initialization is performed.
createInitInstance(PluginInfo, Class<T>, String, String) - Method in class org.apache.solr.core.SolrCore
 
createMainIndexWriter(String, boolean) - Method in class org.apache.solr.update.UpdateHandler
 
createMultiCoreHandler(String) - Method in class org.apache.solr.core.CoreContainer
Creates a CoreAdminHandler for this MultiCore.
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.DisMaxQParserPlugin
 
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.LuceneQParserPlugin
 
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.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.TermQParserPlugin
 
createProcessor(DataConfig.Entity) - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
createProcessor(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
 
createRequestHandler(String) - Method in class org.apache.solr.core.SolrCore
 
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.
createSimpleResponse() - Method in class org.apache.solr.search.Grouping.Command
 
createSolrContentHandler(Metadata, SolrParams, IndexSchema) - Method in class org.apache.solr.handler.extraction.SolrContentHandlerFactory
 
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(FieldType) - 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
createSuffixCache(int) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
createSystemIdFromResourceName(String) - Static method in class org.apache.solr.common.util.SystemIdResolver
 
createWeight(Searcher) - Method in class org.apache.solr.search.function.BoostedQuery
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.DualFloatFunction
 
createWeight(Searcher) - Method in class org.apache.solr.search.function.FunctionQuery
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.LinearFloatFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.MultiFloatFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.QueryValueSource
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.RangeMapFloatFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.ReciprocalFloatFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.ScaleFloatFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.SingleFunction
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.ValueSource
Implementations should propagate createWeight to sub-ValueSources which can optionally store weight info in the context.
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.function.VectorValueSource
 
createWeight(Searcher) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
createWeight(Map, Searcher) - Method in class org.apache.solr.search.SolrFilter
Implementations should propagate createWeight to sub-ValueSources which can store weight info in the context.
createWeight(Searcher) - 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
 
CSVParser - Class in org.apache.solr.internal.csv
Parses CSV files according to the specified configuration.
CSVParser(InputStream) - Constructor for class org.apache.solr.internal.csv.CSVParser
Deprecated.
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
 
CSVRequestHandler() - Constructor for class org.apache.solr.handler.CSVRequestHandler
 
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
Deprecated. 
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
 
culmTime - Variable in class org.apache.solr.common.util.RTimer
 
cumulativeStatistics - Variable in class org.apache.solr.handler.dataimport.DataImporter
 
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
 
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
 
currentProcess() - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
CUSTOM_FIELD_NAME - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
customParams - Variable in class org.apache.solr.spelling.SpellingOptions
Any other custom params can be passed through.
CzechStemFilterFactory - Class in org.apache.solr.analysis
Factory for CzechStemFilter.
CzechStemFilterFactory() - Constructor for class org.apache.solr.analysis.CzechStemFilterFactory
 

D

daos - Variable in class org.apache.solr.common.util.JavaBinCodec
 
DATA_DIR - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you rename something, what is the new name
DATA_SRC - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
DATA_SRC - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
DataConfig - Class in org.apache.solr.handler.dataimport
Mapping for data-config.xml

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

DataConfig() - Constructor for class org.apache.solr.handler.dataimport.DataConfig
 
DataConfig.Document - Class in org.apache.solr.handler.dataimport
 
DataConfig.Document() - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Document
 
DataConfig.Document(Element) - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Document
 
DataConfig.Entity - Class in org.apache.solr.handler.dataimport
 
DataConfig.Entity() - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Entity
 
DataConfig.Entity(Element) - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Entity
 
DataConfig.Field - Class in org.apache.solr.handler.dataimport
 
DataConfig.Field() - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Field
 
DataConfig.Field(Element) - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Field
 
DataConfig.Script - Class in org.apache.solr.handler.dataimport
 
DataConfig.Script() - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Script
 
DataConfig.Script(Element) - Constructor for class org.apache.solr.handler.dataimport.DataConfig.Script
 
dataDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
dataDir - Variable in class org.apache.solr.core.CoreDescriptor
 
dataDir - Variable in class org.apache.solr.core.SolrConfig
 
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

$Id: DataImportHandlerException.java 764379 2009-04-13 09:00:59Z shalin $

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
 
dataSource - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
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
 
dataSources - Variable in class org.apache.solr.handler.dataimport.DataConfig
 
dataSrc - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
DATE - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
DATE_FMT - Static variable in class org.apache.solr.handler.SnapShooter
 
DATE_FORMAT_EVALUATOR - Static variable in class org.apache.solr.handler.dataimport.EvaluatorBag
 
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
FieldType that can represent any Date/Time with millisecond precision.
DateField() - Constructor for class org.apache.solr.schema.DateField
 
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(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
 
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
DebugComponent - Class in org.apache.solr.handler.component
Adds debugging information to a request.
DebugComponent() - Constructor for class org.apache.solr.handler.component.DebugComponent
 
debugged - Variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
debugQuery - Variable in class org.apache.solr.util.CommonParams
Deprecated.
do not debug by default
decLevel() - Method in class org.apache.solr.response.TextResponseWriter
 
decLevel() - Method in class org.apache.solr.response.XMLWriter
 
decRef() - Method in class org.apache.solr.core.RefCntRamDirectory
 
decref() - Method in class org.apache.solr.util.RefCounted
 
DEFAULT - Static variable in annotation type org.apache.solr.client.solrj.beans.Field
 
DEFAULT_ACCURACY - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
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_COUNT - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
DEFAULT_DATA_TYPE - Static variable in class org.apache.solr.util.SimplePostTool
 
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_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
 
DEFAULT_DICTIONARY_NAME - Static variable in class org.apache.solr.spelling.SolrSpellChecker
 
DEFAULT_DICTIONARY_THRESHOLD - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
DEFAULT_DIMENSION - Static variable in class org.apache.solr.schema.CoordinateFieldType
2 dimensional by default
DEFAULT_ENGINE_NAME - Static variable in class org.apache.solr.handler.clustering.ClusteringEngine
 
DEFAULT_EXTENDED_RESULTS - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
DEFAULT_FIELD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
DEFAULT_MAX_BLOCK_CHARS - Static variable in class org.apache.solr.analysis.PatternReplaceCharFilter
Deprecated.
DEFAULT_MAX_CODE_LENGTH - Static variable in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
DEFAULT_MAX_WORD_COUNT - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
DEFAULT_MERGE_SCHEDULER_CLASSNAME - Static variable in class org.apache.solr.update.SolrIndexConfig
 
DEFAULT_MORE_POPULAR - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
DEFAULT_ONLY_MORE_POPULAR - Static variable in class org.apache.solr.handler.component.SpellCheckComponent
 
DEFAULT_POST_TAGS - Static variable in class org.apache.solr.highlight.SolrFragmentsBuilder
 
DEFAULT_POST_URL - Static variable in class org.apache.solr.util.SimplePostTool
 
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.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_RESPONSE_WRITERS - Static variable in class org.apache.solr.core.SolrCore
 
DEFAULT_SCHEMA_FILE - Static variable in class org.apache.solr.schema.IndexSchema
 
DEFAULT_STRATEGY - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
DEFAULT_SUGGESTION_COUNT - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
DEFAULT_SUGGESTION_COUNT - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
DEFAULT_WORD_DELIM_TABLE - Static variable in class org.apache.solr.analysis.WordDelimiterIterator
 
DefaultEncoder - Class in org.apache.solr.highlight
DefaultEncoder() - Constructor for class org.apache.solr.highlight.DefaultEncoder
 
defaultField - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
defaultField - Variable in class org.apache.solr.search.SolrQueryParser
 
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
 
defaultReturnFields - Variable in class org.apache.solr.response.SolrQueryResponse
 
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
 
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.
DefaultSolrParams - Class in org.apache.solr.request
Deprecated.
Use org.apache.solr.common.params.DefaultSolrParams.
DefaultSolrParams(SolrParams, SolrParams) - Constructor for class org.apache.solr.request.DefaultSolrParams
Deprecated.
 
defaultVal - Variable in class org.apache.solr.search.function.RangeMapFloatFunction
 
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.search.DelegatingCollector
 
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(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.XmlUpdateRequestHandler
 
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
Direct update handler - pseudo code *********** def add(doc, id, allowDups, overwritePending, overwriteCommitted): if not overwritePending and not overwriteCommitted: #special case... no need to check pending set, and we don't keep #any state around about this addition if allowDups: committed[id]=doc #100 return else: #if no dups allowed, we must check the *current* index (pending and committed) if not committed[id]: committed[id]=doc #000 return #001 (searchd addConditionally) if not allowDups and not overwritePending and pending[id]: return del committed[id] #delete from pending and committed 111 011 committed[id]=doc pending[id]=True
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
DELETE_INDEX - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you unload a core, delete the index too
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
 
deleteById(String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteById(List<String>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteById(String) - Method in class org.apache.solr.client.solrj.SolrServer
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
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.DirectUpdateHandler
Deprecated.
 
deleteByQuery(DeleteUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
deleteByQuery(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
deletedDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
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
 
deleteIndex - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
deleteInIndex(String) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
deleteQuery - Variable in class org.apache.solr.handler.dataimport.DataConfig.Document
 
DeleteUpdateCommand - Class in org.apache.solr.update
 
DeleteUpdateCommand() - Constructor for class org.apache.solr.update.DeleteUpdateCommand
 
DelimitedPayloadTokenFilterFactory - Class in org.apache.solr.analysis
DelimitedPayloadTokenFilterFactory() - Constructor for class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
DELIMITER_ATTR - Static variable in class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
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
 
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.ByteFieldSource
 
description() - Method in class org.apache.solr.search.function.ConstValueSource
 
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.DoubleConstValueSource
 
description() - Method in class org.apache.solr.search.function.DoubleFieldSource
 
description() - Method in class org.apache.solr.search.function.DualFloatFunction
 
description() - Method in class org.apache.solr.search.function.FieldCacheSource
 
description() - Method in class org.apache.solr.search.function.FileFloatSource
 
description() - Method in class org.apache.solr.search.function.FloatFieldSource
 
description() - Method in class org.apache.solr.search.function.IntFieldSource
 
description() - Method in class org.apache.solr.search.function.LinearFloatFunction
 
description() - Method in class org.apache.solr.search.function.LiteralValueSource
 
description() - Method in class org.apache.solr.search.function.LongFieldSource
 
description() - Method in class org.apache.solr.search.function.MultiFloatFunction
 
description() - Method in class org.apache.solr.search.function.OrdFieldSource
 
description() - Method in class org.apache.solr.search.function.QueryValueSource
 
description() - Method in class org.apache.solr.search.function.RangeMapFloatFunction
 
description() - Method in class org.apache.solr.search.function.ReciprocalFloatFunction
 
description() - Method in class org.apache.solr.search.function.ReverseOrdFieldSource
 
description() - Method in class org.apache.solr.search.function.ScaleFloatFunction
 
description() - Method in class org.apache.solr.search.function.ShortFieldSource
 
description() - Method in class org.apache.solr.search.function.SingleFunction
 
description() - Method in class org.apache.solr.search.function.TopValueSource
 
description() - Method in class org.apache.solr.search.function.ValueSource
description of field, used in explain()
description() - Method in class org.apache.solr.search.function.VectorValueSource
 
destroy() - Method in interface org.apache.solr.handler.dataimport.DIHCache
Closes the cache, if open.
destroy() - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
destroy() - Method in class org.apache.solr.handler.dataimport.EntityProcessor
Invoked for each parent-row after the last row for this entity is processed.
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.
df - Variable in class org.apache.solr.util.CommonParams
Deprecated.
the default field to query
dfMap - Variable in class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
 
dictionary - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
dictionary - Variable in class org.apache.solr.spelling.suggest.Suggester
 
DICTIONARY_NAME - Static variable in class org.apache.solr.spelling.SolrSpellChecker
 
DICTIONARY_PREFIX - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
DictionaryCompoundWordTokenFilterFactory - Class in org.apache.solr.analysis
DictionaryCompoundWordTokenFilterFactory() - Constructor for class org.apache.solr.analysis.DictionaryCompoundWordTokenFilterFactory
 
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
 
DIHLogLevels - Enum in org.apache.solr.handler.dataimport
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
DIHPropertiesWriter - Interface in org.apache.solr.handler.dataimport
 
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
 
dimension() - Method in class org.apache.solr.search.function.MultiValueSource
 
dimension() - Method in class org.apache.solr.search.function.VectorValueSource
 
DIR - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
dirDescription - Variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
directory() - Method in class org.apache.solr.search.SolrIndexReader
 
DirectoryFactory - Class in org.apache.solr.core
Provides access to a Directory implementation.
DirectoryFactory() - Constructor for class org.apache.solr.core.DirectoryFactory
 
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() - Constructor for class org.apache.solr.servlet.DirectSolrConnection
DirectSolrConnection(SolrCore) - Constructor for class org.apache.solr.servlet.DirectSolrConnection
Initialize using an explicit SolrCore
DirectSolrConnection(String, String, String) - Constructor for class org.apache.solr.servlet.DirectSolrConnection
This constructor is designed to make it easy for JNI embedded applications to setup the entire solr environment with a simple interface.
DirectUpdateHandler - Class in org.apache.solr.update
Deprecated.
Use DirectUpdateHandler2 instead. This is only kept around for back-compatibility (way back).
DirectUpdateHandler(SolrCore) - Constructor for class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
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
 
DirectXmlRequest - Class in org.apache.solr.client.solrj.request
Send arbitrary XML to a request handler
DirectXmlRequest(String, String) - Constructor for class org.apache.solr.client.solrj.request.DirectXmlRequest
 
DisMaxParams - Interface in org.apache.solr.common.params
A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.
DisMaxParams - Class in org.apache.solr.util
Deprecated.
Use DisMaxParams instead.
DisMaxParams() - Constructor for class org.apache.solr.util.DisMaxParams
Deprecated.
 
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
 
DisMaxRequestHandler - Class in org.apache.solr.handler
Deprecated.
use StandardRequestHandler with a "defType=dismax" param
DisMaxRequestHandler() - Constructor for class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
DisMaxRequestHandler - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.handler.DisMaxRequestHandler
DisMaxRequestHandler() - Constructor for class org.apache.solr.request.DisMaxRequestHandler
Deprecated.
 
dist - Variable in class org.apache.solr.search.function.distance.StringDistanceFunction
 
DISTANCE - Static variable in interface org.apache.solr.common.params.SpatialParams
 
distance(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
distance(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
distance(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.distance.SquaredEuclideanFunction
 
distance(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
Calculate the distance
distance - Variable in class org.apache.solr.search.SpatialOptions
 
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.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.TermsComponent
 
distributedProcess(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
DivFloatFunction - Class in org.apache.solr.search.function
Function to divide "a" by "b"
DivFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.solr.search.function.DivFloatFunction
 
doAdd(Document) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
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() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
doc() - Method in class org.apache.solr.search.function.ValueSourceScorer
 
doc(int) - Method in class org.apache.solr.search.SolrIndexSearcher
Retrieve the Document instance corresponding to the document id.
doc(int, FieldSelector) - Method in class org.apache.solr.search.SolrIndexSearcher
Retrieve a Document using a FieldSelector This method does not currently use 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 - Variable in class org.apache.solr.update.AddUpdateCommand
 
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
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
 
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, SolrWriter, DIHPropertiesWriter, DataImporter.RequestParams) - Constructor for class org.apache.solr.handler.dataimport.DocBuilder
 
DocBuilder.Statistics - Class in org.apache.solr.handler.dataimport
 
DocBuilder.Statistics() - Constructor for class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
docCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
docFreq(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
docID() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
docID() - Method in class org.apache.solr.search.function.ValueSourceScorer
 
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
 
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.
doClose() - Method in class org.apache.solr.search.SolrIndexReader
 
docRoot - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
docs - Variable in class org.apache.solr.request.SimpleFacets
The main set of documents all facet counts should be relative to
docs - Variable in class org.apache.solr.search.SortedIntDocSet
 
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.
docsPerGroup - Variable in class org.apache.solr.search.Grouping.Command
 
document - Variable in class org.apache.solr.handler.dataimport.DataConfig
 
document - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
document(int, FieldSelector) - Method in class org.apache.solr.search.SolrIndexReader
 
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 docuemnts.
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(IndexSchema) - Constructor for class org.apache.solr.update.DocumentBuilder
 
documentCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
DocumentClusteringEngine - Class in org.apache.solr.handler.clustering
Experimental.
DocumentClusteringEngine() - Constructor for class org.apache.solr.handler.clustering.DocumentClusteringEngine
 
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
 
DocValues - Class in org.apache.solr.search.function
Represents field values as different types.
DocValues() - Constructor for class org.apache.solr.search.function.DocValues
 
doDelete(int) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
doDeltaImport(SolrWriter, DataImporter.RequestParams) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
doFacets - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
doFieldSortValues(ResponseBuilder, SolrIndexSearcher) - Method in class org.apache.solr.handler.component.QueryComponent
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
doFullImport(SolrWriter, DataImporter.RequestParams) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.LogLevelSelection
Processes an HTTP GET request and changes the logging level as specified.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.SolrServlet
Deprecated.
 
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.SolrHighlighter
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[]) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
doHighlights - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
doIgnore(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
 
doLegacyUpdate(InputStream, String, Writer) - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated.
Direct updates from a Servlet, as well as the response format produced by this method, have been deprecated and will be removed in future versions. Any code using this method should be changed to use RequestHandlerBase.handleRequest(org.apache.solr.request.SolrQueryRequest, org.apache.solr.response.SolrQueryResponse) method with a ContentStream.
DOMUtil - Class in org.apache.solr.common.util
 
DOMUtil() - Constructor for class org.apache.solr.common.util.DOMUtil
 
DOMUtil - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.DOMUtil.
DOMUtil() - Constructor for class org.apache.solr.util.DOMUtil
Deprecated.
 
DONE - Static variable in class org.apache.solr.analysis.WordDelimiterIterator
Indicates the end of iteration
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.LogLevelSelection
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.SolrServlet
Deprecated.
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.servlet.SolrUpdateServlet
Deprecated.
 
doPrefetch(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
 
doQuery(int) - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
doSetNorm(int, String, byte) - Method in class org.apache.solr.search.SolrIndexReader
 
doSimpleQuery(String, SolrQueryRequest, int, int) - Static method in class org.apache.solr.util.SolrPluginUtils
Executes a basic query in lucene syntax
doStandardDebug(SolrQueryRequest, String, Query, DocList, CommonParams) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated.
Use doStandardDebug(SolrQueryRequest,String,Query,DocList) with setDefaults
doStandardDebug(SolrQueryRequest, String, Query, DocList) - Static method in class org.apache.solr.util.SolrPluginUtils
Returns a NamedList containing many "standard" pieces of debugging information.
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
 
DoubleConstValueSource - Class in org.apache.solr.search.function
 
DoubleConstValueSource(double) - Constructor for class org.apache.solr.search.function.DoubleConstValueSource
 
DoubleField - Class in org.apache.solr.schema
A legacy numeric field type that encodes "Double" values as simple Strings.
DoubleField() - Constructor for class org.apache.solr.schema.DoubleField
 
DoubleFieldSource - Class in org.apache.solr.search.function
Obtains float field values from the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
DoubleFieldSource(String) - Constructor for class org.apache.solr.search.function.DoubleFieldSource
 
DoubleFieldSource(String, FieldCache.DoubleParser) - Constructor for class org.apache.solr.search.function.DoubleFieldSource
 
DoubleMetaphoneFilter - Class in org.apache.solr.analysis
Deprecated.
DoubleMetaphoneFilter(TokenStream, int, boolean) - Constructor for class org.apache.solr.analysis.DoubleMetaphoneFilter
Deprecated.
 
DoubleMetaphoneFilterFactory - Class in org.apache.solr.analysis
DoubleMetaphoneFilterFactory() - Constructor for class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
doubleVal(int) - Method in class org.apache.solr.search.function.DocValues
 
doubleVal(int, double[]) - Method in class org.apache.solr.search.function.DocValues
 
doUndeleteAll() - Method in class org.apache.solr.search.SolrIndexReader
 
DRIVER - Static variable in class org.apache.solr.handler.dataimport.JdbcDataSource
 
DualFloatFunction - Class in org.apache.solr.search.function
 
DualFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.solr.search.function.DualFloatFunction
 
DumpRequestHandler - Class in org.apache.solr.handler
 
DumpRequestHandler() - Constructor for class org.apache.solr.handler.DumpRequestHandler
 
DutchStemFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use SnowballPorterFilterFactory with "Dutch" instead, which has the same functionality.
DutchStemFilterFactory() - Constructor for class org.apache.solr.analysis.DutchStemFilterFactory
Deprecated.
 
dynFieldProps - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 

E

EdgeNGramFilterFactory - Class in org.apache.solr.analysis
Creates new instances of EdgeNGramTokenFilter.
EdgeNGramFilterFactory() - Constructor for class org.apache.solr.analysis.EdgeNGramFilterFactory
 
EdgeNGramTokenizerFactory - Class in org.apache.solr.analysis
Creates new instances of EdgeNGramTokenizer.
EdgeNGramTokenizerFactory() - Constructor for class org.apache.solr.analysis.EdgeNGramTokenizerFactory
 
ElisionFilterFactory - Class in org.apache.solr.analysis
Factory for ElisionFilter.
ElisionFilterFactory() - Constructor for class org.apache.solr.analysis.ElisionFilterFactory
 
EmbeddedSolrServer - Class in org.apache.solr.client.solrj.embedded
SolrServer that connects directly to SolrCore TODO -- this implementation sends the response to XML and then parses it.
EmbeddedSolrServer(SolrCore) - Constructor for class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Deprecated. 
EmbeddedSolrServer(CoreContainer, String) - Constructor for class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Creates a SolrServer.
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
 
ENABLE - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
ENABLE_DEBUG - Static variable in class org.apache.solr.handler.dataimport.DataImportHandler
 
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 class org.apache.solr.analysis.PhoneticFilterFactory
 
encoder - Variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
ENCODER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
ENCODER_ATTR - Static variable in class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
encoders - Variable in class org.apache.solr.highlight.SolrHighlighter
 
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.noggit.CharArr
 
end() - Method in class org.apache.solr.analysis.PatternTokenizer
 
END - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
end() - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
This method is called at the end of the QueryResponseWriter lifecycle.
END_OBJ - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
endArray() - Method in class org.apache.noggit.JSONWriter
 
endArray(Object) - Method in class org.apache.noggit.ObjectBuilder
 
endArray() - Method in class org.apache.noggit.TextWriter
 
endDoc() - Method in class org.apache.solr.update.DocumentBuilder
 
endDocumentList() - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
This method is called at the end of outputting a SolrDocumentList or on a doc-by-doc SolrDocument basis.
endElement(String, String, String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
endObject() - Method in class org.apache.noggit.JSONWriter
 
endObject() - Method in class org.apache.noggit.TextWriter
 
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.
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
 
ENGINE_NAME - Static variable in class org.apache.solr.handler.clustering.ClusteringEngine
 
ENGINE_NAME - Static variable in interface org.apache.solr.handler.clustering.ClusteringParams
 
EnglishMinimalStemFilterFactory - Class in org.apache.solr.analysis
EnglishMinimalStemFilterFactory() - Constructor for class org.apache.solr.analysis.EnglishMinimalStemFilterFactory
 
EnglishPorterFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use SnowballPorterFilterFactory with language="English" instead
EnglishPorterFilterFactory() - Constructor for class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.
 
EnglishPossessiveFilterFactory - Class in org.apache.solr.analysis
EnglishPossessiveFilterFactory() - Constructor for class org.apache.solr.analysis.EnglishPossessiveFilterFactory
 
entities - Variable in class org.apache.solr.handler.dataimport.DataConfig.Document
 
entities - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
entity - Variable in class org.apache.solr.handler.dataimport.ContextImpl
 
entity - Variable in class org.apache.solr.handler.dataimport.DataConfig.Field
 
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, 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
 
EOF - Static variable in class org.apache.noggit.JSONParser
Event indicating the end of input has been reached
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.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.ConstantScorePrefixQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.solr.search.function.BoostedQuery
 
equals(Object) - Method in class org.apache.solr.search.function.ByteFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.ConstValueSource
 
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.DoubleConstValueSource
 
equals(Object) - Method in class org.apache.solr.search.function.DoubleFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.DualFloatFunction
 
equals(Object) - Method in class org.apache.solr.search.function.FieldCacheSource
 
equals(Object) - Method in class org.apache.solr.search.function.FileFloatSource
 
equals(Object) - Method in class org.apache.solr.search.function.FloatFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.FunctionQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.solr.search.function.IntFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.LinearFloatFunction
 
equals(Object) - Method in class org.apache.solr.search.function.LiteralValueSource
 
equals(Object) - Method in class org.apache.solr.search.function.LongFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.MultiFloatFunction
 
equals(Object) - Method in class org.apache.solr.search.function.OrdFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.QueryValueSource
 
equals(Object) - Method in class org.apache.solr.search.function.RangeMapFloatFunction
 
equals(Object) - Method in class org.apache.solr.search.function.ReciprocalFloatFunction
 
equals(Object) - Method in class org.apache.solr.search.function.ReverseOrdFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.ScaleFloatFunction
 
equals(Object) - Method in class org.apache.solr.search.function.ShortFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.SingleFunction
 
equals(Object) - Method in class org.apache.solr.search.function.TopValueSource
 
equals(Object) - Method in class org.apache.solr.search.function.ValueSource
 
equals(Object) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
equals(Object) - Method in class org.apache.solr.search.function.VectorValueSource
 
equals(Object) - Method in class org.apache.solr.search.PrefixFilter
 
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.SolrIndexReader
 
equals(Object) - Method in class org.apache.solr.search.WildcardFilter
 
equals(Object) - Method in class org.apache.solr.search.WrappedQuery
 
equals(char[], int, char[], int, int) - Static method in class org.apache.solr.util.ArraysUtils
See if two array slices are the same.
equals(int, int) - Method in class org.apache.solr.util.PrimUtils.IntComparator
 
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(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
error(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
ESCAPE_DISABLED - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
ESCAPE_SOLR_QUERY_CHARS - Static variable in class org.apache.solr.handler.dataimport.EvaluatorBag
 
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
evaluate(String, QName) - Method in class org.apache.solr.core.Config
 
evaluate(String, Context) - Method in class org.apache.solr.handler.dataimport.Evaluator
Return a String after processing an expression and a VariableResolver
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
 
EvaluatorBag - Class in org.apache.solr.handler.dataimport
Holds definitions for evaluators provided by DataImportHandler

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

EvaluatorBag() - Constructor for class org.apache.solr.handler.dataimport.EvaluatorBag
 
EvaluatorBag.VariableWrapper - Class in org.apache.solr.handler.dataimport
 
EvaluatorBag.VariableWrapper(String, VariableResolver) - Constructor for class org.apache.solr.handler.dataimport.EvaluatorBag.VariableWrapper
 
EVENT - Static variable in interface org.apache.solr.common.params.EventParams
Event param for things like newSearcher, firstSearcher
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
 
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
 
exceptionList - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
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
 
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(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore
 
execute(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
 
exists(String) - Method in class org.apache.solr.core.DirectoryFactory
 
exists(String) - Method in class org.apache.solr.core.RAMDirectoryFactory
 
exists(int) - Method in class org.apache.solr.search.BitDocSet
 
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
 
existsInIndex(String) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
explain(int) - Method in class org.apache.solr.search.function.DocValues
 
explain(int) - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
explain(IndexReader, int) - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
explain(int) - Method in class org.apache.solr.search.function.ValueSourceScorer
 
explain(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
explain(IndexReader, 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)
explainOther - Variable in class org.apache.solr.util.CommonParams
Deprecated.
no default other explanation query
explanationsToNamedLists(NamedList<Explanation>) - Static method in class org.apache.solr.util.SolrPluginUtils
 
explanationToNamedList(Explanation) - Static method in class org.apache.solr.util.SolrPluginUtils
 
EXPUNGE_DELETES - Static variable in interface org.apache.solr.common.params.UpdateParams
 
expungeDeletes - Variable in class org.apache.solr.update.CommitUpdateCommand
 
EXTENDED - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
ExtendedDismaxQParserPlugin - Class in org.apache.solr.search
An advanced multi-field query 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
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
 
externalToLong(String) - Method in class org.apache.solr.search.function.LongFieldSource
 
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) - Method in class org.apache.solr.search.function.BoostedQuery
 
extractTerms(Set) - Method in class org.apache.solr.search.function.FunctionQuery
 
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, String) - 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_LIMIT - Static variable in interface org.apache.solr.common.params.FacetParams
Numeric option indicating the maximum number of facet field counts be included in the response for each field - in descending order of count.
FACET_METHOD - Static variable in interface org.apache.solr.common.params.FacetParams
What method should be used to do the faceting
FACET_METHOD_enum - Static variable in interface org.apache.solr.common.params.FacetParams
Value for FACET_METHOD param to indicate that Solr should enumerate over terms in a field to calculate the facet counts.
FACET_METHOD_fc - Static variable in interface org.apache.solr.common.params.FacetParams
Value for FACET_METHOD param to indicate that Solr should enumerate over documents and count up terms by consulting an uninverted representation of the field values (such as the FieldCache used for sorting).
FACET_MINCOUNT - Static variable in interface org.apache.solr.common.params.FacetParams
Numeric option indicating the minimum number of hits before a facet should be included in the response.
FACET_MISSING - Static variable in interface org.apache.solr.common.params.FacetParams
Boolean option indicating whether the response should include a facet field count for all records which have no value for the facet field.
FACET_OFFSET - Static variable in interface org.apache.solr.common.params.FacetParams
The offset into the list of facets.
FACET_PREFIX - Static variable in interface org.apache.solr.common.params.FacetParams
Only return constraints of a facet field with the given prefix.
FACET_QUERY - Static variable in interface org.apache.solr.common.params.FacetParams
Any lucene formated queries the user would like to use for Facet Constraint Counts (multi-value)
FACET_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_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.
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.FacetBase(ResponseBuilder, String, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.FacetBase
 
FacetComponent.FacetInfo - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.FacetInfo() - Constructor for class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
FacetComponent.FieldFacet - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.FieldFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
FacetComponent.QueryFacet - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.QueryFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.QueryFacet
 
FacetComponent.ShardFacetCount - Class in org.apache.solr.handler.component
This API is experimental and subject to change
FacetComponent.ShardFacetCount() - Constructor for class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
FacetField - Class in org.apache.solr.client.solrj.response
A utility class to hold the facet response.
FacetField(String) - Constructor for class org.apache.solr.client.solrj.response.FacetField
 
FacetField(String, String, Date) - Constructor for class org.apache.solr.client.solrj.response.FacetField
 
FacetField.Count - Class in org.apache.solr.client.solrj.response
 
FacetField.Count(FacetField, String, long) - Constructor for class org.apache.solr.client.solrj.response.FacetField.Count
 
FacetParams - Interface in org.apache.solr.common.params
Facet parameters
FacetParams.FacetDateOther - Enum in org.apache.solr.common.params
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 corrisponding 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 thouse 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
 
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
 
failedDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
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_CHARS - Static variable in class org.apache.noggit.JSONUtil
 
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
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.common.util
Single threaded BufferedWriter Internal Solr use only, subject to change.
FastWriter(Writer) - Constructor for class org.apache.solr.common.util.FastWriter
 
FastWriter(Writer, char[], int) - Constructor for class org.apache.solr.common.util.FastWriter
 
fatalError(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
fatalError(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
 
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.search.function.FieldCacheSource
 
field - Variable in class org.apache.solr.search.function.OrdFieldSource
 
field - Variable in class org.apache.solr.search.function.ReverseOrdFieldSource
 
field - Variable in enum org.apache.solr.search.SolrQueryParser.MagicFieldName
 
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_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.spelling.SolrSpellChecker
 
FIELD_VALUE - Static variable in interface org.apache.solr.common.params.AnalysisParams
Hodls a comma-separated list of field named that the analysis should be performed for.
FieldAnalysisRequest - Class in org.apache.solr.client.solrj.request
A request for the org.apache.solr.handler.DocumentAnalysisRequestHandler.
FieldAnalysisRequest() - Constructor for class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Constructs a new FieldAnalysisRequest with a default uri of "/fieldanalysis".
FieldAnalysisRequest(String) - Constructor for class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Constructs a new FieldAnalysisRequest with a given uri.
FieldAnalysisRequestHandler - Class in org.apache.solr.handler
RequestHandler that provides much the same functionality as analysis.jsp.
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
 
FieldCacheSource - Class in org.apache.solr.search.function
A base class for ValueSource implementations that retrieve values for a single field from the FieldCache.
FieldCacheSource(String) - Constructor for class org.apache.solr.search.function.FieldCacheSource
 
FieldFacetStats - Class in org.apache.solr.handler.component
9/10/2009 - Moved out of StatsComponent to allow open access to UnInvertedField FieldFacetStats is a utility to accumulate statistics on a set of values in one field, for facet values present in another field.
FieldFacetStats(String, FieldCache.StringIndex, FieldType, int, FieldType) - Constructor for class org.apache.solr.handler.component.FieldFacetStats
 
FieldFlag - Enum in org.apache.solr.common.luke
 
FieldMappingException - Exception in org.apache.solr.uima.processor.exception
Exception thrown when an error happening while mapping UIMA CAS model to Solt fields
FieldMappingException(Exception) - Constructor for exception org.apache.solr.uima.processor.exception.FieldMappingException
 
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

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
 
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 - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
fields - Variable in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
FIELDS_PARAM - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
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
 
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
 
fieldTypeCurrency - Variable in class org.apache.solr.schema.CurrencyField
 
fieldTypeName - Variable in class org.apache.solr.spelling.SolrSpellChecker
 
fieldValueCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
FILE - Static variable in interface 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
 
fileCopy(File, File) - Static method in class org.apache.solr.core.CoreContainer
Copies a src file to a dest file: used to circumvent the platform discrepancies regarding renaming files.
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
 
FileFloatSource - Class in org.apache.solr.search.function
Obtains float field values from an external file.
FileFloatSource(SchemaField, SchemaField, float, QParser) - Constructor for class org.apache.solr.search.function.FileFloatSource
 
FileFloatSource.ReloadCacheRequestHandler - Class in org.apache.solr.search.function
 
FileFloatSource.ReloadCacheRequestHandler() - Constructor for class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
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
 
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
FileUtils - Class in org.apache.solr.common.util
 
FileUtils() - Constructor for class org.apache.solr.common.util.FileUtils
 
fill() - Method in class org.apache.noggit.CharArr
 
fill() - Method in class org.apache.noggit.JSONParser
 
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
FILLRIGHT - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
Fill content to the right.
filter - Variable in class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
 
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
 
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, String...) - Method in class org.apache.solr.core.Config
findClass(String, 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).
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
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.CommandQuery
Performs any necessary post actions to prepare the response.
finish() - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
finished - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
 
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.QueryComponent
 
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.TermsComponent
 
FinnishLightStemFilterFactory - Class in org.apache.solr.analysis
FinnishLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.FinnishLightStemFilterFactory
 
FIRST_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
 
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
 
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
fl - Variable in class org.apache.solr.util.CommonParams
Deprecated.
the default field list to be used
FL - Static variable in class org.apache.solr.util.SolrPluginUtils
Deprecated.
Use org.apache.solr.common.params.CommonParams.FL.
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
 
FloatField - Class in org.apache.solr.schema
A legacy numeric field type that encodes "Float" values as simple Strings.
FloatField() - Constructor for class org.apache.solr.schema.FloatField
 
FloatFieldSource - Class in org.apache.solr.search.function
Obtains float field values from the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
FloatFieldSource(String) - Constructor for class org.apache.solr.search.function.FloatFieldSource
 
FloatFieldSource(String, FieldCache.FloatParser) - Constructor for class org.apache.solr.search.function.FloatFieldSource
 
floatVal(int) - Method in class org.apache.solr.search.function.DocValues
 
floatVal(int, float[]) - Method in class org.apache.solr.search.function.DocValues
 
flush() - Method in class org.apache.noggit.CharArr
 
flush() - Method in class org.apache.solr.common.util.FastOutputStream
 
flush() - Method in class org.apache.solr.common.util.FastWriter
 
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
 
flushBuffer() - Method in class org.apache.solr.common.util.FastOutputStream
Only flushes the buffer of the FastOutputStream, not that of the underlying stream.
flushBuffer() - Method in class org.apache.solr.common.util.FastWriter
 
fmts - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
FOR_EACH - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
FORCE_ELEVATION - Static variable in interface org.apache.solr.common.params.QueryElevationParams
 
FORCE_FIRST_LETTER - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
forceOpenWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
format - Variable in class org.apache.solr.search.Grouping.Command
 
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
Thread safe method that can be used by subclasses to format a Date using the Internal representation.
formatDate(Date) - Method in class org.apache.solr.schema.LegacyDateField
Deprecated.
 
formatExternal(Date) - Static method in class org.apache.solr.schema.DateField
Return the standard human readable form of the date
FORMATTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
formatters - Variable in class org.apache.solr.highlight.SolrHighlighter
 
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
FQ - Static variable in class org.apache.solr.util.DisMaxParams
Deprecated.
use SolrParams.FQ or SolrPluginUtils.parseFilterQueries
fq - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.get
FRAG_LIST_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fragListBuilders - Variable in class org.apache.solr.highlight.SolrHighlighter
 
FRAGMENTER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fragmenters - Variable in class org.apache.solr.highlight.SolrHighlighter
 
FRAGMENTS_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
 
fragmentsBuilders - Variable in class org.apache.solr.highlight.SolrHighlighter
 
FRAGSIZE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
freezeStage() - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
 
freezeStage() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
FrenchLightStemFilterFactory - Class in org.apache.solr.analysis
FrenchLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.FrenchLightStemFilterFactory
 
FrenchMinimalStemFilterFactory - Class in org.apache.solr.analysis
FrenchMinimalStemFilterFactory() - Constructor for class org.apache.solr.analysis.FrenchMinimalStemFilterFactory
 
FrenchStemFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use SnowballPorterFilterFactory with "French" instead, which has the same functionality.
FrenchStemFilterFactory() - Constructor for class org.apache.solr.analysis.FrenchStemFilterFactory
Deprecated.
 
FREQ_COMP - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
FROM_COMMITTED - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
FROM_PENDING - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
fromCommitted - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
fromJSON(String) - Static method in class org.apache.noggit.ObjectBuilder
 
fromPending - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
FSTLookupFactory - Class in org.apache.solr.spelling.suggest.fst
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
 
func(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.DivFloatFunction
 
func(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.DualFloatFunction
 
func(int, DocValues[]) - Method in class org.apache.solr.search.function.MaxFloatFunction
 
func(int, DocValues[]) - Method in class org.apache.solr.search.function.MinFloatFunction
 
func(int, DocValues[]) - Method in class org.apache.solr.search.function.MultiFloatFunction
 
func(int, DocValues, DocValues) - Method in class org.apache.solr.search.function.PowFloatFunction
 
func(int, DocValues[]) - Method in class org.apache.solr.search.function.ProductFloatFunction
 
func(int, DocValues) - Method in class org.apache.solr.search.function.SimpleFloatFunction
 
func(int, DocValues[]) - Method in class org.apache.solr.search.function.SumFloatFunction
 
FUNCTION - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
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
 
FunctionQuery - Class in org.apache.solr.search.function
Returns a score for each document based on a ValueSource, often some function of the value of a field.
FunctionQuery(ValueSource) - Constructor for class org.apache.solr.search.function.FunctionQuery
 
FunctionQuery.AllScorer - Class in org.apache.solr.search.function
 
FunctionQuery.AllScorer(Similarity, IndexReader, FunctionQuery.FunctionWeight) - Constructor for class org.apache.solr.search.function.FunctionQuery.AllScorer
 
FunctionQuery.FunctionWeight - Class in org.apache.solr.search.function
 
FunctionQuery.FunctionWeight(Searcher) - Constructor for class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
FunctionRangeQParserPlugin - Class in org.apache.solr.search
Create a range query over a function.
FunctionRangeQParserPlugin() - Constructor for class org.apache.solr.search.FunctionRangeQParserPlugin
 
functions - Variable in class org.apache.solr.handler.dataimport.DataConfig
 

G

GalicianMinimalStemFilterFactory - Class in org.apache.solr.analysis
GalicianMinimalStemFilterFactory() - Constructor for class org.apache.solr.analysis.GalicianMinimalStemFilterFactory
 
GalicianStemFilterFactory - Class in org.apache.solr.analysis
Factory for GalicianStemFilter.
GalicianStemFilterFactory() - Constructor for class org.apache.solr.analysis.GalicianStemFilterFactory
 
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
GENERATION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
GenericBinaryResponseWriter - Class in org.apache.solr.response
A generic QueryResponseWriter implementation that requires a user to implement the GenericBinaryResponseWriter.getSingleResponseWriter(OutputStream, SolrQueryRequest, SolrQueryResponse) that defines a BaseResponseWriter.SingleResponseWriter to handle the binary output.
GenericBinaryResponseWriter() - Constructor for class org.apache.solr.response.GenericBinaryResponseWriter
 
GenericTextResponseWriter - Class in org.apache.solr.response
Deprecated.
use TextResponseWriter see SOLR-2485
GenericTextResponseWriter() - Constructor for class org.apache.solr.response.GenericTextResponseWriter
Deprecated.
 
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
 
GermanLightStemFilterFactory - Class in org.apache.solr.analysis
GermanLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.GermanLightStemFilterFactory
 
GermanMinimalStemFilterFactory - Class in org.apache.solr.analysis
GermanMinimalStemFilterFactory() - Constructor for class org.apache.solr.analysis.GermanMinimalStemFilterFactory
 
GermanNormalizationFilterFactory - Class in org.apache.solr.analysis
GermanNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.GermanNormalizationFilterFactory
 
GermanStemFilterFactory - Class in org.apache.solr.analysis
Factory for GermanStemFilter.
GermanStemFilterFactory() - Constructor for class org.apache.solr.analysis.GermanStemFilterFactory
 
get(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
 
get(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
 
get(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
 
get(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
 
get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
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) - Method in class org.apache.solr.core.Config
 
get(String, String) - Method in class org.apache.solr.core.Config
 
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(String) - Method in class org.apache.solr.request.ServletSolrParams
 
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(String) - Static method in enum org.apache.solr.search.SolrQueryParser.MagicFieldName
 
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() - Method in class org.apache.solr.util.RefCounted
 
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
 
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
 
getAction() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getAdminPath() - Method in class org.apache.solr.core.CoreContainer
 
getAE() - Method in interface org.apache.solr.uima.processor.ae.AEProvider
 
getAE() - Method in class org.apache.solr.uima.processor.ae.OverridingParamsAEProvider
 
getAePath() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
getAEProvider(String, String, Map<String, Object>) - Method in class org.apache.solr.uima.processor.ae.AEProviderFactory
 
getAfter() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
getAll(String) - Method in class org.apache.solr.common.util.NamedList
Gets the values for the the specified name
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.
getAllFieldTypeAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
Returns all field type analyses with their associated field types.
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
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.BoolField
 
getAnalyzer() - Method in class org.apache.solr.schema.FieldType
Returns the Analyzer to be used when indexing fields of this type.
getAnalyzer() - 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.
getAnalyzer() - Method in class org.apache.solr.spelling.QueryConverter
 
getArg(String, Map<String, String>) - Method in class org.apache.solr.schema.FieldType
 
getArgs() - Method in class org.apache.solr.analysis.BaseCharFilterFactory
 
getArgs() - Method in interface org.apache.solr.analysis.CharFilterFactory
 
getArgs() - Method in interface org.apache.solr.analysis.TokenFilterFactory
Accessor method for reporting the args used to initialize this factory.
getArgs() - Method in interface org.apache.solr.analysis.TokenizerFactory
Accessor method for reporting the args used to initialize this factory.
getArray() - Method in class org.apache.noggit.CharArr
 
getArray() - Method in class org.apache.noggit.ObjectBuilder
 
getAsFilterQuery() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getAttr(NamedNodeMap, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getAttr(Node, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getAttr(NamedNodeMap, String, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getAttr(Node, String, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
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
 
getAutoGeneratePhraseQueries() - Method in class org.apache.solr.schema.TextField
 
getB() - Method in class org.apache.solr.search.grouping.distributed.command.Pair
 
getBase() - Method in class org.apache.solr.search.SolrIndexReader
returns the docid offset within the parent reader
getBaseURL() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
getBaseURL() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
getBaseUrl() - Method in class org.apache.solr.handler.dataimport.URLDataSource
 
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
 
getBigNumber() - Method in class org.apache.noggit.ObjectBuilder
 
getBinder() - Method in class org.apache.solr.client.solrj.SolrServer
 
getBits() - Method in class org.apache.solr.search.BitDocSet
 
getBits() - Method in interface org.apache.solr.search.DocSet
Deprecated.
Use DocSet.iterator() to access all docs instead.
getBits() - Method in class org.apache.solr.search.SortedIntDocSet
 
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
 
getBoolean() - Method in class org.apache.noggit.JSONParser
Reads a boolean value
getBoolean() - Method in class org.apache.noggit.ObjectBuilder
 
getBooleanParam(SolrQueryRequest, String, boolean) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated.
use SolrParam.getBool(String,boolean)
getBoost() - Method in class org.apache.solr.common.SolrInputField
 
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.WrappedQuery
 
getBoostedMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getBoundaryScanner(String, SolrParams) - Method in class org.apache.solr.highlight.SolrBoundaryScanner
 
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
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 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.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.FastLRUCache
 
getCategory() - Method in class org.apache.solr.search.LFUCache
 
getCategory() - Method in class org.apache.solr.search.LRUCache
 
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.tst.OldRequestHandler
Deprecated.
 
getCategory() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getCategory() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
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
getChar() - Method in class org.apache.noggit.JSONParser
 
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
 
getChild(Node, String) - Static method in class org.apache.solr.common.util.DOMUtil
 
getChild(String) - Method in class org.apache.solr.core.PluginInfo
 
getChildNodes(Element, String) - Static method in class org.apache.solr.handler.dataimport.DataConfig
 
getChildren() - Method in class org.apache.solr.common.util.RTimer
Manipulating this map may have undefined results.
getChildren(String) - Method in class org.apache.solr.core.PluginInfo
Filter children by type
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
 
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
 
getCommands() - Method in class org.apache.solr.search.Grouping
 
getCommentStart() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
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.
getCommitUserData() - Method in class org.apache.solr.search.SolrIndexReader
 
getCommitWithin() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getCommonWords() - Method in class org.apache.solr.analysis.CommonGramsFilterFactory
 
getCommonWords() - Method in class org.apache.solr.analysis.CommonGramsQueryFilterFactory
 
getComponents() - Method in class org.apache.solr.handler.component.SearchHandler
 
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.core.Config
Deprecated.
getConfigDir() - Method in class org.apache.solr.core.SolrResourceLoader
 
getConfigFile() - Method in class org.apache.solr.core.CoreContainer
 
getConfigFile() - Method in class org.apache.solr.core.SolrCore
Deprecated.
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.
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
 
getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
getContentStreams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
getContentStreams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.SolrPing
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.SolrRequest
 
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.request.RequestWriter.LazyContentStream
 
getContentType() - Method in interface org.apache.solr.common.util.ContentStream
 
getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase
 
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.XMLResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XSLTResponseWriter
 
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
 
getCopy() - Method in class org.apache.solr.client.solrj.SolrQuery
get a deep copy of this object
getCopyFields(String) - Method in class org.apache.solr.schema.IndexSchema
Deprecated.
getCopyFieldsList(String) - Method in class org.apache.solr.schema.IndexSchema
Get all copy fields for a specified source field, both static and dynamic ones.
getCopySources(String) - Method in class org.apache.solr.schema.IndexSchema
Get all copy fields, both the static and the dynamic ones.
getCore(String) - Method in class org.apache.solr.core.CoreContainer
Gets a core by name and increase its refcount.
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
 
getCoreCacheKey() - Method in class org.apache.solr.search.SolrIndexReader
 
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.CoreAdminHandler
The instance of CoreContainer this handler handles.
getCoreDescriptor() - Method in class org.apache.solr.core.SolrCore
 
getCoreNames() - Method in class org.apache.solr.core.CoreContainer
 
getCoreNames(SolrCore) - Method in class org.apache.solr.core.CoreContainer
This method is currently experimental.
getCoreProperties() - Method in class org.apache.solr.core.SolrResourceLoader
 
getCores() - 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) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
getCorrection() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
getCorrection() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
getCorrections() - Method in class org.apache.solr.spelling.RankedSpellPossibility
 
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.RangeFacet.Count
 
getCount() - Method in class org.apache.solr.search.SortSpec
Gets the number of documents to return after sorting.
getCounts() - Method in class org.apache.solr.client.solrj.response.RangeFacet
 
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
 
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
 
getCurrentSize() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
 
getCurrentSize() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
 
getCustomParams(String, SolrParams, boolean) - 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) - 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
 
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
 
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.ThreadedContext
 
getDateFormatEvaluator() - Static method in class org.apache.solr.handler.dataimport.EvaluatorBag

Returns an Evaluator instance capable of formatting values using a given date format.

getDebugInfo() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getDebugMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getDefaultComponents() - Method in class org.apache.solr.handler.component.SearchHandler
 
getDefaultConfigName() - Method in class org.apache.solr.core.CoreDescriptor
 
getDefaultCoreName() - Method in class org.apache.solr.core.CoreContainer
 
getDefaultDataDir() - Method in class org.apache.solr.core.CoreDescriptor
 
getDefaultHighlightFields() - Method in class org.apache.solr.search.DisMaxQParser
 
getDefaultHighlightFields() - Method in class org.apache.solr.search.QParser
 
getDefaultPackages() - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Where to look for classes
getDefaultSchemaName() - Method in class org.apache.solr.core.CoreDescriptor
 
getDefaultSearchFieldName() - Method in class org.apache.solr.schema.IndexSchema
Name of the default search field specified in the schema file
getDefaultValue() - Method in class org.apache.solr.schema.SchemaField
 
getDefaultValue() - Method in class org.apache.solr.search.function.QueryValueSource
 
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
 
getDeleteQuery() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
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.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.CoreAdminHandler
 
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.AnalysisRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.handler.BinaryUpdateRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
getDescription() - Method in class org.apache.solr.handler.component.DebugComponent
 
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.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.TermsComponent
 
getDescription() - Method in class org.apache.solr.handler.component.TermVectorComponent
 
getDescription() - Method in class org.apache.solr.handler.CSVRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getDescription() - Method in class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
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
 
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.ReplicationHandler
 
getDescription() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getDescription() - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.handler.StandardRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
 
getDescription() - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
 
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.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.SolrFieldCacheMBean
 
getDescription() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getDescription() - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
getDescription() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getDestination() - Method in class org.apache.solr.schema.CopyField
 
getDictionary(SolrQueryRequest) - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
Returns a dictionary to be used when building the spell-checker index.
getDictionaryName() - Method in class org.apache.solr.spelling.SolrSpellChecker
 
getDimension() - Method in class org.apache.solr.schema.CoordinateFieldType
 
getDirectory(String, DirectoryFactory, SolrIndexConfig) - Static method in class org.apache.solr.update.SolrIndexWriter
 
getDirectoryFactory() - Method in class org.apache.solr.core.SolrCore
 
getDisplay() - Method in enum org.apache.solr.common.luke.FieldFlag
 
getDistinct() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getDoc() - Method in class org.apache.solr.update.DocumentBuilder
 
getDocIdSet(Map, IndexReader) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.solr.search.PrefixFilter
 
getDocIdSet(Map, IndexReader) - Method in class org.apache.solr.search.SolrFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.solr.search.SolrFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.solr.search.WildcardFilter
 
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
 
getDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
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.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.SearchComponent
 
getDocs() - Method in class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
getDocs() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getDocs() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getDocs() - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
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.FastLRUCache
 
getDocs() - Method in class org.apache.solr.search.LFUCache
 
getDocs() - Method in class org.apache.solr.search.LRUCache
 
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.tst.OldRequestHandler
Deprecated.
 
getDocs() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getDocs() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
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(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
 
getDocSetNC(Query, DocSet, SolrIndexSearcher.TermDocsState) - 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
 
getDouble() - Method in class org.apache.noggit.JSONParser
Reads a number from the input stream and parses it as a double
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
 
getDouble() - Method in class org.apache.solr.search.function.ConstNumberSource
 
getDouble() - Method in class org.apache.solr.search.function.ConstValueSource
 
getDouble() - Method in class org.apache.solr.search.function.DoubleConstValueSource
 
getDynamicFieldPrototypes() - Method in class org.apache.solr.schema.IndexSchema
 
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
 
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.noggit.CharArr
 
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
 
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.
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
 
getEntityProcessor() - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
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
 
getEscape() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
getEtagSeed() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
getEventString(int) - Static method in class org.apache.noggit.JSONParser
 
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
getExplainList(Query, DocList, SolrIndexSearcher, IndexSchema) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated.
this returns the explanations as Strings, instead it is recommeded to use getExplanations and call toString() yourself, or use explanationsToNamedLists
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.
getExternalSubset(String, String) - Method in class org.apache.solr.common.util.SystemIdResolver
 
getFacetCounts() - Method in class org.apache.solr.request.SimpleFacets
Looks at various Params to determing 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) - 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
getFacetLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
get current facet limit
getFacetMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet minimum count
getFacetQuery() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet queries
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
 
getField(String) - Method in class org.apache.solr.common.SolrInputDocument
 
getField(String) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
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.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.
getFieldCache() - Method in class org.apache.solr.search.function.FieldCacheSource
 
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.
getFieldIndex(SchemaField, String) - Method in class org.apache.solr.schema.FieldType
 
getFieldInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldInfos() - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
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(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(String, String, boolean) - Method in class org.apache.solr.search.SolrQueryParser
 
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.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
 
getFieldsToLoad(SolrQueryRequest) - Method in class org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngine
 
getFieldsToLoad(SolrQueryRequest) - Method in class org.apache.solr.handler.clustering.SearchClusteringEngine
Returns the set of field names to load.
getFieldStore(SchemaField, String) - Method in class org.apache.solr.schema.FieldType
 
getFieldsWithDefaultValue() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the List containing all fields with a default value
getFieldTermVec(SchemaField, String) - Method in class org.apache.solr.schema.FieldType
 
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.
getFileContents(String) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
getFileName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
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 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
 
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
 
getFloat(String, float) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
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
 
getFloat() - Method in class org.apache.solr.search.function.ConstNumberSource
 
getFloat() - Method in class org.apache.solr.search.function.ConstValueSource
 
getFloat() - Method in class org.apache.solr.search.function.DoubleConstValueSource
 
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, SolrParams) - Method in interface org.apache.solr.highlight.SolrFormatter
Return a Formatter appropriate for this field.
getFormatter(String, SolrQueryRequest) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
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.
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.
getFragmenter(String, SolrQueryRequest) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
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
 
getFunctionName() - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
 
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
 
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.
getHandlerName() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
getHeader() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHiddenFiles() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getHighlight() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlighter() - Method in class org.apache.solr.core.SolrCore
Deprecated.
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(Query, String, SolrQueryRequest) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
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.
getHighlightFields(Query, SolrQueryRequest, String[]) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
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.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
 
getHits() - Method in class org.apache.solr.spelling.SpellCheckCollation
 
getHttpCachingConfig() - Method in class org.apache.solr.core.SolrConfig
 
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
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.
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.
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
 
getIndexCommit() - Method in class org.apache.solr.search.SolrIndexReader
 
getIndexDir() - Method in class org.apache.solr.core.SolrCore
 
getIndexDir() - Method in class org.apache.solr.search.SolrIndexSearcher
 
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(IndexSchema) - Method in class org.apache.solr.update.AddUpdateCommand
 
getIndexedId(Document) - Method in class org.apache.solr.update.UpdateHandler
 
getIndexedIdOptional(Document) - Method in class org.apache.solr.update.UpdateHandler
 
getIndexInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getIndexInfo(IndexReader, boolean) - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getIndexInfo(IndexReader, int, Map<String, LukeRequestHandler.TopTermQueue>, Set<String>) - 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.
getIndexReaderFactory() - Method in class org.apache.solr.core.SolrCore
 
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
 
getInputStream() - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
Allow override.
getInputStream() - Method in class org.apache.solr.schema.IndexSchema
Deprecated.
Use IndexSchema.getSolrConfig() and open a resource input stream for IndexSchema.getResourceName() instead.
getInstance() - Static method in class org.apache.solr.uima.processor.ae.AEProviderFactory
 
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.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.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.TikaLanguageIdentifierUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
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
 
getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getInstanceDir() - Method in class org.apache.solr.core.Config
Deprecated.
getInstanceDir() - Method in class org.apache.solr.core.CoreDescriptor
 
getInstanceDir() - Method in class org.apache.solr.core.SolrResourceLoader
 
getInt(String) - Method in class org.apache.solr.analysis.BaseCharFilterFactory
 
getInt(String, int) - Method in class org.apache.solr.analysis.BaseCharFilterFactory
 
getInt(String, int, boolean) - Method in class org.apache.solr.analysis.BaseCharFilterFactory
 
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
 
getInt() - Method in class org.apache.solr.search.function.ConstNumberSource
 
getInt() - Method in class org.apache.solr.search.function.ConstValueSource
 
getInt() - Method in class org.apache.solr.search.function.DoubleConstValueSource
 
getInternalRank() - Method in class org.apache.solr.spelling.SpellCheckCollation
 
getIntParam(String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
use getParams().required().getInt( name ) instead
getIntParam(String, int) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
use getParams().required().getInt( name ) instead
getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Retrieve the default list of parameters are added to every request regardless.
getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Retrieve the default list of parameters are added to every request regardless.
getJvmInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
Get JVM Info - including memory info
getKey() - Method in class org.apache.noggit.ObjectBuilder
 
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() - 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
 
getLangCode() - Method in class org.apache.solr.update.processor.DetectedLanguage
Returns the detected language code
getLastModFrom() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
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
 
getLeafOffsets() - Method in class org.apache.solr.search.SolrIndexReader
Return the doc id offsets for each leaf reader.
getLeafReaders() - Method in class org.apache.solr.search.SolrIndexReader
return the leaf readers in this reader tree, or an array of size 1 containing "this" if "this" is a leaf
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
 
getLevel() - Method in class org.apache.noggit.JSONParser
 
getLexicalData(LanguageCode) - Method in class org.apache.solr.handler.clustering.carrot2.SolrStopwordsCarrot2LexicalDataFactory
 
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 interface org.apache.solr.request.SolrQueryRequest
Deprecated.
getLimit() - Method in class org.apache.solr.request.SolrQueryRequestBase
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.
getLineNumber() - Method in class org.apache.solr.internal.csv.CSVParser
Returns the current line number in the input stream.
getLines(String) - Method in interface org.apache.solr.common.ResourceLoader
Accesses a resource by name and returns the (non comment) lines containing data.
getLines(String) - Method in class org.apache.solr.core.Config
Deprecated.
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
 
getLocalParams() - Method in class org.apache.solr.search.QParser
 
getLocalParams(String, SolrParams) - Static method in class org.apache.solr.search.QueryParsing
"foo" returns null "{!
getLocalPort() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
Returns the Local Port of the first Connector found for the jetty Server.
getLogField() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
getLogId() - Method in class org.apache.solr.core.SolrCore
 
getLong() - Method in class org.apache.noggit.JSONParser
Reads a number from the input stream and parses it as a long, only if the value will in fact fit into a signed 64 bit integer.
getLong() - Method in class org.apache.noggit.ObjectBuilder
 
getLong() - Method in class org.apache.solr.search.function.ConstNumberSource
 
getLong() - Method in class org.apache.solr.search.function.ConstValueSource
 
getLong() - Method in class org.apache.solr.search.function.DoubleConstValueSource
 
getLowerVal() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getLuceneDocument(IndexSchema) - Method in class org.apache.solr.update.AddUpdateCommand
 
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.
getManagementPath() - Method in class org.apache.solr.core.CoreContainer
 
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.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
 
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
 
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
 
getMaxScore() - Method in class org.apache.solr.common.SolrDocumentList
 
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.
getMaxSnippets(String, SolrQueryRequest) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
getMean() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
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
 
getMissing() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
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.
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
 
getMultipleConfigs(SolrConfig, String) - Static method in class org.apache.solr.search.CacheConfig
 
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.
getMultiTermComponent() - Method in class org.apache.solr.analysis.ArabicNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.ASCIIFoldingFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.CJKWidthFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.CollationKeyFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.GermanNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.GreekLowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.HindiNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.ICUCollationKeyFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.ICUFoldingFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.ICUNormalizer2FilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.ICUTransformFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.IndicNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.IrishLowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.ISOLatin1AccentFilterFactory
Deprecated.
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.LowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.LowerCaseTokenizerFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.MappingCharFilterFactory
 
getMultiTermComponent() - Method in interface org.apache.solr.analysis.MultiTermAwareComponent
Returns an analysis component to handle analysis if multi-term queries.
getMultiTermComponent() - Method in class org.apache.solr.analysis.PersianCharFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.PersianNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.solr.analysis.TurkishLowerCaseFilterFactory
 
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.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.CoreDescriptor
 
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.clustering.ClusteringEngine
 
getName() - Method in class org.apache.solr.handler.component.SearchComponent
 
getName() - Method in class org.apache.solr.handler.dataimport.DataConfig.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.schema.IndexSchema
Deprecated.
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.SolrFieldCacheMBean
 
getName() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getName() - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
getName() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getName() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
getName() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getNewestSearcher(boolean) - Method in class org.apache.solr.core.SolrCore
Return the newest 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
 
getNGroups() - Method in class org.apache.solr.client.solrj.response.GroupCommand
Returns the total number of groups found for this command.
getNode(String, boolean) - Method in class org.apache.solr.core.Config
 
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"
getNull() - Method in class org.apache.noggit.JSONParser
Reads a null value
getNull() - Method in class org.apache.noggit.ObjectBuilder
 
getNumber() - Method in class org.apache.noggit.ObjectBuilder
 
getNumber() - Method in class org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper
 
getNumber() - Method in class org.apache.solr.search.function.ConstNumberSource
 
getNumber() - Method in class org.apache.solr.search.function.ConstValueSource
 
getNumber() - Method in class org.apache.solr.search.function.DoubleConstValueSource
 
getNumberChars() - Method in class org.apache.noggit.JSONParser
Returns the characters of a JSON numeric value.
getNumberChars(CharArr) - Method in class org.apache.noggit.JSONParser
Reads a JSON numeric value into the output.
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.
getNumberOfHits() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
getNumberOfOccurences() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
getNumberParam(SolrQueryRequest, String, Number) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated.
use SolrParam.getFloat(String,float)
getNumDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getNumFound() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getNumFound() - Method in class org.apache.solr.common.SolrDocumentList
 
getNumTerms() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getNumTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getObject() - Method in class org.apache.noggit.ObjectBuilder
 
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.
getOldestAccessedItems(int) - Method in class org.apache.solr.util.ConcurrentLRUCache
Returns 'n' number of oldest accessed entries present in this cache.
getOpenCount() - Method in class org.apache.solr.core.SolrCore
Current core usage count.
getOpenTime() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getOptions() - Method in class org.apache.solr.search.ExtendedQueryBase
 
getOriginal() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
getOriginal() - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
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
 
getOverwriteDupes() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
getParam(String) - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated.
getParam(String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
getParam(String) - Method in class org.apache.solr.search.QParser
check both local and global params
getParam(SolrQueryRequest, String, String) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated.
use SolrParam.get(String,String)
getParameterNames() - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.DefaultSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.MapSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
getParameterNamesIterator() - Method in class org.apache.solr.common.params.RequiredSolrParams
returns an Iterator over the parameter names
getParameterNamesIterator() - Method in class org.apache.solr.common.params.SolrParams
returns an Iterator over the parameter names
getParams() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
getParams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
getParams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
getParams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.SolrPing
 
getParams() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getParams(String) - Method in class org.apache.solr.common.params.AppendedSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.MapSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
 
getParams(String) - Method in class org.apache.solr.common.params.SolrParams
returns an array of the String values of a param, or null if none
getParams() - Method in interface org.apache.solr.request.SolrQueryRequest
returns the current request parameters
getParams(String) - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated.
getParams() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getParams(String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
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.search.SolrIndexReader
returns the parent reader, or null of none
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
 
getParentContext() - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
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.CommonsHttpSolrServer
Deprecated.
 
getParser() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
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 type is defaultType.
getParseToEnd() - Method in class org.apache.solr.search.FunctionQParser
throw exception if there is extra stuff at the end of the parsed valuesource(s).
getPath(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getPath() - Method in class org.apache.solr.client.solrj.request.QueryRequest
Use the params 'QT' parameter if it exists
getPath(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
getPath() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getPathPrefix() - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
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
 
getPingQueryRequest(SolrCore) - Method in class org.apache.solr.core.SolrConfig
Deprecated.
use PingRequestHandler instead
getPingQueryRequest() - Method in class org.apache.solr.core.SolrCore
Deprecated.
use PingRequestHandler instead
getPk() - Method in class org.apache.solr.handler.dataimport.DataConfig.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.noggit.JSONParser
 
getPosition() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Returns the position of this token within the produced token stream.
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
 
getPositiveDocSet(Query, SolrIndexSearcher.TermDocsState) - Method in class org.apache.solr.search.SolrIndexSearcher
 
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
 
getPrefix() - Method in class org.apache.solr.search.ConstantScorePrefixQuery
Returns the prefix for this query
getPrefixQuery(String, String) - Method in class org.apache.solr.search.SolrQueryParser
 
getPreTags(SolrParams, String) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
 
getPrintableId(IndexSchema) - 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
 
getPropertiesName() - Method in class org.apache.solr.core.CoreDescriptor
 
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() - 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.function.BoostedQuery
 
getQuery() - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
getQuery() - Method in class org.apache.solr.search.function.QueryValueSource
 
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
 
getQueryAnalyzer() - Method in class org.apache.solr.schema.BoolField
 
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.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.spelling.SolrSpellChecker
 
getQueryCommand() - Method in class org.apache.solr.handler.component.ResponseBuilder
Creates a SolrIndexSearcher.QueryCommand from this ResponseBuilder.
getQueryParserDefaultOperator() - Method in class org.apache.solr.schema.IndexSchema
Deprecated.
use getSolrQueryParser().getDefaultOperator()
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
 
getQueryString() - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated.
getQueryString() - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
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
 
getQueryType() - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated.
getQueryType() - Method in class org.apache.solr.request.SolrQueryRequestBase
getRangeFacet() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
 
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
DateField specific range query
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.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) - Method in class org.apache.solr.search.SolrQueryParser
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.solr.search.function.DocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.solr.search.function.StringIndexDocValues
 
getRank() - Method in class org.apache.solr.spelling.RankedSpellPossibility
 
getRawMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
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.FileStream
If an charset is defined (by the contentType) use that, otherwise use a file reader
getReader() - Method in class org.apache.solr.common.util.ContentStreamBase
Base reader implementation.
getReader() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
If an charset is defined (by the contentType) use that, otherwise use a StringReader
getReader() - Method in class org.apache.solr.search.function.ValueSourceScorer
 
getReader() - Method in class org.apache.solr.search.SolrIndexSearcher
Direct access to the IndexReader used by this searcher
getRealMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getRefcount() - Method in class org.apache.solr.util.RefCounted
 
getRegenerator() - Method in class org.apache.solr.search.CacheConfig
 
getRegistry() - Static method in class org.apache.solr.core.SolrInfoRegistry
Deprecated.
getReq() - Method in class org.apache.solr.request.SolrRequestInfo
 
getReq() - Method in class org.apache.solr.search.QParser
 
getRequestHandler(String) - Method in class org.apache.solr.core.SolrCore
Get the request handler registered to a given name.
getRequestHandlers(Class) - Method in class org.apache.solr.core.SolrCore
Returns an unmodifieable Map containing the registered handlers of the specified type.
getRequestHandlers() - Method in class org.apache.solr.core.SolrCore
Returns an unmodifieable Map containing the registered handlers
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 (for multi-valued parameters)
getRequestParameters() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getRequestUrl() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getRequiredFields() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the List containing all required fields.
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
 
getResolvedEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
getResourceLoader() - Method in class org.apache.solr.core.Config
 
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.schema.IndexSchema
 
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.
getResponse() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponse() - Method in class org.apache.solr.client.solrj.SolrResponse
 
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
 
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
 
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.search.SolrQueryParser
 
getRootCause() - Method in exception org.apache.solr.client.solrj.SolrServerException
 
getRows() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getRsp() - Method in class org.apache.solr.request.SolrRequestInfo
 
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.core.SolrCore
Gets the schema object used by this core instance.
getSchema() - Method in interface org.apache.solr.request.SolrQueryRequest
The index schema associated with this request
getSchema() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getSchema() - Method in class org.apache.solr.search.SolrIndexSearcher
Direct access to the IndexSchema for use with this searcher
getSchemaFile() - Method in class org.apache.solr.core.SolrCore
Deprecated.
getSchemaFile() - Method in class org.apache.solr.schema.IndexSchema
Deprecated.
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.DataConfig.Entity
 
getSchemaResource() - Method in class org.apache.solr.core.SolrCore
Gets the schema resource name used by this core instance.
getScorer(IndexReader) - Method in class org.apache.solr.search.function.DocValues
 
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
 
getSearchClusteringEngines() - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
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
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
 
getSequentialSubReaders() - Method in class org.apache.solr.search.SolrIndexReader
 
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.handler.component.ShardResponse
 
getShardHandler() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
getShardHandler() - Method in class org.apache.solr.handler.component.ShardHandlerFactory
 
getShardNum(String) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getShardRequest() - Method in class org.apache.solr.handler.component.ShardResponse
 
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.IndexSchema
Returns the Similarity used for this index
getSimilarity() - Method in class org.apache.solr.schema.SimilarityFactory
 
getSimilarityFactory() - Method in class org.apache.solr.schema.IndexSchema
Returns the SimilarityFactory used 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.
getSingleResponseWriter(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.GenericBinaryResponseWriter
Users of this class should implement this method to define a BaseResponseWriter.SingleResponseWriter responsible for writing the binary output given a SolrDocumentList or doc-by-doc, given a SolrInputDocument.
getSingleResponseWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.GenericTextResponseWriter
Deprecated.
Users of this class should implement this method to define a BaseResponseWriter.SingleResponseWriter responsible for writing text output given a SolrDocumentList or doc-by-doc, given a SolrInputDocument.
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
 
getSolrConfig() - Method in class org.apache.solr.core.SolrCore
Gets the configuration object used by this core instance.
getSolrConfig() - Method in class org.apache.solr.schema.IndexSchema
Deprecated.
-- get access to SolrConfig some other way...
getSolrConfigFilename() - Method in class org.apache.solr.core.CoreContainer.Initializer
 
getSolrCore() - Static method in class org.apache.solr.core.SolrCore
Deprecated.
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
 
getSolrDocumentList(DocList, SolrQueryRequest, Map<SolrDocument, Integer>) - Method in class org.apache.solr.handler.clustering.SearchClusteringEngine
 
getSolrHome() - Method in class org.apache.solr.core.CoreContainer
 
getSolrInputDocument() - Method in class org.apache.solr.update.AddUpdateCommand
 
getSolrQueryEscapingEvaluator() - Static method in class org.apache.solr.handler.dataimport.EvaluatorBag

Returns an Evaluator instance meant to be used for escaping reserved characters in Solr queries

getSolrQueryParser(String) - Method in class org.apache.solr.schema.IndexSchema
Deprecated. 
getSolrResponse() - Method in class org.apache.solr.handler.component.ShardResponse
 
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"
getSortField() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.BCDIntField
 
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
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.CurrencyField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.DateField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.DoubleField
 
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
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.GeoHashField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.IntField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.LatLonType
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.LongField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.PointType
 
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
 
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
 
getSortField(boolean) - Method in class org.apache.solr.search.function.ValueSource
EXPERIMENTAL: This method is subject to change.
getSortFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSortSpec() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getSortValues() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
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.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.CoreAdminHandler
 
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.AnalysisRequestHandler
Deprecated.
 
getSource() - Method in class org.apache.solr.handler.BinaryUpdateRequestHandler
 
getSource() - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
getSource() - Method in class org.apache.solr.handler.component.DebugComponent
 
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.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.TermsComponent
 
getSource() - Method in class org.apache.solr.handler.component.TermVectorComponent
 
getSource() - Method in class org.apache.solr.handler.CSVRequestHandler
 
getSource() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getSource() - Method in class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
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.JsonUpdateRequestHandler
 
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.SpellCheckerRequestHandler
Deprecated.
 
getSource() - Method in class org.apache.solr.handler.StandardRequestHandler
 
getSource() - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
 
getSource() - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
 
getSource() - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
 
getSource() - Method in class org.apache.solr.highlight.DefaultEncoder
 
getSource() - Method in class org.apache.solr.highlight.GapFragmenter
 
getSource() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getSource() - Method in class org.apache.solr.highlight.HtmlEncoder
 
getSource() - Method in class org.apache.solr.highlight.HtmlFormatter
 
getSource() - Method in class org.apache.solr.highlight.RegexFragmenter
 
getSource() - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
 
getSource() - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
 
getSource() - Method in class org.apache.solr.highlight.SimpleFragListBuilder
 
getSource() - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
 
getSource() - Method in class org.apache.solr.highlight.SingleFragListBuilder
 
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.SolrFieldCacheMBean
 
getSource() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getSource() - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
getSource() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getSource() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
getSource() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getSourceId() - Method in class org.apache.solr.core.SolrCore
 
getSourceId() - Method in interface org.apache.solr.core.SolrInfoMBean
CVS Id, SVN Id, etc
getSourceId() - Method in class org.apache.solr.handler.admin.AdminHandlers
 
getSourceId() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.PluginInfoHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.PropertiesRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.SystemInfoHandler
 
getSourceId() - Method in class org.apache.solr.handler.admin.ThreadDumpHandler
 
getSourceId() - Method in class org.apache.solr.handler.AnalysisRequestHandler
Deprecated.
 
getSourceId() - Method in class org.apache.solr.handler.BinaryUpdateRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.DebugComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.FacetComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.HighlightComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.QueryComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.SearchComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.SearchHandler
 
getSourceId() - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.StatsComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.TermsComponent
 
getSourceId() - Method in class org.apache.solr.handler.component.TermVectorComponent
 
getSourceId() - Method in class org.apache.solr.handler.CSVRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getSourceId() - Method in class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
getSourceId() - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.DumpRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.JsonUpdateRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getSourceId() - Method in class org.apache.solr.handler.PingRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.ReplicationHandler
 
getSourceId() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getSourceId() - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
getSourceId() - Method in class org.apache.solr.handler.StandardRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
 
getSourceId() - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
 
getSourceId() - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
 
getSourceId() - Method in class org.apache.solr.highlight.DefaultEncoder
 
getSourceId() - Method in class org.apache.solr.highlight.GapFragmenter
 
getSourceId() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getSourceId() - Method in class org.apache.solr.highlight.HtmlEncoder
 
getSourceId() - Method in class org.apache.solr.highlight.HtmlFormatter
 
getSourceId() - Method in class org.apache.solr.highlight.RegexFragmenter
 
getSourceId() - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
 
getSourceId() - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
 
getSourceId() - Method in class org.apache.solr.highlight.SimpleFragListBuilder
 
getSourceId() - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
 
getSourceId() - Method in class org.apache.solr.highlight.SingleFragListBuilder
 
getSourceId() - Method in class org.apache.solr.search.FastLRUCache
 
getSourceId() - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
getSourceId() - Method in class org.apache.solr.search.LFUCache
 
getSourceId() - Method in class org.apache.solr.search.LRUCache
 
getSourceId() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getSourceId() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getSourceId() - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
getSourceId() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getSourceId() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
getSourceId() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
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
 
getSources() - Method in class org.apache.solr.search.function.VectorValueSource
 
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
 
getSqlEscapingEvaluator() - Static method in class org.apache.solr.handler.dataimport.EvaluatorBag

Returns an Evaluator instance meant to be used for escaping values in SQL queries.

getSrcCores() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
getStart() - Method in class org.apache.noggit.CharArr
 
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 interface org.apache.solr.request.SolrQueryRequest
Deprecated.
getStart() - Method in class org.apache.solr.request.SolrQueryRequestBase
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.search.FastLRUCache
 
getState() - Method in class org.apache.solr.search.LFUCache
 
getState() - Method in class org.apache.solr.search.LRUCache
 
getState() - Method in interface org.apache.solr.search.SolrCache
Returns the last State set on this instance
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.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.SolrFieldCacheMBean
 
getStatistics() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getStatistics() - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
getStatistics() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getStatistics() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
getStatistics() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
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, 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
 
getStemmer(LanguageCode) - Method in class org.apache.solr.handler.clustering.carrot2.LuceneCarrot2StemmerFactory
 
getStopTypes() - Method in class org.apache.solr.analysis.TypeTokenFilterFactory
 
getStopWords() - Method in class org.apache.solr.analysis.StopFilterFactory
 
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.
getStrategy() - Method in class org.apache.solr.internal.csv.CSVParser
Obtain the specified CSV Strategy.
getStream(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
getStream(String, Reader) - Method in class org.apache.solr.analysis.TokenizerChain
 
getStream() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
getStream() - Method in interface org.apache.solr.common.util.ContentStream
Get an open stream.
getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
 
getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
 
getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.URLStream
 
getStream(String, Reader) - Method in class org.apache.solr.schema.FieldType.DefaultAnalyzer
 
getString() - Method in class org.apache.noggit.JSONParser
Returns the JSON string value, decoding any escaped characters.
getString(CharArr) - Method in class org.apache.noggit.JSONParser
Reads a JSON string into the output, decoding any escaped characters.
getString() - Method in class org.apache.noggit.ObjectBuilder
 
getString() - Method in class org.apache.solr.search.QParser
 
getStringChars() - Method in class org.apache.noggit.JSONParser
Returns the characters of a JSON string value, decoding any escaped characters.
getStringDistance() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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.
getStrParam(String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
use getParams().required().getParam( name ) instead
getStrParam(String, String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
use getParams().required().getParam( name ) instead
getSubType() - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
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(Collection<Token>, IndexReader, int, boolean, boolean) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
Kept around for back compatibility purposes.
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getSuggestions(Collection<Token>, IndexReader) - Method in class org.apache.solr.spelling.SolrSpellChecker
Deprecated.
getSuggestions(Collection<Token>, IndexReader, int) - Method in class org.apache.solr.spelling.SolrSpellChecker
Deprecated.
getSuggestions(Collection<Token>, IndexReader, boolean, boolean) - Method in class org.apache.solr.spelling.SolrSpellChecker
Deprecated.
getSuggestions(Collection<Token>, IndexReader, int, boolean, boolean) - Method in class org.apache.solr.spelling.SolrSpellChecker
Deprecated.
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(Collection<Token>, IndexReader, int, boolean, boolean) - Method in class org.apache.solr.spelling.suggest.Suggester
 
getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.suggest.Suggester
 
getSum() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
getSupersetMaxDoc() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getSystemInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
Get system info
getTerm() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
getTerm() - Method in class org.apache.solr.search.WildcardFilter
 
getTermCounts(String) - Method in class org.apache.solr.request.SimpleFacets
 
getTermFreqVector(int, String) - Method in class org.apache.solr.search.SolrIndexReader
 
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.solr.search.SolrIndexReader
 
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.solr.search.SolrIndexReader
 
getTermFreqVectors(int) - Method in class org.apache.solr.search.SolrIndexReader
 
getTermInfosIndexDivisor() - Method in class org.apache.solr.core.IndexReaderFactory
 
getTermInfosIndexDivisor() - Method in class org.apache.solr.search.SolrIndexReader
 
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) - Static method in class org.apache.solr.common.util.DOMUtil
Drop in replacement for Node.getTextContent().
getThreadLocalDateFormat() - Static method in class org.apache.solr.client.solrj.util.ClientUtils
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
getThreadLocalDateFormat() - Method in class org.apache.solr.schema.LegacyDateField
Deprecated.
This method returns a DateFormat which does NOT respect the ISO 8601 canonical format with regards to trailing zeros in milliseconds, instead if always formats milliseconds to 3 decimal points.
getThreshold() - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
getTime() - Method in class org.apache.solr.common.util.RTimer
Get total elapsed time for this timer.
getTimeAllowed() - Method in class org.apache.solr.client.solrj.SolrQuery
Get the maximum time allowed for this query.
getTimeAllowed() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getTimer() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getToken() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
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
 
getTokenizer() - Method in class org.apache.solr.analysis.SolrAnalyzer.TokenStreamInfo
 
getTokenizer(LanguageCode) - Method in class org.apache.solr.handler.clustering.carrot2.LuceneCarrot2TokenizerFactory
 
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
 
getTokenStream() - Method in class org.apache.solr.analysis.SolrAnalyzer.TokenStreamInfo
 
getToLog() - Method in class org.apache.solr.response.SolrQueryResponse
Get loggable items.
getTopDocs() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommandResult
 
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
 
getTransformer(SolrQueryRequest) - Method in class org.apache.solr.response.XSLTResponseWriter
Get Transformer from request context, or from TransformerProvider.
getTransformer(SolrConfig, String, int) - Method in class org.apache.solr.util.xslt.TransformerProvider
Return a new Transformer, possibly created from our cached Templates object
getTxt(Node, StringBuilder) - Static method in class org.apache.solr.handler.dataimport.DataConfig
 
getType(int) - Static method in class org.apache.solr.analysis.WordDelimiterIterator
Computes the type of the given character
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.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
getTypesFeaturesFieldsMapping() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
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
getUniqueTermCount() - Method in class org.apache.solr.search.SolrIndexReader
 
getUpdateContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
getUpdateContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
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
 
getUpdateProcessingChain(String) - Method in class org.apache.solr.core.SolrCore
 
getUpperVal() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
getUptime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getUrlEvaluator() - Static method in class org.apache.solr.handler.dataimport.EvaluatorBag

Returns an Evaluator instance capable of URL-encoding expressions.

getUserQuery(String, SolrPluginUtils.DisjunctionMaxQueryParser, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
getVal(JSONParser) - Static method in class org.apache.noggit.ObjectBuilder
 
getVal() - Method in class org.apache.noggit.ObjectBuilder
 
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.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() - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
getValue() - Method in class org.apache.solr.search.function.LiteralValueSource
returns the literal value
getValue() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
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
 
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, IndexReader) - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.schema.StrFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ByteFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ConstValueSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.distance.GeohashFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.distance.HaversineFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.distance.StringDistanceFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.DoubleConstValueSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.DoubleFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.DualFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.FileFloatSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.FloatFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.IntFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.LinearFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.LiteralValueSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.LongFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.MultiFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.OrdFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.QueryValueSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.RangeMapFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ReciprocalFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ReverseOrdFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ScaleFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ShortFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.SimpleFloatFunction
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.TopValueSource
 
getValues(IndexReader) - Method in class org.apache.solr.search.function.ValueSource
Deprecated.
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.ValueSource
Gets the values for this reader and the context that was previously passed to createWeight()
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.VectorValueSource
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.BCDIntField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.BoolField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.ByteField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.DateField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.DoubleField
 
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) - Method in class org.apache.solr.schema.FieldType
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.FloatField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.GeoHashField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.IntField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.LatLonType
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.LongField
 
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
 
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.BoostedQuery
 
getValueSource() - Method in class org.apache.solr.search.function.FunctionQuery
 
getValueSource() - Method in class org.apache.solr.search.function.TopValueSource
 
getValueSource() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
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 ${}
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.DocBuilder
 
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
getVariableResolver() - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
getVariables(String) - Static method in class org.apache.solr.handler.dataimport.TemplateString
Returns the variables in the given string.
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.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.admin.CoreAdminHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.PluginInfoHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.PropertiesRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.SystemInfoHandler
 
getVersion() - Method in class org.apache.solr.handler.admin.ThreadDumpHandler
 
getVersion() - Method in class org.apache.solr.handler.AnalysisRequestHandler
Deprecated.
 
getVersion() - Method in class org.apache.solr.handler.BinaryUpdateRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
getVersion() - Method in class org.apache.solr.handler.component.DebugComponent
 
getVersion() - Method in class org.apache.solr.handler.component.FacetComponent
 
getVersion() - Method in class org.apache.solr.handler.component.HighlightComponent
 
getVersion() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
 
getVersion() - Method in class org.apache.solr.handler.component.QueryComponent
 
getVersion() - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
getVersion() - Method in class org.apache.solr.handler.component.SearchComponent
 
getVersion() - Method in class org.apache.solr.handler.component.SearchHandler
 
getVersion() - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getVersion() - Method in class org.apache.solr.handler.component.StatsComponent
 
getVersion() - Method in class org.apache.solr.handler.component.TermsComponent
 
getVersion() - Method in class org.apache.solr.handler.component.TermVectorComponent
 
getVersion() - Method in class org.apache.solr.handler.CSVRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
 
getVersion() - Method in class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
getVersion() - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.DumpRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.JsonUpdateRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getVersion() - Method in class org.apache.solr.handler.PingRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.ReplicationHandler
 
getVersion() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getVersion() - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
getVersion() - Method in class org.apache.solr.handler.StandardRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
 
getVersion() - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
 
getVersion() - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
 
getVersion() - Method in class org.apache.solr.highlight.DefaultEncoder
 
getVersion() - Method in class org.apache.solr.highlight.GapFragmenter
 
getVersion() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
getVersion() - Method in class org.apache.solr.highlight.HtmlEncoder
 
getVersion() - Method in class org.apache.solr.highlight.HtmlFormatter
 
getVersion() - Method in class org.apache.solr.highlight.RegexFragmenter
 
getVersion() - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
 
getVersion() - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
 
getVersion() - Method in class org.apache.solr.highlight.SimpleFragListBuilder
 
getVersion() - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
 
getVersion() - Method in class org.apache.solr.highlight.SingleFragListBuilder
 
getVersion() - Method in class org.apache.solr.search.FastLRUCache
 
getVersion() - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
getVersion() - Method in class org.apache.solr.search.LFUCache
 
getVersion() - Method in class org.apache.solr.search.LRUCache
 
getVersion() - Method in class org.apache.solr.search.SolrFieldCacheMBean
 
getVersion() - Method in class org.apache.solr.search.SolrIndexReader
 
getVersion() - Method in class org.apache.solr.search.SolrIndexSearcher
 
getVersion() - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
getVersion() - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
getVersion() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
getVersion() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
getWildcardQuery(String, String) - Method in class org.apache.solr.search.SolrQueryParser
 
getWords() - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
getWrappedDeletionPolicy() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
 
getWrappedQuery() - Method in class org.apache.solr.search.WrappedQuery
 
getWrappedReader() - Method in class org.apache.solr.search.SolrIndexReader
 
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.XMLResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.ResponseParser
 
getXML() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getXPath() - Method in class org.apache.solr.core.Config
 
globalCollectionStat - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
GreekLowerCaseFilterFactory - Class in org.apache.solr.analysis
GreekLowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.GreekLowerCaseFilterFactory
 
GreekStemFilterFactory - Class in org.apache.solr.analysis
Factory for GreekStemFilter.
GreekStemFilterFactory() - Constructor for class org.apache.solr.analysis.GreekStemFilterFactory
 
GROUP - Static variable in class org.apache.solr.analysis.PatternTokenizerFactory
 
group - Variable in class org.apache.solr.analysis.PatternTokenizerFactory
 
group(Matcher, String, int) - Static method in class org.apache.solr.analysis.PatternTokenizerFactory
Deprecated. 
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_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_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
 
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.Command() - Constructor for class org.apache.solr.search.Grouping.Command
 
Grouping.CommandField - Class in org.apache.solr.search
A group command for grouping on a field.
Grouping.CommandField() - Constructor for class org.apache.solr.search.Grouping.CommandField
 
Grouping.CommandQuery - Class in org.apache.solr.search
A group command for grouping on a query.
Grouping.CommandQuery() - Constructor for class org.apache.solr.search.Grouping.CommandQuery
 
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
 

H

handle(Map<String, Object>, String) - Method in interface org.apache.solr.handler.dataimport.XPathRecordReader.Handler
 
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, SolrQueryResponse, boolean) - Static method in class org.apache.solr.handler.RequestHandlerUtils
handleCommit(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.
handleError(Throwable) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
handleError(Throwable) - Method in class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
Deprecated.
 
handleMergeAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
handlePersistAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handler "PERSIST" action
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.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.
handleRequest(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
handleRequest(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
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.AnalysisRequestHandler
Deprecated.
 
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.handler.SpellCheckerRequestHandler
Deprecated.
Processes the following query string parameters: q, extendedResults, cmd rebuild, cmd reopen, accuracy, suggestionCount, restrictToField, and onlyMorePopular.
handleRequestBody(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
 
handleResponses(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.handler.component.DebugComponent
 
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.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(UpdateRequestProcessor, SolrParams, boolean) - Static method in class org.apache.solr.handler.RequestHandlerUtils
 
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
HAS_MORE - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
hasDeletions() - Method in class org.apache.solr.search.SolrIndexReader
 
hasExplicitField(String) - Method in class org.apache.solr.schema.IndexSchema
Does the schema have the specified field defined explicitly, i.e.
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 - Static variable in class org.apache.solr.search.function.LiteralValueSource
 
hash - Variable in class org.apache.solr.update.processor.Lookup3Signature
 
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.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.ConstantScorePrefixQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.solr.search.function.BoostedQuery
 
hashCode() - Method in class org.apache.solr.search.function.ByteFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.ConstValueSource
 
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.DoubleConstValueSource
 
hashCode() - Method in class org.apache.solr.search.function.DoubleFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.DualFloatFunction
 
hashCode() - Method in class org.apache.solr.search.function.FieldCacheSource
 
hashCode() - Method in class org.apache.solr.search.function.FileFloatSource
 
hashCode() - Method in class org.apache.solr.search.function.FloatFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.FunctionQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.solr.search.function.IntFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.LinearFloatFunction
 
hashCode() - Method in class org.apache.solr.search.function.LiteralValueSource
 
hashCode() - Method in class org.apache.solr.search.function.LongFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.MultiFloatFunction
 
hashCode() - Method in class org.apache.solr.search.function.OrdFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.QueryValueSource
 
hashCode() - Method in class org.apache.solr.search.function.RangeMapFloatFunction
 
hashCode() - Method in class org.apache.solr.search.function.ReciprocalFloatFunction
 
hashCode() - Method in class org.apache.solr.search.function.ReverseOrdFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.ScaleFloatFunction
 
hashCode() - Method in class org.apache.solr.search.function.ShortFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.SingleFunction
 
hashCode() - Method in class org.apache.solr.search.function.TopValueSource
 
hashCode() - Method in class org.apache.solr.search.function.ValueSource
 
hashCode() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
hashCode() - Method in class org.apache.solr.search.function.VectorValueSource
 
hashCode() - Method in class org.apache.solr.search.PrefixFilter
 
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.SolrIndexReader
 
hashCode() - Method in class org.apache.solr.search.WildcardFilter
 
hashCode() - Method in class org.apache.solr.search.WrappedQuery
 
HashDocSet - Class in org.apache.solr.search
HashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table.
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
 
hashSetInverseLoadFactor - Variable in class org.apache.solr.core.SolrConfig
 
hasMoreArguments() - Method in class org.apache.solr.search.FunctionQParser
Are there more arguments in the argument list being parsed?
hasNext() - Method in class org.apache.solr.common.util.IteratorChain
 
hasNext() - Method in class org.apache.solr.spelling.PossibilityIterator
 
hasNorms(String) - Method in class org.apache.solr.search.SolrIndexReader
 
hasProperty(int) - Method in class org.apache.solr.schema.FieldType
Check if a property is set
hasScores() - Method in interface org.apache.solr.search.DocList
True if scores were retained
hasScores() - Method in class org.apache.solr.search.DocSlice
 
hasTokenFrequencyInfo() - Method in class org.apache.solr.spelling.SpellingResult
 
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
 
HEADER_ECHO_HANDLER - Static variable in interface org.apache.solr.common.params.CommonParams
'true' if the header should include the handler name
HEADER_ECHO_PARAMS - Static variable in interface org.apache.solr.common.params.CommonParams
include the parameters in the header
HEX_CHARS - Static variable in class org.apache.noggit.JSONUtil
 
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
 
HIGHLIGHT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
highlight - Variable in class org.apache.solr.util.CommonParams
Deprecated.
whether to highlight
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
 
highlightFields - Variable in class org.apache.solr.util.CommonParams
Deprecated.
fields to highlight
highlightFormatterClass - Variable in class org.apache.solr.util.CommonParams
Deprecated.
override default highlight Formatter class
HighlightingPluginBase - Class in org.apache.solr.highlight
 
HighlightingPluginBase() - Constructor for class org.apache.solr.highlight.HighlightingPluginBase
 
HighlightingUtils - Class in org.apache.solr.util
Deprecated.
use DefaultSolrHighlighter
HighlightingUtils() - Constructor for class org.apache.solr.util.HighlightingUtils
Deprecated.
 
HighlightParams - Interface in org.apache.solr.common.params
 
HindiNormalizationFilterFactory - Class in org.apache.solr.analysis
HindiNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.HindiNormalizationFilterFactory
 
HindiStemFilterFactory - Class in org.apache.solr.analysis
Factory for HindiStemFilter.
HindiStemFilterFactory() - Constructor for class org.apache.solr.analysis.HindiStemFilterFactory
 
HtmlEncoder - Class in org.apache.solr.highlight
HtmlEncoder() - Constructor for class org.apache.solr.highlight.HtmlEncoder
 
HtmlFormatter - Class in org.apache.solr.highlight
HtmlFormatter() - Constructor for class org.apache.solr.highlight.HtmlFormatter
 
HTMLStripCharFilterFactory - Class in org.apache.solr.analysis
Factory for HTMLStripCharFilter.
HTMLStripCharFilterFactory() - Constructor for class org.apache.solr.analysis.HTMLStripCharFilterFactory
 
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?
HttpDataSource - Class in org.apache.solr.handler.dataimport
Deprecated.
use URLDataSource instead
HttpDataSource() - Constructor for class org.apache.solr.handler.dataimport.HttpDataSource
Deprecated.
 
HttpShardHandler - Class in org.apache.solr.handler.component
 
HttpShardHandler(HttpShardHandlerFactory) - 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
The HttpSolrServer uses the Apache HTTP Client 4.x to connect to solr.
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
 
HungarianLightStemFilterFactory - Class in org.apache.solr.analysis
HungarianLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.HungarianLightStemFilterFactory
 
HunspellStemFilterFactory - Class in org.apache.solr.analysis
TokenFilterFactory that creates instances of HunspellStemFilter.
HunspellStemFilterFactory() - Constructor for class org.apache.solr.analysis.HunspellStemFilterFactory
 
HyphenatedWordsFilter - Class in org.apache.solr.analysis
When the plain text is extracted from documents, we will often have many words hyphenated and broken into two lines.
HyphenatedWordsFilter(TokenStream) - Constructor for class org.apache.solr.analysis.HyphenatedWordsFilter
Creates a new HyphenatedWordsFilter
HyphenatedWordsFilterFactory - Class in org.apache.solr.analysis
HyphenatedWordsFilterFactory() - Constructor for class org.apache.solr.analysis.HyphenatedWordsFilterFactory
 
HyphenationCompoundWordTokenFilterFactory - Class in org.apache.solr.analysis
HyphenationCompoundWordTokenFilterFactory() - Constructor for class org.apache.solr.analysis.HyphenationCompoundWordTokenFilterFactory
 

I

ICUCollationKeyFilterFactory - Class in org.apache.solr.analysis
ICUCollationKeyFilterFactory() - Constructor for class org.apache.solr.analysis.ICUCollationKeyFilterFactory
 
ICUFoldingFilterFactory - Class in org.apache.solr.analysis
Factory for ICUFoldingFilter
ICUFoldingFilterFactory() - Constructor for class org.apache.solr.analysis.ICUFoldingFilterFactory
 
ICUNormalizer2FilterFactory - Class in org.apache.solr.analysis
Factory for ICUNormalizer2Filter Supports the following attributes: name: A Unicode Normalization Form, one of 'nfc','nfkc', 'nfkc_cf'.
ICUNormalizer2FilterFactory() - Constructor for class org.apache.solr.analysis.ICUNormalizer2FilterFactory
 
ICUTokenizerFactory - Class in org.apache.solr.analysis
Factory for ICUTokenizer
ICUTokenizerFactory() - Constructor for class org.apache.solr.analysis.ICUTokenizerFactory
 
ICUTransformFilterFactory - Class in org.apache.solr.analysis
Factory for ICUTransformFilter.
ICUTransformFilterFactory() - Constructor for class org.apache.solr.analysis.ICUTransformFilterFactory
 
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
 
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.ShardParams
IDs of the shard documents
IDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
idTerm - Variable in class org.apache.solr.update.UpdateHandler
 
idTerm(String) - Method in class org.apache.solr.update.UpdateHandler
 
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)
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
IMPORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
IMPORTER_NS - Static variable in class org.apache.solr.handler.dataimport.DataConfig
Deprecated.
use IMPORTER_NS_SHORT instead
IMPORTER_NS_SHORT - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
importStatistics - Variable in class org.apache.solr.handler.dataimport.DocBuilder
 
incLevel() - Method in class org.apache.solr.response.TextResponseWriter
 
incLevel() - Method in class org.apache.solr.response.XMLWriter
 
includesScore(Sort) - Static method in class org.apache.solr.search.SortSpec
 
includesScore() - Method in class org.apache.solr.search.SortSpec
 
incRef() - Method in class org.apache.solr.core.RefCntRamDirectory
 
incref() - Method in class org.apache.solr.util.RefCounted
 
INCREMENT - Static variable in interface org.apache.solr.common.params.HighlightParams
 
incrementToken() - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
 
incrementToken() - Method in class org.apache.solr.analysis.CommonGramsFilter
Inserts bigrams for common words into a token stream.
incrementToken() - Method in class org.apache.solr.analysis.CommonGramsQueryFilter
Output bigrams whenever possible to optimize queries.
incrementToken() - Method in class org.apache.solr.analysis.HyphenatedWordsFilter
incrementToken() - Method in class org.apache.solr.analysis.PatternReplaceFilter
 
incrementToken() - Method in class org.apache.solr.analysis.PatternTokenizer
 
incrementToken() - Method in class org.apache.solr.analysis.RemoveDuplicatesTokenFilter
incrementToken() - Method in class org.apache.solr.analysis.ReversedWildcardFilter
 
incrementToken() - Method in class org.apache.solr.analysis.TrimFilter
 
incrementToken() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
 
indent() - Method in class org.apache.solr.response.TextResponseWriter
 
indent(int) - Method in class org.apache.solr.response.TextResponseWriter
 
indent() - Method in class org.apache.solr.response.XMLWriter
 
indent(int) - Method in class org.apache.solr.response.XMLWriter
 
index - Variable in class org.apache.solr.search.function.StringIndexDocValues
 
index - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
INDEX_DIR - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you merge indexes, what are the index directories.
INDEX_DIR - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
INDEX_DIR - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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
 
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.AddUpdateCommand
 
indexedToReadable(String) - Method in class org.apache.solr.schema.BCDIntField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.BoolField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.DateField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.FieldType
Given an indexed term, return the human readable representation
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
indexedToReadable(String) - Method in class org.apache.solr.schema.TrieDateField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.TrieField
 
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) - Constructor for class org.apache.solr.schema.IndexSchema
IndexSchema(SolrConfig, String, InputSource) - Constructor for class org.apache.solr.schema.IndexSchema
Constructs a schema using the specified resource name and stream.
indexSchemaCache - Variable in class org.apache.solr.core.CoreContainer
 
IndicNormalizationFilterFactory - Class in org.apache.solr.analysis
IndicNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.IndicNormalizationFilterFactory
 
IndonesianStemFilterFactory - Class in org.apache.solr.analysis
IndonesianStemFilterFactory() - Constructor for class org.apache.solr.analysis.IndonesianStemFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.CollationKeyFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.CommonGramsFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.CommonGramsQueryFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.DictionaryCompoundWordTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.ElisionFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.HunspellStemFilterFactory
Loads the hunspell dictionary and affix files defined in the configuration
inform(ResourceLoader) - Method in class org.apache.solr.analysis.HyphenationCompoundWordTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.ICUCollationKeyFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.JapanesePartOfSpeechStopFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.JapaneseTokenizerFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.KeywordMarkerFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.MappingCharFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.SnowballPorterFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.StemmerOverrideFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.StempelPolishStemFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.StopFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.SynonymFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.TypeTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.WordDelimiterFilterFactory
 
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.clustering.ClusteringComponent
 
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.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.ReplicationHandler
 
inform(SolrCore) - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
inform(IndexSchema) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
 
inform(IndexSchema) - Method in class org.apache.solr.schema.CurrencyField
When index schema is informed, add dynamic fields.
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 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(SolrCore) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
inform(ResourceLoader) - Method in interface org.apache.solr.util.plugin.ResourceLoaderAware
 
inform(SolrCore) - Method in interface org.apache.solr.util.plugin.SolrCoreAware
 
infoStreamFile - Variable in class org.apache.solr.update.SolrIndexConfig
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ArabicLetterTokenizerFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.BaseCharFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.BeiderMorseFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.CapitalizationFilterFactory
 
init(Map<String, String>) - Method in interface org.apache.solr.analysis.CharFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ChineseFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ChineseTokenizerFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.CJKBigramFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ClassicTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.CommonGramsQueryFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.DictionaryCompoundWordTokenFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.DutchStemFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.EdgeNGramFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.EdgeNGramTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.EnglishPossessiveFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.FrenchStemFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.GreekLowerCaseFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.HTMLStripCharFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.HyphenationCompoundWordTokenFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ICUNormalizer2FilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ICUTransformFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.IndonesianStemFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ISOLatin1AccentFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.JapaneseKatakanaStemFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.JapaneseReadingFormFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.LengthFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.LetterTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.LimitTokenCountFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.LowerCaseFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.LowerCaseTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.NGramFilterFactory
Initialize the n-gram min and max sizes and the side from which one should start tokenizing.
init(Map<String, String>) - Method in class org.apache.solr.analysis.NGramTokenizerFactory
Initializes the n-gram min and max sizes and the side from which one should start tokenizing.
init(Map<String, String>) - Method in class org.apache.solr.analysis.NumericPayloadTokenFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.PathHierarchyTokenizerFactory
Require a configured pattern
init(Map<String, String>) - Method in class org.apache.solr.analysis.PatternReplaceCharFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.PatternReplaceFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.PatternTokenizerFactory
Require a configured pattern
init(Map<String, String>) - Method in class org.apache.solr.analysis.PhoneticFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.PositionFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.RussianLetterTokenizerFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.RussianLowerCaseFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.RussianStemFilterFactory
Deprecated.
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.ShingleFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.SnowballPorterFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.StandardFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.StandardTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.StopFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.SynonymFilterFactory
 
init(Map<String, String>) - Method in interface org.apache.solr.analysis.TokenFilterFactory
init will be called just once, immediately after creation.
init(Map<String, String>) - Method in interface org.apache.solr.analysis.TokenizerFactory
init will be called just once, immediately after creation.
init(Map<String, String>) - Method in class org.apache.solr.analysis.TrimFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.UAX29URLEmailTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.WhitespaceTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.WordDelimiterFilterFactory
 
init(NamedList) - Method in class org.apache.solr.core.DirectoryFactory
 
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.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.CoreAdminHandler
 
init(NamedList) - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.AnalysisRequestHandler
Deprecated.
 
init(NamedList, SolrCore) - Method in class org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngine
 
init(NamedList) - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
init(NamedList, SolrCore) - Method in class org.apache.solr.handler.clustering.ClusteringEngine
 
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(SolrParams) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
init(NamedList) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
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) - Method in interface org.apache.solr.handler.dataimport.DIHPropertiesWriter
 
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) - 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(DocBuilder.EntityRow) - Method in class org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper
 
init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.URLDataSource
 
init(Context) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
init(NamedList) - Method in class org.apache.solr.handler.DisMaxRequestHandler
Deprecated.
 
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
 
init(NamedList) - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
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.SpellCheckerRequestHandler
Deprecated.
 
init(NamedList) - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
 
init(NamedList) - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
 
init(PluginInfo) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
 
init(NamedList) - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
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(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.BaseResponseWriter
Deprecated.
No ops implementation so that the implementing classes do not have to do it
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.XMLResponseWriter
 
init(NamedList) - Method in class org.apache.solr.response.XSLTResponseWriter
 
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.ByteField
 
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
 
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(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(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.FloatField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.IntField
 
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
 
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.PrimitiveFieldType
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ShortField
 
init(SolrParams) - Method in class org.apache.solr.schema.SimilarityFactory
 
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.DisMaxQParserPlugin
 
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(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(Map, Object, CacheRegenerator) - Method in interface org.apache.solr.search.SolrCache
The initialization routine.
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.TermQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.ValueSourceParser
Initialize the plugin.
init() - Method in class org.apache.solr.servlet.LogLevelSelection
 
init(FilterConfig) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
init() - Method in class org.apache.solr.servlet.SolrServlet
Deprecated.
 
init() - Method in class org.apache.solr.servlet.SolrUpdateServlet
Deprecated.
 
init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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.Suggester
 
init(NamedList) - Method in class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
init(NamedList) - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
init(NamedList) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
 
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(SolrParams) - Method in class org.apache.solr.update.processor.Signature
 
init(NamedList) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
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.UniqFieldsUpdateProcessorFactory
 
init(PluginInfo) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
 
init(NamedList) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
 
init(NamedList) - Method in class org.apache.solr.update.processor.URLClassifyProcessorFactory
 
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
 
initalize(SolrConfig) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Deprecated.
initalize(SolrConfig) - Method in class org.apache.solr.highlight.SolrHighlighter
Deprecated.
initalized - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
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
 
initialize() - Method in class org.apache.solr.core.CoreContainer.Initializer
 
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
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.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
 
initRegenerators(SolrConfig) - Static method in class org.apache.solr.search.SolrIndexSearcher
 
INJECT - Static variable in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
INJECT - Static variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
inject - Variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
inputFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
insert(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
Insert at the beginning of the list.
instance - Static variable in class org.apache.solr.util.xslt.TransformerProvider
 
INSTANCE_DIR - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Specifies a core instance dir.
instanceDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
instanceDir - Variable in class org.apache.solr.core.CoreDescriptor
 
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
 
INTEGER - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
intercept - Variable in class org.apache.solr.search.function.LinearFloatFunction
 
INTERESTING_TERMS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
INTERNAL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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
 
INTERVAL_ERR_MSG - Static variable in class org.apache.solr.handler.SnapPuller
 
IntField - Class in org.apache.solr.schema
A legacy numeric field type that encodes "Integer" values as simple Strings.
IntField() - Constructor for class org.apache.solr.schema.IntField
 
IntFieldSource - Class in org.apache.solr.search.function
Obtains int field values from the FieldCache using getInts() and makes those values available as other numeric types, casting as needed
IntFieldSource(String) - Constructor for class org.apache.solr.search.function.IntFieldSource
 
IntFieldSource(String, FieldCache.IntParser) - Constructor for class org.apache.solr.search.function.IntFieldSource
 
intVal(int) - Method in class org.apache.solr.search.function.DocValues
 
intVal(int, int[]) - Method in class org.apache.solr.search.function.DocValues
 
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
 
invokeSetters(Object, NamedList) - Static method in class org.apache.solr.util.SolrPluginUtils
 
IrishLowerCaseFilterFactory - Class in org.apache.solr.analysis
IrishLowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.IrishLowerCaseFilterFactory
 
IS_SHARD - Static variable in interface org.apache.solr.common.params.ShardParams
whether the request goes to a shard
isAbortOnConfigurationError() - Method in class org.apache.solr.core.CoreContainer.Initializer
 
isBusy() - Method in class org.apache.solr.handler.dataimport.DataImporter
 
isCacheableFaceting() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
isClosed() - Method in class org.apache.solr.core.SolrCore
Whether this core is closed.
isCommentingDisabled() - Method in class org.apache.solr.internal.csv.CSVStrategy
 
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
 
isCurrent() - Method in class org.apache.solr.search.SolrIndexReader
 
isDebug() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
isDefault() - Method in class org.apache.solr.core.PluginInfo
 
isDeleted(int) - Method in class org.apache.solr.search.SolrIndexReader
 
isDeleteIndex() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
isDelimiterIgnored() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isDocRoot - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
isDynamicField(String) - Method in class org.apache.solr.schema.IndexSchema
Is the specified field dynamic or not.
isEmpty() - Method in class org.apache.solr.common.SolrDocument
 
isEmpty() - Method in class org.apache.solr.common.SolrInputDocument
 
isEnabled() - Method in class org.apache.solr.core.PluginInfo
 
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.SignatureUpdateProcessorFactory
 
isEnabled() - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
isEnablePositionIncrements() - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
isEnablePositionIncrements() - Method in class org.apache.solr.analysis.StopFilterFactory
 
isEnablePositionIncrements() - Method in class org.apache.solr.analysis.TypeTokenFilterFactory
 
isEndTrimmed() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
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
 
isGramType() - Method in class org.apache.solr.analysis.CommonGramsQueryFilter
Convenience method to check if the current type is a gram type
isHandleSelect() - Method in class org.apache.solr.servlet.SolrRequestParsers
 
isHighlightingEnabled(SolrParams) - Method in class org.apache.solr.highlight.SolrHighlighter
Check whether Highlighting is enabled for this request.
isHighlightingEnabled(SolrQueryRequest) - Static method in class org.apache.solr.util.HighlightingUtils
Deprecated.
use DefaultSolrHighlighter
isHttpCaching() - Method in class org.apache.solr.response.SolrQueryResponse
Should this response emit HTTP caching headers?
isIgnoreCase() - Method in class org.apache.solr.analysis.CommonGramsFilterFactory
 
isIgnoreCase() - Method in class org.apache.solr.analysis.CommonGramsQueryFilterFactory
 
isIgnoreCase() - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
isIgnoreCase() - Method in class org.apache.solr.analysis.KeywordMarkerFilterFactory
 
isIgnoreCase() - Method in class org.apache.solr.analysis.StemmerOverrideFilterFactory
 
isIgnoreCase() - Method in class org.apache.solr.analysis.StopFilterFactory
 
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
 
isLandingPage(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates whether the URL is a landing page or not
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.schema.FieldType
Returns true if fields can have multiple values
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
 
ISOLatin1AccentFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use ASCIIFoldingFilterFactory instead. $Id: ISOLatin1AccentFilterFactory.java 1303937 2012-03-22 18:02:25Z erick $
ISOLatin1AccentFilterFactory() - Constructor for class org.apache.solr.analysis.ISOLatin1AccentFilterFactory
Deprecated.
 
isOpen() - Method in class org.apache.solr.core.RefCntRamDirectory
 
isOptimized() - Method in class org.apache.solr.search.SolrIndexReader
 
isPartialResults() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
isPersistent() - Method in class org.apache.solr.core.CoreContainer
 
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 Fieldable instance for a single value, via the FieldType.createFields(org.apache.solr.schema.SchemaField, String, 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
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
 
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
 
isSignalCacheWarning() - Method in class org.apache.solr.search.Grouping
Returns whether a cache warning should be send to the client.
isStreamingDocs() - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
Overriding this method to return false forces all SolrInputDocuments to be spit out as a SolrDocumentList so they can be processed as a whole, rather than on a doc-by-doc basis.
isTokenized() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
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
isTruncateGroups() - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
isValueDelimiterIgnored() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
 
isWaitFlush() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
isWaitSearcher() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
isWritable() - Method in interface org.apache.solr.handler.dataimport.DIHPropertiesWriter
 
isWritable() - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
ItalianLightStemFilterFactory - Class in org.apache.solr.analysis
ItalianLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.ItalianLightStemFilterFactory
 
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 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.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
 
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
 
IteratorChain<E> - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.IteratorChain.
IteratorChain() - Constructor for class org.apache.solr.util.IteratorChain
Deprecated.
 
iwAccess - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
iwCommit - Variable in class org.apache.solr.update.DirectUpdateHandler2
 

J

JapaneseBaseFormFilterFactory - Class in org.apache.solr.analysis
JapaneseBaseFormFilterFactory() - Constructor for class org.apache.solr.analysis.JapaneseBaseFormFilterFactory
 
JapaneseKatakanaStemFilterFactory - Class in org.apache.solr.analysis
JapaneseKatakanaStemFilterFactory() - Constructor for class org.apache.solr.analysis.JapaneseKatakanaStemFilterFactory
 
JapanesePartOfSpeechStopFilterFactory - Class in org.apache.solr.analysis
JapanesePartOfSpeechStopFilterFactory() - Constructor for class org.apache.solr.analysis.JapanesePartOfSpeechStopFilterFactory
 
JapaneseReadingFormFilterFactory - Class in org.apache.solr.analysis
JapaneseReadingFormFilterFactory() - Constructor for class org.apache.solr.analysis.JapaneseReadingFormFilterFactory
 
JapaneseTokenizerFactory - Class in org.apache.solr.analysis
Factory for JapaneseTokenizer.
JapaneseTokenizerFactory() - Constructor for class org.apache.solr.analysis.JapaneseTokenizerFactory
 
JaspellLookupFactory - Class in org.apache.solr.spelling.suggest.jaspell
Factory for JaspellLookup
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
 
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
 
JettySolrRunner - Class in org.apache.solr.client.solrj.embedded
Run solr using jetty
JettySolrRunner(String, int) - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
JettySolrRunner(String, int, String) - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
JettySolrRunner.Servlet404 - Class in org.apache.solr.client.solrj.embedded
This is a stupid hack to give jetty something to attach to
JettySolrRunner.Servlet404() - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404
 
jmxConfig - Variable in class org.apache.solr.core.SolrConfig
 
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<String>, char) - Static method in class org.apache.solr.common.util.StrUtils
Creates a backslash escaped string, joining all the items.
JSONParser - Class in org.apache.noggit
 
JSONParser(Reader) - Constructor for class org.apache.noggit.JSONParser
 
JSONParser(Reader, char[]) - Constructor for class org.apache.noggit.JSONParser
 
JSONParser(char[], int, int) - Constructor for class org.apache.noggit.JSONParser
 
JSONParser(String) - Constructor for class org.apache.noggit.JSONParser
 
JSONParser(String, int, int) - Constructor for class org.apache.noggit.JSONParser
 
JSONResponseWriter - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.response.JSONResponseWriter
JSONResponseWriter() - Constructor for class org.apache.solr.request.JSONResponseWriter
Deprecated.
 
JSONResponseWriter - Class in org.apache.solr.response
 
JSONResponseWriter() - Constructor for class org.apache.solr.response.JSONResponseWriter
 
JsonUpdateRequestHandler - Class in org.apache.solr.handler
Add documents to solr using the noggit JSON parser.
JsonUpdateRequestHandler() - Constructor for class org.apache.solr.handler.JsonUpdateRequestHandler
 
JSONUtil - Class in org.apache.noggit
 
JSONUtil() - Constructor for class org.apache.noggit.JSONUtil
 
JSONWriter - Class in org.apache.noggit
 

K

KEEP - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
KEEP_IGNORE_CASE - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
KeepWordFilter - Class in org.apache.solr.analysis
A TokenFilter that only keeps tokens with text contained in the required words.
KeepWordFilter(TokenStream, Set<String>, boolean) - Constructor for class org.apache.solr.analysis.KeepWordFilter
KeepWordFilter(boolean, TokenStream, CharArraySet) - Constructor for class org.apache.solr.analysis.KeepWordFilter
The words set passed to this constructor will be directly used by this filter and should not be modified,
KeepWordFilterFactory - Class in org.apache.solr.analysis
Factory for KeepWordFilter.
KeepWordFilterFactory() - Constructor for class org.apache.solr.analysis.KeepWordFilterFactory
 
key - Variable in class org.apache.solr.request.SimpleFacets.CountPair
 
key - Variable in class org.apache.solr.search.Grouping.Command
 
keyFieldName - Variable in class org.apache.solr.handler.dataimport.DIHWriterBase
 
keySet() - Method in class org.apache.solr.common.SolrDocument
 
keySet() - Method in class org.apache.solr.common.SolrInputDocument
 
KeywordMarkerFilterFactory - Class in org.apache.solr.analysis
Factory for KeywordMarkerFilter.
KeywordMarkerFilterFactory() - Constructor for class org.apache.solr.analysis.KeywordMarkerFilterFactory
 
KeywordTokenizerFactory - Class in org.apache.solr.analysis
Factory for KeywordTokenizer.
KeywordTokenizerFactory() - Constructor for class org.apache.solr.analysis.KeywordTokenizerFactory
 
KNOWN_TYPES - Static variable in class org.apache.solr.response.BinaryResponseWriter
 
KStemFilterFactory - Class in org.apache.solr.analysis
Factory for KStemFilter
KStemFilterFactory() - Constructor for class org.apache.solr.analysis.KStemFilterFactory
 

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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
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 - Variable in class org.apache.solr.handler.dataimport.DataConfig.Script
 
LANGUAGE_CODE_MAP - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
LANGUAGE_FIELD_NAME - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
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_INDEX_TIME - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
 
LAST_MODIFIED - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
LAST_MODIFIED - Static variable in class org.apache.solr.handler.ReplicationHandler
 
lastEvent() - Method in class org.apache.noggit.JSONParser
 
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
 
LatvianStemFilterFactory - Class in org.apache.solr.analysis
Factory for LatvianStemFilter.
LatvianStemFilterFactory() - Constructor for class org.apache.solr.analysis.LatvianStemFilterFactory
 
LBHttpSolrServer - Class in org.apache.solr.client.solrj.impl
LBHttpSolrServer or "LoadBalanced HttpSolrServer" is just a wrapper to CommonsHttpSolrServer.
LBHttpSolrServer(String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
LBHttpSolrServer(HttpClient, String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
LBHttpSolrServer(HttpClient, ResponseParser, String...) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
lcMap - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LegacyDateField - Class in org.apache.solr.schema
Deprecated.
LegacyDateField() - Constructor for class org.apache.solr.schema.LegacyDateField
Deprecated.
 
LegacyHTMLStripCharFilter - Class in org.apache.solr.analysis
Deprecated.
LegacyHTMLStripCharFilter(CharStream) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
LegacyHTMLStripCharFilter(CharStream, Set<String>) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
LegacyHTMLStripCharFilter(CharStream, Set<String>, int) - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
LegacyHTMLStripCharFilterFactory - Class in org.apache.solr.analysis
LegacyHTMLStripCharFilterFactory() - Constructor for class org.apache.solr.analysis.LegacyHTMLStripCharFilterFactory
Deprecated.
 
LEN - Static variable in class org.apache.solr.handler.ReplicationHandler
 
length() - Method in class org.apache.noggit.CharArr
 
length() - Method in class org.apache.solr.internal.csv.CharBuffer
Returns the number of characters in the buffer.
length(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates the length of the URL in characters
LengthFilterFactory - Class in org.apache.solr.analysis
Factory for LengthFilter.
LengthFilterFactory() - Constructor for class org.apache.solr.analysis.LengthFilterFactory
 
lessThan(int, int) - Method in class org.apache.solr.util.PrimUtils.IntComparator
 
LetterTokenizerFactory - Class in org.apache.solr.analysis
Factory for LetterTokenizer.
LetterTokenizerFactory() - Constructor for class org.apache.solr.analysis.LetterTokenizerFactory
 
level - Variable in class org.apache.solr.response.TextResponseWriter
 
level() - Method in class org.apache.solr.response.TextResponseWriter
 
level() - Method in class org.apache.solr.response.XMLWriter
 
levels(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
Calculates the number of path levels in the given URL
LEXICAL_RESOURCES_DIR - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
LFUCache<K,V> - Class in org.apache.solr.search
SolrCache based on ConcurrentLFUCache implementation.
LFUCache() - Constructor for class org.apache.solr.search.LFUCache
 
libDir - Variable in class org.apache.solr.core.CoreContainer
 
libLoader - Variable in class org.apache.solr.core.CoreContainer
 
limit - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
LimitTokenCountFilterFactory - Class in org.apache.solr.analysis
LimitTokenCountFilterFactory() - Constructor for class org.apache.solr.analysis.LimitTokenCountFilterFactory
 
LinearFloatFunction - Class in org.apache.solr.search.function
LinearFloatFunction implements a linear function over another ValueSource.
LinearFloatFunction(ValueSource, float, float) - Constructor for class org.apache.solr.search.function.LinearFloatFunction
 
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
 
listAvailableCurrencies() - Method in interface org.apache.solr.schema.ExchangeRateProvider
List all configured currency codes which are valid as source/target for this Provider
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
LiteralValueSource - Class in org.apache.solr.search.function
Pass a the field value through as a String, no matter the type
LiteralValueSource(String) - Constructor for class org.apache.solr.search.function.LiteralValueSource
 
load(String, File) - Method in class org.apache.solr.core.CoreContainer
Load a config file listing the available solr cores.
load(String, InputSource) - Method in class org.apache.solr.core.CoreContainer
Load a config file listing the available solr cores.
load(SolrQueryRequest, SolrQueryResponse, ContentStream) - Method in class org.apache.solr.handler.ContentStreamLoader
Loaders are responsible for closing the stream
load(SolrQueryRequest, SolrQueryResponse, ContentStream) - Method in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
 
load(ResourceLoader, NodeList) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Given a NodeList from XML in the form: ...
loadData() - Static method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
loader - Variable in class org.apache.solr.core.CoreContainer
 
loadSingle(ResourceLoader, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Given a NodeList from XML in the form: ...
loadStoredFields(SolrDocument, Document) - Method in class org.apache.solr.update.DocumentBuilder
Deprecated.
Do Not Use, see SolrPluginUtils.docListToSolrDocumentList instead
loadUpdatehandlerInfo() - Method in class org.apache.solr.core.SolrConfig
 
LOCALE - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
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.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() - Static method in class org.apache.solr.core.SolrResourceLoader
Deprecated.
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.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.SolrIndexWriter
 
LOCK_TYPE_NONE - Static variable in class org.apache.solr.update.SolrIndexWriter
 
LOCK_TYPE_SIMPLE - Static variable in class org.apache.solr.update.SolrIndexWriter
 
LOCK_TYPE_SINGLE - Static variable in class org.apache.solr.update.SolrIndexWriter
 
lockType - Variable in class org.apache.solr.update.SolrIndexConfig
 
log - Static variable in class org.apache.solr.analysis.BaseCharFilterFactory
 
log - Static variable in class org.apache.solr.analysis.BaseTokenFilterFactory
 
log - Static variable in class org.apache.solr.analysis.BaseTokenizerFactory
 
log - Static variable in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
log(Logger) - Method in exception org.apache.solr.common.SolrException
 
log(Logger, Throwable) - Static method in exception org.apache.solr.common.SolrException
 
log(Logger, String, Throwable) - Static method in exception org.apache.solr.common.SolrException
 
log - Static variable in class org.apache.solr.core.Config
 
log - Static variable in class org.apache.solr.core.CoreContainer
 
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.handler.admin.CoreAdminHandler
 
log - Static variable in class org.apache.solr.handler.AnalysisRequestHandler
Deprecated.
 
log - Static variable in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
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.JsonUpdateRequestHandler
 
log - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
log - Static variable in class org.apache.solr.handler.XsltUpdateRequestHandler
 
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.schema.CurrencyField
 
log - Static variable in class org.apache.solr.schema.FieldType
 
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.update.processor.LanguageIdentifierUpdateProcessor
 
log - Static variable in class org.apache.solr.update.processor.MD5Signature
 
log - Variable in class org.apache.solr.update.processor.UpdateRequestProcessor
 
log - Static variable in class org.apache.solr.update.SolrIndexConfig
 
log - Static variable in class org.apache.solr.update.UpdateHandler
 
log - Static variable in class org.apache.solr.util.CommonParams
Deprecated.
 
log - Static variable in class org.apache.solr.util.DisMaxParams
Deprecated.
 
log - Static variable in class org.apache.solr.util.plugin.AbstractPluginLoader
 
LOG_LEVEL - Static variable in class org.apache.solr.handler.dataimport.LogTransformer
 
LOG_TEMPLATE - Static variable in class org.apache.solr.handler.dataimport.LogTransformer
 
logged - Variable in exception org.apache.solr.common.SolrException
Deprecated.
Logging should now occur from the top-most level, making this unnecessary in 4.x
LogLevelSelection - Class in org.apache.solr.servlet
Admin JDK Logger level report and selection servlet.
LogLevelSelection() - Constructor for class org.apache.solr.servlet.LogLevelSelection
 
logOnce(Logger, String, Throwable) - Static method in exception org.apache.solr.common.SolrException
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
 
lon - Variable in class org.apache.solr.search.function.distance.GeohashFunction
 
LONG - Static variable in class org.apache.noggit.JSONParser
Event indicating a JSON number value which fits into a signed 64 bit integer
LONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
LONG - Static variable in class org.apache.solr.schema.LatLonType
 
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
A legacy numeric field type that encodes "Long" values as simple Strings.
LongField() - Constructor for class org.apache.solr.schema.LongField
 
LongFieldSource - Class in org.apache.solr.search.function
Obtains float field values from the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
LongFieldSource(String) - Constructor for class org.apache.solr.search.function.LongFieldSource
 
LongFieldSource(String, FieldCache.LongParser) - Constructor for class org.apache.solr.search.function.LongFieldSource
 
longVal(int) - Method in class org.apache.solr.search.function.DocValues
 
longVal(int, long[]) - Method in class org.apache.solr.search.function.DocValues
 
lookup - Variable in class org.apache.solr.search.function.StringIndexDocValues
 
lookup - Variable in class org.apache.solr.spelling.suggest.Suggester
 
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.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
 
lookupImpl - Variable in class org.apache.solr.spelling.suggest.Suggester
 
LowerCaseFilterFactory - Class in org.apache.solr.analysis
Factory for LowerCaseFilter.
LowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.LowerCaseFilterFactory
 
LowerCaseTokenizerFactory - Class in org.apache.solr.analysis
Factory for LowerCaseTokenizer.
LowerCaseTokenizerFactory() - Constructor for class org.apache.solr.analysis.LowerCaseTokenizerFactory
 
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
 
lowerNameVsSchemaField - Variable in class org.apache.solr.handler.dataimport.DataConfig
 
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
 
LuceneCarrot2StemmerFactory - Class in org.apache.solr.handler.clustering.carrot2
An implementation of Carrot2's IStemmerFactory based on Lucene's APIs.
LuceneCarrot2StemmerFactory() - Constructor for class org.apache.solr.handler.clustering.carrot2.LuceneCarrot2StemmerFactory
 
LuceneCarrot2TokenizerFactory - Class in org.apache.solr.handler.clustering.carrot2
An implementation of Carrot2's ITokenizerFactory based on Lucene's Smart Chinese tokenizer.
LuceneCarrot2TokenizerFactory() - Constructor for class org.apache.solr.handler.clustering.carrot2.LuceneCarrot2TokenizerFactory
 
luceneMatchVersion - Variable in class org.apache.solr.core.SolrConfig
 
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.FieldInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
LukeResponse.FieldTypeInfo - Class in org.apache.solr.client.solrj.response
 
LukeResponse.FieldTypeInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 

M

m - Variable in class org.apache.solr.search.function.ReciprocalFloatFunction
 
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.client.solrj.embedded.JettySolrRunner
A main class that starts jetty+solr This is useful for debugging
main(String[]) - Static method in class org.apache.solr.common.util.RTimer
Testing
main - Variable in class org.apache.solr.search.Grouping.Command
 
main(String[]) - Static method in class org.apache.solr.util.SimplePostTool
 
main(String[]) - Static method in class org.apache.solr.util.SuggestMissingFactories
 
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
 
makeCommonSet(String[]) - Static method in class org.apache.solr.analysis.CommonGramsFilter
Deprecated.
create a CharArraySet with CharArraySet instead
makeCommonSet(String[], boolean) - Static method in class org.apache.solr.analysis.CommonGramsFilter
Deprecated.
create a CharArraySet with CharArraySet instead
makeParams(String, String, int, int, Map) - Static method in class org.apache.solr.request.LocalSolrQueryRequest
 
makeQueryable(Query) - Static method in class org.apache.solr.search.QueryUtils
Makes negative queries suitable for querying by lucene.
managementPath - Variable in class org.apache.solr.core.CoreContainer
 
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(String, Map<String, SolrUIMAConfiguration.MapField>) - Method in class org.apache.solr.uima.processor.UIMAToSolrMapper
map features of a certain UIMA type to corresponding Solr fields based on the mapping
MAP_ENABLE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
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
 
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
mapKeepOrig - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapOverwrite - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
MappingCharFilterFactory - Class in org.apache.solr.analysis
Factory for MappingCharFilter.
MappingCharFilterFactory() - Constructor for class org.apache.solr.analysis.MappingCharFilterFactory
 
MapPluginLoader<T extends MapInitializedPlugin> - Class in org.apache.solr.util.plugin
 
MapPluginLoader(String, 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
 
MapSolrParams - Class in org.apache.solr.request
Deprecated.
Use org.apache.solr.common.params.MapSolrParams
MapSolrParams(Map<String, String>) - Constructor for class org.apache.solr.request.MapSolrParams
Deprecated.
 
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
 
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() - 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
 
matches(int) - Method in class org.apache.solr.search.function.ValueSourceScorer
 
matchesValue(int) - Method in class org.apache.solr.search.function.ValueSourceScorer
 
MATH_LOCALE - Static variable in class org.apache.solr.schema.DateField
Locale for DateMath (Locale.US)
MATH_TZ - Static variable in class org.apache.solr.schema.DateField
TimeZone for DateMath (UTC)
max - Variable in class org.apache.solr.search.function.RangeMapFloatFunction
 
max - Variable in class org.apache.solr.search.function.ScaleFloatFunction
 
MAX_CHARS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
MAX_CODE_LENGTH - Static variable in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
MAX_KEY - Static variable in class org.apache.solr.analysis.LengthFilterFactory
 
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_TOKEN_LENGTH - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
MAX_WORD_COUNT - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
MAX_WORD_LEN - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
maxBufferedDocs - Variable in class org.apache.solr.update.SolrIndexConfig
 
maxDoc - Variable in class org.apache.solr.search.function.ValueSourceScorer
 
maxDoc() - Method in class org.apache.solr.search.SolrIndexReader
 
maxFieldLength - Variable in class org.apache.solr.update.SolrIndexConfig
 
MaxFloatFunction - Class in org.apache.solr.search.function
MaxFloatFunction returns the max of it's components.
MaxFloatFunction(ValueSource[]) - Constructor for class org.apache.solr.search.function.MaxFloatFunction
 
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.
maxScore - Variable in class org.apache.solr.response.BaseResponseWriter.DocListInfo
Deprecated.
 
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
 
maxSnippets - Variable in class org.apache.solr.util.CommonParams
Deprecated.
maximum highlight fragments to return
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.
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_CONTIGUOUS_FRAGMENTS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
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
 
mergedTopGroups - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
mergeFactor - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergeIndexes(String, String[], String[], SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
mergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
old hit collector... new one is in base class // final DeleteHitCollector deleter = new DeleteHitCollector(); class DeleteHitCollector extends HitCollector { public int deleted=0; public void collect(int doc, float score) { try { searcher.getReader().delete(doc); deleted++; } catch (IOException e) { try { closeSearcher(); } catch (Exception ee) { SolrException.log(SolrCore.log,ee); } SolrException.log(SolrCore.log,e); throw new SolrException( SolrException.StatusCode.SERVER_ERROR,"Error deleting doc# "+doc,e); } } }
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(IndexReader[]) - Constructor for class org.apache.solr.update.MergeIndexesCommand
 
mergePolicyInfo - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergeSchedulerInfo - Variable in class org.apache.solr.update.SolrIndexConfig
 
metadata - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
 
Method - Enum in org.apache.solr.servlet.cache
 
min - Variable in class org.apache.solr.search.function.RangeMapFloatFunction
 
min - Variable in class org.apache.solr.search.function.ScaleFloatFunction
 
MIN_DOC_FREQ - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
MIN_KEY - Static variable in class org.apache.solr.analysis.LengthFilterFactory
 
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
 
MIN_WORD_LENGTH - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
minCount - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
MinFloatFunction - Class in org.apache.solr.search.function
MinFloatFunction returns the min of it's components.
MinFloatFunction(ValueSource[]) - Constructor for class org.apache.solr.search.function.MinFloatFunction
 
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
 
MissingStringLastComparatorSource - Class in org.apache.solr.search
 
MissingStringLastComparatorSource() - Constructor for class org.apache.solr.search.MissingStringLastComparatorSource
 
MissingStringLastComparatorSource(String) - Constructor for class org.apache.solr.search.MissingStringLastComparatorSource
Creates a FieldComparatorSource that uses missingValueProxy as the value to return from ScoreDocComparator.sortValue() which is only used my multisearchers to determine how to collate results from their searchers.
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
mm - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.get
MMapDirectoryFactory - Class in org.apache.solr.core
Directly provide MMapDirectory instead of relying on FSDirectory.open(java.io.File) Can set the following parameters: unmap -- See MMapDirectory.setUseUnmap(boolean) maxChunkSize -- The Max chunk size.
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
ModifiableSolrParams(SolrParams) - Constructor for class org.apache.solr.common.params.ModifiableSolrParams
Constructs a new ModifiableSolrParams, copying values from an existing SolrParams
modifyRequest(ResponseBuilder, SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
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.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.InterestingTerm() - Constructor for class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
MoreLikeThisHandler.MoreLikeThisHelper - Class in org.apache.solr.handler
Helper class for MoreLikeThis that can be called from other request handlers
MoreLikeThisHandler.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
 
MSG - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
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
 
MultiFloatFunction - Class in org.apache.solr.search.function
 
MultiFloatFunction(ValueSource[]) - Constructor for class org.apache.solr.search.function.MultiFloatFunction
 
MultiMapSolrParams - Class in org.apache.solr.common.params
 
MultiMapSolrParams(Map<String, String[]>) - Constructor for class org.apache.solr.common.params.MultiMapSolrParams
 
MultiMapSolrParams - Class in org.apache.solr.request
Deprecated.
Use org.apache.solr.common.params.MultiMapSolrParams.
MultiMapSolrParams(Map<String, String[]>) - Constructor for class org.apache.solr.request.MultiMapSolrParams
Deprecated.
 
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 getAnalyzer() This analyzer is used to process wildcard, prefix, regex and other multiterm queries.
MultiTermAwareComponent - Interface in org.apache.solr.analysis
Add to any analysis factory component to allow returning an analysis component factory for use with partial terms in prefix queries, wildcard queries, range query endpoints, regex queries, etc.
multiValued - Variable in class org.apache.solr.handler.dataimport.DataConfig.Field
 
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
 
MultiValueSource - Class in org.apache.solr.search.function
A ValueSource that abstractly represents ValueSources for poly fields, and other things.
MultiValueSource() - Constructor for class org.apache.solr.search.function.MultiValueSource
 

N

name - Variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
NAME - Static variable in interface org.apache.solr.common.params.CoreAdminParams
If you rename something, what is the new name
name - Variable in class org.apache.solr.common.util.ContentStreamBase
 
name - Variable in class org.apache.solr.core.CoreDescriptor
 
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 - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
name - Variable in class org.apache.solr.handler.dataimport.DataConfig.Field
 
NAME - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
NAME - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
NAME - Static variable in class org.apache.solr.handler.ReplicationHandler
 
NAME - Static variable in class org.apache.solr.search.BoostQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.DisMaxQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.ExtendedDismaxQParserPlugin
 
name() - Method in class org.apache.solr.search.FastLRUCache
 
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() - Method in class org.apache.solr.search.function.DivFloatFunction
 
name() - Method in class org.apache.solr.search.function.DualFloatFunction
 
name() - Method in class org.apache.solr.search.function.MaxFloatFunction
 
name() - Method in class org.apache.solr.search.function.MinFloatFunction
 
name() - Method in class org.apache.solr.search.function.MultiFloatFunction
 
name() - Method in class org.apache.solr.search.function.PowFloatFunction
 
name() - Method in class org.apache.solr.search.function.ProductFloatFunction
 
name() - Method in class org.apache.solr.search.function.SingleFunction
 
name() - Method in class org.apache.solr.search.function.SumFloatFunction
 
name() - Method in class org.apache.solr.search.function.VectorValueSource
 
NAME - Static variable in class org.apache.solr.search.FunctionQParserPlugin
 
NAME - Static variable in class org.apache.solr.search.FunctionRangeQParserPlugin
 
name() - Method in class org.apache.solr.search.LFUCache
 
name() - Method in class org.apache.solr.search.LRUCache
 
NAME - Static variable in class org.apache.solr.search.LuceneQParserPlugin
 
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() - Method in interface org.apache.solr.search.SolrCache
Name the Cache can be referenced with by SolrRequestHandlers.
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.TermQParserPlugin
 
name - Variable in class org.apache.solr.spelling.SolrSpellChecker
Dictionary name
NAME_SEPARATOR - Static variable in class org.apache.noggit.JSONUtil
 
NAMED_LST - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
NamedList<T> - Class in org.apache.solr.common.util
A simple container class for modeling an ordered list of name/value pairs.
NamedList() - Constructor for class org.apache.solr.common.util.NamedList
Creates an empty instance
NamedList(Map.Entry<String, ? extends T>[]) - Constructor for class org.apache.solr.common.util.NamedList
Creates a NamedList instance containing the "name,value" pairs contained in the Entry[].
NamedList(List) - Constructor for class org.apache.solr.common.util.NamedList
Deprecated.
Use NamedList.NamedList(java.util.Map.Entry[]) for the NamedList instantiation
NamedList<T> - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.NamedList.
NamedList() - Constructor for class org.apache.solr.util.NamedList
Deprecated.
 
NamedList(List) - Constructor for class org.apache.solr.util.NamedList
Deprecated.
NamedList(Map.Entry<String, T>[]) - Constructor for class org.apache.solr.util.NamedList
Deprecated.
 
NamedList.NamedListEntry<T> - Class in org.apache.solr.common.util
Helper class implementing Map.Entry to store the key-value relationship in NamedList (the keys of which are String-s)
NamedList.NamedListEntry() - Constructor for class org.apache.solr.common.util.NamedList.NamedListEntry
 
NamedList.NamedListEntry(String, T) - Constructor for class org.apache.solr.common.util.NamedList.NamedListEntry
 
NamedListCodec - Class in org.apache.solr.common.util
Deprecated.
use JavaBinCodec instead
NamedListCodec() - Constructor for class org.apache.solr.common.util.NamedListCodec
Deprecated.
 
NamedListCodec(JavaBinCodec.ObjectResolver) - Constructor for class org.apache.solr.common.util.NamedListCodec
Deprecated.
 
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, Map<String, T>) - Constructor for class org.apache.solr.util.plugin.NamedListPluginLoader
 
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
 
newArray() - Method in class org.apache.noggit.ObjectBuilder
 
newComparator(String, int, int, boolean) - Method in class org.apache.solr.search.MissingStringLastComparatorSource
 
newContext() - Static method in class org.apache.solr.search.function.ValueSource
Returns a new non-threadsafe context map.
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.
newInstance(String, String...) - Method in interface org.apache.solr.common.ResourceLoader
 
newInstance(String, String...) - Method in class org.apache.solr.core.Config
newInstance(String, String...) - Method in class org.apache.solr.core.SolrResourceLoader
 
newInstance(String, String[], Class[], Object[]) - Method in class org.apache.solr.core.SolrResourceLoader
 
newInstance() - Method in class org.apache.solr.search.CacheConfig
 
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.BinaryUpdateRequestHandler
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.ContentStreamHandlerBase
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.CSVRequestHandler
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.JsonUpdateRequestHandler
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
 
newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.XsltUpdateRequestHandler
 
newObject() - Method in class org.apache.noggit.ObjectBuilder
 
newReader(Directory, boolean) - Method in class org.apache.solr.core.IndexReaderFactory
Creates a new IndexReader instance using the given Directory.
newReader(Directory, boolean) - Method in class org.apache.solr.core.StandardIndexReaderFactory
 
newSearcher(String) - Method in class org.apache.solr.core.SolrCore
 
newSearcher(String, boolean) - 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.
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() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
next() - Method in class org.apache.solr.search.function.ValueSourceScorer
 
next() - Method in class org.apache.solr.spelling.PossibilityIterator
 
next - Variable in class org.apache.solr.update.processor.UpdateRequestProcessor
 
next() - Method in class org.apache.solr.util.BitSetIterator
Deprecated.
alternate shift implementations // 32 bit shifts, but a long shift needed at the end private void shift2() { int y = (int)word; if (y==0) {wordShift +=32; y = (int)(word >>>32); } if ((y & 0x0000FFFF) == 0) { wordShift +=16; y>>>=16; } if ((y & 0x000000FF) == 0) { wordShift +=8; y>>>=8; } indexArray = bitlist[y & 0xff]; word >>>= (wordShift +1); } private void shift3() { int lower = (int)word; int lowByte = lower & 0xff; if (lowByte !
next(int) - Method in class org.apache.solr.util.BitSetIterator
Deprecated.
 
NEXT_EXECUTION_AT - Static variable in class org.apache.solr.handler.ReplicationHandler
 
NEXT_URL - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
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.function.FunctionQuery.AllScorer
 
nextDoc() - Method in class org.apache.solr.search.function.ValueSourceScorer
 
nextDoc() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
nextEvent() - Method in class org.apache.noggit.JSONParser
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
for root entity it retrieves single row, transforms it, and loop until transfomer passes the first row for child entities whole page is pulled. where the page is non-null children entity rows.
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.
NGramFilterFactory - Class in org.apache.solr.analysis
Factory for NGramTokenFilter.
NGramFilterFactory() - Constructor for class org.apache.solr.analysis.NGramFilterFactory
 
NGramTokenizerFactory - Class in org.apache.solr.analysis
Factory for NGramTokenizer.
NGramTokenizerFactory() - Constructor for class org.apache.solr.analysis.NGramTokenizerFactory
 
NIOFSDirectoryFactory - Class in org.apache.solr.core
Factory to instantiate NIOFSDirectory
NIOFSDirectoryFactory() - Constructor for class org.apache.solr.core.NIOFSDirectoryFactory
 
NO_FREQUENCY_INFO - Static variable in class org.apache.solr.spelling.SpellingResult
 
nodesToList(NodeList) - Static method in class org.apache.solr.common.util.DOMUtil
 
nodesToNamedList(NodeList) - Static method in class org.apache.solr.common.util.DOMUtil
 
normalize(float) - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
normalize(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 '/'.
normalizePath(String) - Static method in class org.apache.solr.handler.admin.CoreAdminHandler
 
normMap - Variable in class org.apache.solr.analysis.MappingCharFilterFactory
 
norms(String) - Method in class org.apache.solr.search.SolrIndexReader
 
norms(String, byte[], int) - Method in class org.apache.solr.search.SolrIndexReader
 
NorwegianLightStemFilterFactory - Class in org.apache.solr.analysis
NorwegianLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.NorwegianLightStemFilterFactory
 
NorwegianMinimalStemFilterFactory - Class in org.apache.solr.analysis
NorwegianMinimalStemFilterFactory() - Constructor for class org.apache.solr.analysis.NorwegianMinimalStemFilterFactory
 
now() - Method in class org.apache.solr.common.util.RTimer
Get current time May override to implement a different timer (CPU time, etc).
now - Variable in class org.apache.solr.request.SolrRequestInfo
 
NOW - Static variable in class org.apache.solr.schema.DateField
 
NULL - Static variable in class org.apache.noggit.JSONParser
Event indicating a JSON null
NULL - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
NULL_CHARS - Static variable in class org.apache.noggit.JSONUtil
 
NUM_DESCRIPTIONS - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
NUMBER - Static variable in class org.apache.noggit.JSONParser
Event indicating a JSON number value which has a fractional part or an exponent and with string length <= 23 chars not including sign.
NUMBER - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
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
 
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
 
NumberUtils - Class in org.apache.solr.util
 
NumberUtils() - Constructor for class org.apache.solr.util.NumberUtils
 
numCloses - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
numDocs - Variable in class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
 
numDocs() - Method in class org.apache.solr.search.SolrIndexReader
 
numDocs(Query, DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher
Returns the number of documents that match both a and b.
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.
NumericPayloadTokenFilterFactory - Class in org.apache.solr.analysis
NumericPayloadTokenFilterFactory() - Constructor for class org.apache.solr.analysis.NumericPayloadTokenFilterFactory
 
numFound - Variable in class org.apache.solr.response.BaseResponseWriter.DocListInfo
Deprecated.
 
numGroups - Variable in class org.apache.solr.search.Grouping.Command
 
numOpens - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
numRequests - Variable in class org.apache.solr.highlight.HighlightingPluginBase
 
NUMTERMS - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
nvPairs - Variable in class org.apache.solr.common.util.NamedList
 

O

OBJECT_END - Static variable in class org.apache.noggit.JSONParser
Event indicating the end of a JSON object
OBJECT_END - Static variable in class org.apache.noggit.JSONUtil
 
OBJECT_START - Static variable in class org.apache.noggit.JSONParser
Event indicating the start of a JSON object
OBJECT_START - Static variable in class org.apache.noggit.JSONUtil
 
ObjectBuilder - Class in org.apache.noggit
 
ObjectBuilder(JSONParser) - Constructor for class org.apache.noggit.ObjectBuilder
 
objectEnd(Object) - Method in class org.apache.noggit.ObjectBuilder
 
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
 
OFFSETS - Static variable in interface org.apache.solr.common.params.TermVectorParams
Return offset information, if available
OK_PREFIX - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
OK_STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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
 
OldRequestHandler - Class in org.apache.solr.tst
Deprecated.
Test against the real request handlers instead.
OldRequestHandler() - Constructor for class org.apache.solr.tst.OldRequestHandler
Deprecated.
 
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) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Internal use for Lucene... do not explicitly call.
onCommit(List) - Method in class org.apache.solr.core.SolrDeletionPolicy
Internal use for Lucene... do not explicitly call.
oneOverPower - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
onError - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
onEvent(Context) - Method in interface org.apache.solr.handler.dataimport.EventListener
Event callback
onImportEnd - Variable in class org.apache.solr.handler.dataimport.DataConfig.Document
 
onImportStart - Variable in class org.apache.solr.handler.dataimport.DataConfig.Document
 
onInit(List) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Internal use for Lucene... do not explicitly call.
onInit(List) - Method in class org.apache.solr.core.SolrDeletionPolicy
Internal use for Lucene... do not explicitly call.
ONLY_FIRST_WORD - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
onlyMorePopular - Variable in class org.apache.solr.spelling.SpellingOptions
Return only those results that are more popular, as defined by the implementation
OP - Static variable in class org.apache.solr.search.QueryParsing
 
open(String) - Method in class org.apache.solr.core.DirectoryFactory
Opens a Lucene directory
open(String) - Method in class org.apache.solr.core.MMapDirectoryFactory
 
open(String) - Method in class org.apache.solr.core.NIOFSDirectoryFactory
 
open(String) - Method in class org.apache.solr.core.RAMDirectoryFactory
 
open(String) - Method in class org.apache.solr.core.SimpleFSDirectoryFactory
 
open(String) - Method in class org.apache.solr.core.StandardDirectoryFactory
 
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
 
openConfig(String) - Method in class org.apache.solr.core.SolrResourceLoader
Opens a config resource by its name.
openResource(String) - Method in interface org.apache.solr.common.ResourceLoader
 
openResource(String) - Method in class org.apache.solr.core.Config
Deprecated.
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() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
openStream(File) - Method in class org.apache.solr.handler.dataimport.FileDataSource
Open a Reader for the given file name
openWriter() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
openWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
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.XmlUpdateRequestHandler
 
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(DocList, Query, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.util.SolrPluginUtils
Pre-fetch documents into the index searcher's document cache.
order - Variable in class org.apache.solr.search.function.StringIndexDocValues
 
ORDERED_MAP - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
OrdFieldSource - Class in org.apache.solr.search.function
Obtains the ordinal of the field value from the default Lucene FieldCache using getStringIndex().
OrdFieldSource(String) - Constructor for class org.apache.solr.search.function.OrdFieldSource
 
org.apache.noggit - package org.apache.noggit
 
org.apache.solr.analysis - package org.apache.solr.analysis
 
org.apache.solr.client.solrj - package org.apache.solr.client.solrj
 
org.apache.solr.client.solrj.beans - package org.apache.solr.client.solrj.beans
 
org.apache.solr.client.solrj.embedded - package org.apache.solr.client.solrj.embedded
 
org.apache.solr.client.solrj.impl - package org.apache.solr.client.solrj.impl
 
org.apache.solr.client.solrj.request - package org.apache.solr.client.solrj.request
 
org.apache.solr.client.solrj.response - package org.apache.solr.client.solrj.response
 
org.apache.solr.client.solrj.util - package org.apache.solr.client.solrj.util
 
org.apache.solr.common - package org.apache.solr.common
 
org.apache.solr.common.luke - package org.apache.solr.common.luke
 
org.apache.solr.common.params - package org.apache.solr.common.params
 
org.apache.solr.common.util - package org.apache.solr.common.util
 
org.apache.solr.core - package org.apache.solr.core
 
org.apache.solr.handler - package org.apache.solr.handler
 
org.apache.solr.handler.admin - package org.apache.solr.handler.admin
 
org.apache.solr.handler.clustering - package org.apache.solr.handler.clustering
 
org.apache.solr.handler.clustering.carrot2 - package org.apache.solr.handler.clustering.carrot2
 
org.apache.solr.handler.component - package org.apache.solr.handler.component
 
org.apache.solr.handler.dataimport - package org.apache.solr.handler.dataimport
 
org.apache.solr.handler.extraction - package org.apache.solr.handler.extraction
 
org.apache.solr.highlight - package org.apache.solr.highlight
 
org.apache.solr.internal.csv - package org.apache.solr.internal.csv
 
org.apache.solr.internal.csv.writer - package org.apache.solr.internal.csv.writer
 
org.apache.solr.request - package org.apache.solr.request
 
org.apache.solr.response - package org.apache.solr.response
 
org.apache.solr.schema - package org.apache.solr.schema
 
org.apache.solr.search - package org.apache.solr.search
 
org.apache.solr.search.function - package org.apache.solr.search.function
 
org.apache.solr.search.function.distance - package org.apache.solr.search.function.distance
 
org.apache.solr.search.grouping - package org.apache.solr.search.grouping
 
org.apache.solr.search.grouping.collector - package org.apache.solr.search.grouping.collector
 
org.apache.solr.search.grouping.distributed - package org.apache.solr.search.grouping.distributed
 
org.apache.solr.search.grouping.distributed.command - package org.apache.solr.search.grouping.distributed.command
 
org.apache.solr.search.grouping.distributed.requestfactory - package org.apache.solr.search.grouping.distributed.requestfactory
 
org.apache.solr.search.grouping.distributed.responseprocessor - package org.apache.solr.search.grouping.distributed.responseprocessor
 
org.apache.solr.search.grouping.distributed.shardresultserializer - package org.apache.solr.search.grouping.distributed.shardresultserializer
 
org.apache.solr.search.grouping.endresulttransformer - package org.apache.solr.search.grouping.endresulttransformer
 
org.apache.solr.servlet - package org.apache.solr.servlet
 
org.apache.solr.servlet.cache - package org.apache.solr.servlet.cache
 
org.apache.solr.spelling - package org.apache.solr.spelling
 
org.apache.solr.spelling.suggest - package org.apache.solr.spelling.suggest
 
org.apache.solr.spelling.suggest.fst - package org.apache.solr.spelling.suggest.fst
 
org.apache.solr.spelling.suggest.jaspell - package org.apache.solr.spelling.suggest.jaspell
 
org.apache.solr.spelling.suggest.tst - package org.apache.solr.spelling.suggest.tst
 
org.apache.solr.tst - package org.apache.solr.tst
 
org.apache.solr.uima.processor - package org.apache.solr.uima.processor
 
org.apache.solr.uima.processor.ae - package org.apache.solr.uima.processor.ae
 
org.apache.solr.uima.processor.exception - package org.apache.solr.uima.processor.exception
 
org.apache.solr.update - package org.apache.solr.update
 
org.apache.solr.update.processor - package org.apache.solr.update.processor
 
org.apache.solr.util - package org.apache.solr.util
 
org.apache.solr.util.plugin - package org.apache.solr.util.plugin
 
org.apache.solr.util.xslt - package org.apache.solr.util.xslt
 
origParams - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
other - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
OTHER - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Name of the other core in actions involving 2 cores
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() - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
Provides direct Iterator access to the buffered output stream.
OUTPUT_KEY - Static variable in interface org.apache.solr.common.params.CommonParams
 
OUTPUT_SUB_CLUSTERS - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
overrideFill() - Method in class org.apache.solr.internal.csv.writer.CSVField
Does this field override fill ?
OverridingParamsAEProvider - Class in org.apache.solr.uima.processor.ae
AEProvider implementation that creates an Aggregate AE from the given path, also injecting runtime parameters defined in the solrconfig.xml Solr configuration file and assigning them as overriding parameters in the aggregate AE
OverridingParamsAEProvider(String, Map<String, Object>) - Constructor for class org.apache.solr.uima.processor.ae.OverridingParamsAEProvider
 
OVERWRITE - Static variable in interface org.apache.solr.common.params.UpdateParams
overwrite indexing fields
OVERWRITE - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
overwrite(String, Document) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
OVERWRITE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
overwrite - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
OVERWRITE_COMMITTED - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
OVERWRITE_PENDING - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
overwriteBoth(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
overwriteCommitted - Variable in class org.apache.solr.update.AddUpdateCommand
 
overwritePending - Variable in class org.apache.solr.update.AddUpdateCommand
 

P

PACKET_SZ - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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
 
PARAM_DEFAULT_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
 
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
 
params - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
params - Variable in class org.apache.solr.common.params.DefaultSolrParams
 
params - Variable in class org.apache.solr.common.params.RequiredSolrParams
 
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.request.SimpleFacets
Configuration params behavior should be driven by
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
 
PARENT_DELTA_QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
 
parentEntity - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
parse(String) - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
Input must not be null
parse(NamedList) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
parse(String) - Static method in class org.apache.solr.internal.csv.CSVUtils
Parses the given String according to the default CSVStrategy.
parse() - Method in class org.apache.solr.search.DisMaxQParser
 
parse() - Method in class org.apache.solr.search.FunctionQParser
 
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
 
parseBool(String) - Method in class org.apache.solr.common.params.SolrParams
Deprecated.
Use org.apache.solr.common.util.StrUtils.parseBool
parseBool(String) - Static method in class org.apache.solr.common.util.StrUtils
how to transform a String into a boolean... 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.
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
Thread safe method that can be used by subclasses to parse a Date that is already in the internal representation
parseDateLenient(String, SolrQueryRequest) - Method in class org.apache.solr.schema.DateField
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
parsedUserQuery - Variable in class org.apache.solr.search.DisMaxQParser
 
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).
parseFilterQueries(SolrQueryRequest) - Static method in class org.apache.solr.util.SolrPluginUtils
Builds a list of Query objects that should be used to filter results
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.
parseFuncs(IndexSchema, String) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated. 
parseFunction(String, IndexSchema) - Static method in class org.apache.solr.search.QueryParsing
Parse a function, returning a FunctionQuery

Syntax Examples....

parseId() - Method in class org.apache.solr.search.FunctionQParser
TODO: Doc
parseInt() - Method in class org.apache.solr.search.FunctionQParser
Parse an integer
parseLine(String) - Static method in class org.apache.solr.internal.csv.CSVUtils
Parses the first line only according to the default CSVStrategy.
parseLong(char[], int, int) - Method in class org.apache.noggit.CharUtil
 
parseLuceneVersionString(String) - Static method in class org.apache.solr.core.Config
 
parseMath(Date, String) - Method in class org.apache.solr.schema.DateField
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
Parses a String which may be a date followed by an optional math expression.
parseNestedQuery() - Method in class org.apache.solr.search.FunctionQParser
TODO: Doc
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"
parseParams(String, VariableResolver) - Static method in class org.apache.solr.handler.dataimport.EvaluatorBag
Parses a string of expression into separate params.
parseQuery(String, IndexSchema) - Static method in class org.apache.solr.search.QueryParsing
Helper utility for parsing a query using the Lucene QueryParser syntax.
parseQuery(String, String, IndexSchema) - Static method in class org.apache.solr.search.QueryParsing
Helper utility for parsing a query using the Lucene QueryParser syntax.
parseQuery(String, String, SolrParams, IndexSchema) - Static method in class org.apache.solr.search.QueryParsing
Helper utility for parsing a query using the Lucene QueryParser syntax.
parseQueryString(String) - Static method in class org.apache.solr.servlet.SolrRequestParsers
Given a standard query string 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 - Static variable in class org.apache.solr.search.function.distance.HaversineConstFunction
 
parser - Variable in class org.apache.solr.search.function.DoubleFieldSource
 
parser - Variable in class org.apache.solr.search.function.FloatFieldSource
 
parser - Variable in class org.apache.solr.search.function.LongFieldSource
 
parser - Variable in class org.apache.solr.search.SolrQueryParser
 
parsers - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
parseRules(List<String>, NormalizeCharMap) - Method in class org.apache.solr.analysis.MappingCharFilterFactory
 
parseSort(String, SolrQueryRequest) - Static method in class org.apache.solr.search.QueryParsing
Returns null if the sortSpec is the standard sort desc.
parseString(String) - Method in class org.apache.solr.analysis.MappingCharFilterFactory
 
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.
PathHierarchyTokenizerFactory - Class in org.apache.solr.analysis
PathHierarchyTokenizerFactory() - Constructor for class org.apache.solr.analysis.PathHierarchyTokenizerFactory
 
pathPrefix - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
PATTERN - Static variable in class org.apache.solr.analysis.PatternTokenizerFactory
 
pattern - Variable in class org.apache.solr.analysis.PatternTokenizerFactory
 
PATTERN - Static variable in interface org.apache.solr.common.params.HighlightParams
 
PATTERN_ASCTIME - Static variable in class org.apache.solr.common.util.DateUtil
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.apache.solr.common.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.apache.solr.common.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PatternReplaceCharFilter - Class in org.apache.solr.analysis
CharFilter that uses a regular expression for the target of replace string.
PatternReplaceCharFilter(Pattern, String, CharStream) - Constructor for class org.apache.solr.analysis.PatternReplaceCharFilter
 
PatternReplaceCharFilter(Pattern, String, int, String, CharStream) - Constructor for class org.apache.solr.analysis.PatternReplaceCharFilter
Deprecated.
PatternReplaceCharFilterFactory - Class in org.apache.solr.analysis
PatternReplaceCharFilterFactory() - Constructor for class org.apache.solr.analysis.PatternReplaceCharFilterFactory
 
PatternReplaceFilter - Class in org.apache.solr.analysis
A TokenFilter which applies a Pattern to each token in the stream, replacing match occurances with the specified replacement string.
PatternReplaceFilter(TokenStream, Pattern, String, boolean) - Constructor for class org.apache.solr.analysis.PatternReplaceFilter
Constructs an instance to replace either the first, or all occurances
PatternReplaceFilterFactory - Class in org.apache.solr.analysis
PatternReplaceFilterFactory() - Constructor for class org.apache.solr.analysis.PatternReplaceFilterFactory
 
PatternTokenizer - Class in org.apache.solr.analysis
This tokenizer uses regex pattern matching to construct distinct tokens for the input stream.
PatternTokenizer(Reader, Pattern, int) - Constructor for class org.apache.solr.analysis.PatternTokenizer
creates a new PatternTokenizer returning tokens from group (-1 for split functionality)
PatternTokenizerFactory - Class in org.apache.solr.analysis
Factory for PatternTokenizer.
PatternTokenizerFactory() - Constructor for class org.apache.solr.analysis.PatternTokenizerFactory
 
pause() - Method in class org.apache.solr.common.util.RTimer
 
PAUSED - Static variable in class org.apache.solr.common.util.RTimer
 
peek(int) - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
Peek n tokens ahead in the buffered input stream, without modifying the stream.
PERCENT - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
 
PersianCharFilterFactory - Class in org.apache.solr.analysis
Factory for PersianCharFilter.
PersianCharFilterFactory() - Constructor for class org.apache.solr.analysis.PersianCharFilterFactory
 
PersianNormalizationFilterFactory - Class in org.apache.solr.analysis
PersianNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.PersianNormalizationFilterFactory
 
persist(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
persist() - Method in class org.apache.solr.core.CoreContainer
Persists the cores config file in cores.xml.
persist(Properties) - Method in interface org.apache.solr.handler.dataimport.DIHPropertiesWriter
 
persist(Properties) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
PERSISTENT - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Persistent -- should it save the cores state?
persistent - Variable in class org.apache.solr.core.CoreContainer
 
persistFile(File) - Method in class org.apache.solr.core.CoreContainer
Persists the cores config file in a user provided file.
PF - Static variable in interface org.apache.solr.common.params.DisMaxParams
query and init param for phrase boost fields
pf - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.get
PhoneticFilter - Class in org.apache.solr.analysis
Deprecated.
Use PhoneticFilter instead.
PhoneticFilter(TokenStream, Encoder, String, boolean) - Constructor for class org.apache.solr.analysis.PhoneticFilter
Deprecated.
 
PhoneticFilterFactory - Class in org.apache.solr.analysis
Factory for PhoneticFilter.
PhoneticFilterFactory() - Constructor for class org.apache.solr.analysis.PhoneticFilterFactory
 
PHPResponseWriter - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.response.PHPResponseWriter
PHPResponseWriter() - Constructor for class org.apache.solr.request.PHPResponseWriter
Deprecated.
 
PHPResponseWriter - Class in org.apache.solr.response
 
PHPResponseWriter() - Constructor for class org.apache.solr.response.PHPResponseWriter
 
PHPSerializedResponseWriter - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.response.PHPSerializedResponseWriter
PHPSerializedResponseWriter() - Constructor for class org.apache.solr.request.PHPSerializedResponseWriter
Deprecated.
 
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
 
ping() - Method in class org.apache.solr.client.solrj.SolrServer
Issues a ping request to check if the server is alive
PingRequestHandler - Class in org.apache.solr.handler
Ping solr core
PingRequestHandler() - Constructor for class org.apache.solr.handler.PingRequestHandler
 
pk - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
pkMappingFromSchema - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
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
 
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
similar to "admin/registry.jsp" NOTE: the response format is still likely to change.
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
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_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.
POPULAR - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
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
PorterStemFilterFactory - Class in org.apache.solr.analysis
Factory for PorterStemFilter.
PorterStemFilterFactory() - Constructor for class org.apache.solr.analysis.PorterStemFilterFactory
 
PortugueseLightStemFilterFactory - Class in org.apache.solr.analysis
PortugueseLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.PortugueseLightStemFilterFactory
 
PortugueseMinimalStemFilterFactory - Class in org.apache.solr.analysis
PortugueseMinimalStemFilterFactory() - Constructor for class org.apache.solr.analysis.PortugueseMinimalStemFilterFactory
 
PortugueseStemFilterFactory - Class in org.apache.solr.analysis
PortugueseStemFilterFactory() - Constructor for class org.apache.solr.analysis.PortugueseStemFilterFactory
 
pos - Variable in class org.apache.solr.common.util.FastWriter
 
PositionFilterFactory - Class in org.apache.solr.analysis
Factory for PositionFilter.
PositionFilterFactory() - Constructor for class org.apache.solr.analysis.PositionFilterFactory
 
positionInResponse - Variable in class org.apache.solr.handler.component.ShardDoc
 
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) - 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".
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 interface org.apache.solr.core.SolrEventListener
 
postData(InputStream, Integer, OutputStream) - Method in class org.apache.solr.util.SimplePostTool
postData(InputStream, Integer, OutputStream, String) - 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
postFile(File, OutputStream) - Method in class org.apache.solr.util.SimplePostTool
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.
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
 
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
 
power - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
PowFloatFunction - Class in org.apache.solr.search.function
Function to raise the base "a" to the power "b"
PowFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.solr.search.function.PowFloatFunction
 
precisionStep - Variable in class org.apache.solr.analysis.TrieTokenizerFactory
 
precisionStep - Variable in class org.apache.solr.schema.TrieField
 
precisionStepArg - Variable in class org.apache.solr.schema.TrieField
 
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.
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 - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
prefix - Variable in class org.apache.solr.search.PrefixFilter
 
PrefixFilter - Class in org.apache.solr.search
 
PrefixQParserPlugin - Class in org.apache.solr.search
Create a prefix query from the input value.
PrefixQParserPlugin() - Constructor for class org.apache.solr.search.PrefixQParserPlugin
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
 
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.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.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.CommandQuery
Prepare this Command for execution.
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
 
PrimUtils.IntComparator() - Constructor for class org.apache.solr.util.PrimUtils.IntComparator
 
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
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.
proc - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
process(Token) - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
Process a token.
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.SolrPing
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.SolrRequest
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.clustering.ClusteringComponent
 
process(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
 
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(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.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.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.LanguageIdentifierUpdateProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
processCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processDelete(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processMergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processor - Variable in class org.apache.solr.handler.dataimport.DataConfig.Entity
 
PROCESSOR - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.ResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.ResponseParser
 
processResult(SolrIndexSearcher.QueryResult, ShardResultTransformer) - Method in class org.apache.solr.search.grouping.CommandHandler
 
processRollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processWord(char[], int, int, int) - Method in class org.apache.solr.analysis.CapitalizationFilterFactory
 
PRODUCE_SUMMARY - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
ProductFloatFunction - Class in org.apache.solr.search.function
ProductFloatFunction returns the product of it's components.
ProductFloatFunction(ValueSource[]) - Constructor for class org.apache.solr.search.function.ProductFloatFunction
 
propertiesName - Variable in class org.apache.solr.core.CoreDescriptor
 
PropertiesRequestHandler - Class in org.apache.solr.handler.admin
 
PropertiesRequestHandler() - Constructor for class org.apache.solr.handler.admin.PropertiesRequestHandler
 
PROPERTY_PREFIX - Static variable in interface org.apache.solr.common.params.CoreAdminParams
Prefix for core property name=value pair
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.
 
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.KeywordMarkerFilterFactory
 
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.SnowballPorterFilterFactory
 
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.WordDelimiterFilterFactory
 
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)
pslop - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.getInt
publisherThread - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
pullRow() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
pulls single row from the delegate EntityProcessor.
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_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_TOP_IDS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
pushBack(Token) - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
Push a token back into the buffered input stream, such that it will be returned by a future call to read()
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(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
 
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
 
PythonResponseWriter - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.response.PythonResponseWriter
PythonResponseWriter() - Constructor for class org.apache.solr.request.PythonResponseWriter
Deprecated.
 
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
 
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 - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.get
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)
qstr - Variable in class org.apache.solr.search.QParser
 
QT - Static variable in interface org.apache.solr.common.params.CommonParams
the query type - which query handler should handle the request
query(SolrParams) - Method in class org.apache.solr.client.solrj.SolrServer
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 - 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 - 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_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
Use org.apache.solr.common.params.CommonParams
QUERY_PREFIX - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
QUERY_REGEX - Variable in class org.apache.solr.spelling.SpellingQueryConverter
 
queryAnalyzer - Variable in class org.apache.solr.schema.FieldType
Analyzer set by schema for text types to use when searching fields of this type, subclasses can set analyzer themselves or override getAnalyzer()
QueryCommand - Class in org.apache.solr.search.grouping.distributed.command
 
QueryCommand.Builder - Class in org.apache.solr.search.grouping.distributed.command
 
QueryCommand.Builder() - Constructor for class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
 
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
queryFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
queryFields - Variable in class org.apache.solr.search.DisMaxQParser
 
queryNorm - Variable in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
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 Note: This API is experimental and may change in non backward-compatible ways in the future
QueryParsing.StrParser(String) - Constructor for class org.apache.solr.search.QueryParsing.StrParser
 
QueryParsing.StrParser(String, int, int) - Constructor for class org.apache.solr.search.QueryParsing.StrParser
 
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.request
Deprecated.
use org.apache.solr.response.QueryResponseWriter
QueryResponseWriter - Interface in org.apache.solr.response
Implementations of QueryResponseWriter are used to format responses to query requests.
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
 
QUERYTYPE_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
Use org.apache.solr.common.params.CommonParams
QueryUtils - Class in org.apache.solr.search
 
QueryUtils() - Constructor for class org.apache.solr.search.QueryUtils
 
QueryValueSource - Class in org.apache.solr.search.function
QueryValueSource returns the relevance score of the query
QueryValueSource(Query, float) - Constructor for class org.apache.solr.search.function.QueryValueSource
 
queryWeight - Variable in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 

R

radius - Variable in class org.apache.solr.search.SpatialOptions
 
ramBufferSizeMB - Variable in class org.apache.solr.update.SolrIndexConfig
 
RAMDirectoryFactory - Class in org.apache.solr.core
Directory provider for using lucene 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
 
RandomSortField.RandomValueSource(String) - Constructor for class org.apache.solr.schema.RandomSortField.RandomValueSource
 
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
RangeFacet<B,G> - Class in org.apache.solr.client.solrj.response
Represents a range facet result
RangeFacet(String, B, B, G, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet
 
RangeFacet.Count - Class in org.apache.solr.client.solrj.response
 
RangeFacet.Count(String, int, RangeFacet) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Count
 
RangeFacet.Date - Class in org.apache.solr.client.solrj.response
 
RangeFacet.Date(String, Date, Date, String, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Date
 
RangeFacet.Numeric - Class in org.apache.solr.client.solrj.response
 
RangeFacet.Numeric(String, Number, Number, Number, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet.Numeric
 
rangeFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
RangeMapFloatFunction - Class in org.apache.solr.search.function
LinearFloatFunction implements a linear function over another ValueSource.
RangeMapFloatFunction(ValueSource, float, float, float, Float) - Constructor for class org.apache.solr.search.function.RangeMapFloatFunction
 
RankedSpellPossibility - Class in org.apache.solr.spelling
 
RankedSpellPossibility() - Constructor for class org.apache.solr.spelling.RankedSpellPossibility
 
RAW - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
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.request
Deprecated.
use org.apache.solr.response.RawResponseWriter
RawResponseWriter() - Constructor for class org.apache.solr.request.RawResponseWriter
Deprecated.
 
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.noggit.CharArr
 
read(char[], int, int) - Method in class org.apache.noggit.CharArr
 
read(CharBuffer) - Method in class org.apache.noggit.CharArr
 
read() - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
Read a token from the buffered input stream.
read() - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
read(char[], int, int) - Method in class org.apache.solr.analysis.LegacyHTMLStripCharFilter
Deprecated.
 
read(char[], int, int) - Method in class org.apache.solr.analysis.PatternReplaceCharFilter
 
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_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
 
readableToIndexed(String) - 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
 
readArray(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readArray(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readBoolean() - Method in class org.apache.solr.common.util.FastInputStream
 
readByte() - Method in class org.apache.solr.common.util.FastInputStream
 
readByteArray(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readChar() - Method in class org.apache.solr.common.util.FastInputStream
 
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
 
reader - Variable in class org.apache.solr.search.DelegatingCollector
 
reader - Variable in class org.apache.solr.search.function.ValueSourceScorer
 
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
 
readerIndex(int, int[]) - Static method in class org.apache.solr.search.SolrIndexReader
Given an array of IndexReader offsets, find which contains the given doc
readers - Variable in class org.apache.solr.update.MergeIndexesCommand
 
readExternString(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readFloat() - Method in class org.apache.solr.common.util.FastInputStream
 
readFromXml(Element) - Method in class org.apache.solr.handler.dataimport.DataConfig
 
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 interface org.apache.solr.handler.dataimport.DIHPropertiesWriter
 
readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
readInt() - Method in class org.apache.solr.common.util.FastInputStream
 
readIterator(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readLine() - Method in class org.apache.solr.common.util.FastInputStream
 
readLong() - Method in class org.apache.solr.common.util.FastInputStream
 
readMap(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readNamedList(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readNamedList(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readOrderedMap(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readPluginInfos(String, boolean, boolean) - Method in class org.apache.solr.core.SolrConfig
 
readRow(Map<String, Object>, String) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
readShort() - Method in class org.apache.solr.common.util.FastInputStream
 
readSize(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSmallInt(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSmallLong(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrDocument(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrDocumentList(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readSolrUIMAConfiguration() - Method in class org.apache.solr.uima.processor.SolrUIMAConfigurationReader
 
readStr(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readUnsignedByte() - Method in class org.apache.solr.common.util.FastInputStream
 
readUnsignedShort() - Method in class org.apache.solr.common.util.FastInputStream
 
readUTF() - Method in class org.apache.solr.common.util.FastInputStream
 
readVal(FastInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
readVInt(FastInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
The counterpart for the above
readVLong(FastInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
 
ReciprocalFloatFunction - Class in org.apache.solr.search.function
ReciprocalFloatFunction implements a reciprocal function f(x) = a/(mx+b), based on the float value of a field or function as exported by ValueSource.
ReciprocalFloatFunction(ValueSource, float, float, float) - Constructor for class org.apache.solr.search.function.ReciprocalFloatFunction
f(source) = a/(m*float(source)+b)
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
 
RefCntRamDirectory - Class in org.apache.solr.core
 
RefCntRamDirectory() - Constructor for class org.apache.solr.core.RefCntRamDirectory
 
RefCntRamDirectory(Directory) - Constructor for class org.apache.solr.core.RefCntRamDirectory
 
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
 
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.
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.util.SolrPluginUtils.IdentityRegenerator
 
REGEX - Static variable in interface org.apache.solr.common.params.HighlightParams
 
REGEX - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
 
RegexFileFilter - Class in org.apache.solr.common.util
Accepts any file whose name matches the pattern
RegexFileFilter(String) - Constructor for class org.apache.solr.common.util.RegexFileFilter
 
RegexFileFilter(Pattern) - Constructor for class org.apache.solr.common.util.RegexFileFilter
 
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
 
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, SolrCore, boolean) - Method in class org.apache.solr.core.CoreContainer
Registers a SolrCore descriptor in the registry using the specified name.
register(SolrCore, boolean) - Method in class org.apache.solr.core.CoreContainer
Registers a SolrCore descriptor in the registry using the core's name.
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.
registerDynamicField(SchemaField...) - Method in class org.apache.solr.schema.IndexSchema
Register one or more new Dynamic Field with the Schema.
registerFirstSearcherListener(SolrEventListener) - Method in class org.apache.solr.core.SolrCore
NOTE: this function is not thread safe.
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.
releaseCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Release a previously saved commit point
reload(String) - Method in class org.apache.solr.core.CoreContainer
Recreates a SolrCore.
reload() - Method in interface org.apache.solr.schema.ExchangeRateProvider
Ask the currency provider to explicitly reload/refresh its configuration.
reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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.Suggester
 
RELOAD_CONF_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
reloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
remove(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
remove a field at the given name
remove(String, String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
remove the given value for the given name
remove(Object) - Method in class org.apache.solr.common.SolrDocument
 
remove(Object) - Method in class org.apache.solr.common.SolrInputDocument
 
remove() - 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
 
remove(String) - Method in class org.apache.solr.core.CoreContainer
Removes and returns registered core w/o decrementing it's reference count
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
 
RemoveDuplicatesTokenFilter - Class in org.apache.solr.analysis
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
RemoveDuplicatesTokenFilter(TokenStream) - Constructor for class org.apache.solr.analysis.RemoveDuplicatesTokenFilter
Creates a new RemoveDuplicatesTokenFilter
RemoveDuplicatesTokenFilterFactory - Class in org.apache.solr.analysis
RemoveDuplicatesTokenFilterFactory() - Constructor for class org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory
 
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
removeNamespace(String) - Method in class org.apache.solr.handler.dataimport.VariableResolverImpl
 
removeSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
 
removeSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
renameCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
reopen(IndexCommit) - Method in class org.apache.solr.search.SolrIndexReader
 
reopen(boolean) - Method in class org.apache.solr.search.SolrIndexReader
 
reopen() - Method in class org.apache.solr.search.SolrIndexReader
 
reopenReaders - Variable in class org.apache.solr.core.SolrConfig
 
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, VariableResolver) - Method in class org.apache.solr.handler.dataimport.TemplateString
Returns a string with all variables replaced by the known values.
replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
Given a String with place holders, replace them with the value tokens.
replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.VariableResolverImpl
 
REPLICATE_AFTER - Static variable in class org.apache.solr.handler.ReplicationHandler
 
REPLICATION_PROPERTIES - Static variable in class org.apache.solr.handler.SnapPuller
 
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
 
REPORT_DOC_COUNT - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
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.search.QParser
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Process the request.
request(SolrRequest, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
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(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
Tries to query a live server.
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
Deprecated.
 
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(SolrRequestHandler, SolrParams, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
 
RequestHandlerBase - Class in org.apache.solr.handler
 
RequestHandlerBase() - Constructor for class org.apache.solr.handler.RequestHandlerBase
 
RequestHandlerUtils - Class in org.apache.solr.handler
Common helper functions for RequestHandlers
RequestHandlerUtils() - Constructor for class org.apache.solr.handler.RequestHandlerUtils
 
requestWriter - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
The RequestWriter used to write all requests to Solr
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
 
RequestWriter.LazyContentStream(UpdateRequest) - Constructor for class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
 
required() - Method in class org.apache.solr.common.params.SolrParams
returns a RequiredSolrParams wrapping this
required - Variable in class org.apache.solr.request.SimpleFacets
 
REQUIRED - Static variable in class org.apache.solr.schema.FieldProperties
 
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
 
RequiredSolrParams - Class in org.apache.solr.request
Deprecated.
Use org.apache.solr.common.params.RequiredSolrParams.
RequiredSolrParams(SolrParams) - Constructor for class org.apache.solr.request.RequiredSolrParams
Deprecated.
 
reserve(int) - Method in class org.apache.noggit.CharArr
 
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
 
reset() - Method in class org.apache.noggit.CharArr
 
reset() - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
 
reset() - Method in class org.apache.solr.analysis.CommonGramsFilter
reset() - Method in class org.apache.solr.analysis.CommonGramsQueryFilter
reset() - Method in class org.apache.solr.analysis.HyphenatedWordsFilter
reset(Reader) - Method in class org.apache.solr.analysis.PatternTokenizer
 
reset() - Method in class org.apache.solr.analysis.RemoveDuplicatesTokenFilter
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
 
resetCache() - Static method in class org.apache.solr.search.function.FileFloatSource
 
resize(int) - Method in class org.apache.noggit.CharArr
 
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.EvaluatorBag.VariableWrapper
 
resolve(String) - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
resolve(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
Resolves a given value with a name
resolve(String) - Method in class org.apache.solr.handler.dataimport.VariableResolverImpl
 
resolveEntity(String, String, String, String) - Method in class org.apache.solr.common.util.SystemIdResolver
 
resolveEntity(String, String) - Method in class org.apache.solr.common.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.common.util.FileUtils
Resolves a path relative a base directory.
resolver - Variable in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
resolveUpdateChainParam(SolrParams, Logger) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated. 
resource - Variable in class org.apache.solr.util.RefCounted
 
RESOURCE_LOADER_AUTHORITY_ABSOLUTE - Static variable in class org.apache.solr.common.util.SystemIdResolver
 
RESOURCE_LOADER_URI_SCHEME - Static variable in class org.apache.solr.common.util.SystemIdResolver
 
RESOURCE_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
ResourceLoader - Interface in org.apache.solr.common
 
ResourceLoaderAware - Interface in org.apache.solr.util.plugin
 
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
 
ResponseBuilder.GlobalCollectionStat(int, Map<String, Long>) - Constructor for class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
 
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
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
 
resultIds - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
resume() - Method in class org.apache.solr.common.util.RTimer
 
retrieve(ScoreDoc) - Method in interface org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer.SolrDocumentSource
 
retrievedDocuments - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
returnFields - Variable in class org.apache.solr.response.TextResponseWriter
 
reusableTokenStream(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
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() - Constructor for class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
ReverseOrdFieldSource - Class in org.apache.solr.search.function
Obtains the ordinal of the field value from the default Lucene FieldCache using getStringIndex() and reverses the order.
ReverseOrdFieldSource(String) - Constructor for class org.apache.solr.search.function.ReverseOrdFieldSource
 
ReverseStringFilterFactory - Class in org.apache.solr.analysis
Factory for ReverseStringFilter.
ReverseStringFilterFactory() - Constructor for class org.apache.solr.analysis.ReverseStringFilterFactory
 
rewrite(IndexReader) - Method in class org.apache.solr.search.ConstantScorePrefixQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.function.BoostedQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.function.FunctionQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.SolrConstantScoreQuery
 
rewrite(IndexReader) - Method in class org.apache.solr.search.WrappedQuery
 
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.XmlUpdateRequestHandler
 
rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.
 
rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
rollback() - Method in class org.apache.solr.update.SolrIndexWriter
 
rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
RollbackUpdateCommand - Class in org.apache.solr.update
 
RollbackUpdateCommand() - 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.DataConfig
 
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
rowcache - Variable in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
 
rowIterator - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
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
 
ROWS_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
Use org.apache.solr.common.params.CommonParams
rowsCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
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.common.util
A recursive timer.
RTimer() - Constructor for class org.apache.solr.common.util.RTimer
 
RubyResponseWriter - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.response.RubyResponseWriter
RubyResponseWriter() - Constructor for class org.apache.solr.request.RubyResponseWriter
Deprecated.
 
RubyResponseWriter - Class in org.apache.solr.response
 
RubyResponseWriter() - Constructor for class org.apache.solr.response.RubyResponseWriter
 
runAsync(DataImporter.RequestParams, SolrWriter) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
RunUpdateProcessorFactory - Class in org.apache.solr.update.processor
Pass the command to the UpdateHandler without any modifications
RunUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.RunUpdateProcessorFactory
 
RussianLetterTokenizerFactory - Class in org.apache.solr.analysis
Deprecated.
Use StandardTokenizerFactory instead. This tokenizer has no Russian-specific functionality.
RussianLetterTokenizerFactory() - Constructor for class org.apache.solr.analysis.RussianLetterTokenizerFactory
Deprecated.
 
RussianLightStemFilterFactory - Class in org.apache.solr.analysis
RussianLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.RussianLightStemFilterFactory
 
RussianLowerCaseFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use LowerCaseFilterFactory instead which has the same functionality.
RussianLowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.RussianLowerCaseFilterFactory
Deprecated.
 
RussianStemFilterFactory - Class in org.apache.solr.analysis
Deprecated.
Use SnowballPorterFilterFactory with "Russian" instead, which has the same functionality.
RussianStemFilterFactory() - Constructor for class org.apache.solr.analysis.RussianStemFilterFactory
Deprecated.
 

S

saveCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Permanently prevent this commit point from being deleted.
ScaleFloatFunction - Class in org.apache.solr.search.function
Scales values to be between min and max.
ScaleFloatFunction(ValueSource, float, float) - Constructor for class org.apache.solr.search.function.ScaleFloatFunction
 
SCHEMA - Static variable in interface 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.response.TextResponseWriter
 
schema - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
schema - Variable in class org.apache.solr.search.SolrQueryParser
 
schema - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
schema - Variable in class org.apache.solr.update.UpdateHandler
 
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.
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
 
schemaName - Variable in class org.apache.solr.core.CoreDescriptor
 
scheme - Variable in class org.apache.solr.handler.component.HttpShardHandlerFactory
 
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() - 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() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
score() - Method in class org.apache.solr.search.function.ValueSourceScorer
 
SCORE - Static variable in class org.apache.solr.search.QueryParsing
 
score() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
SCORE_COMP - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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(IndexReader, boolean, boolean) - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
scorer(IndexReader, boolean, boolean) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
script - Variable in class org.apache.solr.handler.dataimport.DataConfig
 
SCRIPT - Static variable in class org.apache.solr.handler.dataimport.DataConfig
 
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
 
SearchClusteringEngine - Class in org.apache.solr.handler.clustering
 
SearchClusteringEngine() - Constructor for class org.apache.solr.handler.clustering.SearchClusteringEngine
 
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.search.function.FunctionQuery.FunctionWeight
 
searcherHolder - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
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
 
SearchGroupsFieldCommand.Builder() - Constructor for class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
 
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
 
sendError(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
 
serialize(TextWriter, Map) - Method in class org.apache.noggit.TextSerializer
 
serialize(TextWriter, Collection) - Method in class org.apache.noggit.TextSerializer
 
serialize(TextWriter, Object) - Method in class org.apache.noggit.TextSerializer
 
serializeTopDocs(QueryCommandResult) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
 
serializeTopGroups(TopGroups<String>, SchemaField) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404
 
serviceUrl - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
ServletSolrParams - Class in org.apache.solr.request
 
ServletSolrParams(ServletRequest) - Constructor for class org.apache.solr.request.ServletSolrParams
 
set(char[], int, int) - Method in class org.apache.noggit.CharArr
 
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
 
setAbortOnConfigurationError(boolean) - Method in class org.apache.solr.core.CoreContainer.Initializer
Note for no good reason what so ever, this method has only ever influenced the default behavior of "single core" mode.
setAction(AbstractUpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
Sets appropriate parameters for the given ACTION
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setAction(CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setAction(UpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Deprecated.
setAction(UpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Deprecated.
setAction(UpdateRequest.ACTION, boolean, boolean, int, boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Deprecated.
setActPosition(int) - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
 
setActPosition(int) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
setAdminPath(String) - Method in class org.apache.solr.core.CoreContainer
 
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(boolean) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
set allowCompression.
setAllowCompression(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Allow server->client communication to be compressed.
setAllValues(NamedList) - 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
Sets the Analyzer to be used when indexing fields of this type.
setAnalyzer(Analyzer) - Method in class org.apache.solr.schema.TextField
 
setAnalyzer(Analyzer) - Method in class org.apache.solr.spelling.QueryConverter
Set the analyzer to use.
setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
 
setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
setBoost(float) - Method in class org.apache.solr.common.SolrInputField
 
setBoost(float) - Method in class org.apache.solr.search.WrappedQuery
 
setBoost(float) - Method in class org.apache.solr.update.DocumentBuilder
 
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 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
 
setCheckDeletes(boolean) - Method in class org.apache.solr.search.function.ValueSourceScorer
 
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, Iterable<Map<String, Object>>) - Static method in class org.apache.solr.handler.dataimport.MockDataSource
 
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.CoreAdminRequest.Create
 
setConfigName(String) - Method in class org.apache.solr.core.CoreDescriptor
Sets the core configuration resource name.
setConnectionManagerTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
setConnectionManagerTimeout(long) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Sets soTimeout (read timeout) on the underlying HttpConnectionManager.
setConnectionManagerTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
set connectionManagerTimeout on the HttpClient
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
set connectionTimeout on the underlying HttpConnectionManager
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
 
setCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setCoreProperties(Properties) - Method in class org.apache.solr.core.CoreDescriptor
Set this core's properties.
setCorrection(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
setCorrection(String) - Method in class org.apache.solr.spelling.SpellCheckCorrection
 
setCorrections(List<SpellCheckCorrection>) - Method in class org.apache.solr.spelling.RankedSpellPossibility
 
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
 
setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setDataDir(String) - Method in class org.apache.solr.core.CoreDescriptor
 
setDebug(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDebugInfo(NamedList<Object>) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setDefaultFormat(Grouping.Format) - Method in class org.apache.solr.search.Grouping
 
setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
set maxConnectionsPerHost on the underlying HttpConnectionManager
setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
setDefaults(SolrQueryRequest, SolrParams) - Static method in class org.apache.solr.util.SolrPluginUtils
Set defaults on a SolrQueryRequest.
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
 
setDeleteIndex(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
 
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
 
setDoc(DocBuilder.DocWrapper) - Method in class org.apache.solr.handler.dataimport.ContextImpl
 
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
 
setEnabled(boolean) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
setEnabled(boolean) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
 
setEncapsulator(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setEnd(int) - Method in class org.apache.noggit.CharArr
 
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
 
setException(Exception) - Method in class org.apache.solr.response.SolrQueryResponse
Causes an error to be returned instead of the results.
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.
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<String>>) - 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
 
setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
set followRedirects.
setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
HttpClientParams.setRedirecting
setFrequency(long) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
 
setFunctionName(String) - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
 
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
 
setHttpCaching(boolean) - Method in class org.apache.solr.response.SolrQueryResponse
Enables or disables the emission of HTTP caching headers for this response.
setIgnoreCase(boolean) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
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
 
setIndent(boolean) - Method in class org.apache.solr.response.XMLWriter
 
setIndexDirs(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
 
setIndexPhases(String, List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
 
setInputStream(InputStream) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
 
setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setInternalRank(int) - Method in class org.apache.solr.spelling.SpellCheckCollation
 
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
setLen(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setLevel(int) - Method in class org.apache.solr.response.TextResponseWriter
 
setLevel(int) - Method in class org.apache.solr.response.XMLWriter
 
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
 
setMain(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setManagementPath(String) - Method in class org.apache.solr.core.CoreContainer
Sets 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.
setMaxCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
setMaxDocPerGroup(int) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
setMaxOptimizedCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
setMaxRetries(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
set maximum number of retries to attempt in the event of transient errors.
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
 
setMaxSize(int) - Method in class org.apache.solr.util.BoundedTreeSet
 
setMaxTotalConnections(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
set maxTotalConnection on the underlying HttpConnectionManager
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.
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
 
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.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
 
setNextReader(IndexReader, int) - Method in class org.apache.solr.search.DelegatingCollector
 
setNextReader(IndexReader, int) - Method in class org.apache.solr.search.DocSetCollector
 
setNextReader(IndexReader, int) - Method in class org.apache.solr.search.DocSetDelegateCollector
 
setNextReader(IndexReader, int) - Method in class org.apache.solr.search.grouping.collector.FilterCollector
 
setNow(Date) - Method in class org.apache.solr.util.DateMathParser
Redefines 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
 
setNumFound(long) - Method in class org.apache.solr.common.SolrDocumentList
 
setNumTerms(int) - Method in class org.apache.solr.client.solrj.request.LukeRequest
the number of terms to return for a given field.
setOffset(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setOffset(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
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
 
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 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
 
setParseMultipleSources(boolean) - Method in class org.apache.solr.search.FunctionQParser
 
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
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.
setParseToEnd(boolean) - Method in class org.apache.solr.search.FunctionQParser
 
setPartialResults(boolean) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
setPath(String) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setPathPrefix(String) - Method in class org.apache.solr.servlet.SolrDispatchFilter
Set the prefix for all paths.
setPersistent(boolean) - Method in class org.apache.solr.core.CoreContainer
 
setPositionIncrementGap(int) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
setPrinterNewline(String) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
setPropertiesName(String) - Method in class org.apache.solr.core.CoreDescriptor
 
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
 
setQueryAnalyzer(Analyzer) - Method in class org.apache.solr.schema.FieldType
Sets the Analyzer to be used when querying fields of this type.
setQueryAnalyzer(Analyzer) - Method in class org.apache.solr.schema.TextField
 
setQueryCommand(SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
 
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
Query type used to determine the request handler.
setRank(int) - Method in class org.apache.solr.spelling.RankedSpellPossibility
 
setRegenerator(CacheRegenerator) - Method in class org.apache.solr.search.CacheConfig
 
setReq(SolrQueryRequest) - Method in class org.apache.solr.search.QParser
 
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.CommonsHttpSolrServer
Deprecated.
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
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.
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
 
setResponseBuilder(ResponseBuilder) - Method in class org.apache.solr.request.SolrRequestInfo
 
setResponseFormat(Grouping.Format) - Method in class org.apache.solr.search.grouping.GroupingSpecification
 
setResponseHeaderValues(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.core.SolrCore
 
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
 
setReturnFields(Set<String>) - Method in class org.apache.solr.response.SolrQueryResponse
Sets the document field names of fields to return by default when returning DocLists
setReturnFields(SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.util.SolrPluginUtils
Assumes the standard query param of "fl" to specify the return fields
setReturnFields(String, SolrQueryResponse) - Static method in class org.apache.solr.util.SolrPluginUtils
Given a space seperated list of field names, sets the field list on the SolrQueryResponse.
setRows(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSchemaName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setSchemaName(String) - Method in class org.apache.solr.core.CoreDescriptor
Sets the core schema resource name.
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.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
 
setSessionAttribute(String, Object, String) - Method in class org.apache.solr.handler.dataimport.ThreadedContext
 
setShardRequest(ShardRequest) - Method in class org.apache.solr.handler.component.ShardResponse
 
setShowDebugInfo(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Sets whether index time tokens that match query time tokens should be marked as a "match".
setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
Sets whether index time tokens that match query time tokens should be marked as a "match".
setShowSchema(boolean) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
setSize(Long) - Method in class org.apache.solr.common.util.ContentStreamBase
 
setSize(int) - Method in class org.apache.solr.internal.csv.writer.CSVField
Set the size of the field.
setSolrConfigFilename(String) - Method in class org.apache.solr.core.CoreContainer.Initializer
Deprecated.
setSolrResponse(SolrResponse) - Method in class org.apache.solr.handler.component.ShardResponse
 
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
 
setSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSortSpec(SortSpec) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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.CommonsHttpSolrServer
Deprecated.
Sets soTimeout (read timeout) on the underlying HttpConnectionManager.
setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
Sets HttpConnectionParams.setSoTimeout (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(int) - Method in class org.apache.noggit.CharArr
 
setStart(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setStart(long) - Method in class org.apache.solr.common.SolrDocumentList
 
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 class org.apache.solr.search.LRUCache
 
setState(SolrCache.State) - Method in interface org.apache.solr.search.SolrCache
Set different cache states.
setStatus(DataImporter.Status) - Method in class org.apache.solr.handler.dataimport.DataImporter
 
setString(String) - Method in class org.apache.solr.search.QParser
 
setSupersetMaxDoc(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
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
 
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
 
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
 
setUnicodeEscapeInterpretation(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
 
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
setValues(NamedList) - Method in class org.apache.solr.util.CommonParams
Deprecated.
Sets the params using values from a NamedList, usefull in the init method for your handler.
setValues(NamedList) - Method in class org.apache.solr.util.DisMaxParams
Deprecated.
use SolrParams.toSolrParams
setWaitFlush(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setWaitSearcher(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
 
setWords(Set<String>) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
Set the keep word list.
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.
SEVERE - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
 
severeErrors - Static variable in class org.apache.solr.core.SolrConfig
Deprecated.
should simply be removed from code, this funcitonality is handled now by logging from the top-most leve.
SHARD - Static variable in interface org.apache.solr.common.params.CoreAdminParams
The shard id in solr cloud
shard - Variable in class org.apache.solr.handler.component.ShardDoc
 
shardAddress - Variable in class org.apache.solr.handler.component.ShardDoc
 
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
 
ShardHandler - Class in org.apache.solr.handler.component
 
ShardHandler() - Constructor for class org.apache.solr.handler.component.ShardHandler
 
ShardHandlerFactory - Class in org.apache.solr.handler.component
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
ShardHandlerFactory() - Constructor for class org.apache.solr.handler.component.ShardHandlerFactory
 
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 - 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_QT - Static variable in interface org.apache.solr.common.params.ShardParams
query type for shard requests
SHARDS_ROWS - Static variable in interface org.apache.solr.common.params.ShardParams
per-shard start and rows
shards_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
 
shareSchema - Variable in class org.apache.solr.core.CoreContainer
 
ShingleFilterFactory - Class in org.apache.solr.analysis
Factory for ShingleFilter.
ShingleFilterFactory() - Constructor for class org.apache.solr.analysis.ShingleFilterFactory
 
SHORT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
ShortField - Class in org.apache.solr.schema
A numeric field that can contain 16-bit signed two's complement integer values, encoded as simple Strings.
ShortField() - Constructor for class org.apache.solr.schema.ShortField
 
ShortFieldSource - Class in org.apache.solr.search.function
 
ShortFieldSource(String) - Constructor for class org.apache.solr.search.function.ShortFieldSource
 
ShortFieldSource(String, FieldCache.ShortParser) - Constructor for class org.apache.solr.search.function.ShortFieldSource
 
shortVal(int) - Method in class org.apache.solr.search.function.DocValues
 
shortVal(int, short[]) - Method in class org.apache.solr.search.function.DocValues
 
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_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.ConcurrentUpdateSolrServer
 
shutdown() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
 
shutdown() - Method in class org.apache.solr.core.CoreContainer
Stops all cores.
shutdownNow() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
 
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_FIELDS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
 
SimilarityFactory - Class in org.apache.solr.schema
 
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.
SimpleFacets.CountPair(K, V) - Constructor for class org.apache.solr.request.SimpleFacets.CountPair
 
SimpleFloatFunction - Class in org.apache.solr.search.function
A simple float function with a single argument
SimpleFloatFunction(ValueSource) - Constructor for class org.apache.solr.search.function.SimpleFloatFunction
 
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) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
Deprecated.
SimpleOrderedMap(Map.Entry<String, T>[]) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
 
SimpleOrderedMap<T> - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.SimpleOrderedMap.
SimpleOrderedMap() - Constructor for class org.apache.solr.util.SimpleOrderedMap
Deprecated.
 
SimpleOrderedMap(List) - Constructor for class org.apache.solr.util.SimpleOrderedMap
Deprecated.
SimpleOrderedMap(Map.Entry<String, T>[]) - Constructor for class org.apache.solr.util.SimpleOrderedMap
Deprecated.
 
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(URL) - Constructor for class org.apache.solr.util.SimplePostTool
Constructs an instance for posting data to the specified Solr URL (ie: "http://localhost:8983/solr/update")
SimplePropertiesWriter - Class in org.apache.solr.handler.dataimport
 
SimplePropertiesWriter() - Constructor for class org.apache.solr.handler.dataimport.SimplePropertiesWriter
 
SingleFragListBuilder - Class in org.apache.solr.highlight
 
SingleFragListBuilder() - Constructor for class org.apache.solr.highlight.SingleFragListBuilder
 
SingleFunction - Class in org.apache.solr.search.function
A function with a single argument
SingleFunction(ValueSource) - Constructor for class org.apache.solr.search.function.SingleFunction
 
sink - Variable in class org.apache.solr.common.util.FastWriter
 
SINT - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
size() - Method in class org.apache.noggit.CharArr
 
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 - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
 
SIZE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
size - Variable in class org.apache.solr.response.BaseResponseWriter.DocListInfo
Deprecated.
 
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.util.ConcurrentLFUCache
 
size() - Method in class org.apache.solr.util.ConcurrentLRUCache
 
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.EntityProcessorBase
 
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
 
skipBytes(int) - Method in class org.apache.solr.common.util.FastInputStream
 
skipDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
 
skipTo(int) - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
skipTo(int) - Method in class org.apache.solr.search.function.ValueSourceScorer
 
SLONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
SLOP - Static variable in interface org.apache.solr.common.params.HighlightParams
 
slope - Variable in class org.apache.solr.search.function.LinearFloatFunction
 
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.
SmartChineseSentenceTokenizerFactory - Class in org.apache.solr.analysis
Factory for the SmartChineseAnalyzer SentenceTokenizer
SmartChineseSentenceTokenizerFactory() - Constructor for class org.apache.solr.analysis.SmartChineseSentenceTokenizerFactory
 
SmartChineseWordTokenFilterFactory - Class in org.apache.solr.analysis
Factory for the SmartChineseAnalyzer WordTokenFilter Note: this class will currently emit tokens for punctuation.
SmartChineseWordTokenFilterFactory() - Constructor for class org.apache.solr.analysis.SmartChineseWordTokenFilterFactory
 
SNAP_DIR - Static variable in class org.apache.solr.handler.SnapShooter
 
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

SnapShooter(SolrCore, String) - Constructor for class org.apache.solr.handler.SnapShooter
 
SNIPPET_FIELD_NAME - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
SNIPPETS - Static variable in interface org.apache.solr.common.params.HighlightParams
 
SnowballPorterFilterFactory - Class in org.apache.solr.analysis
Factory for SnowballFilter, with configurable language Note: Use of the "Lovins" stemmer is not recommended, as it is implemented with reflection.
SnowballPorterFilterFactory() - Constructor for class org.apache.solr.analysis.SnowballPorterFilterFactory
 
SOLR_SERVER - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
 
SolrAnalyzer - Class in org.apache.solr.analysis
 
SolrAnalyzer() - Constructor for class org.apache.solr.analysis.SolrAnalyzer
 
SolrAnalyzer.TokenStreamInfo - Class in org.apache.solr.analysis
 
SolrAnalyzer.TokenStreamInfo(Tokenizer, TokenStream) - Constructor for class org.apache.solr.analysis.SolrAnalyzer.TokenStreamInfo
 
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.
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.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.JmxConfiguration(boolean, String, String) - Constructor for class org.apache.solr.core.SolrConfig.JmxConfiguration
Deprecated.
SolrConfig.JmxConfiguration(boolean, String, String, String) - Constructor for class org.apache.solr.core.SolrConfig.JmxConfiguration
 
SolrConfig.UpdateHandlerInfo - Class in org.apache.solr.core
 
SolrConfig.UpdateHandlerInfo(String, int, int, int) - Constructor for class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
 
solrConfigFilename - Variable in class org.apache.solr.core.CoreContainer.Initializer
 
solrConfigFilename - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
solrConfigFilenameOverride - Variable in class org.apache.solr.core.CoreContainer
 
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.ConstantScorer(Similarity, IndexReader, SolrConstantScoreQuery.ConstantWeight) - Constructor for class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
SolrConstantScoreQuery.ConstantWeight - Class in org.apache.solr.search
 
SolrConstantScoreQuery.ConstantWeight(Searcher) - Constructor for class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
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, IndexSchema) - Constructor for class org.apache.solr.core.SolrCore
 
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.LazyQueryResponseWriterWrapper - Class in org.apache.solr.core
 
SolrCore.LazyQueryResponseWriterWrapper(SolrCore, String, NamedList) - Constructor for class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
SolrCoreAware - Interface in org.apache.solr.util.plugin
 
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, boolean) - Constructor for exception org.apache.solr.common.SolrException
Deprecated.
Logging should now occur from the top-most level, making this unnecessary in 4.x. use SolrException.SolrException(ErrorCode, String)
SolrException(SolrException.ErrorCode, String, Throwable, boolean) - Constructor for exception org.apache.solr.common.SolrException
Deprecated.
Logging should now occur from the top-most level, making this unnecessary in 4.x use SolrException.SolrException(ErrorCode, String, Throwable)
SolrException(SolrException.ErrorCode, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(SolrException.ErrorCode, Throwable) - Constructor for exception org.apache.solr.common.SolrException
 
SolrException(int, String) - Constructor for exception org.apache.solr.common.SolrException
SolrException(int, String, boolean) - Constructor for exception org.apache.solr.common.SolrException
SolrException(int, String, Throwable, boolean) - Constructor for exception org.apache.solr.common.SolrException
SolrException(int, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
SolrException(int, Throwable) - Constructor for exception org.apache.solr.common.SolrException
SolrException - Exception in org.apache.solr.core
Deprecated.
Use org.apache.solr.common.SolrException
SolrException(SolrException.ErrorCode, String, boolean) - Constructor for exception org.apache.solr.core.SolrException
Deprecated.
 
SolrException(SolrException.ErrorCode, String, Throwable, boolean) - Constructor for exception org.apache.solr.core.SolrException
Deprecated.
 
SolrException(SolrException.ErrorCode, String, Throwable) - Constructor for exception org.apache.solr.core.SolrException
Deprecated.
 
SolrException(SolrException.ErrorCode, Throwable) - Constructor for exception org.apache.solr.core.SolrException
Deprecated.
 
SolrException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.core.SolrException
Deprecated.
 
SolrException.ErrorCode - Enum in org.apache.solr.common
 
SolrFieldCacheMBean - Class in org.apache.solr.search
A SolrInfoMBean that provides introspection of the Lucene FiledCache, this is NOT a cache that is manged 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
SolrIndexReader - Class in org.apache.solr.search
Solr wrapper for IndexReader that contains extra context.
SolrIndexReader(IndexReader, SolrIndexReader, int) - Constructor for class org.apache.solr.search.SolrIndexReader
Recursively wrap an IndexReader in SolrIndexReader instances.
SolrIndexSearcher - Class in org.apache.solr.search
SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
SolrIndexSearcher(SolrCore, IndexSchema, String, String, boolean) - Constructor for class org.apache.solr.search.SolrIndexSearcher
Deprecated.
use alternate constructor
SolrIndexSearcher(SolrCore, IndexSchema, String, Directory, boolean) - Constructor for class org.apache.solr.search.SolrIndexSearcher
 
SolrIndexSearcher(SolrCore, IndexSchema, String, Directory, boolean, boolean) - Constructor for class org.apache.solr.search.SolrIndexSearcher
Creates a searcher searching the index in the provided directory.
SolrIndexSearcher(SolrCore, IndexSchema, String, IndexReader, boolean) - Constructor for class org.apache.solr.search.SolrIndexSearcher
Creates a searcher searching the provided index.
SolrIndexSearcher(SolrCore, IndexSchema, String, IndexReader, boolean, boolean) - Constructor for class org.apache.solr.search.SolrIndexSearcher
 
SolrIndexSearcher.ProcessedFilter - Class in org.apache.solr.search
 
SolrIndexSearcher.ProcessedFilter() - Constructor for class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
 
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.QueryCommand() - Constructor for class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
SolrIndexSearcher.QueryResult - Class in org.apache.solr.search
The result of a search.
SolrIndexSearcher.QueryResult() - Constructor for class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
SolrIndexSearcher.TermDocsState - Class in org.apache.solr.search
 
SolrIndexSearcher.TermDocsState() - Constructor for class org.apache.solr.search.SolrIndexSearcher.TermDocsState
 
SolrIndexWriter - Class in org.apache.solr.update
An IndexWriter that is configured via Solr config mechanisms.
SolrIndexWriter(String, String, DirectoryFactory, boolean, IndexSchema, SolrIndexConfig, IndexDeletionPolicy) - Constructor for class org.apache.solr.update.SolrIndexWriter
 
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
 
SolrInfoRegistry - Class in org.apache.solr.core
Deprecated.
Solr now supports multiple cores and no longer uses a static singleton for SolrCore.
SolrInfoRegistry() - Constructor for class org.apache.solr.core.SolrInfoRegistry
Deprecated.
 
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
 
SolrParams - Class in org.apache.solr.common.params
SolrParams hold request parameters.
SolrParams() - Constructor for class org.apache.solr.common.params.SolrParams
 
SolrParams - Class in org.apache.solr.request
Deprecated.
Use org.apache.solr.common.params.SolrParams.
SolrParams() - Constructor for class org.apache.solr.request.SolrParams
Deprecated.
 
SolrPing - Class in org.apache.solr.client.solrj.request
 
SolrPing() - Constructor for class org.apache.solr.client.solrj.request.SolrPing
 
SolrPingResponse - Class in org.apache.solr.client.solrj.response
 
SolrPingResponse() - Constructor for class org.apache.solr.client.solrj.response.SolrPingResponse
 
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(QParser, String) - Constructor for class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
 
SolrPluginUtils.DisjunctionMaxQueryParser(IndexSchema, String) - Constructor for class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
 
SolrPluginUtils.DisjunctionMaxQueryParser(IndexSchema) - Constructor for class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
 
SolrPluginUtils.DisjunctionMaxQueryParser.Alias - Class in org.apache.solr.util
A simple container for storing alias info
SolrPluginUtils.DisjunctionMaxQueryParser.Alias() - Constructor for class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
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.
SolrPluginUtils.IdentityRegenerator() - Constructor for class org.apache.solr.util.SolrPluginUtils.IdentityRegenerator
 
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
 
SolrQueryParser - Class in org.apache.solr.search
A variation on the Lucene QueryParser which knows about the field types and query time analyzers configured in Solr's schema.xml.
SolrQueryParser(IndexSchema, String) - Constructor for class org.apache.solr.search.SolrQueryParser
Constructs a SolrQueryParser using the schema to understand the formats and datatypes of each field.
SolrQueryParser(QParser, String) - Constructor for class org.apache.solr.search.SolrQueryParser
 
SolrQueryParser(QParser, String, Analyzer) - Constructor for class org.apache.solr.search.SolrQueryParser
 
SolrQueryParser.MagicFieldName - Enum in org.apache.solr.search
Identifies the list of all known "magic fields" that trigger special parsing behavior
SolrQueryRequest - Interface in org.apache.solr.request
Container for a request to execute a query.
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.request
Deprecated.
use org.apache.solr.response.SolrQueryResponse
SolrQueryResponse() - Constructor for class org.apache.solr.request.SolrQueryResponse
Deprecated.
 
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(Config) - 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
 
SolrResponse - Class in org.apache.solr.client.solrj
 
SolrResponse() - Constructor for class org.apache.solr.client.solrj.SolrResponse
 
SolrResponseBase - Class in org.apache.solr.client.solrj.response
 
SolrResponseBase() - Constructor for class org.apache.solr.client.solrj.response.SolrResponseBase
 
SolrServer - Class in org.apache.solr.client.solrj
 
SolrServer() - Constructor for class org.apache.solr.client.solrj.SolrServer
 
SolrServerException - Exception in org.apache.solr.client.solrj
Exception to catch all types of communication / parsing issues associated with talking to SOLR
SolrServerException(String, Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServerException(String) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServerException(Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServlet - Class in org.apache.solr.servlet
Deprecated.
Register a standard request handler instead of using this servlet. Add <requestHandler name="standard" class="solr.StandardRequestHandler" default="true"> to solrconfig.xml.
SolrServlet() - Constructor for class org.apache.solr.servlet.SolrServlet
Deprecated.
 
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
 
SolrStopwordsCarrot2LexicalDataFactory - Class in org.apache.solr.handler.clustering.carrot2
An implementation of Carrot2's ILexicalDataFactory that adds stop words from a field's StopFilter to the default stop words used in Carrot2, for all languages Carrot2 supports.
SolrStopwordsCarrot2LexicalDataFactory() - Constructor for class org.apache.solr.handler.clustering.carrot2.SolrStopwordsCarrot2LexicalDataFactory
 
SolrUIMAConfiguration - Class in org.apache.solr.uima.processor
Configuration holding all the configurable parameters for calling UIMA inside Solr
SolrUIMAConfiguration(String, String[], boolean, Map<String, Map<String, SolrUIMAConfiguration.MapField>>, Map<String, Object>, boolean, String) - Constructor for class org.apache.solr.uima.processor.SolrUIMAConfiguration
 
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
 
SolrUpdateServlet - Class in org.apache.solr.servlet
Deprecated.
Register a request handler to /update rather then use this servlet. Add: <requestHandler name="/update" class="solr.XmlUpdateRequestHandler" > to your solrconfig.xml
SolrUpdateServlet() - Constructor for class org.apache.solr.servlet.SolrUpdateServlet
Deprecated.
 
solrUrl - Variable in class org.apache.solr.util.SimplePostTool
 
SolrWriter - Class in org.apache.solr.handler.dataimport
Writes documents to SOLR.
SolrWriter(UpdateRequestProcessor) - Constructor for class org.apache.solr.handler.dataimport.SolrWriter
 
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 - Variable in class org.apache.solr.search.Grouping.Command
 
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_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.
use DoubleField or TrieDoubleField - will be removed in 5.x
SortableDoubleField() - Constructor for class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
SortableFloatField - Class in org.apache.solr.schema
Deprecated.
use FloatField or TrieFloatField - will be removed in 5.x
SortableFloatField() - Constructor for class org.apache.solr.schema.SortableFloatField
Deprecated.
 
SortableIntField - Class in org.apache.solr.schema
Deprecated.
use IntField or TrieIntField - will be removed in 5.x
SortableIntField() - Constructor for class org.apache.solr.schema.SortableIntField
Deprecated.
 
SortableLongField - Class in org.apache.solr.schema
Deprecated.
use LongField or TrieLongField - will be removed in 5.x
SortableLongField() - Constructor for class org.apache.solr.schema.SortableLongField
Deprecated.
 
SortableStr2double(String) - 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
 
SortableStr2floatStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2int(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2int(String, int, int) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2long(String) - Static method in class org.apache.solr.util.NumberUtils
 
SortableStr2long(String, int, int) - Static method in class org.apache.solr.util.NumberUtils
 
sortDocSet(DocSet, Sort, int) - 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
 
sortMissingFirst() - Method in class org.apache.solr.schema.SchemaField
 
sortMissingLast() - Method in class org.apache.solr.schema.SchemaField
 
SortSpec - Class in org.apache.solr.search
SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
SortSpec(Sort, int) - Constructor for class org.apache.solr.search.SortSpec
 
SortSpec(Sort, int, int) - Constructor for class org.apache.solr.search.SortSpec
 
source - Variable in class org.apache.solr.search.function.LinearFloatFunction
 
source - Variable in class org.apache.solr.search.function.RangeMapFloatFunction
 
source - Variable in class org.apache.solr.search.function.ReciprocalFloatFunction
 
source - Variable in class org.apache.solr.search.function.ScaleFloatFunction
 
source - Variable in class org.apache.solr.search.function.SingleFunction
 
source1 - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
source2 - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
 
SOURCE_FIELD - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
SOURCE_FILE_CHAR_ENCODING - Static variable in class org.apache.solr.spelling.FileBasedSpellChecker
 
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
 
sources - Variable in class org.apache.solr.search.function.MultiFloatFunction
 
sources - Variable in class org.apache.solr.search.function.VectorValueSource
 
sp - Variable in class org.apache.solr.search.FunctionQParser
 
SpanishLightStemFilterFactory - Class in org.apache.solr.analysis
SpanishLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.SpanishLightStemFilterFactory
 
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
 
SpatialOptions(String, double, SchemaField, String, double, DistanceUnits) - Constructor for class org.apache.solr.search.SpatialOptions
 
SpatialParams - Interface in org.apache.solr.common.params
 
SpatialQueryable - Interface in org.apache.solr.schema
Indicate that the implementing class is capable of generating a Query against spatial resources.
SPELLCHECK_ACCURACY - Static variable in interface org.apache.solr.common.params.SpellingParams
Certain spelling implementations may allow for an accuracy setting.
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_COUNT - Static variable in interface org.apache.solr.common.params.SpellingParams
The count of suggestions needed for a given query.
SPELLCHECK_DICT - Static variable in interface org.apache.solr.common.params.SpellingParams
The name of the dictionary to be used for giving the suggestion for a request.
SPELLCHECK_EXTENDED_RESULTS - Static variable in interface org.apache.solr.common.params.SpellingParams
Whether to use the extended response format, which is more complicated but richer.
SPELLCHECK_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_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
 
spellcheckerIndexDir - Variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
SpellCheckerRequestHandler - Class in org.apache.solr.handler
Deprecated.
Use SpellCheckComponent instead. See also https://issues.apache.org/jira/browse/SOLR-474 and https://issues.apache.org/jira/browse/SOLR-485
SpellCheckerRequestHandler() - Constructor for class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
spellCheckers - Variable in class org.apache.solr.handler.component.SpellCheckComponent
Key is the dictionary, value is the SpellChecker for that dictionary name
SpellCheckResponse - Class in org.apache.solr.client.solrj.response
Encapsulates responses from SpellCheckComponent
SpellCheckResponse(NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse
 
SpellCheckResponse.Collation - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Collation() - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
SpellCheckResponse.Correction - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Correction(String, String) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
 
SpellCheckResponse.Suggestion - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Suggestion(String, NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
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, boolean, 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(Matcher, String) - Static method in class org.apache.solr.analysis.PatternTokenizerFactory
Deprecated. 
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.
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.EvaluatorBag
 
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
 
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 interface 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
 
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
 
StandardFilterFactory - Class in org.apache.solr.analysis
Factory for StandardFilter.
StandardFilterFactory() - Constructor for class org.apache.solr.analysis.StandardFilterFactory
 
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
StandardRequestHandler - Class in org.apache.solr.handler
 
StandardRequestHandler() - Constructor for class org.apache.solr.handler.StandardRequestHandler
 
StandardRequestHandler - Class in org.apache.solr.request
Deprecated.
use org.apache.solr.handler.StandardRequestHandler
StandardRequestHandler() - Constructor for class org.apache.solr.request.StandardRequestHandler
Deprecated.
 
StandardTokenizerFactory - Class in org.apache.solr.analysis
Factory for StandardTokenizer.
StandardTokenizerFactory() - Constructor for class org.apache.solr.analysis.StandardTokenizerFactory
 
standardValueSourceParsers - Static variable in class org.apache.solr.search.ValueSourceParser
 
start - Variable in class org.apache.noggit.CharArr
 
start() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
start(boolean) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
START - Static variable in interface org.apache.solr.common.params.CommonParams
zero based offset of matching documents to retrieve
start - Variable in class org.apache.solr.response.BaseResponseWriter.DocListInfo
Deprecated.
 
start() - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
This method is called at the start of the QueryResponseWriter output.
START_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
Use org.apache.solr.common.params.CommonParams
startArray() - Method in class org.apache.noggit.JSONWriter
 
startArray() - Method in class org.apache.noggit.TextWriter
 
startDoc() - Method in class org.apache.solr.update.DocumentBuilder
 
startDocument() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
startDocumentList(String, BaseResponseWriter.DocListInfo) - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
This method is called at the start of processing a SolrDocumentList.
STARTED - Static variable in class org.apache.solr.common.util.RTimer
 
startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
 
startObject() - Method in class org.apache.noggit.JSONWriter
 
startObject() - Method in class org.apache.noggit.TextWriter
 
startTag(String, Map<String, String>, boolean, boolean) - Method in class org.apache.solr.response.XMLWriter
Writes a tag with attributes
startTag(String, String, boolean) - Method in class org.apache.solr.response.XMLWriter
 
startTime - Variable in class org.apache.solr.common.util.RTimer
 
startTime - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
state - Variable in class org.apache.solr.common.util.RTimer
 
STATS - Static variable in interface org.apache.solr.common.params.StatsParams
 
STATS_FACET - Static variable in interface org.apache.solr.common.params.StatsParams
 
STATS_FIELD - Static variable in interface org.apache.solr.common.params.StatsParams
 
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
 
StemmerOverrideFilterFactory - Class in org.apache.solr.analysis
StemmerOverrideFilterFactory() - Constructor for class org.apache.solr.analysis.StemmerOverrideFilterFactory
 
StempelPolishStemFilterFactory - Class in org.apache.solr.analysis
Factory for StempelFilter using a Polish stemming table.
StempelPolishStemFilterFactory() - Constructor for class org.apache.solr.analysis.StempelPolishStemFilterFactory
 
stop() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
stop() - Method in class org.apache.solr.common.util.RTimer
Recursively stop timer and sub timers
StopFilterFactory - Class in org.apache.solr.analysis
Factory for StopFilter.
StopFilterFactory() - Constructor for class org.apache.solr.analysis.StopFilterFactory
 
STOPPED - Static variable in class org.apache.solr.common.util.RTimer
 
STORE_DIR - Static variable in class org.apache.solr.spelling.suggest.Suggester
Name of the location where to persist the dictionary.
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(Fieldable) - Method in class org.apache.solr.schema.FieldType
Given the stored field, return the indexed form
storedToIndexed(Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
storedToIndexed(Fieldable) - Method in class org.apache.solr.schema.TrieField
 
storedToReadable(Fieldable) - Method in class org.apache.solr.schema.FieldType
Given the stored field, return the human readable representation
storedToReadable(Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
storedToReadable(Fieldable) - Method in class org.apache.solr.schema.TrieField
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
 
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
 
storeFileName() - Method in class org.apache.solr.spelling.suggest.tst.TSTLookupFactory
 
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
 
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)
StreamingUpdateSolrServer - Class in org.apache.solr.client.solrj.impl
Deprecated.
StreamingUpdateSolrServer(String, int, int) - Constructor for class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
Deprecated.
Uses an internal MultiThreadedHttpConnectionManager to manage http connections
StreamingUpdateSolrServer(String, HttpClient, int, int) - Constructor for class org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
Deprecated.
Uses the supplied HttpClient to send documents to the Solr server, the HttpClient should be instantiated using a MultiThreadedHttpConnectionManager.
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
 
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 - Static variable in class org.apache.noggit.JSONParser
Event indicating a JSON string value, including member names of objects
string - Variable in class org.apache.solr.search.function.LiteralValueSource
 
STRING_DISTANCE - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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
 
StringIndexDocValues - Class in org.apache.solr.search.function
Internal class, subject to change.
StringIndexDocValues(ValueSource, IndexReader, String) - Constructor for class org.apache.solr.search.function.StringIndexDocValues
 
StringIndexDocValues.StringIndexException - Exception in org.apache.solr.search.function
 
StringIndexDocValues.StringIndexException(String, RuntimeException) - Constructor for exception org.apache.solr.search.function.StringIndexDocValues.StringIndexException
 
stringToStream(String) - Static method in class org.apache.solr.util.SimplePostTool
 
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 reuturns it's input.
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.
StrUtils - Class in org.apache.solr.common.util
 
StrUtils() - Constructor for class org.apache.solr.common.util.StrUtils
 
StrUtils - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.StrUtils.
StrUtils() - Constructor for class org.apache.solr.util.StrUtils
Deprecated.
 
strVal(int) - Method in class org.apache.solr.search.function.DocValues
 
strVal(int, String[]) - Method in class org.apache.solr.search.function.DocValues
 
sub(String) - Method in class org.apache.solr.common.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) - Method 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.search.SolrQueryParser.MagicFieldName
 
subQuery(String, String) - Method in class org.apache.solr.search.QParser
Create a new QParser for parsing an embedded sub-query
subSequence(int, int) - Method in class org.apache.noggit.CharArr
 
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
 
substituteProperties(Node, Properties) - Static method in class org.apache.solr.common.util.DOMUtil
Replaces ${property[:default value]} references in all attributes and text nodes of supplied node.
substituteSystemProperties(Node) - Static method in class org.apache.solr.common.util.DOMUtil
Replaces ${system.property[:default value]} references in all attributes and text nodes of supplied node.
subType - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
suffix - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
suffixes - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
 
Suggester - Class in org.apache.solr.spelling.suggest
 
Suggester() - Constructor for class org.apache.solr.spelling.suggest.Suggester
 
SUGGESTIONS - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
SuggestMissingFactories - Class in org.apache.solr.util
Given a list of Jar files, suggest missing analysis factories.
SuggestMissingFactories() - Constructor for class org.apache.solr.util.SuggestMissingFactories
 
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
 
SumFloatFunction - Class in org.apache.solr.search.function
SumFloatFunction returns the sum of it's components.
SumFloatFunction(ValueSource[]) - Constructor for class org.apache.solr.search.function.SumFloatFunction
 
SUMMARY_FRAGSIZE - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
SUMMARY_SNIPPETS - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
sumOfSquaredWeights() - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
sumOfSquaredWeights() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
swap(String, String) - Method in class org.apache.solr.core.CoreContainer
Swaps two SolrCore descriptors.
SwedishLightStemFilterFactory - Class in org.apache.solr.analysis
SwedishLightStemFilterFactory() - Constructor for class org.apache.solr.analysis.SwedishLightStemFilterFactory
 
sync(File) - Static method in class org.apache.solr.common.util.FileUtils
Copied from Lucene's FSDirectory.fsync(String)
SynonymFilterFactory - Class in org.apache.solr.analysis
Factory for SynonymFilter.
SynonymFilterFactory() - Constructor for class org.apache.solr.analysis.SynonymFilterFactory
 
SystemIdResolver - Class in org.apache.solr.common.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.common.util.SystemIdResolver
 
SystemInfoHandler - Class in org.apache.solr.handler.admin
This handler returns system info NOTE: the response format is still likely to change.
SystemInfoHandler() - Constructor for class org.apache.solr.handler.admin.SystemInfoHandler
 

T

TAG - Static variable in interface org.apache.solr.common.params.CommonParams
 
TAG_AND_LEN - Static variable in class org.apache.solr.common.util.JavaBinCodec
 
TAG_POST - Static variable in interface org.apache.solr.common.params.HighlightParams
 
TAG_PRE - Static variable in interface org.apache.solr.common.params.HighlightParams
 
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 - Variable in class org.apache.solr.search.function.RangeMapFloatFunction
 
TDF_STRATEGY - Static variable in class org.apache.solr.internal.csv.CSVStrategy
 
tdocs - Variable in class org.apache.solr.search.SolrIndexSearcher.TermDocsState
 
TEMPLATE - Static variable in class org.apache.solr.handler.dataimport.TemplateTransformer
 
TemplateString - Class in org.apache.solr.handler.dataimport
Provides functionality for replacing variables in a templatized string.
TemplateString() - Constructor for class org.apache.solr.handler.dataimport.TemplateString
 
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
 
tenum - Variable in class org.apache.solr.search.SolrIndexSearcher.TermDocsState
 
term - Variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
term - Variable in class org.apache.solr.search.WildcardFilter
 
TERM_VECTORS - Static variable in class org.apache.solr.handler.component.TermVectorComponent
 
termDocs() - Method in class org.apache.solr.search.SolrIndexReader
 
termDocs(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
termPositions() - Method in class org.apache.solr.search.SolrIndexReader
 
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() - Method in class org.apache.solr.search.SolrIndexReader
 
terms(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
TermsComponent.TermsHelper() - Constructor for class org.apache.solr.handler.component.TermsComponent.TermsHelper
 
termSourceField - Variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
TermsParams - Interface in org.apache.solr.common.params
 
TermsParams.TermsRegexpFlag - Enum in org.apache.solr.common.params
 
TermsResponse - Class in org.apache.solr.client.solrj.response
Encapsulates responses from TermsComponent
TermsResponse(NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.TermsResponse
 
TermsResponse.Term - Class in org.apache.solr.client.solrj.response
 
TermsResponse.Term(String, long) - Constructor for class org.apache.solr.client.solrj.response.TermsResponse.Term
 
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
 
test(boolean) - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
TestRequestHandler - Class in org.apache.solr.tst
Deprecated.
Test against the real request handlers instead.
TestRequestHandler() - Constructor for class org.apache.solr.tst.TestRequestHandler
Deprecated.
 
text - Variable in class org.apache.solr.handler.dataimport.DataConfig.Script
 
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.request
Deprecated.
use org.apache.solr.response.TextResponseWriter
TextResponseWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.request.TextResponseWriter
Deprecated.
 
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
 
TextSerializer - Class in org.apache.noggit
 
TextSerializer() - Constructor for class org.apache.noggit.TextSerializer
 
TextWriter - Class in org.apache.noggit
 
TextWriter() - Constructor for class org.apache.noggit.TextWriter
 
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.
ThaiWordFilterFactory - Class in org.apache.solr.analysis
Factory for ThaiWordFilter.
ThaiWordFilterFactory() - Constructor for class org.apache.solr.analysis.ThaiWordFilterFactory
 
ThreadDumpHandler - Class in org.apache.solr.handler.admin
Copied from "admin/threaddump.jsp" NOTE: the response format is still likely to change.
ThreadDumpHandler() - Constructor for class org.apache.solr.handler.admin.ThreadDumpHandler
 
ThreadedContext - Class in org.apache.solr.handler.dataimport
Context implementation used when run multi threaded.
ThreadedContext(DocBuilder.EntityRunner, DocBuilder, VariableResolverImpl) - Constructor for class org.apache.solr.handler.dataimport.ThreadedContext
 
ThreadedEntityProcessorWrapper - Class in org.apache.solr.handler.dataimport
Each Entity may have only a single EntityProcessor .
ThreadedEntityProcessorWrapper(EntityProcessor, DocBuilder, DocBuilder.EntityRunner, VariableResolverImpl, Map<DataConfig.Entity, DocBuilder.EntityRunner>, int) - Constructor for class org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper
 
threadLocal - Static variable in class org.apache.solr.request.SolrRequestInfo
 
THRESHOLD - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.
 
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.IndexBasedSpellChecker
 
THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.suggest.Suggester
Minimum frequency of terms to consider when building the dictionary.
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.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
tiebreaker - Variable in class org.apache.solr.util.DisMaxParams
Deprecated.
- use explicit default with SolrParams.getFloat
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 - Variable in class org.apache.solr.common.util.RTimer
 
TIME_ALLOWED - Static variable in interface org.apache.solr.common.params.CommonParams
Timeout value in milliseconds.
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
 
TITLE_FIELD_NAME - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
toCharArray() - Method in class org.apache.noggit.CharArr
 
toContentStreams(String, String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Take a string and make it an iterable ContentStream
toDocument(SolrInputDocument, IndexSchema) - Static method in class org.apache.solr.update.DocumentBuilder
Convert a SolrInputDocument to a lucene Document.
toExternal(Fieldable) - Method in class org.apache.solr.schema.BCDIntField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.BinaryField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.BoolField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.DateField
 
toExternal(Date) - Method in class org.apache.solr.schema.DateField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.FieldType
Convert the stored-field format to an external (string, human readable) value
toExternal(Fieldable) - Method in class org.apache.solr.schema.GeoHashField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.TrieField
 
toIndexWriterConfig(IndexSchema) - Method in class org.apache.solr.update.SolrIndexConfig
 
toInternal(String) - Method in class org.apache.solr.schema.BCDIntField
 
toInternal(String) - Method in class org.apache.solr.schema.BoolField
 
toInternal(String) - Method in class org.apache.solr.schema.DateField
 
toInternal(Date) - Method in class org.apache.solr.schema.DateField
 
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.LegacyDateField
Deprecated.
Overrides the super class to short circut and do no enforcing of the canonical format
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.noggit.JSONUtil
 
TokenFilterFactory - Interface in org.apache.solr.analysis
A TokenFilterFactory creates a TokenFilter to transform one TokenStream into another.
TOKENIZED - Static variable in class org.apache.solr.schema.FieldProperties
 
TokenizerChain - Class in org.apache.solr.analysis
 
TokenizerChain(TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.apache.solr.analysis.TokenizerChain
 
TokenizerChain(CharFilterFactory[], TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.apache.solr.analysis.TokenizerChain
 
TokenizerFactory - Interface in org.apache.solr.analysis
A TokenizerFactory breaks up a stream of characters into tokens.
TokenOffsetPayloadTokenFilterFactory - Class in org.apache.solr.analysis
TokenOffsetPayloadTokenFilterFactory() - Constructor for class org.apache.solr.analysis.TokenOffsetPayloadTokenFilterFactory
 
tokens - Variable in class org.apache.solr.spelling.SpellingOptions
The tokens to spell check
tokenStream(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
toLog - Variable in class org.apache.solr.response.SolrQueryResponse
Container for storing information that should be logged by Solr before returning.
toLower(List<String>) - Static method in class org.apache.solr.common.util.StrUtils
 
toMap(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create a Map from a NamedList given no keys are repeated
toMap(NamedNodeMap) - Static method in class org.apache.solr.common.util.DOMUtil
 
toMapExcept(NamedNodeMap, String...) - Static method in class org.apache.solr.common.util.DOMUtil
 
toMultiMap(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create a Map from a NamedList
toNamedList() - Method in class org.apache.solr.common.params.SolrParams
Convert this to a NamedList
toNamedList(boolean, SpellingResult, String, boolean, boolean) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
toObject(Fieldable) - Method in class org.apache.solr.schema.BCDIntField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.BCDLongField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.BCDStrField
This only works for strings that represent an interger.
toObject(Fieldable) - Method in class org.apache.solr.schema.BinaryField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.BoolField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.ByteField
 
toObject(String) - Method in class org.apache.solr.schema.DateField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.DateField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.DoubleField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.FieldType
Convert the stored-field format to an external object.
toObject(Fieldable) - Method in class org.apache.solr.schema.FloatField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.IntField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.LongField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.ShortField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
toObject(Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.TrieField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.UUIDField
 
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
 
TopGroupsFieldCommand.Builder() - Constructor for class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
 
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
 
TopValueSource - Class in org.apache.solr.search.function
A value source that wraps another and ensures that the top level reader is used.
TopValueSource(ValueSource) - Constructor for class org.apache.solr.search.function.TopValueSource
 
toQueryString(SolrParams, boolean) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrDocument(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrInputDocument(Object) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
toSolrInputDocument(SolrDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrParams(NamedList) - Static method in class org.apache.solr.common.params.SolrParams
Create SolrParams from NamedList.
toStr(Throwable) - Static method in exception org.apache.solr.common.SolrException
 
toString() - Method in class org.apache.noggit.CharArr
 
toString() - Method in class org.apache.noggit.JSONParser
 
toString() - Method in class org.apache.solr.analysis.TokenizerChain
 
toString() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
toString() - Method in class org.apache.solr.client.solrj.response.FacetField
 
toString() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
 
toString() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
toString() - Method in class org.apache.solr.common.params.AppendedSolrParams
 
toString() - Method in class org.apache.solr.common.params.DefaultSolrParams
 
toString() - Method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
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.common.util.RegexFileFilter
 
toString() - Method in class org.apache.solr.common.util.RTimer
 
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.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.EvaluatorBag.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.request.SolrQueryRequestBase
 
toString() - Method in class org.apache.solr.request.UnInvertedField
 
toString() - Method in class org.apache.solr.schema.FieldType
 
toString() - Method in class org.apache.solr.schema.SchemaField
 
toString(String) - Method in class org.apache.solr.search.ConstantScorePrefixQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.solr.search.ExtendedQueryBase
 
toString() - Method in class org.apache.solr.search.FastLRUCache
 
toString(String) - Method in class org.apache.solr.search.function.BoostedQuery
 
toString(int) - Method in class org.apache.solr.search.function.DocValues
 
toString() - Method in class org.apache.solr.search.function.FileFloatSource
 
toString(String) - Method in class org.apache.solr.search.function.FunctionQuery
Prints a user-readable version of this query.
toString(int) - Method in class org.apache.solr.search.function.StringIndexDocValues
 
toString() - Method in class org.apache.solr.search.function.TopValueSource
 
toString() - Method in class org.apache.solr.search.function.ValueSource
 
toString() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
 
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.PrefixFilter
 
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(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.SolrIndexReader
 
toString() - Method in class org.apache.solr.search.SolrIndexSearcher
 
toString() - Method in enum org.apache.solr.search.SolrQueryParser.MagicFieldName
 
toString() - Method in class org.apache.solr.search.SortSpec
 
toString() - Method in class org.apache.solr.search.WildcardFilter
 
toString(String) - Method in class org.apache.solr.search.WrappedQuery
 
toString() - Method in class org.apache.solr.spelling.RankedSpellPossibility
 
toString() - Method in class org.apache.solr.update.AddUpdateCommand
 
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.MergeIndexesCommand
 
toString() - Method in class org.apache.solr.update.UpdateCommand
 
toStringBuffer() - Method in class org.apache.solr.internal.csv.CharBuffer
Converts the contents of the buffer into a StringBuffer.
totalCount - Variable in class org.apache.solr.search.Grouping.Command
 
totalHitCount - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
toTerm(String) - Method in class org.apache.solr.search.function.StringIndexDocValues
 
toWrite - Variable in class org.apache.solr.handler.dataimport.DataConfig.Field
 
toXML(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
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_PARAM - Static variable in class org.apache.solr.response.XSLTResponseWriter
 
TRANSFORM_ROW - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
 
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
 
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
 
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>) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
Initialises transformers, applies them on the given row. returned collection is mutable
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.

TrieDateField - Class in org.apache.solr.schema
 
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 NumericField.
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
 
TrieTokenizerFactory - Class in org.apache.solr.analysis
Tokenizer for trie fields.
TrieTokenizerFactory(TrieField.TrieTypes, int) - Constructor for class org.apache.solr.analysis.TrieTokenizerFactory
 
TrimFilter - Class in org.apache.solr.analysis
Trims leading and trailing whitespace from Tokens in the stream.
TrimFilter(TokenStream, boolean) - Constructor for class org.apache.solr.analysis.TrimFilter
 
TrimFilterFactory - Class in org.apache.solr.analysis
Factory for TrimFilter.
TrimFilterFactory() - Constructor for class org.apache.solr.analysis.TrimFilterFactory
 
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_CHARS - Static variable in class org.apache.noggit.JSONUtil
 
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
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.
TurkishLowerCaseFilterFactory - Class in org.apache.solr.analysis
TurkishLowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.TurkishLowerCaseFilterFactory
 
TV_PREFIX - Static variable in interface org.apache.solr.common.params.TermVectorParams
 
type - Variable in class org.apache.solr.analysis.TrieTokenizerFactory
 
type - Variable in class org.apache.solr.core.PluginInfo
 
TYPE - Static variable in class org.apache.solr.handler.dataimport.DataImporter
 
type - Variable in class org.apache.solr.schema.TrieField
 
TYPE - Static variable in class org.apache.solr.search.QueryParsing
 
TypeAsPayloadTokenFilterFactory - Class in org.apache.solr.analysis
TypeAsPayloadTokenFilterFactory() - Constructor for class org.apache.solr.analysis.TypeAsPayloadTokenFilterFactory
 
typeName - Variable in class org.apache.solr.schema.FieldType
The name of the type (not the name of the field)
TYPES - Static variable in class org.apache.solr.analysis.WordDelimiterFilterFactory
 
TypeTokenFilterFactory - Class in org.apache.solr.analysis
Factory class for TypeTokenFilter.
TypeTokenFilterFactory() - Constructor for class org.apache.solr.analysis.TypeTokenFilterFactory
 

U

UAX29URLEmailTokenizerFactory - Class in org.apache.solr.analysis
UAX29URLEmailTokenizerFactory() - Constructor for class org.apache.solr.analysis.UAX29URLEmailTokenizerFactory
 
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, SolrCore, SolrUIMAConfiguration) - 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
 
unicodeEscape(int, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
unicodeEscapeLexer(int) - Method in class org.apache.solr.internal.csv.CSVParser
Decodes Unicode escapes.
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
A non-duplicate processor.
UniqFieldsUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
 
UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor - Class in org.apache.solr.update.processor
 
UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor(UpdateRequestProcessor, Set<String>) - Constructor for class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor
 
UNITS - Static variable in interface org.apache.solr.common.params.SpatialParams
km - kilometers mi - miles
units - Variable in class org.apache.solr.search.SpatialOptions
 
UNKNOWN_FIELD_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
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
 
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
 
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 StreamingDocumentHandler
unmarshal(InputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
 
unsafeWrite(char) - Method in class org.apache.noggit.CharArr
 
unsafeWrite(int) - Method in class org.apache.noggit.CharArr
 
unsafeWrite(char[], int, int) - Method in class org.apache.noggit.CharArr
 
update(SolrInputDocument, UpdateRequest) - Method in interface org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.StreamingUpdateHandler
 
UPDATE_CHAIN - Static variable in interface org.apache.solr.common.params.UpdateParams
Select the update processor chain to use.
UPDATE_CHAIN_DEPRECATED - Static variable in interface org.apache.solr.common.params.UpdateParams
 
UPDATE_PROCESSOR - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
UPDATE_PROCESSOR - Static variable in class org.apache.solr.handler.XsltUpdateRequestHandler
 
UpdateCommand - Class in org.apache.solr.update
An index update command encapsulated in an object (Command pattern)
UpdateCommand(String) - Constructor for class org.apache.solr.update.UpdateCommand
 
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
 
updateHandlerInfo - Variable in class org.apache.solr.core.SolrConfig
 
updateOffsets - Variable in class org.apache.solr.analysis.TrimFilterFactory
 
UpdateParams - Interface in org.apache.solr.common.params
A collection of standard params used by Update handlers
UpdateParams - Interface in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.params.UpdateParams.
UpdateRequest - Class in org.apache.solr.client.solrj.request
 
UpdateRequest() - Constructor for class org.apache.solr.client.solrj.request.UpdateRequest
 
UpdateRequest(String) - Constructor for class org.apache.solr.client.solrj.request.UpdateRequest
 
UpdateRequest.ACTION - Enum in org.apache.solr.client.solrj.request
Deprecated.
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
 
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
 
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
 
updateTerm - Variable in class org.apache.solr.update.AddUpdateCommand
 
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
 
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.EvaluatorBag
 
URL_FIELD_NAME - Static variable in class org.apache.solr.handler.clustering.carrot2.CarrotParams
 
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
 
USE_COLLECTION - Static variable in interface org.apache.solr.handler.clustering.ClusteringParams
 
USE_CONTENT_TYPE - Static variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
USE_DOC_SET - Static variable in interface org.apache.solr.handler.clustering.ClusteringParams
When document clustering, cluster on the Doc Set
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_SEARCH_RESULTS - Static variable in interface org.apache.solr.handler.clustering.ClusteringParams
 
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
 
useSolrAddXml - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
 
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
 
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
 
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
 

V

V - Static variable in class org.apache.solr.search.QueryParsing
 
val - Variable in class org.apache.solr.request.SimpleFacets.CountPair
 
VAL_EXPLICIT - Static variable in class org.apache.solr.search.QueryParsing
 
valFollowedParams - Variable in class org.apache.solr.search.QParser
 
VALUE - Static variable in interface org.apache.solr.common.params.CommonParams
 
VALUE_SEPARATOR - Static variable in class org.apache.noggit.JSONUtil
 
valueOf(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.UpdateRequest.ACTION
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.luke.FieldFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
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.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.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.search.SolrQueryParser.MagicFieldName
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.
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.request.UpdateRequest.ACTION
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.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.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.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 - Variable in class org.apache.solr.response.SolrQueryResponse
Container for user defined values
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 - Variable in class org.apache.solr.search.function.ValueSourceScorer
 
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.search.SolrQueryParser.MagicFieldName
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.
ValueSource - Class in org.apache.solr.search.function
Instantiates DocValues for a particular reader.
ValueSource() - Constructor for class org.apache.solr.search.function.ValueSource
 
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
 
ValueSourceScorer - Class in org.apache.solr.search.function
 
ValueSourceScorer(IndexReader, DocValues) - Constructor for class org.apache.solr.search.function.ValueSourceScorer
 
VariableResolver - Class in org.apache.solr.handler.dataimport
This class is more or less like a Map.
VariableResolver() - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
 
VariableResolverImpl - Class in org.apache.solr.handler.dataimport
The default implementation of VariableResolver interface

This API is experimental and may change in the future.

VariableResolverImpl() - Constructor for class org.apache.solr.handler.dataimport.VariableResolverImpl
 
VariableResolverImpl(Map) - Constructor for class org.apache.solr.handler.dataimport.VariableResolverImpl
 
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
 
VectorValueSource - Class in org.apache.solr.search.function
Converts individual ValueSource instances to leverage the DocValues *Val functions that work with multiple values, i.e.
VectorValueSource(List<ValueSource>) - Constructor for class org.apache.solr.search.function.VectorValueSource
 
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_OF_THIS_TOOL - Static variable in class org.apache.solr.util.SimplePostTool
 
VersionedFile - Class in org.apache.solr.util
 
VersionedFile() - Constructor for class org.apache.solr.util.VersionedFile
 
vr - Variable in class org.apache.solr.handler.dataimport.FieldReaderDataSource
 
vr - Variable in class org.apache.solr.handler.dataimport.FieldStreamDataSource
 
vs - Variable in class org.apache.solr.search.function.StringIndexDocValues
 

W

WAIT_FLUSH - Static variable in interface org.apache.solr.common.params.UpdateParams
wait till the command has flushed
WAIT_FLUSH - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
WAIT_SEARCHER - Static variable in interface org.apache.solr.common.params.UpdateParams
wait for the search to warm up
WAIT_SEARCHER - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
waitFlush - Variable in class org.apache.solr.update.CommitUpdateCommand
 
waitForSolr(String) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
Waits until a ping query to the solr server succeeds, retrying every 200 milliseconds up to 2 minutes.
waitSearcher - Variable in class org.apache.solr.update.CommitUpdateCommand
 
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
 
wasKey() - Method in class org.apache.noggit.JSONParser
 
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).
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
WFSTLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
 
WhitespaceTokenizerFactory - Class in org.apache.solr.analysis
Factory for WhitespaceTokenizer.
WhitespaceTokenizerFactory() - Constructor for class org.apache.solr.analysis.WhitespaceTokenizerFactory
 
WikipediaTokenizerFactory - Class in org.apache.solr.analysis
Factory for WikipediaTokenizer.
WikipediaTokenizerFactory() - Constructor for class org.apache.solr.analysis.WikipediaTokenizerFactory
 
WildcardFilter - Class in org.apache.solr.search
 
WildcardFilter(Term) - Constructor for class org.apache.solr.search.WildcardFilter
 
WORD_FIELD_NAME - Static variable in class org.apache.solr.spelling.FileBasedSpellChecker
 
WordDelimiterFilterFactory - Class in org.apache.solr.analysis
Factory for WordDelimiterFilter.
WordDelimiterFilterFactory() - Constructor for class org.apache.solr.analysis.WordDelimiterFilterFactory
 
WordDelimiterIterator - Class in org.apache.solr.analysis
A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.
wrap(InputStream) - Static method in class org.apache.solr.common.util.FastInputStream
 
wrap(OutputStream) - Static method in class org.apache.solr.common.util.FastOutputStream
 
wrap(Writer) - Static method in class org.apache.solr.common.util.FastWriter
 
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(char) - Method in class org.apache.noggit.CharArr
 
write(int) - Method in class org.apache.noggit.CharArr
 
write(char[]) - Method in class org.apache.noggit.CharArr
 
write(char[], int, int) - Method in class org.apache.noggit.CharArr
 
write(CharArr) - Method in class org.apache.noggit.CharArr
 
write(String) - Method in class org.apache.noggit.CharArr
 
write(String, int, int) - Method in class org.apache.noggit.CharArr
 
write(long) - Method in class org.apache.noggit.JSONWriter
 
write(double) - Method in class org.apache.noggit.JSONWriter
 
write(boolean) - Method in class org.apache.noggit.JSONWriter
 
write(long) - Method in class org.apache.noggit.TextWriter
 
write(double) - Method in class org.apache.noggit.TextWriter
 
write(boolean) - Method in class org.apache.noggit.TextWriter
 
write(Token) - Method in class org.apache.solr.analysis.BufferedTokenStream
Deprecated.
Write a token to the buffered output stream
write(SolrRequest, OutputStream) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
 
write(SolrRequest, OutputStream) - Method in class org.apache.solr.client.solrj.request.RequestWriter
 
write(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(byte[]) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(byte) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(byte[], int, int) - Method in class org.apache.solr.common.util.FastOutputStream
 
write(int) - Method in class org.apache.solr.common.util.FastWriter
 
write(char) - Method in class org.apache.solr.common.util.FastWriter
 
write(char[], int, int) - Method in class org.apache.solr.common.util.FastWriter
 
write(String, int, int) - Method in class org.apache.solr.common.util.FastWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore.LazyQueryResponseWriterWrapper
 
write(BaseResponseWriter.SingleResponseWriter, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.BaseResponseWriter
Deprecated.
The main method that allows users to write BaseResponseWriter.SingleResponseWriters and provide them as the initial parameter responseWriter to this method which defines how output should be generated.
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(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.GenericBinaryResponseWriter
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.GenericBinaryResponseWriter
Just to throw Exception So that the eimplementing classes do not have to do the same
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.GenericTextResponseWriter
Deprecated.
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.XMLResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XSLTResponseWriter
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.BCDIntField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.BCDIntField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.BCDLongField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.BCDStrField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.BinaryField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.BinaryField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.BoolField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.BoolField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.ByteField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.ByteField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.CurrencyField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.CurrencyField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.DateField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.DateField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.DoubleField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.DoubleField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.ExternalFileField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.ExternalFileField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.FieldType
Renders the specified field as XML
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.FieldType
calls back to TextResponseWriter to write the field value
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.FloatField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.FloatField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.GeoHashField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.GeoHashField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.IntField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.IntField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.LatLonType
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.LatLonType
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.LongField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.LongField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.PointType
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.PointType
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.RandomSortField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.RandomSortField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SchemaField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SchemaField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.ShortField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.ShortField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableDoubleField
Deprecated.
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
Deprecated.
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableIntField
Deprecated.
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableLongField
Deprecated.
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.StrField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.StrField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.TextField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.TextField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.TrieField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.TrieField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.UUIDField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.UUIDField
 
writeAllDocs(BaseResponseWriter.DocListInfo, List<SolrDocument>) - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
Writes out all SolrInputDocuments .
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.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) - Method in class org.apache.solr.response.XMLWriter
Writes the XML attribute name/val.
writeAttr(String, String, boolean) - Method in class org.apache.solr.response.XMLWriter
 
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
 
writeBool(String, boolean) - Method in class org.apache.solr.response.XMLWriter
 
writeBoolean(boolean, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeBoolean(boolean) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeByte(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeByte(String, String) - Method in class org.apache.solr.response.TextResponseWriter
 
writeByte(String, byte) - Method in class org.apache.solr.response.TextResponseWriter
 
writeByte(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeByte(String, byte) - Method in class org.apache.solr.response.XMLWriter
 
writeByteArray(byte[], int, int) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeBytes(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeCdataTag(String, Map<String, String>, String, boolean, boolean) - Method in class org.apache.solr.response.XMLWriter
Write a complete tag w/ attributes and cdata (the cdata is not enclosed in $lt;!
writeChar(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeChars(String) - Method in class org.apache.solr.common.util.FastOutputStream
 
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, Date) - Method in class org.apache.solr.response.XMLWriter
 
writeDate(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeDoc(SolrDocument) - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
This method writes out a SolrDocument, on a doc-by-doc basis.
writeDoc(String, Document, Set<String>, float, boolean) - Method in class org.apache.solr.response.TextResponseWriter
 
writeDoc(String, Document, Set<String>, float, boolean) - Method in class org.apache.solr.response.XMLWriter
 
writeDocList(String, DocList, Set<String>, Map) - Method in class org.apache.solr.response.TextResponseWriter
 
writeDocList(String, DocList, Set<String>) - Method in class org.apache.solr.response.XMLWriter
 
writeDouble(double) - Method in class org.apache.solr.common.util.FastOutputStream
 
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
 
writeExternString(String) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeFloat(float) - Method in class org.apache.solr.common.util.FastOutputStream
 
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.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
 
writeInt(String, int) - Method in class org.apache.solr.response.XMLWriter
 
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
 
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.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
 
writeLong(String, long) - 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.TextResponseWriter
 
writeMap(String, Map<Object, Object>) - Method in class org.apache.solr.response.XMLWriter
writes a Map in the same format as a NamedList, using the stringification of the key Object when it's non-null.
writeNamedList(NamedList) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.response.TextResponseWriter
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.response.XMLWriter
 
writeNameSeparator() - Method in class org.apache.noggit.JSONWriter
 
writeNameSeparator() - Method in class org.apache.noggit.TextWriter
 
writeNull(CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeNull() - Method in class org.apache.noggit.JSONWriter
 
writeNull() - Method in class org.apache.noggit.TextWriter
 
writeNull(String) - Method in class org.apache.solr.response.TextResponseWriter
 
writeNull(String) - Method in class org.apache.solr.response.XMLWriter
 
writeNumber(long, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeNumber(double, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeNumber(CharArr) - Method in class org.apache.noggit.JSONWriter
 
writeNumber(CharArr) - Method in class org.apache.noggit.TextWriter
 
writeOther(String, Object) - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
Define this method to control how output is written by this QueryResponseWriter if the output is not a SolrInputDocument or a SolrDocumentList.
writePartialNumber(CharArr) - Method in class org.apache.noggit.JSONWriter
 
writePartialNumber(CharArr) - Method in class org.apache.noggit.TextWriter
 
writePrim(String, String, String, boolean) - 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
 
writer - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
writeRecord(Map) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
 
writeResponse(Writer, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.response.XMLWriter
 
writeResponseHeader(NamedList) - Method in class org.apache.solr.response.BaseResponseWriter.SingleResponseWriter
Deprecated.
This method defines how to output the SolrQueryResponse header which is provided as a NamedList parameter.
writeShort(int) - Method in class org.apache.solr.common.util.FastOutputStream
 
writeShort(String, String) - Method in class org.apache.solr.response.TextResponseWriter
 
writeShort(String, short) - Method in class org.apache.solr.response.TextResponseWriter
 
writeShort(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeShort(String, short) - Method in class org.apache.solr.response.XMLWriter
 
writeSolrDocument(SolrDocument) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocument(SolrDocument, Set<String>) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocument(String, SolrDocument, Set<String>, Map) - Method in class org.apache.solr.response.TextResponseWriter
 
writeSolrDocumentList(SolrDocumentList) - Method in class org.apache.solr.common.util.JavaBinCodec
 
writeSolrDocumentList(String, SolrDocumentList, Set<String>, Map) - Method in class org.apache.solr.response.TextResponseWriter
 
writeSolrDocumentList(String, SolrDocumentList, Set<String>) - 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.TextResponseWriter
 
writeStr(String, String) - Method in class org.apache.solr.response.XMLWriter
 
writeString(CharArr, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeString(char[], int, int, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeString(CharSequence, int, int, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeString(CharSequence) - Method in class org.apache.noggit.JSONWriter
 
writeString(CharArr) - Method in class org.apache.noggit.JSONWriter
 
writeString(CharSequence) - Method in class org.apache.noggit.TextWriter
 
writeString(CharArr) - Method in class org.apache.noggit.TextWriter
 
writeStringChars(CharArr) - Method in class org.apache.noggit.JSONWriter
 
writeStringChars(CharArr) - Method in class org.apache.noggit.TextWriter
 
writeStringEnd() - Method in class org.apache.noggit.JSONWriter
 
writeStringEnd() - Method in class org.apache.noggit.TextWriter
 
writeStringPart(char[], int, int, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeStringPart(CharSequence, int, int, CharArr) - Static method in class org.apache.noggit.JSONUtil
 
writeStringStart() - Method in class org.apache.noggit.JSONWriter
 
writeStringStart() - Method in class org.apache.noggit.TextWriter
 
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
 
writeVal(String, Object) - Method in class org.apache.solr.response.XMLWriter
 
writeValue(CSVField, String) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
 
writeValueSeparator() - Method in class org.apache.noggit.JSONWriter
 
writeValueSeparator() - Method in class org.apache.noggit.TextWriter
 
writeVInt(int, FastOutputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
Special method for variable length int (copied from lucene).
writeVLong(long, FastOutputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
 
writeXML(Writer) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
writeXML(SolrInputDocument, Writer) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
writeXML(Writer, String, String) - Static method in class org.apache.solr.common.util.XML
 
writeXML(Writer, String, String, Object...) - Static method in class org.apache.solr.common.util.XML
escapes character data in val
writeXML(Writer, String, String, Map<String, String>) - Static method in class org.apache.solr.common.util.XML
escapes character data in val
WT - Static variable in interface org.apache.solr.common.params.CommonParams
the response writer type - the format of the response

X

XML - Class in org.apache.solr.common.util
 
XML() - Constructor for class org.apache.solr.common.util.XML
 
XML - Class in org.apache.solr.util
Deprecated.
Use org.apache.solr.common.util.XML.
XML() - Constructor for class org.apache.solr.util.XML
Deprecated.
 
XML_FORMAT - Static variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
Extract Only supported format.
XMLErrorLogger - Class in org.apache.solr.common.util
 
XMLErrorLogger(Logger) - Constructor for class org.apache.solr.common.util.XMLErrorLogger
 
xmllog - Static variable in class org.apache.solr.handler.XsltUpdateRequestHandler
 
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.request
Deprecated.
use org.apache.solr.response.XMLResponseWriter
XMLResponseWriter() - Constructor for class org.apache.solr.request.XMLResponseWriter
Deprecated.
 
XMLResponseWriter - Class in org.apache.solr.response
 
XMLResponseWriter() - Constructor for class org.apache.solr.response.XMLResponseWriter
 
XmlUpdateRequestHandler - Class in org.apache.solr.handler
Add documents to solr using the STAX XML parser.
XmlUpdateRequestHandler() - Constructor for class org.apache.solr.handler.XmlUpdateRequestHandler
 
XMLWriter - Class in org.apache.solr.response
 
XMLWriter(Writer, IndexSchema, SolrQueryRequest, String) - 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 '|' seperated list of Xpath expressions which define sub sections of the XML stream that are to be emitted as seperate 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
 
XSL_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated.
Use org.apache.solr.common.params.CommonParams
XSLT_CACHE_DEFAULT - Static variable in class org.apache.solr.handler.XsltUpdateRequestHandler
 
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.request
Deprecated.
use org.apache.solr.response.XSLTResponseWriter
XSLTResponseWriter() - Constructor for class org.apache.solr.request.XSLTResponseWriter
Deprecated.
 
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
Add documents to solr using the STAX XML parser, transforming it with XSLT first
XsltUpdateRequestHandler() - Constructor for class org.apache.solr.handler.XsltUpdateRequestHandler
 

Z

Z - Static variable in class org.apache.solr.schema.DateField
 
zero - Static variable in class org.apache.solr.search.SortedIntDocSet
 
zeroInts - Static variable in class org.apache.solr.search.SortedIntDocSet
 

_

_baseURL - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
The URL of the Solr server.
_facetInfo - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
_invariantParams - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
Default value: null / empty.
_parser - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Deprecated.
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.

_toRefine - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
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 _