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
 
abortErrorMessage - Variable in class org.apache.solr.servlet.SolrDispatchFilter
 
abortOnConfigurationError - Variable in class org.apache.solr.core.CoreContainer.Initializer
 
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
 
AbstractSolrTestCase - Class in org.apache.solr.util
An Abstract base class that makes writing Solr JUnit tests "easier"
AbstractSolrTestCase() - Constructor for class org.apache.solr.util.AbstractSolrTestCase
 
AbstractSolrTestCase.Doc - Class in org.apache.solr.util
Neccessary to make method signatures un-ambiguous
AbstractSolrTestCase.Doc() - Constructor for class org.apache.solr.util.AbstractSolrTestCase.Doc
 
accumulate(NamedList) - Method in class org.apache.solr.handler.component.StatsValues
 
accumulate(double) - Method in class org.apache.solr.handler.component.StatsValues
 
accumulate(double, int) - Method in class org.apache.solr.handler.component.StatsValues
 
accumulateTermNum(int, Double) - 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
 
actualShards - Variable in class org.apache.solr.handler.component.ShardRequest
actual shards to send the request to, filled out by framework
add(List<String>, List<Token>, boolean, boolean) - Method in class org.apache.solr.analysis.SynonymMap
 
ADD - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
add(String, Object) - Method in class org.apache.solr.request.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(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
 
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(AbstractSolrTestCase.Doc, String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates an <add><doc>...
add(E) - Method in class org.apache.solr.util.BoundedTreeSet
 
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(Collection<? extends E>) - Method in class org.apache.solr.util.BoundedTreeSet
 
addBoostFunctions(BooleanQuery, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
addBoostQuery(BooleanQuery, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
addCloseHook(CloseHook) - Method in class org.apache.solr.core.SolrCore
Add a close callback hook
addConditionally(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.  
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
 
addExperimentalFormatWarning(SolrQueryResponse) - Static method in class org.apache.solr.handler.RequestHandlerUtils
A common way to mark the response format as experimental
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
addMainQuery(BooleanQuery, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
addMissing(int) - Method in class org.apache.solr.handler.component.StatsValues
 
addNoOverwriteNoDups(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.  
addOrReplaceResults(SolrQueryResponse, SolrDocumentList) - Static method in class org.apache.solr.util.SolrPluginUtils
Given a SolrQueryResponse replace the DocList if it is in the result.
addRequest(SearchComponent, ShardRequest) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
addSingleField(SchemaField, String, float) - Method in class org.apache.solr.update.DocumentBuilder
 
addToLog(String, Object) - Method in class org.apache.solr.request.SolrQueryResponse
Add a value to be logged.
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
 
adminCore - Variable in class org.apache.solr.core.CoreContainer
 
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
 
adoc(String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a simple <add><doc>...
adoc(SolrInputDocument) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a simple <add><doc>...
advance(int) - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
advance(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
agentId - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
ALIAS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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_SHARDS - Static variable in class org.apache.solr.handler.component.ShardRequest
 
ALLOW_DUPS - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated. use XmlUpdateRequestHandler.OVERWRITE
allowDups - Variable in class org.apache.solr.update.AddUpdateCommand
 
allowDups(AddUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.  
altQParser - Variable in class org.apache.solr.search.DisMaxQParser
 
altUserQuery - Variable in class org.apache.solr.search.DisMaxQParser
 
AnalysisRequestHandler - Class in org.apache.solr.handler
Deprecated. Use DocumentAnalysisRequestHandler instead.
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
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
Analyzes the given text using the given analyzer and returns the produced tokens.
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.
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
 
appendSimpleDoc(StringBuilder, String...) - Method in class org.apache.solr.util.TestHarness
A helper that adds an xml <doc> containing all of the fields and values specified (odds are fields, evens are values) to a StringBuilder
appendSimpleDoc(StringBuffer, String...) - Method in class org.apache.solr.util.TestHarness
Deprecated. see TestHarness.appendSimpleDoc(StringBuilder, String...)
ArabicLetterTokenizerFactory - Class in org.apache.solr.analysis
 
ArabicLetterTokenizerFactory() - Constructor for class org.apache.solr.analysis.ArabicLetterTokenizerFactory
 
ArabicNormalizationFilterFactory - Class in org.apache.solr.analysis
 
ArabicNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.ArabicNormalizationFilterFactory
 
ArabicStemFilterFactory - Class in org.apache.solr.analysis
 
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.analysis.BaseTokenFilterFactory
The init args
args - Variable in class org.apache.solr.analysis.BaseTokenizerFactory
The init args
args - Variable in class org.apache.solr.analysis.PatternTokenizerFactory
 
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
args - Variable in class org.apache.solr.util.TestHarness.LocalRequestFactory
 
ArraysUtils - Class in org.apache.solr.util
 
ArraysUtils() - Constructor for class org.apache.solr.util.ArraysUtils
 
ASCIIFoldingFilterFactory - Class in org.apache.solr.analysis
 
ASCIIFoldingFilterFactory() - Constructor for class org.apache.solr.analysis.ASCIIFoldingFilterFactory
 
assertFailedU(String) - Method in class org.apache.solr.util.AbstractSolrTestCase
Validates an update XML String failed
assertFailedU(String, String) - Method in class org.apache.solr.util.AbstractSolrTestCase
Validates an update XML String failed
assertQ(SolrQueryRequest, String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Validates a query matches some XPath test expressions and closes the query
assertQ(String, SolrQueryRequest, String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Validates a query matches some XPath test expressions and closes the query
assertQEx(String, SolrQueryRequest, int) - Method in class org.apache.solr.util.AbstractSolrTestCase
Makes sure a query throws a SolrException with the listed response code
assertU(String) - Method in class org.apache.solr.util.AbstractSolrTestCase
Validates an update XML String is successful
assertU(String, String) - Method in class org.apache.solr.util.AbstractSolrTestCase
Validates an update XML String is successful
associateInfo(SolrIndexReader) - Method in class org.apache.solr.search.SolrIndexReader
Copies SolrReaderInfo instances from the source to this SolrIndexReader
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
 

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...
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
 
BaseCharFilterFactory - Class in org.apache.solr.analysis
 
BaseCharFilterFactory() - Constructor for class org.apache.solr.analysis.BaseCharFilterFactory
 
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
 
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
 
bf - Variable in class org.apache.solr.util.DisMaxParams
Deprecated. - use explicit default with SolrParams.get
bigString - Static variable in class org.apache.solr.search.MissingStringLastComparatorSource
 
BinaryField - Class in org.apache.solr.schema
 
BinaryField() - Constructor for class org.apache.solr.schema.BinaryField
 
BinaryQueryResponseWriter - Interface in org.apache.solr.request
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
BinaryResponseWriter - Class in org.apache.solr.request
 
BinaryResponseWriter() - Constructor for class org.apache.solr.request.BinaryResponseWriter
 
BinaryUpdateRequestHandler - Class in org.apache.solr.handler
Update handler which uses the JavaBin format
BinaryUpdateRequestHandler() - Constructor for class org.apache.solr.handler.BinaryUpdateRequestHandler
 
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.  
bits(IndexReader) - Method in class org.apache.solr.search.PrefixFilter
 
bits(IndexReader) - Method in class org.apache.solr.search.WildcardFilter
Deprecated. Use WildcardFilter.getDocIdSet(IndexReader) instead.
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.  
BitUtil - Class in org.apache.solr.util
Deprecated. Use BitUtil directly
BitUtil() - Constructor for class org.apache.solr.util.BitUtil
Deprecated.  
boolAnalyzer - Static variable in class org.apache.solr.schema.BoolField
 
booleanQueryMaxClauseCount - Variable in class org.apache.solr.core.SolrConfig
 
BoolField - Class in org.apache.solr.schema
 
BoolField() - Constructor for class org.apache.solr.schema.BoolField
 
boost - Variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
BOOST_ORDER - Static variable in class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
 
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
 
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 - Variable in class org.apache.solr.util.DisMaxParams
Deprecated. - use explicit default with SolrParams.get
BrazilianStemFilterFactory - Class in org.apache.solr.analysis
 
BrazilianStemFilterFactory() - Constructor for class org.apache.solr.analysis.BrazilianStemFilterFactory
 
BufferedTokenStream - Class in org.apache.solr.analysis
Handles input and output buffering of TokenStream
BufferedTokenStream(TokenStream) - Constructor for class org.apache.solr.analysis.BufferedTokenStream
 
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.
buildRequestFrom(SolrCore, SolrParams, Collection<ContentStream>) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
ByteField - Class in org.apache.solr.schema
 
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
 

C

cache - Variable in class org.apache.solr.search.function.FieldCacheSource
 
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.
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
CacheRegenerator - Interface in org.apache.solr.search
Implementations of CacheRegenerator are used in autowarming to populate a new cache based on an old cache.
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
 
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.
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
 
CharArrayMap<V> - Class in org.apache.solr.util
A simple class that stores key Strings as char[]'s in a hash table.
CharArrayMap(int, boolean) - Constructor for class org.apache.solr.util.CharArrayMap
Create map with enough capacity to hold startSize terms
CharArrayMap.EntryIterator - Class in org.apache.solr.util
public iterator class so efficient methods are exposed to users
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
 
checkAllowLeadingWildcards() - Method in class org.apache.solr.search.SolrQueryParser
 
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
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
CHECKSUM - Static variable in class org.apache.solr.handler.ReplicationHandler
 
checkUpdateStatus(String, String) - Method in class org.apache.solr.util.TestHarness
Validates that an "update" (add, commit or optimize) results in success.
children - Variable in class org.apache.solr.core.PluginInfo
 
ChineseFilterFactory - Class in org.apache.solr.analysis
 
ChineseFilterFactory() - Constructor for class org.apache.solr.analysis.ChineseFilterFactory
 
ChineseTokenizerFactory - Class in org.apache.solr.analysis
 
ChineseTokenizerFactory() - Constructor for class org.apache.solr.analysis.ChineseTokenizerFactory
 
CJKTokenizerFactory - Class in org.apache.solr.analysis
 
CJKTokenizerFactory() - Constructor for class org.apache.solr.analysis.CJKTokenizerFactory
 
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.core.JmxMonitoredMap
Clears the map and unregisters all SolrInfoMBeans in the map from MBeanServer
clear() - Method in class org.apache.solr.search.FastLRUCache
 
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.CharArrayMap
 
clearFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
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.util.CharArrayMap
 
close() - Method in class org.apache.solr.analysis.HTMLStripCharFilter
 
close(SolrCore) - Method in interface org.apache.solr.core.CloseHook
Method called when the given SolrCore object is closing / shutting down.
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 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.request.TextResponseWriter
done with this ResponseWriter...
close() - Method in class org.apache.solr.search.FastLRUCache
 
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
 
close() - Method in class org.apache.solr.util.TestHarness
Shuts down and frees any resources
CloseHook - Interface in org.apache.solr.core
Interface to request notification when the core is closed.
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
 
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
 
COMMAND - Static variable in class org.apache.solr.handler.ReplicationHandler
 
commandName - Variable in class org.apache.solr.update.UpdateCommand
 
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(String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
 
commit(Writer) - Method in class org.apache.solr.util.SimplePostTool
Does a simple commit operation
commit(String...) - Static method in class org.apache.solr.util.TestHarness
Helper that returns an <commit> String with optional key/val pairs.
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
 
commitLockTimeout - Variable in class org.apache.solr.update.SolrIndexConfig
 
CommitUpdateCommand - Class in org.apache.solr.update
 
CommitUpdateCommand(boolean) - Constructor for class org.apache.solr.update.CommitUpdateCommand
 
commitWithin - Variable in class org.apache.solr.update.AddUpdateCommand
 
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
Construct a token stream filtering the given input using a Set of common words to create bigrams.
CommonGramsFilter(TokenStream, Set, boolean) - 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, case-sensitive if ignoreCase is false (unless Set is CharArraySet).
CommonGramsFilter(TokenStream, String[]) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
Construct a token stream filtering the given input using an Array of common words to create bigrams.
CommonGramsFilter(TokenStream, String[], boolean) - Constructor for class org.apache.solr.analysis.CommonGramsFilter
Construct a token stream filtering the given input using an Array of common words to create bigrams and is case-sensitive if ignoreCase is false.
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
Constructor
CommonGramsQueryFilterFactory - Class in org.apache.solr.analysis
Construct CommonGramsQueryFilter This is pretty close to a straight copy from StopFilterFactory
CommonGramsQueryFilterFactory() - Constructor for class org.apache.solr.analysis.CommonGramsQueryFilterFactory
 
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.  
compareTo(SimpleFacets.CountPair<K, V>) - Method in class org.apache.solr.request.SimpleFacets.CountPair
 
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.TermVectorComponent
 
components - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
components - Variable in class org.apache.solr.handler.component.SearchHandler
 
CompressableField - Class in org.apache.solr.schema
CompressableField is an abstract field type which enables a field to be compressed (by specifying compressed="true" at the field definition level) and provides optional support for specifying a threshold at which compression is enabled.
CompressableField() - Constructor for class org.apache.solr.schema.CompressableField
 
COMPRESSION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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 - Class in org.apache.solr.core
 
Config(String, InputStream, String) - Constructor for class org.apache.solr.core.Config
Deprecated. Use Config.Config(SolrResourceLoader, String, InputStream, String) instead.
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
Builds a config:
config - Static variable in class org.apache.solr.core.SolrConfig
Deprecated. Use SolrCore.getSolrConfig() instead.
configFile - Variable in class org.apache.solr.core.CoreContainer
 
configName - Variable in class org.apache.solr.core.CoreDescriptor
 
ConstantScorePrefixQuery - Class in org.apache.solr.search
 
ConstantScorePrefixQuery(Term) - Constructor for class org.apache.solr.search.ConstantScorePrefixQuery
 
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.
container - Variable in class org.apache.solr.util.TestHarness
 
containerProperties - Variable in class org.apache.solr.core.CoreContainer
 
containsKey(Object) - Method in class org.apache.solr.util.CharArrayMap
 
containsValue(Object) - Method in class org.apache.solr.util.CharArrayMap
 
CONTENT - Static variable in class org.apache.solr.request.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.request.QueryResponseWriter
 
CONTENT_TYPE_TEXT_UTF8 - Static variable in interface org.apache.solr.request.QueryResponseWriter
 
CONTENT_TYPE_XML_UTF8 - Static variable in interface org.apache.solr.request.QueryResponseWriter
 
ContentStream - Interface in org.apache.solr.util
Deprecated. Use org.apache.solr.common.util.ContentStream.
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.  
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
 
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.request.XSLTResponseWriter
 
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.
convertFilter(Filter) - Method in class org.apache.solr.search.SolrIndexSearcher
Converts a filter into a DocSet.
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
 
core - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
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.
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
 
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
 
count - Variable in class org.apache.solr.handler.component.FacetComponent.QueryFacet
 
count - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
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
 
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.BrazilianStemFilterFactory
 
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
 
create(Reader) - Method in class org.apache.solr.analysis.ChineseTokenizerFactory
 
create(Reader) - Method in class org.apache.solr.analysis.CJKTokenizerFactory
 
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.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
 
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.EnglishPorterFilterFactory
Deprecated.  
create(TokenStream) - Method in class org.apache.solr.analysis.FrenchStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GermanStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.GreekLowerCaseFilterFactory
 
create(CharStream) - Method in class org.apache.solr.analysis.HTMLStripCharFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.HTMLStripStandardTokenizerFactory
Deprecated.  
create(Reader) - Method in class org.apache.solr.analysis.HTMLStripWhitespaceTokenizerFactory
Deprecated.  
create(TokenStream) - Method in class org.apache.solr.analysis.HyphenatedWordsFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ISOLatin1AccentFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.KeywordTokenizerFactory
 
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.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.NumericPayloadTokenFilterFactory
 
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(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.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
 
create(TokenStream) - Method in class org.apache.solr.analysis.RussianLowerCaseFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.RussianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.ShingleFilterFactory
 
create(TokenStream) - Method in class org.apache.solr.analysis.SnowballPorterFilterFactory
 
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.StopFilterFactory
 
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.TypeAsPayloadTokenFilterFactory
 
create(Reader) - Method in class org.apache.solr.analysis.WhitespaceTokenizerFactory
 
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(ResourceLoader, String, String, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Create a plugin from an XML configuration.
createConfig(String) - Static method in class org.apache.solr.util.TestHarness
 
createEventListener(String) - Method in class org.apache.solr.core.SolrCore
 
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, 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
 
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.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
 
createProcessor(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
 
createRequestHandler(String) - Method in class org.apache.solr.core.SolrCore
 
createWeight(Searcher) - Method in class org.apache.solr.search.function.BoostedQuery
 
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.MaxFloatFunction
 
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(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.
CSVRequestHandler - Class in org.apache.solr.handler
 
CSVRequestHandler() - Constructor for class org.apache.solr.handler.CSVRequestHandler
 
CURRENT_VERSION - Static variable in class org.apache.solr.request.XMLWriter
 
currentValue() - Method in class org.apache.solr.util.CharArrayMap.EntryIterator
returns the value associated with the last key returned

D

dataDir - Variable in class org.apache.solr.core.CoreDescriptor
 
dataDir - Variable in class org.apache.solr.core.SolrConfig
 
dataDir - Variable in class org.apache.solr.util.AbstractSolrTestCase
The directory used to story the index managed by the TestHarness h
DATE_FMT - Static variable in class org.apache.solr.handler.SnapShooter
 
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
 
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
 
DebugComponent - Class in org.apache.solr.handler.component
Adds debugging information to a request.
DebugComponent() - Constructor for class org.apache.solr.handler.component.DebugComponent
 
debugQuery - Variable in class org.apache.solr.util.CommonParams
Deprecated. do not debug by default
decLevel() - Method in class org.apache.solr.request.TextResponseWriter
 
decLevel() - Method in class org.apache.solr.request.XMLWriter
 
decRef() - Method in class org.apache.solr.search.SolrIndexReader
 
decref() - Method in class org.apache.solr.util.RefCounted
 
DEFAULT_ACCURACY - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
DEFAULT_COMPRESS_THRESHOLD - Static variable in class org.apache.solr.schema.CompressableField
 
DEFAULT_CONF_FILE - Static variable in class org.apache.solr.core.SolrConfig
 
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.solr.request.XSLTResponseWriter
 
DEFAULT_COUNT - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
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_EXTENDED_RESULTS - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
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_POLICY_CLASSNAME - Static variable in class org.apache.solr.update.SolrIndexConfig
 
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_URL - Static variable in class org.apache.solr.util.SimplePostTool
 
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_READ_AHEAD - Static variable in class org.apache.solr.analysis.HTMLStripCharFilter
 
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_SUGGESTION_COUNT - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
DEFAULT_SUGGESTION_COUNT - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
defaultField - Variable in class org.apache.solr.search.SolrQueryParser
 
defaultIndexConfig - Variable in class org.apache.solr.core.SolrConfig
 
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.request.SolrQueryResponse
 
defaults - Variable in class org.apache.solr.handler.RequestHandlerBase
 
defaults - Variable in class org.apache.solr.highlight.HighlightingPluginBase
 
defaultsName - Static variable in class org.apache.solr.update.SolrIndexConfig
 
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.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
 
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...
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
 
delete(DeleteUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
 
deleteById(String) - Static method in class org.apache.solr.util.TestHarness
Generates a delete by id xml string
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
 
deleteByQuery(String) - Static method in class org.apache.solr.util.TestHarness
Generates a delete by query xml string
deleteDocument(int) - Method in class org.apache.solr.search.SolrIndexReader
 
deleteDocuments(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
deleteInIndex(String) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.  
DeleteUpdateCommand - Class in org.apache.solr.update
 
DeleteUpdateCommand() - Constructor for class org.apache.solr.update.DeleteUpdateCommand
 
delI(String) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a <delete>...
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
 
delQ(String) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a <delete>...
description() - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
 
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.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.LongFieldSource
 
description() - Method in class org.apache.solr.search.function.MaxFloatFunction
 
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()
destroy() - Method in class org.apache.solr.handler.SnapPuller
 
destroy() - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
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 - 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_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
 
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
Deprecated. use DirectSolrConnection.DirectSolrConnection(SolrCore)
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
 
dirs - Variable in class org.apache.solr.update.MergeIndexesCommand
 
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.  
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.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.SolrConstantScoreQuery.ConstantScorer
Deprecated. use SolrConstantScoreQuery.ConstantScorer.docID() instead.
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(String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a simple <doc>...
DOC_ID - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
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.
docFreq(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
docID() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
DOCID - Static variable in class org.apache.solr.search.QueryParsing
 
docID() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
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
 
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.
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.
document(int, FieldSelector) - Method in class org.apache.solr.search.SolrIndexReader
 
document(int) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
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
 
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
 
doFacets - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
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.  
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
 
doIndent - Variable in class org.apache.solr.request.TextResponseWriter
 
doLegacyUpdate(Reader, Writer) - Method in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated. Direct updates fro ma Reader, 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.request.SolrQueryResponse) method with a ContentStream.
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.  
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.  
doSetNorm(int, String, byte) - Method in class org.apache.solr.search.SolrIndexReader
 
doSimpleQuery(String, SolrIndexSearcher, IndexSchema, 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
 
double2sortableStr(double) - Static method in class org.apache.solr.util.NumberUtils
 
double2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
 
DoubleField - Class in org.apache.solr.schema
 
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
 
DoubleMetaphoneFilter(TokenStream, int, boolean) - Constructor for class org.apache.solr.analysis.DoubleMetaphoneFilter
 
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
 
doUndeleteAll() - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
DutchStemFilterFactory() - Constructor for class org.apache.solr.analysis.DutchStemFilterFactory
 

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
 
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.
emptyArgs - Static variable in class org.apache.solr.request.LocalSolrQueryRequest
 
emptyArray(String[]) - Method in class org.apache.solr.highlight.SolrHighlighter
 
enabled - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
 
enableLazyFieldLoading - Variable in class org.apache.solr.core.SolrConfig
 
enableLazyFieldLoading - Variable in class org.apache.solr.search.SolrIndexSearcher
 
encoder - Variable in class org.apache.solr.analysis.PhoneticFilter
 
ENCODER - Static variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
encoder - Variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
ENCODER_ATTR - Static variable in class org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
 
end() - Method in class org.apache.solr.analysis.PatternTokenizer
 
endDoc() - Method in class org.apache.solr.update.DocumentBuilder
 
endtime - Variable in class org.apache.solr.request.SolrQueryResponse
The endtime of the request in milliseconds.
EnglishPorterFilterFactory - Class in org.apache.solr.analysis
Deprecated. Use SnowballPorterFilterFactory with language="English" instead
EnglishPorterFilterFactory() - Constructor for class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.  
entrySet() - Method in class org.apache.solr.util.CharArrayMap
 
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.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.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.LongFieldSource
 
equals(Object) - Method in class org.apache.solr.search.function.MaxFloatFunction
 
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.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(char[], int, char[], int, int) - Static method in class org.apache.solr.util.ArraysUtils
See if two array slices are the same.
err - Variable in class org.apache.solr.request.SolrQueryResponse
 
ERR_STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
errHeader - Variable in class org.apache.solr.handler.ContentStreamLoader
 
evaluate(String, QName) - Method in class org.apache.solr.core.Config
 
execute(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore
 
execute(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.core.SolrCore
Deprecated. Use SolrCore.execute(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) instead.
execute(HttpServletRequest, SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.servlet.SolrDispatchFilter
 
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.SolrConstantScoreQuery.ConstantScorer
 
explain(IndexReader, int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
explainOther - Variable in class org.apache.solr.util.CommonParams
Deprecated. no default other explanation query
expungeDeletes - Variable in class org.apache.solr.update.CommitUpdateCommand
 
EXTENDED - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
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
 
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
 

F

F - Static variable in class org.apache.solr.search.QueryParsing
 
facet(int, Double) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
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
 
facets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
 
facets - Variable in class org.apache.solr.handler.component.StatsValues
 
facetStatsValues - Variable in class org.apache.solr.handler.component.FieldFacetStats
 
facetTermNum(int, int) - Method in class org.apache.solr.handler.component.FieldFacetStats
 
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
FastLRUCache - Class in org.apache.solr.search
SolrCache based on ConcurrentLRUCache implementation.
FastLRUCache() - Constructor for class org.apache.solr.search.FastLRUCache
 
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 class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
FIELD - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
FIELD_SORT_VALUES - Static variable in class org.apache.solr.handler.component.ResponseBuilder
 
FIELD_TYPE - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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
 
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) - Constructor for class org.apache.solr.handler.component.FieldFacetStats
 
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
 
fields - Variable in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
 
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...
fieldTypeName - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
fieldValueCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
FILE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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.
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
 
filterCacheConfig - Variable in class org.apache.solr.core.SolrConfig
 
filtOptCacheSize - Variable in class org.apache.solr.core.SolrConfig
 
filtOptEnabled - Variable in class org.apache.solr.core.SolrConfig
 
filtOptThreshold - Variable in class org.apache.solr.core.SolrConfig
 
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.update.SolrIndexWriter
 
findClass(String, String...) - Method in class org.apache.solr.core.Config
Deprecated. Use SolrResourceLoader.findClass(String, String[]) instead.
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
 
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.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.StatsComponent
 
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
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.
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.
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
 
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
 
FORCE_FIRST_LETTER - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
forceOpenWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
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.  
formatters - Variable in class org.apache.solr.highlight.SolrHighlighter
 
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
fragmenters - Variable in class org.apache.solr.highlight.SolrHighlighter
 
FrenchStemFilterFactory - Class in org.apache.solr.analysis
 
FrenchStemFilterFactory() - Constructor for class org.apache.solr.analysis.FrenchStemFilterFactory
 
fromCommitted - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
fromPending - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
ftype - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
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, 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
 
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
 
fval - Variable in class org.apache.solr.search.function.MaxFloatFunction
 

G

GapFragmenter - Class in org.apache.solr.highlight
 
GapFragmenter() - Constructor for class org.apache.solr.highlight.GapFragmenter
 
GENERATION - Static variable in class org.apache.solr.handler.ReplicationHandler
 
GermanStemFilterFactory - Class in org.apache.solr.analysis
 
GermanStemFilterFactory() - Constructor for class org.apache.solr.analysis.GermanStemFilterFactory
 
get(String) - Method in class org.apache.solr.core.Config
 
get(String, String) - Method in class org.apache.solr.core.Config
 
get(String) - Method in class org.apache.solr.request.ServletSolrParams
 
get(Object) - Method in class org.apache.solr.search.FastLRUCache
 
get(Object) - Method in class org.apache.solr.search.LRUCache
 
get(Object) - Method in interface org.apache.solr.search.SolrCache
:TODO: copy from Map
get(Token) - Method in class org.apache.solr.spelling.SpellingResult
Gets the suggestions for the given token.
get(char[]) - Method in class org.apache.solr.util.CharArrayMap
 
get(char[], int, int) - Method in class org.apache.solr.util.CharArrayMap
 
get(CharSequence) - Method in class org.apache.solr.util.CharArrayMap
 
get(Object) - Method in class org.apache.solr.util.CharArrayMap
 
get() - Method in class org.apache.solr.util.RefCounted
 
GET_SCORES - Static variable in class org.apache.solr.search.SolrIndexSearcher
 
getAccuracy() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getAdminCore() - Method in class org.apache.solr.core.CoreContainer
Deprecated. 
getAdminPath() - Method in class org.apache.solr.core.CoreContainer
 
getAlternateUserQuery(SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
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
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 class org.apache.solr.analysis.BaseTokenFilterFactory
 
getArgs() - Method in class org.apache.solr.analysis.BaseTokenizerFactory
 
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.
getAverage() - Method in class org.apache.solr.handler.component.StatsValues
 
getBase() - Method in class org.apache.solr.search.SolrIndexReader
returns the docid offset within the parent reader
getBaseWriter(SolrQueryRequest) - Method in class org.apache.solr.request.RawResponseWriter
 
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) - Method in class org.apache.solr.core.Config
 
getBool(String, boolean) - Method in class org.apache.solr.core.Config
 
getBoolean(String, boolean) - Method in class org.apache.solr.analysis.BaseTokenFilterFactory
 
getBoolean(String, boolean, boolean) - Method in class org.apache.solr.analysis.BaseTokenFilterFactory
 
getBooleanParam(SolrQueryRequest, String, boolean) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated. use SolrParam.getBool(String,boolean)
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
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.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
 
getCharacterEncoding() - Method in class org.apache.solr.spelling.FileBasedSpellChecker
 
getCharFilterFactories() - Method in class org.apache.solr.analysis.TokenizerChain
 
getCharset(String) - Static method in class org.apache.solr.analysis.RussianCommon
Deprecated.  
getChildren(String) - Method in class org.apache.solr.core.PluginInfo
Filter children by type
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
 
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(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. Use SolrResourceLoader.getConfigDir() instead.
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. Use SolrCore.getConfigResource() instead.
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
 
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(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.BinaryResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.JSONResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.PHPResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.PHPSerializedResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.PythonResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.request.QueryResponseWriter
Return the applicable Content Type for a request, this method must be thread safe.
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.RawResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.RubyResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.XMLResponseWriter
 
getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.XSLTResponseWriter
 
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
 
getCopyFields(String) - Method in class org.apache.solr.schema.IndexSchema
Deprecated. Use IndexSchema.getCopyFieldsList(String) instead.
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.util.TestHarness
 
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.
getCoreContainer() - Method in class org.apache.solr.util.TestHarness
 
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(CoreContainer, String) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
 
getCount() - Method in class org.apache.solr.handler.component.StatsValues
 
getCount() - Method in class org.apache.solr.search.SortSpec
Gets the number of documents to return after sorting.
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
 
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
 
getDebugInfo() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getDefaultComponents() - Method in class org.apache.solr.handler.component.SearchHandler
 
getDefaultConfigName() - Method in class org.apache.solr.core.CoreDescriptor
 
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
 
getDeletionPolicy() - Method in class org.apache.solr.core.SolrCore
 
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.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.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.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.FieldAnalysisRequestHandler
 
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.highlight.GapFragmenter
 
getDescription() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
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.search.FastLRUCache
 
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
 
getDirectory(String, DirectoryFactory, SolrIndexConfig) - Static method in class org.apache.solr.update.SolrIndexWriter
 
getDirectory(String, SolrIndexConfig) - Static method in class org.apache.solr.update.SolrIndexWriter
Deprecated. use getDirectory(String path, DirectoryFactory directoryFactory, SolrIndexConfig config)
getDirectoryFactory() - Method in class org.apache.solr.core.SolrCore
 
getDisableFakeNorms() - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
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.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.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(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
 
getDocument() - Method in class org.apache.solr.core.Config
 
getDouble(String) - Method in class org.apache.solr.core.Config
 
getDouble(String, double) - Method in class org.apache.solr.core.Config
 
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
 
getEndTime() - Method in class org.apache.solr.request.SolrQueryResponse
Get the time in milliseconds when the response officially finished.
getErrHeader() - Method in class org.apache.solr.handler.ContentStreamLoader
 
getEtagSeed() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
getException() - Method in class org.apache.solr.handler.component.ShardResponse
 
getException() - Method in class org.apache.solr.request.SolrQueryResponse
Returns an Exception if there was a fatal error in processing the request.
getExplainList(Query, DocList, SolrIndexSearcher, IndexSchema) - Static method in class org.apache.solr.util.SolrPluginUtils
Generates an list of Explanations for each item in a list of docs.
getFacetCounts() - Method in class org.apache.solr.request.SimpleFacets
Looks at various Params to determing if any simple Facet Constraint count computations are desired.
getFacetDateCounts() - Method in class org.apache.solr.request.SimpleFacets
Returns a list of value constraints and the associated facet counts for each facet date field, range, and interval specified in the SolrParams
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.
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
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.schema.IndexSchema
Returns the SchemaField that should be used for the specified field name
getField() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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.
getFieldCacheKey() - Method in class org.apache.solr.search.SolrIndexReader
 
getFieldFlags() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getFieldFlagsKey() - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
 
getFieldIndex(SchemaField, String) - Method in class org.apache.solr.schema.FieldType
 
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.handler.AnalysisRequestHandlerBase.AnalysisContext
 
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.solr.search.SolrIndexReader
 
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.
getFieldQuery(String, String) - Method in class org.apache.solr.search.SolrQueryParser
 
getFieldQuery(String, String) - 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.schema.IndexSchema
Provides direct access to the Map containing all explicit (ie: non-dynamic) fields in the index, keyed on field name.
getFieldStore(SchemaField, String) - Method in class org.apache.solr.schema.CompressableField
 
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.
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.schema.IndexSchema
Provides direct access to the Map containing all Field Types in the index, keyed on field type name.
getFieldValueCache() - Method in class org.apache.solr.search.SolrIndexSearcher
expert: internal API, subject to change
getFileContents(String) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
Deprecated. This functionality is implemented in ShowFileRequestHandler.handleRequestBody(SolrQueryRequest, SolrQueryResponse).
getFilter() - Method in class org.apache.solr.search.SolrConstantScoreQuery
Returns the encapsulated filter
getFilter() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getFilterList() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
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.
getFlags() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getFloat(String, float) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
getFloat(String) - Method in class org.apache.solr.core.Config
 
getFloat(String, float) - Method in class org.apache.solr.core.Config
 
getFormatter(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
Return a formatter appropriate for this field.
getFormatter(String, SolrParams) - Method in class org.apache.solr.highlight.HtmlFormatter
 
getFormatter(String, 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
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
getHiddenFiles() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
getHighlighter() - Method in class org.apache.solr.core.SolrCore
Get the SolrHighlighter
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(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
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
 
getHttpCachingConfig() - Method in class org.apache.solr.core.SolrConfig
 
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
 
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(IndexReader, boolean) - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
 
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.schema.IndexSchema
Deprecated. Use IndexSchema.getSolrConfig() and open a resource input stream for IndexSchema.getResourceName() instead.
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.UpdateRequestProcessorFactory
 
getInstanceDir() - Method in class org.apache.solr.core.Config
Deprecated. Use SolrResourceLoader.getInstanceDir() instead.
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.BaseTokenFilterFactory
 
getInt(String, int) - Method in class org.apache.solr.analysis.BaseTokenFilterFactory
 
getInt(String, int, boolean) - Method in class org.apache.solr.analysis.BaseTokenFilterFactory
 
getInt(String) - Method in class org.apache.solr.core.Config
 
getInt(String, int) - Method in class org.apache.solr.core.Config
 
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
getJvmInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
Get JVM Info - including memory info
getKey() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
returns the key in the response that this facet will be under
getLastModFrom() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
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
getLen() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getLexSorted() - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
getLimit() - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated. Use SolrQueryRequest.getParams() and CommonParams.ROWS instead.
getLimit() - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use SolrQueryRequestBase.getParams() and CommonParams.ROWS instead.
getLimitedValue(String) - Method in class org.apache.solr.schema.CopyField
 
getLines(String) - Method in class org.apache.solr.core.Config
Deprecated. Use SolrResourceLoader.getLines(String) instead.
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 "{!prefix f=myfield}yes" returns type="prefix",f="myfield",v="yes" "{!prefix f=myfield v=$p}" returns type="prefix",f="myfield",v=params.get("p")
getLocalPort() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
Returns the Local Port of the first Connector found for the jetty Server.
getLogId() - Method in class org.apache.solr.core.SolrCore
 
getLuceneDocument(IndexSchema) - Method in class org.apache.solr.update.AddUpdateCommand
 
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
 
getMarkerChar() - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
 
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
 
getMaxOptimizedCommitsToKeep() - Method in class org.apache.solr.core.SolrDeletionPolicy
 
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
getMethod(String) - Static method in enum org.apache.solr.servlet.cache.Method
 
getMoreLikeThese(DocList, int, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMoreLikeThis(int, int, int, List<Query>, List<MoreLikeThisHandler.InterestingTerm>, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMoreLikeThis(Reader, int, int, List<Query>, List<MoreLikeThisHandler.InterestingTerm>, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMoreLikeThis() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
 
getMultiCoreHandler() - Method in class org.apache.solr.core.CoreContainer
 
getMultipleConfigs(SolrConfig, String) - Static method in class org.apache.solr.search.CacheConfig
 
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.component.SearchComponent
 
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.schema.IndexSchema
Deprecated. Use IndexSchema.getSchemaName() instead.
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.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.
getNode(String, boolean) - Method in class org.apache.solr.core.Config
 
getNow() - Method in class org.apache.solr.util.DateMathParser
Returns a cloned of this instance's concept of "now"
getNumberParam(SolrQueryRequest, String, Number) - Static method in class org.apache.solr.util.SolrPluginUtils
Deprecated. use SolrParam.getFloat(String,float)
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.
getOpenCount() - Method in class org.apache.solr.core.SolrCore
Current core usage count.
getOpenTime() - Method in class org.apache.solr.search.SolrIndexSearcher
 
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. Use SolrQueryRequest.getParams() instead.
getParam(String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use SolrQueryRequestBase.getParams() instead.
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)
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. Use SolrQueryRequest.getParams() instead.
getParams() - Method in class org.apache.solr.request.SolrQueryRequestBase
 
getParams(String) - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use SolrQueryRequestBase.getParams() instead.
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
getParsedResponse(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Deprecated. use BinaryResponseWriter.getParsedResponse(SolrQueryRequest, SolrQueryResponse)
getParsedResponse(SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.request.BinaryResponseWriter
TODO -- there may be a way to do this without marshal at all...
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.
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
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.
getPositionIncrementGap(String) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
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
 
getPrintableId(IndexSchema) - Method in class org.apache.solr.update.AddUpdateCommand
 
getPropertiesName() - Method in class org.apache.solr.core.CoreDescriptor
 
getQparser() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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
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()
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. Use SolrQueryRequest.getParams() and CommonParams.Q instead.
getQueryString() - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use SolrQueryRequestBase.getParams() and CommonParams.Q instead.
getQueryType() - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated. Use SolrQueryRequest.getParams() and CommonParams.QT instead.
getQueryType() - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use SolrQueryRequestBase.getParams() and CommonParams.QT instead.
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.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
 
getReadAheadLimit() - Method in class org.apache.solr.analysis.HTMLStripCharFilter
 
getReader() - Method in class org.apache.solr.search.SolrIndexSearcher
Direct access to the IndexReader used by this searcher
getRefCount() - Method in class org.apache.solr.search.SolrIndexReader
 
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.search.QParser
 
getRequestFactory(String, int, int) - Method in class org.apache.solr.util.TestHarness
 
getRequestFactory(String, int, int, String...) - Method in class org.apache.solr.util.TestHarness
0 and Even numbered args are keys, Odd numbered args are values.
getRequestFactory(String, int, int, Map<String, String>) - Method in class org.apache.solr.util.TestHarness
 
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
getRequiredFields() - Method in class org.apache.solr.schema.IndexSchema
Provides direct access to the List containing all required fields.
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.
getResponseHeader() - Method in class org.apache.solr.request.SolrQueryResponse
Repsonse header to be logged
getResults() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
getReturnFields() - Method in class org.apache.solr.request.SolrQueryResponse
Gets the document field names of fields to return by default when returning DocLists
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. Use SolrCore.getSchemaResource() instead.
getSchemaFile() - Method in class org.apache.solr.schema.IndexSchema
Deprecated. Use IndexSchema.getResourceName() instead.
getSchemaFile() - Method in class org.apache.solr.util.AbstractSolrTestCase
Subclasses must define this method to return the name of the schema.xml they wish to use.
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.
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
 
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
 
getShard() - Method in class org.apache.solr.handler.component.ShardResponse
 
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
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...
getSolrConfigFile() - Method in class org.apache.solr.util.AbstractSolrTestCase
Subclasses must define this method to return the name of the solrconfig.xml they wish to use.
getSolrConfigFilename() - Method in class org.apache.solr.core.CoreContainer.Initializer
 
getSolrCore() - Static method in class org.apache.solr.core.SolrCore
Deprecated. Use CoreContainer.getCore(String) instead.
getSolrHome() - Method in class org.apache.solr.core.CoreContainer
 
getSolrInputDocument() - Method in class org.apache.solr.update.AddUpdateCommand
 
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(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.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.IntField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.LongField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.RandomSortField
 
getSortField(boolean) - Method in class org.apache.solr.schema.SchemaField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ShortField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableDoubleField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableFloatField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableIntField
 
getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.SortableLongField
 
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
 
getSortSpec() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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.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.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.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.FieldAnalysisRequestHandler
 
getSource() - Method in class org.apache.solr.handler.MoreLikeThisHandler
 
getSource() - Method in class org.apache.solr.handler.PingRequestHandler
 
getSource() - Method in class org.apache.solr.handler.ReplicationHandler
 
getSource() - Method in class org.apache.solr.handler.RequestHandlerBase
 
getSource() - Method in class org.apache.solr.handler.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.highlight.GapFragmenter
 
getSource() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
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.schema.CopyField
 
getSource() - Method in class org.apache.solr.search.FastLRUCache
 
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.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.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.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.FieldAnalysisRequestHandler
 
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.highlight.GapFragmenter
 
getSourceId() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
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.search.FastLRUCache
 
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
 
getSourceLocation() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getSpellChecker(SolrParams) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSpellChecker(String) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getSpellCheckers() - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
getStandardDeviation() - Method in class org.apache.solr.handler.component.StatsValues
 
getStart() - Method in interface org.apache.solr.request.SolrQueryRequest
Deprecated. Use SolrQueryRequest.getParams() and CommonParams.START instead.
getStart() - Method in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use SolrQueryRequestBase.getParams() and CommonParams.START instead.
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.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.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.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(SolrIndexSearcher, DocSet, String[]) - Method in class org.apache.solr.request.UnInvertedField
Collect statistics about the UninvertedField.
getStatsValues() - Method in class org.apache.solr.handler.component.StatsValues
 
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.
getStream(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
getStream(String, Reader) - Method in class org.apache.solr.analysis.TokenizerChain
 
getStream(String, Reader) - Method in class org.apache.solr.schema.FieldType.DefaultAnalyzer
 
getString() - Method in class org.apache.solr.search.QParser
 
getStringSort(SchemaField, boolean) - Method in class org.apache.solr.schema.FieldType
Utility usable by subclasses when they want to get basic String sorting.
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
getSuggestions(Collection<Token>, IndexReader, int, boolean, boolean) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
getSuggestions(Collection<Token>, IndexReader) - Method in class org.apache.solr.spelling.SolrSpellChecker
Assumes count = 1, onlyMorePopular = false, extendedResults = false
getSuggestions(Collection<Token>, IndexReader, int) - Method in class org.apache.solr.spelling.SolrSpellChecker
Assumes onlyMorePopular = false, extendedResults = false
getSuggestions(Collection<Token>, IndexReader, boolean, boolean) - Method in class org.apache.solr.spelling.SolrSpellChecker
Assumes count = 1.
getSuggestions(Collection<Token>, IndexReader, int, boolean, boolean) - 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.
getSupersetMaxDoc() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getSynonymMap() - Method in class org.apache.solr.analysis.SynonymFilterFactory
 
getSystemInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
Get system info
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
 
getTermsToMatch() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
 
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
 
getTimeAllowed() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
getTimer() - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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
 
getTokenizerFactory() - Method in class org.apache.solr.analysis.TokenizerChain
 
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.request.SolrQueryResponse
Get loggable items.
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
 
getTransformer(SolrQueryRequest) - Method in class org.apache.solr.request.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
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
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
 
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
 
getUserQuery(String, SolrPluginUtils.DisjunctionMaxQueryParser, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
 
getVal(String, boolean) - Method in class org.apache.solr.core.Config
 
getValue() - Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
getValue() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
 
getValues() - Method in class org.apache.solr.request.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.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.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.LongFieldSource
 
getValues(Map, IndexReader) - Method in class org.apache.solr.search.function.MaxFloatFunction
 
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()
getValueSource(SchemaField) - Method in class org.apache.solr.schema.BCDIntField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.BoolField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.ByteField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.DateField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.DateField
 
getValueSource(SchemaField) - 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
Deprecated. use FieldType.getValueSource(SchemaField, QParser)
getValueSource(SchemaField) - Method in class org.apache.solr.schema.FloatField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.IntField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.LongField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.RandomSortField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.ShortField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.SortableDoubleField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.SortableFloatField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.SortableIntField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.SortableLongField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.StrField
 
getValueSource(SchemaField) - Method in class org.apache.solr.schema.TrieDateField
 
getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.TrieDateField
 
getValueSource(SchemaField) - 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
 
getValueSourceParser(String) - Method in class org.apache.solr.core.SolrCore
 
getVersion() - Method in class org.apache.solr.core.SolrCore
 
getVersion() - Method in interface org.apache.solr.core.SolrInfoMBean
Simple common usage version, e.g.
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.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.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.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.FieldAnalysisRequestHandler
 
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.highlight.GapFragmenter
 
getVersion() - Method in class org.apache.solr.highlight.HighlightingPluginBase
 
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.search.FastLRUCache
 
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
 
getWordsIterator() - Method in class org.apache.solr.util.HighFrequencyDictionary
 
getWrappedDeletionPolicy() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
 
getWrappedReader() - Method in class org.apache.solr.search.SolrIndexReader
 
getWriter() - Method in class org.apache.solr.request.TextResponseWriter
returns the Writer that the response is being written to
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
 
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.  

H

h - Variable in class org.apache.solr.util.AbstractSolrTestCase
Harness initialized by initTestHarness.
handleAliasAction(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
Handle "ALIAS" action
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
Deprecated. Use RequestHandlerUtils.handleCommit(UpdateRequestProcessor,SolrParams,boolean)
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.
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.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.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.
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
 
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
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.
hash - Variable in class org.apache.solr.update.processor.Lookup3Signature
 
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.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.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.LongFieldSource
 
hashCode() - Method in class org.apache.solr.search.function.MaxFloatFunction
 
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.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
 
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.util.CharArrayMap.EntryIterator
 
hasNorms(String) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
HIDDEN - Static variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
hiddenFiles - Variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
HighFrequencyDictionary - Class in org.apache.solr.util
HighFrequencyDictionary: terms taken from the given field of a Lucene index, which appear in a number of documents above a given threshold.
HighFrequencyDictionary(IndexReader, String, float) - Constructor for class org.apache.solr.util.HighFrequencyDictionary
 
highlight - Variable in class org.apache.solr.util.CommonParams
Deprecated. whether to highlight
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.  
HtmlFormatter - Class in org.apache.solr.highlight
Use the SimpleHTMLFormatter
HtmlFormatter() - Constructor for class org.apache.solr.highlight.HtmlFormatter
 
HTMLStripCharFilter - Class in org.apache.solr.analysis
A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
HTMLStripCharFilter(CharStream) - Constructor for class org.apache.solr.analysis.HTMLStripCharFilter
 
HTMLStripCharFilter(CharStream, Set<String>) - Constructor for class org.apache.solr.analysis.HTMLStripCharFilter
 
HTMLStripCharFilter(CharStream, Set<String>, int) - Constructor for class org.apache.solr.analysis.HTMLStripCharFilter
 
HTMLStripCharFilterFactory - Class in org.apache.solr.analysis
 
HTMLStripCharFilterFactory() - Constructor for class org.apache.solr.analysis.HTMLStripCharFilterFactory
 
HTMLStripReader - Class in org.apache.solr.analysis
Deprecated. Use HTMLStripCharFilter
HTMLStripReader(Reader) - Constructor for class org.apache.solr.analysis.HTMLStripReader
Deprecated.  
HTMLStripReader(Reader, Set<String>) - Constructor for class org.apache.solr.analysis.HTMLStripReader
Deprecated.  
HTMLStripReader(Reader, Set<String>, int) - Constructor for class org.apache.solr.analysis.HTMLStripReader
Deprecated.  
HTMLStripStandardTokenizerFactory - Class in org.apache.solr.analysis
Deprecated. Use HTMLStripCharFilterFactory and StandardTokenizerFactory
HTMLStripStandardTokenizerFactory() - Constructor for class org.apache.solr.analysis.HTMLStripStandardTokenizerFactory
Deprecated.  
HTMLStripWhitespaceTokenizerFactory - Class in org.apache.solr.analysis
Deprecated. Use HTMLStripCharFilterFactory and WhitespaceTokenizerFactory
HTMLStripWhitespaceTokenizerFactory() - Constructor for class org.apache.solr.analysis.HTMLStripWhitespaceTokenizerFactory
Deprecated.  
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.request.SolrQueryResponse
Should this response be tagged with HTTP caching headers?
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
 
HyphenatedWordsFilterFactory - Class in org.apache.solr.analysis
Factory for HyphenatedWordsFilter
HyphenatedWordsFilterFactory() - Constructor for class org.apache.solr.analysis.HyphenatedWordsFilterFactory
 

I

ID - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 
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 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
 
ignoreCase() - Method in class org.apache.solr.analysis.SynonymMap
 
ignoreCase() - Method in class org.apache.solr.util.CharArrayMap
 
incLevel() - Method in class org.apache.solr.request.TextResponseWriter
 
incLevel() - Method in class org.apache.solr.request.XMLWriter
 
includeOrig() - Method in class org.apache.solr.analysis.SynonymMap
 
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.search.SolrIndexReader
 
incref() - Method in class org.apache.solr.util.RefCounted
 
incrementToken() - Method in class org.apache.solr.analysis.DoubleMetaphoneFilter
 
incrementToken() - Method in class org.apache.solr.analysis.KeepWordFilter
 
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.PhoneticFilter
 
incrementToken() - Method in class org.apache.solr.analysis.ReversedWildcardFilter
 
incrementToken() - Method in class org.apache.solr.analysis.TrimFilter
 
indent() - Method in class org.apache.solr.request.TextResponseWriter
 
indent(int) - Method in class org.apache.solr.request.TextResponseWriter
 
indent() - Method in class org.apache.solr.request.XMLWriter
 
indent(int) - Method in class org.apache.solr.request.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 class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
INDEX_DIR - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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
 
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
 
indexed - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
 
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
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableFloatField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableIntField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.SortableLongField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.TrieDateField
 
indexedToReadable(String) - Method in class org.apache.solr.schema.TrieField
 
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
Deprecated. Use IndexSchema.IndexSchema(SolrConfig, String, InputStream) instead.
IndexSchema(SolrConfig, String, InputStream) - 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
 
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.KeepWordFilterFactory
 
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.StopFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.solr.analysis.SynonymFilterFactory
 
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.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.ReplicationHandler
 
inform(SolrCore) - Method in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
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.BaseCharFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.BaseTokenFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.BaseTokenizerFactory
 
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() - Method in class org.apache.solr.analysis.CommonGramsFilter
 
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.EdgeNGramFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.EdgeNGramTokenizerFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.GreekLowerCaseFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.LengthFilterFactory
 
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.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
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.RussianLowerCaseFilterFactory
 
init(Map<String, String>) - Method in class org.apache.solr.analysis.RussianStemFilterFactory
 
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 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.WordDelimiterFilterFactory
 
init(NamedList) - Method in class org.apache.solr.core.DirectoryFactory
 
init(NamedList) - Method in class org.apache.solr.core.IndexReaderFactory
Potentially initializes IndexReaderFactory.termInfosIndexDivisor.
init(NamedList) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
init(NamedList) - Method in interface org.apache.solr.core.SolrEventListener
 
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) - Method in class org.apache.solr.handler.component.QueryElevationComponent
 
init(NamedList) - Method in class org.apache.solr.handler.component.SearchComponent
 
init(NamedList) - Method in class org.apache.solr.handler.component.SpellCheckComponent
 
init(NamedList) - Method in class org.apache.solr.handler.component.TermVectorComponent
 
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.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(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.SolrFormatter
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 class org.apache.solr.request.BinaryResponseWriter
 
init(NamedList) - Method in class org.apache.solr.request.JSONResponseWriter
 
init(NamedList) - Method in class org.apache.solr.request.PHPResponseWriter
 
init(NamedList) - Method in class org.apache.solr.request.PHPSerializedResponseWriter
 
init(NamedList) - Method in class org.apache.solr.request.PythonResponseWriter
 
init(NamedList) - Method in interface org.apache.solr.request.QueryResponseWriter
init will be called just once, immediately after creation.
init(NamedList) - Method in class org.apache.solr.request.RawResponseWriter
 
init(NamedList) - Method in class org.apache.solr.request.RubyResponseWriter
 
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.request.XMLResponseWriter
 
init(NamedList) - Method in class org.apache.solr.request.XSLTResponseWriter
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.BCDIntField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.BoolField
 
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.CompressableField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.DateField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.DoubleField
 
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.LongField
 
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.SortableDoubleField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SortableFloatField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SortableIntField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SortableLongField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.StrField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TextField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TrieDateField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TrieField
 
init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.UUIDField
 
init(NamedList) - Method in class org.apache.solr.search.BoostQParserPlugin
 
init(NamedList) - Method in class org.apache.solr.search.DisMaxQParserPlugin
 
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.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.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) - 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.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(PluginInfo) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
 
init(NamedList) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
 
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. 
initArgs - Variable in class org.apache.solr.core.PluginInfo
 
initArgs - Variable in class org.apache.solr.handler.RequestHandlerBase
 
initialize() - Method in class org.apache.solr.core.CoreContainer.Initializer
 
initialLimit - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
 
initIndex() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
Initialize the AbstractLuceneSpellChecker.index variable based on the AbstractLuceneSpellChecker.indexDir.
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
 
initRegenerators(SolrConfig) - Static method in class org.apache.solr.search.SolrIndexSearcher
 
INJECT - Static variable in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
inject - Variable in class org.apache.solr.analysis.PhoneticFilter
 
INJECT - Static variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
inject - Variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
instance - Static variable in class org.apache.solr.util.xslt.TransformerProvider
 
instanceDir - Variable in class org.apache.solr.core.CoreDescriptor
 
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
 
intercept - Variable in class org.apache.solr.search.function.LinearFloatFunction
 
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
 
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
 
invalidateSize() - Method in class org.apache.solr.search.BitDocSet
The number of set bits - size - is cached.
invariants - Variable in class org.apache.solr.handler.RequestHandlerBase
 
invokeSetters(Object, NamedList) - Static method in class org.apache.solr.util.SolrPluginUtils
 
isAbortOnConfigurationError() - Method in class org.apache.solr.core.CoreContainer.Initializer
 
isClosed() - Method in class org.apache.solr.core.SolrCore
Whether this core is closed.
isCompressed() - Method in class org.apache.solr.schema.SchemaField
 
isCopyFieldTarget(SchemaField) - Method in class org.apache.solr.schema.IndexSchema
Check if a field is used as the destination of a copyField operation
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
 
isDynamicField(String) - Method in class org.apache.solr.schema.IndexSchema
Is the specified field dynamic or not.
isEmpty() - Method in class org.apache.solr.util.CharArrayMap
 
isEnabled() - Method in class org.apache.solr.core.PluginInfo
 
isEnabled() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
 
isEnablePositionIncrements() - Method in class org.apache.solr.analysis.StopFilterFactory
 
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.request.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.StopFilterFactory
 
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
 
isNever304() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
 
ISOLatin1AccentFilterFactory - Class in org.apache.solr.analysis
Factory for ISOLatin1AccentFilter $Id: ISOLatin1AccentFilterFactory.java 591158 2007-11-01 22:37:42Z hossman $
ISOLatin1AccentFilterFactory() - Constructor for class org.apache.solr.analysis.ISOLatin1AccentFilterFactory
 
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
 
isRequired() - Method in class org.apache.solr.schema.SchemaField
 
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
 
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
iterator() - Method in interface org.apache.solr.search.DocSet
Returns an iterator that may be used to iterate over all of the documents in the set.
iterator() - Method in class org.apache.solr.search.DocSlice
 
iterator() - Method in class org.apache.solr.search.HashDocSet
 
iterator() - Method in class org.apache.solr.search.SortedIntDocSet
 
iterator() - Method in class org.apache.solr.util.CharArrayMap
Returns an EntryIterator over this Map.
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

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, SolrConfig.JmxConfiguration) - Constructor for class org.apache.solr.core.JmxMonitoredMap
 
JSONResponseWriter - Class in org.apache.solr.request
 
JSONResponseWriter() - Constructor for class org.apache.solr.request.JSONResponseWriter
 

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
 
KeepWordFilterFactory - Class in org.apache.solr.analysis
 
KeepWordFilterFactory() - Constructor for class org.apache.solr.analysis.KeepWordFilterFactory
 
key - Variable in class org.apache.solr.request.SimpleFacets.CountPair
 
KeywordTokenizerFactory - Class in org.apache.solr.analysis
 
KeywordTokenizerFactory() - Constructor for class org.apache.solr.analysis.KeywordTokenizerFactory
 

L

LAST_MODIFIED - Static variable in class org.apache.solr.handler.ReplicationHandler
 
leadingWildcards - Variable in class org.apache.solr.search.SolrQueryParser
 
LegacyDateField - Class in org.apache.solr.schema
Deprecated. use DateField
LegacyDateField() - Constructor for class org.apache.solr.schema.LegacyDateField
Deprecated.  
LEN - Static variable in class org.apache.solr.handler.ReplicationHandler
 
LengthFilter - Class in org.apache.solr.analysis
Deprecated. use LengthFilter
LengthFilter(TokenStream, int, int) - Constructor for class org.apache.solr.analysis.LengthFilter
Deprecated.  
LengthFilterFactory - Class in org.apache.solr.analysis
 
LengthFilterFactory() - Constructor for class org.apache.solr.analysis.LengthFilterFactory
 
LetterTokenizerFactory - Class in org.apache.solr.analysis
 
LetterTokenizerFactory() - Constructor for class org.apache.solr.analysis.LetterTokenizerFactory
 
level - Variable in class org.apache.solr.request.TextResponseWriter
 
level() - Method in class org.apache.solr.request.TextResponseWriter
 
level() - Method in class org.apache.solr.request.XMLWriter
 
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
 
limit - Variable in class org.apache.solr.util.TestHarness.LocalRequestFactory
 
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
 
load(String, File) - 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(ResourceLoader, NodeList) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
Given a NodeList from XML in the form: ...
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
Add fields from the solr document TODO: /!\ NOTE /!\ This semantics of this function are still in flux.
loadUpdatehandlerInfo() - Method in class org.apache.solr.core.SolrConfig
 
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
 
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
 
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.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.AnalysisRequestHandler
Deprecated.  
log - Static variable in class org.apache.solr.handler.component.SearchHandler
 
log - Static variable in class org.apache.solr.handler.DocumentAnalysisRequestHandler
 
log - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
log - Static variable in class org.apache.solr.highlight.SolrHighlighter
 
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.MD5Signature
 
log - Static 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.AbstractSolrTestCase
Initializes things your test might need Creates a dataDir in the "java.io.tmpdir" initializes the TestHarness h using this data directory, and getSchemaPath() initializes the LocalRequestFactory lrf using sensible defaults.
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
 
LogLevelSelection - Class in org.apache.solr.servlet
Admin JDK Logger level report and selection servlet.
LogLevelSelection() - Constructor for class org.apache.solr.servlet.LogLevelSelection
 
LogUpdateProcessorFactory - Class in org.apache.solr.update.processor
A logging processor.
LogUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.LogUpdateProcessorFactory
 
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
 
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
 
lookup - Variable in class org.apache.solr.search.function.StringIndexDocValues
 
Lookup3Signature - Class in org.apache.solr.update.processor
 
Lookup3Signature() - Constructor for class org.apache.solr.update.processor.Lookup3Signature
 
LowerCaseFilterFactory - Class in org.apache.solr.analysis
 
LowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.LowerCaseFilterFactory
 
LowerCaseTokenizerFactory - Class in org.apache.solr.analysis
 
LowerCaseTokenizerFactory() - Constructor for class org.apache.solr.analysis.LowerCaseTokenizerFactory
 
lrf - Variable in class org.apache.solr.util.AbstractSolrTestCase
LocalRequestFactory initialized by initTestHarness using sensible defaults.
LRUCache - Class in org.apache.solr.search
 
LRUCache() - Constructor for class org.apache.solr.search.LRUCache
 
luceneAutoCommit - Variable in class org.apache.solr.update.SolrIndexConfig
 
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
 
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
 

M

m - Variable in class org.apache.solr.search.function.ReciprocalFloatFunction
 
main(String[]) - Static method in class org.apache.solr.analysis.HTMLStripCharFilter
 
main(String[]) - Static method in class org.apache.solr.analysis.HTMLStripReader
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.util.SimplePostTool
 
main(String[]) - Static method in class org.apache.solr.util.SuggestMissingFactories
 
mainIndexConfig - Variable in class org.apache.solr.core.SolrConfig
 
makeCommonSet(String[]) - Static method in class org.apache.solr.analysis.CommonGramsFilter
Build a CharArraySet from an array of common words, appropriate for passing into the CommonGramsFilter constructor.
makeCommonSet(String[], boolean) - Static method in class org.apache.solr.analysis.CommonGramsFilter
Build a CharArraySet from an array of common words, appropriate for passing into the CommonGramsFilter constructor,case-sensitive if ignoreCase is false.
makeParams(String, String, int, int, Map) - Static method in class org.apache.solr.request.LocalSolrQueryRequest
 
makeRequest(String...) - Method in class org.apache.solr.util.TestHarness.LocalRequestFactory
 
makeSimpleDoc(String...) - Static method in class org.apache.solr.util.TestHarness
A helper that creates an xml <doc> containing all of the fields and values specified
makeTokens(List<String>) - Static method in class org.apache.solr.analysis.SynonymMap
Produces a List from a List
managementPath - Variable in class org.apache.solr.core.CoreContainer
 
MapInitializedPlugin - Interface in org.apache.solr.util.plugin
A plugin that can be initialized with a Map
MappingCharFilterFactory - Class in org.apache.solr.analysis
 
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
 
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.  
MASTER_URL - Static variable in class org.apache.solr.handler.ReplicationHandler
 
matches() - Method in interface org.apache.solr.search.DocList
Returns the total number of matches for the search (as opposed to just the number collected according to offset() and size()).
matches() - Method in class org.apache.solr.search.DocSlice
 
MATH_LOCALE - Static variable in class org.apache.solr.schema.DateField
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_CODE_LENGTH - Static variable in class org.apache.solr.analysis.DoubleMetaphoneFilterFactory
 
MAX_KEY - Static variable in class org.apache.solr.analysis.LengthFilterFactory
 
MAX_TOKEN_LENGTH - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
MAX_WORD_COUNT - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
maxBufferedDocs - Variable in class org.apache.solr.update.SolrIndexConfig
 
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
Returns the max of a ValueSource and a float (which is useful for "bottoming out" another function at 0.0, or some positive number).
MaxFloatFunction(ValueSource, float) - 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() - Method in interface org.apache.solr.search.DocList
The maximum score for the search...
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
 
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
 
mergeFactor - Variable in class org.apache.solr.update.SolrIndexConfig
 
mergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated. old hit collector...
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() - Constructor for class org.apache.solr.update.MergeIndexesCommand
 
MergeIndexesCommand(Directory[]) - 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
 
mergeTokens(List<Token>, List<Token>) - Static method in class org.apache.solr.analysis.SynonymMap
Merge two lists of tokens, producing a single list with manipulated positionIncrements so that the tokens end up at the same position.
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_KEY - Static variable in class org.apache.solr.analysis.LengthFilterFactory
 
MIN_WORD_LENGTH - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
minCount - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
missing - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
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.
mm - Variable in class org.apache.solr.util.DisMaxParams
Deprecated. - use explicit default with SolrParams.get
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.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
 
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
 
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.TrieField
 

N

name - Variable in class org.apache.solr.analysis.PhoneticFilter
 
name - Variable in class org.apache.solr.analysis.PhoneticFilterFactory
 
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 - 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() - 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.DivFloatFunction
 
name() - Method in class org.apache.solr.search.function.DualFloatFunction
 
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 - 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.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 - Variable in class org.apache.solr.spelling.SolrSpellChecker
Dictionary name
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.  
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
 
newAdminHandlerInstance(CoreContainer, String, String...) - Method in class org.apache.solr.core.SolrResourceLoader
 
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.
newInstance(String, String...) - Method in class org.apache.solr.core.Config
Deprecated. Use SolrResourceLoader.newInstance(String, String[]) instead.
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
 
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.XmlUpdateRequestHandler
 
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.analysis.BufferedTokenStream
 
next(Token) - Method in class org.apache.solr.analysis.HyphenatedWordsFilter
 
next(Token) - Method in class org.apache.solr.analysis.LengthFilter
Deprecated.  
next(Token) - Method in class org.apache.solr.analysis.SynonymFilter
 
next(Token) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
next() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
next() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
Deprecated. use SolrConstantScoreQuery.ConstantScorer.nextDoc() instead.
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 != 0) { indexArray=bitlist[lowByte]; return; } shift(); }
next(int) - Method in class org.apache.solr.util.BitSetIterator
Deprecated.  
next() - Method in class org.apache.solr.util.CharArrayMap.EntryIterator
Returns an Entry object created on the fly...
NEXT_EXECUTION_AT - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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.SolrConstantScoreQuery.ConstantScorer
 
nextKey() - Method in class org.apache.solr.util.CharArrayMap.EntryIterator
gets the next key...
nextKeyString() - Method in class org.apache.solr.util.CharArrayMap.EntryIterator
gets the next key as a newly created String object
NGramFilterFactory - Class in org.apache.solr.analysis
Creates new instances of NGramTokenFilter.
NGramFilterFactory() - Constructor for class org.apache.solr.analysis.NGramFilterFactory
 
NGramTokenizerFactory - Class in org.apache.solr.analysis
Creates new instances of NGramTokenizer.
NGramTokenizerFactory() - Constructor for class org.apache.solr.analysis.NGramTokenizerFactory
 
NO_FREQUENCY_INFO - Static variable in class org.apache.solr.spelling.SpellingResult
 
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
 
NOW - Static variable in class org.apache.solr.schema.DateField
 
NumberUtils - Class in org.apache.solr.util
 
NumberUtils() - Constructor for class org.apache.solr.util.NumberUtils
 
numDeletedDocs() - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
numRequests - Variable in class org.apache.solr.highlight.HighlightingPluginBase
 
NUMTERMS - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
 

O

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
 
OK_PREFIX - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
OK_STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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.  
omitNorms() - Method in class org.apache.solr.schema.SchemaField
 
omitTf() - Method in class org.apache.solr.schema.SchemaField
 
onCommit(List) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Internal use for Lucene...
onCommit(List) - Method in class org.apache.solr.core.SolrDeletionPolicy
Internal use for Lucene...
onInit(List) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
Internal use for Lucene...
onInit(List) - Method in class org.apache.solr.core.SolrDeletionPolicy
Internal use for Lucene...
ONLY_FIRST_WORD - Static variable in class org.apache.solr.analysis.CapitalizationFilterFactory
 
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.StandardDirectoryFactory
 
OpenBitSet - Class in org.apache.solr.util
Deprecated. Use OpenBitSet directly.
OpenBitSet(long) - Constructor for class org.apache.solr.util.OpenBitSet
Deprecated. Constructs an OpenBitSet large enough to hold numBits.
OpenBitSet() - Constructor for class org.apache.solr.util.OpenBitSet
Deprecated.  
OpenBitSet(long[], int) - Constructor for class org.apache.solr.util.OpenBitSet
Deprecated. Constructs an OpenBitSet from an existing long[].
openConfig(String) - Method in class org.apache.solr.core.SolrResourceLoader
Opens a config resource by its name.
openResource(String) - Method in class org.apache.solr.core.Config
Deprecated. Use SolrResourceLoader.openResource(String) instead.
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.  
openWriter() - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.  
openWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
 
OPTIMIZE - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
optimize - Variable in class org.apache.solr.update.CommitUpdateCommand
 
optimize(String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
 
optimize(String...) - Static method in class org.apache.solr.util.TestHarness
Helper that returns an <optimize> String with optional key/val pairs.
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
 
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.solr.analysis - package org.apache.solr.analysis
 
org.apache.solr.client.solrj.embedded - package org.apache.solr.client.solrj.embedded
 
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.component - package org.apache.solr.handler.component
 
org.apache.solr.highlight - package org.apache.solr.highlight
 
org.apache.solr.request - package org.apache.solr.request
 
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.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.tst - package org.apache.solr.tst
 
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
 
outgoing - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
output() - Method in class org.apache.solr.analysis.BufferedTokenStream
Provides direct Iterator access to the buffered output stream.
OVERWRITE - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
overwrite(String, Document) - Method in class org.apache.solr.update.DirectUpdateHandler
Deprecated.  
OVERWRITE_COMMITTED - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated. use XmlUpdateRequestHandler.OVERWRITE
OVERWRITE_PENDING - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
Deprecated. use XmlUpdateRequestHandler.OVERWRITE
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
 
params - Variable in class org.apache.solr.handler.component.ShardRequest
 
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
 
parse(String) - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
Input must not be null
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(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
 
parseDate(String) - 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
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
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
parseId() - Method in class org.apache.solr.search.FunctionQParser
TODO: Doc
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
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.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, IndexSchema) - 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 '+'
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
 
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
This tokenizer uses regex pattern matching to construct distinct tokens for the input stream.
PatternTokenizerFactory() - Constructor for class org.apache.solr.analysis.PatternTokenizerFactory
 
peek(int) - Method in class org.apache.solr.analysis.BufferedTokenStream
Peek n tokens ahead in the buffered input stream, without modifying the stream.
PersianNormalizationFilterFactory - Class in org.apache.solr.analysis
 
PersianNormalizationFilterFactory() - Constructor for class org.apache.solr.analysis.PersianNormalizationFilterFactory
 
persist() - Method in class org.apache.solr.core.CoreContainer
Persists the cores config file in cores.xml.
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 - Variable in class org.apache.solr.util.DisMaxParams
Deprecated. - use explicit default with SolrParams.get
PhoneticFilter - Class in org.apache.solr.analysis
Create tokens for phonetic matches.
PhoneticFilter(TokenStream, Encoder, String, boolean) - Constructor for class org.apache.solr.analysis.PhoneticFilter
 
PhoneticFilterFactory - Class in org.apache.solr.analysis
Create tokens based on phonetic encoders http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html This takes two arguments: "encoder" required, one of "DoubleMetaphone", "Metaphone", "Soundex", "RefinedSoundex" "inject" (default=true) add tokens to the stream with the offset=0
PhoneticFilterFactory() - Constructor for class org.apache.solr.analysis.PhoneticFilterFactory
 
PHPResponseWriter - Class in org.apache.solr.request
 
PHPResponseWriter() - Constructor for class org.apache.solr.request.PHPResponseWriter
 
PHPSerializedResponseWriter - Class in org.apache.solr.request
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.request.PHPSerializedResponseWriter
 
PingRequestHandler - Class in org.apache.solr.handler
Ping solr core
PingRequestHandler() - Constructor for class org.apache.solr.handler.PingRequestHandler
 
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
POLL_INTERVAL - Static variable in class org.apache.solr.handler.SnapPuller
 
POPULAR - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
PorterStemFilterFactory - Class in org.apache.solr.analysis
 
PorterStemFilterFactory() - Constructor for class org.apache.solr.analysis.PorterStemFilterFactory
 
PositionFilterFactory - Class in org.apache.solr.analysis
Set the positionIncrement of all tokens to the "positionIncrement", except the first return token which retains its original positionIncrement value.
PositionFilterFactory() - Constructor for class org.apache.solr.analysis.PositionFilterFactory
 
POST_ENCODING - Static variable in class org.apache.solr.util.SimplePostTool
 
postCommit() - Method in interface org.apache.solr.core.SolrEventListener
 
postData(Reader, Writer) - Method in class org.apache.solr.util.SimplePostTool
Reads data from the data reader and posts it to solr, writes to the response to output
postFile(File, Writer) - Method in class org.apache.solr.util.SimplePostTool
Opens the file and posts it's contents to the solrUrl, writes to response to output.
postSetUp() - Method in class org.apache.solr.util.AbstractSolrTestCase
Subclasses that override setUp can optionally call this method to log the fact that their setUp process has ended.
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.TrieDateField
 
precisionStep - Variable in class org.apache.solr.schema.TrieField
 
precisionStepArg - Variable in class org.apache.solr.schema.TrieDateField
 
precisionStepArg - Variable in class org.apache.solr.schema.TrieField
 
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.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
 
preTearDown() - Method in class org.apache.solr.util.AbstractSolrTestCase
Subclasses that override tearDown can optionally call this method to log the fact that the tearDown process has started.
printableUniqueKey(Document) - Method in class org.apache.solr.schema.IndexSchema
The printable value of the Unique Key field for the specified Document
process(Token) - Method in class org.apache.solr.analysis.BufferedTokenStream
Process a token.
process(Token) - Method in class org.apache.solr.analysis.CommonGramsFilter
Inserts bigrams for common words into a token stream.
process(Token) - Method in class org.apache.solr.analysis.CommonGramsQueryFilter
Output bigrams whenever possible to optimize queries.
process(Token) - Method in class org.apache.solr.analysis.RemoveDuplicatesTokenFilter
 
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
 
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
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
 
processRollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
 
processWord(char[], int, int, int) - Method in class org.apache.solr.analysis.CapitalizationFilterFactory
 
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
 
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.EnglishPorterFilterFactory
Deprecated.  
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.SnowballPorterFilterFactory
 
PROTECTED_TOKENS - Static variable in class org.apache.solr.analysis.WordDelimiterFilterFactory
 
pslop - Variable in class org.apache.solr.util.DisMaxParams
Deprecated. - use explicit default with SolrParams.getInt
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_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
Push a token back into the buffered input stream, such that it will be returned by a future call to read()
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(Object, Object) - Method in class org.apache.solr.search.FastLRUCache
 
put(Object, Object) - Method in class org.apache.solr.search.LRUCache
 
put(Object, Object) - Method in interface org.apache.solr.search.SolrCache
:TODO: copy from Map
put(CharSequence, V) - Method in class org.apache.solr.util.CharArrayMap
 
put(String, V) - Method in class org.apache.solr.util.CharArrayMap
 
put(char[], Object) - Method in class org.apache.solr.util.CharArrayMap
Add this key,val pair to the map.
PythonResponseWriter - Class in org.apache.solr.request
 
PythonResponseWriter() - Constructor for class org.apache.solr.request.PythonResponseWriter
 

Q

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
 
QParserPlugin - Class in org.apache.solr.search
 
QParserPlugin() - Constructor for class org.apache.solr.search.QParserPlugin
 
qstr - Variable in class org.apache.solr.search.QParser
 
qtype - Variable in class org.apache.solr.util.TestHarness.LocalRequestFactory
 
query - Variable in class org.apache.solr.search.QParser
 
query - Variable in class org.apache.solr.update.DeleteUpdateCommand
 
query(SolrQueryRequest) - Method in class org.apache.solr.util.TestHarness
Processes a "query" using a user constructed SolrQueryRequest
query(String, SolrQueryRequest) - Method in class org.apache.solr.util.TestHarness
Processes a "query" using a user constructed SolrQueryRequest
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()
queryAndResponse(String, SolrQueryRequest) - Method in class org.apache.solr.util.TestHarness
 
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
 
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
 
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
 
QueryResponseWriter - Interface in org.apache.solr.request
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

ramBufferSizeMB - Variable in class org.apache.solr.update.SolrIndexConfig
 
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
 
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
 
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
Writes a ContentStream directly to the output.
RawResponseWriter() - Constructor for class org.apache.solr.request.RawResponseWriter
 
rb - Variable in class org.apache.solr.request.SimpleFacets
 
read() - Method in class org.apache.solr.analysis.BufferedTokenStream
Read a token from the buffered input stream.
read() - Method in class org.apache.solr.analysis.HTMLStripCharFilter
 
read(char[], int, int) - Method in class org.apache.solr.analysis.HTMLStripCharFilter
 
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
 
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.
reader - Variable in class org.apache.solr.spelling.IndexBasedSpellChecker
 
readerIndex(int, int[]) - Static method in class org.apache.solr.search.SolrIndexReader
Given an array of IndexReader offsets, find which contains the given doc
readPluginInfos(String, boolean, boolean) - Method in class org.apache.solr.core.SolrConfig
 
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
 
recurseDelete(File) - Static method in class org.apache.solr.util.AbstractSolrTestCase
 
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
 
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
 
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
 
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.
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 class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
reload() - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
 
reload() - Method in class org.apache.solr.spelling.SolrSpellChecker
Reloads the index.
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.util.CharArrayMap.EntryIterator
 
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
 
RemoveDuplicatesTokenFilterFactory - Class in org.apache.solr.analysis
 
RemoveDuplicatesTokenFilterFactory() - Constructor for class org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory
 
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
 
replaceFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
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
 
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.TextResponseWriter
 
req - Variable in class org.apache.solr.search.QParser
 
req(String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a SolrQueryRequest using the LocalRequestFactory
req(String[], String...) - Method in class org.apache.solr.util.AbstractSolrTestCase
Generates a SolrQueryRequest using the LocalRequestFactory
request(SolrRequest) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
request(String, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
For example: String json = solr.request( "/select?qt=dismax&wt=json&q=...", null ); String xml = solr.request( "/update", "<add>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
 
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 - Static variable in class org.apache.solr.handler.ReplicationHandler
 
reset() - Method in class org.apache.solr.analysis.BufferedTokenStream
 
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.DoubleMetaphoneFilter
 
reset(Reader) - Method in class org.apache.solr.analysis.PatternTokenizer
 
reset() - Method in class org.apache.solr.analysis.PhoneticFilter
 
reset() - Method in class org.apache.solr.analysis.SynonymFilter
 
reset() - Method in class org.apache.solr.handler.component.StatsValues
 
resource - Variable in class org.apache.solr.util.RefCounted
 
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() - 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
 
responses - Variable in class org.apache.solr.handler.component.ShardRequest
list of responses...
restrictProps(int) - Method in class org.apache.solr.schema.FieldType
:TODO: document this method
returnFields - Variable in class org.apache.solr.request.TextResponseWriter
 
reusableTokenStream(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
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
A FilterFactory which reverses the input.
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
 
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(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
 
round(Calendar, String) - Static method in class org.apache.solr.util.DateMathParser
Modifies the specified Calendar by "rounding" down to the specified unit
ROWS_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use org.apache.solr.common.params.CommonParams
rsp - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
rsp - Variable in class org.apache.solr.request.TextResponseWriter
 
RubyResponseWriter - Class in org.apache.solr.request
 
RubyResponseWriter() - Constructor for class org.apache.solr.request.RubyResponseWriter
 
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
 
RussianCommon - Class in org.apache.solr.analysis
Deprecated. 
RussianCommon() - Constructor for class org.apache.solr.analysis.RussianCommon
Deprecated.  
RussianLetterTokenizerFactory - Class in org.apache.solr.analysis
 
RussianLetterTokenizerFactory() - Constructor for class org.apache.solr.analysis.RussianLetterTokenizerFactory
 
RussianLowerCaseFilterFactory - Class in org.apache.solr.analysis
 
RussianLowerCaseFilterFactory() - Constructor for class org.apache.solr.analysis.RussianLowerCaseFilterFactory
 
RussianStemFilterFactory - Class in org.apache.solr.analysis
 
RussianStemFilterFactory() - Constructor for class org.apache.solr.analysis.RussianStemFilterFactory
 

S

save - Variable in class org.apache.solr.analysis.PhoneticFilter
 
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 - Variable in class org.apache.solr.request.TextResponseWriter
 
schema - Variable in class org.apache.solr.search.SolrQueryParser
 
schema - Variable in class org.apache.solr.update.UpdateHandler
 
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.core.CoreDescriptor
 
score() - Method in interface org.apache.solr.search.DocIterator
Returns the score for the document just returned by nextDoc()
score() - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
score() - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
 
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
 
search(SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.SolrIndexSearcher
 
search(Query, Filter, Sort) - Method in class org.apache.solr.search.SolrIndexSearcher
 
SearchComponent - Class in org.apache.solr.handler.component
TODO!
SearchComponent() - Constructor for class org.apache.solr.handler.component.SearchComponent
 
searcher - Variable in class org.apache.solr.request.SimpleFacets
Searcher to use for all calculations
searcher - Variable in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
 
searcherHolder - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
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
 
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
 
setAbortOnConfigurationError(boolean) - Method in class org.apache.solr.core.CoreContainer.Initializer
 
setAdminCore(SolrCore) - Method in class org.apache.solr.core.CoreContainer
Deprecated. 
setAdminPath(String) - Method in class org.apache.solr.core.CoreContainer
 
setAllValues(NamedList) - Method in class org.apache.solr.request.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.spelling.QueryConverter
Set the analyzer to use.
setBoost(float) - Method in class org.apache.solr.update.DocumentBuilder
 
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.
setConfigName(String) - Method in class org.apache.solr.core.CoreDescriptor
Sets the core configuration resource name.
setContentStreams(Iterable<ContentStream>) - Method in class org.apache.solr.request.SolrQueryRequestBase
 
setCoreProperties(Properties) - Method in class org.apache.solr.core.CoreDescriptor
Set this core's properties.
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
 
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.
setDisableFakeNorms(boolean) - Method in class org.apache.solr.search.SolrIndexReader
 
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.SolrIndexSearcher.QueryResult
 
setEndTime() - Method in class org.apache.solr.request.SolrQueryResponse
Stop the timer for how long this query took.
setEndTime(long) - Method in class org.apache.solr.request.SolrQueryResponse
Set the in milliseconds when the response officially finished.
setErrHeader(String) - Method in class org.apache.solr.handler.ContentStreamLoader
 
setException(Exception) - Method in class org.apache.solr.request.SolrQueryResponse
Causes an error to be returned instead of the results.
setFieldFlags(int) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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
setFilters(List<Query>) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setHandleSelect(boolean) - Method in class org.apache.solr.servlet.SolrRequestParsers
 
setHighlightQuery(Query) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setHttpCaching(boolean) - Method in class org.apache.solr.request.SolrQueryResponse
Enables or disables the emission of HTTP caching headers for this response.
setIgnoreCase(boolean) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
 
setIndent(boolean) - Method in class org.apache.solr.request.TextResponseWriter
 
setIndent(boolean) - Method in class org.apache.solr.request.XMLWriter
 
setLen(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setLevel(int) - Method in class org.apache.solr.request.TextResponseWriter
 
setLevel(int) - Method in class org.apache.solr.request.XMLWriter
 
setLocalParams(SolrParams) - Method in class org.apache.solr.search.QParser
 
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
 
setMaxOptimizedCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
 
setMaxSize(int) - Method in class org.apache.solr.util.BoundedTreeSet
 
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.
setName(String) - Method in class org.apache.solr.core.SolrCore
 
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.SolrIndexSearcher.QueryCommand
 
setNorm(int, String, byte) - Method in class org.apache.solr.search.SolrIndexReader
 
setNorm(int, String, float) - Method in class org.apache.solr.search.SolrIndexReader
 
setNow(Date) - Method in class org.apache.solr.util.DateMathParser
Redefines this instance's concept of "now"
setOffset(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
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
 
setPartialResults(boolean) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
 
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
 
setPropertiesName(String) - Method in class org.apache.solr.core.CoreDescriptor
 
setQparser(QParser) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setQuery(Query) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
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.
setQueryString(String) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setRegenerator(CacheRegenerator) - Method in class org.apache.solr.search.CacheConfig
 
setReq(SolrQueryRequest) - Method in class org.apache.solr.search.QParser
 
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.
setResponseHeaderValues(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.core.SolrCore
 
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.request.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.
setSchemaName(String) - Method in class org.apache.solr.core.CoreDescriptor
Sets the core schema resource name.
setSolrConfigFilename(String) - Method in class org.apache.solr.core.CoreContainer.Initializer
 
setSort(Sort) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setSort(Sort) - Method in class org.apache.solr.search.SortSpec
 
setSortSpec(SortSpec) - Method in class org.apache.solr.handler.component.ResponseBuilder
 
setState(SolrCache.State) - Method in class org.apache.solr.search.FastLRUCache
 
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.
setString(String) - Method in class org.apache.solr.search.QParser
 
setSupersetMaxDoc(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
 
setTermInfosIndexDivisor(int) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
setUp() - Method in class org.apache.solr.util.AbstractSolrTestCase
 
setValue(V) - Method in class org.apache.solr.util.CharArrayMap.EntryIterator
sets the value associated with the last key returned
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
setWords(Set<String>) - Method in class org.apache.solr.analysis.KeepWordFilterFactory
Set the keep word list.
severeErrors - Static variable in class org.apache.solr.core.SolrConfig
Singleton keeping track of configuration errors
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() - Constructor for class org.apache.solr.handler.component.ShardDoc
 
ShardRequest - Class in org.apache.solr.handler.component
 
ShardRequest() - Constructor for class org.apache.solr.handler.component.ShardRequest
 
ShardResponse - Class in org.apache.solr.handler.component
 
ShardResponse() - Constructor for class org.apache.solr.handler.component.ShardResponse
 
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_rows - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
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
 
ShingleFilterFactory() - Constructor for class org.apache.solr.analysis.ShingleFilterFactory
 
ShortField - Class in org.apache.solr.schema
 
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
 
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.
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(int[], int) - Static method in class org.apache.solr.search.SortedIntDocSet
 
shutdown() - Method in class org.apache.solr.core.CoreContainer
Stops all cores.
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
 
SimilarityFactory - Class in org.apache.solr.schema
 
SimilarityFactory() - Constructor for class org.apache.solr.schema.SimilarityFactory
 
SIMPLE - Static variable in class org.apache.solr.servlet.SolrRequestParsers
 
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
 
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")
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
 
SIZE - Static variable in class org.apache.solr.handler.ReplicationHandler
 
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.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.CharArrayMap
 
skipTo(int) - Method in class org.apache.solr.search.function.FunctionQuery.AllScorer
 
skipTo(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
Deprecated. use SolrConstantScoreQuery.ConstantScorer.advance(int) instead.
slope - Variable in class org.apache.solr.search.function.LinearFloatFunction
 
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
 
SnowballPorterFilterFactory - Class in org.apache.solr.analysis
Factory for SnowballFilters, with configurable language Browsing the code, SnowballFilter uses reflection to adapt to Lucene...
SnowballPorterFilterFactory() - Constructor for class org.apache.solr.analysis.SnowballPorterFilterFactory
 
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
 
SolrCache - 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, InputStream) - Constructor for class org.apache.solr.core.SolrConfig
Creates a configuration instance from a configuration name and stream.
SolrConfig(String, String, InputStream) - Constructor for class org.apache.solr.core.SolrConfig
Creates a configuration instance from an instance directory, configuration name and stream.
solrConfig - Variable in class org.apache.solr.util.AbstractSolrTestCase
 
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
 
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
 
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
 
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.
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 - Variable in class org.apache.solr.update.AddUpdateCommand
 
SolrEventListener - Interface in org.apache.solr.core
 
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.  
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
 
SolrFragmenter - Interface in org.apache.solr.highlight
 
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
 
SolrIndexConfig(SolrConfig, String, SolrIndexConfig) - Constructor for class org.apache.solr.update.SolrIndexConfig
 
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.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
 
SolrIndexWriter - Class in org.apache.solr.update
An IndexWriter that is configured via Solr config mechanisms.
SolrIndexWriter(String, String, DirectoryFactory, boolean, IndexSchema) - Constructor for class org.apache.solr.update.SolrIndexWriter
 
SolrIndexWriter(String, String, DirectoryFactory, boolean, IndexSchema, SolrIndexConfig) - Constructor for class org.apache.solr.update.SolrIndexWriter
Deprecated. 
SolrIndexWriter(String, String, boolean, IndexSchema) - Constructor for class org.apache.solr.update.SolrIndexWriter
Deprecated.  
SolrIndexWriter(String, String, boolean, IndexSchema, SolrIndexConfig) - Constructor for class org.apache.solr.update.SolrIndexWriter
Deprecated.  
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
 
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.  
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.  
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
 
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
 
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
SolrQueryResponse is used by a query handler to return the response to a query request.
SolrQueryResponse() - Constructor for class org.apache.solr.request.SolrQueryResponse
// another way of returning an error int errCode; String errMsg;
SolrRequestHandler - Interface in org.apache.solr.request
Implementations of SolrRequestHandler are called to handle query requests.
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
 
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.  
SolrSpellChecker - Class in org.apache.solr.spelling
Refer to SpellCheckComponent for more details.
SolrSpellChecker() - Constructor for class org.apache.solr.spelling.SolrSpellChecker
 
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
 
sort - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
 
SortableDoubleField - Class in org.apache.solr.schema
 
SortableDoubleField() - Constructor for class org.apache.solr.schema.SortableDoubleField
 
SortableFloatField - Class in org.apache.solr.schema
 
SortableFloatField() - Constructor for class org.apache.solr.schema.SortableFloatField
 
SortableIntField - Class in org.apache.solr.schema
 
SortableIntField() - Constructor for class org.apache.solr.schema.SortableIntField
 
SortableLongField - Class in org.apache.solr.schema
 
SortableLongField() - Constructor for class org.apache.solr.schema.SortableLongField
 
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
 
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.MaxFloatFunction
 
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
 
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
 
sourceLocation - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
sp - Variable in class org.apache.solr.search.FunctionQParser
 
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
 
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
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
 
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.
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";
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
 
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
 
StandardTokenizerFactory() - Constructor for class org.apache.solr.analysis.StandardTokenizerFactory
 
standardValueSourceParsers - Static variable in class org.apache.solr.search.ValueSourceParser
 
start() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
start(boolean) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
start - Variable in class org.apache.solr.util.TestHarness.LocalRequestFactory
 
START_NAME - Static variable in class org.apache.solr.request.SolrQueryRequestBase
Deprecated. Use org.apache.solr.common.params.CommonParams
startDoc() - Method in class org.apache.solr.update.DocumentBuilder
 
startTag(String, String, boolean) - Method in class org.apache.solr.request.XMLWriter
 
startTime - Variable in class org.apache.solr.request.SolrQueryRequestBase
 
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
 
StatsValues - Class in org.apache.solr.handler.component
2/11/2009 - Moved out of StatsComponent to allow open access to UnInvertedField StatsValues is a utility to accumulate statistics on a set of values
StatsValues() - Constructor for class org.apache.solr.handler.component.StatsValues
 
STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
 
stop() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
StopFilterFactory - Class in org.apache.solr.analysis
 
StopFilterFactory() - Constructor for class org.apache.solr.analysis.StopFilterFactory
 
stored() - Method in class org.apache.solr.schema.SchemaField
 
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
 
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
 
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
 
STRING_DISTANCE - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
 
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
 
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.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
 
subQuery(String, String) - Method in class org.apache.solr.search.QParser
Create a new QParser for parsing an embedded sub-query
subset(int, int) - Method in interface org.apache.solr.search.DocList
Get a subset of an existing DocList.
subset(int, int) - Method in class org.apache.solr.search.DocSlice
 
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
 
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
 
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.
SynonymFilter - Class in org.apache.solr.analysis
SynonymFilter handles multi-token synonyms with variable position increment offsets.
SynonymFilter(TokenStream, SynonymMap) - Constructor for class org.apache.solr.analysis.SynonymFilter
 
SynonymFilterFactory - Class in org.apache.solr.analysis
 
SynonymFilterFactory() - Constructor for class org.apache.solr.analysis.SynonymFilterFactory
 
SynonymMap - Class in org.apache.solr.analysis
Mapping rules for use with SynonymFilter
SynonymMap() - Constructor for class org.apache.solr.analysis.SynonymMap
 
SynonymMap(boolean) - Constructor for class org.apache.solr.analysis.SynonymMap
 
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

target - Variable in class org.apache.solr.search.function.RangeMapFloatFunction
 
tearDown() - Method in class org.apache.solr.util.AbstractSolrTestCase
Shuts down the test harness, and makes the best attempt possible to delete dataDir, unless the system property "solr.test.leavedatadir" is set.
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
 
termPositions(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
terms() - Method in class org.apache.solr.search.SolrIndexReader
 
terms(Term) - Method in class org.apache.solr.search.SolrIndexReader
 
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
 
termSourceField - Variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
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
 
test(boolean) - Method in class org.apache.solr.tst.TestRequestHandler
Deprecated.  
TestHarness - Class in org.apache.solr.util
This class provides a simple harness that may be useful when writing testcases.
TestHarness(String) - Constructor for class org.apache.solr.util.TestHarness
Assumes "solrconfig.xml" is the config file to use, and "schema.xml" is the schema path to use.
TestHarness(String, String) - Constructor for class org.apache.solr.util.TestHarness
Assumes "solrconfig.xml" is the config file to use.
TestHarness(String, String, String) - Constructor for class org.apache.solr.util.TestHarness
 
TestHarness(String, SolrConfig, String) - Constructor for class org.apache.solr.util.TestHarness
 
TestHarness(String, SolrConfig, IndexSchema) - Constructor for class org.apache.solr.util.TestHarness
 
TestHarness(String, CoreContainer.Initializer) - Constructor for class org.apache.solr.util.TestHarness
 
TestHarness.LocalRequestFactory - Class in org.apache.solr.util
A Factory that generates LocalSolrQueryRequest objects using a specified set of default options.
TestHarness.LocalRequestFactory() - Constructor for class org.apache.solr.util.TestHarness.LocalRequestFactory
 
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.  
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
 
TextProfileSignature() - Constructor for class org.apache.solr.update.processor.TextProfileSignature
 
TextResponseWriter - Class in org.apache.solr.request
Base class for text-oriented response writers.
TextResponseWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.request.TextResponseWriter
 
ThaiWordFilterFactory - Class in org.apache.solr.analysis
 
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
 
THRESHOLD - Static variable in class org.apache.solr.handler.SpellCheckerRequestHandler
Deprecated.  
threshold - Variable in class org.apache.solr.spelling.IndexBasedSpellChecker
 
THRESHOLD_TOKEN_FREQUENCY - Static variable in class org.apache.solr.spelling.IndexBasedSpellChecker
 
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
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
Return the standard human readable form of the date
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.SortableDoubleField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableIntField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.SortableLongField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.TrieDateField
 
toExternal(Fieldable) - Method in class org.apache.solr.schema.TrieField
 
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.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
 
toInternal(String) - Method in class org.apache.solr.schema.SortableFloatField
 
toInternal(String) - Method in class org.apache.solr.schema.SortableIntField
 
toInternal(String) - Method in class org.apache.solr.schema.SortableLongField
 
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
 
TokenFilterFactory - Interface in org.apache.solr.analysis
A TokenFilterFactory creates a TokenFilter to transform one TokenStream into another.
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
 
tokenStream(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
 
toLog - Variable in class org.apache.solr.request.SolrQueryResponse
Container for storing information that should be logged by Solr before returning.
toNamedList(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
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableIntField
 
toObject(Fieldable) - Method in class org.apache.solr.schema.SortableLongField
 
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
 
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
 
toString() - Method in class org.apache.solr.analysis.SynonymMap
 
toString() - Method in class org.apache.solr.analysis.TokenizerChain
 
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.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() - 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.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 class org.apache.solr.search.SortSpec
 
toString() - Method in class org.apache.solr.search.WildcardFilter
 
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
 
toString() - Method in class org.apache.solr.util.AbstractSolrTestCase.Doc
 
toTerm(String) - Method in class org.apache.solr.search.function.StringIndexDocValues
 
tracker - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
TRANSFORM_PARAM - Static variable in class org.apache.solr.request.XSLTResponseWriter
 
TransformerProvider - Class in org.apache.solr.util.xslt
Singleton that creates a Transformer for the XSLTServletFilter.
TrieDateField - Class in org.apache.solr.schema
 
TrieDateField() - Constructor for class org.apache.solr.schema.TrieDateField
 
TrieDoubleField - Class in org.apache.solr.schema
 
TrieDoubleField() - Constructor for class org.apache.solr.schema.TrieDoubleField
 
TrieField - Class in org.apache.solr.schema
Provides field types to support for Lucene's Trie Range Queries.
TrieField() - Constructor for class org.apache.solr.schema.TrieField
 
TrieField.TrieTypes - Enum in org.apache.solr.schema
 
TrieFloatField - Class in org.apache.solr.schema
 
TrieFloatField() - Constructor for class org.apache.solr.schema.TrieFloatField
 
TrieIntField - Class in org.apache.solr.schema
 
TrieIntField() - Constructor for class org.apache.solr.schema.TrieIntField
 
TrieLongField - Class in org.apache.solr.schema
 
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
 
TrimFilterFactory() - Constructor for class org.apache.solr.analysis.TrimFilterFactory
 
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
type - Variable in class org.apache.solr.analysis.TrieTokenizerFactory
 
type - Variable in class org.apache.solr.core.PluginInfo
 
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)

U

undeleteAll() - Method in class org.apache.solr.search.SolrIndexReader
 
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.
UNLIMITED - Static variable in class org.apache.solr.schema.CopyField
 
UNLIMITED_MAX_COUNT - Static variable in class org.apache.solr.handler.component.TermsComponent
 
unlockOnStartup - Variable in class org.apache.solr.core.SolrConfig
 
update(String) - Method in class org.apache.solr.util.TestHarness
Deprecated. The better approach is to instantiate an Updatehandler directly
UPDATE_PROCESSOR - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
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.util
Deprecated. Use org.apache.solr.common.params.UpdateParams.
updater - Variable in class org.apache.solr.util.TestHarness
 
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
 
updateTerm - Variable in class org.apache.solr.update.AddUpdateCommand
 
USE_CONTENT_TYPE - Static variable in class org.apache.solr.handler.admin.ShowFileRequestHandler
 
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
 
UTC - Static variable in class org.apache.solr.schema.DateField
 
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
 
validateAddDoc(String...) - Method in class org.apache.solr.util.TestHarness
Validates that an add of a single document results in success.
validateErrorUpdate(String) - Method in class org.apache.solr.util.TestHarness
Validates that an "update" (add, commit or optimize) results in success.
validateQuery(SolrQueryRequest, String...) - Method in class org.apache.solr.util.TestHarness
Validates a "query" response against an array of XPath test strings
validateUpdate(String) - Method in class org.apache.solr.util.TestHarness
Validates that an "update" (add, commit or optimize) results in success.
validateXPath(String, String...) - Method in class org.apache.solr.util.TestHarness
A helper method which valides a String against an array of XPath test strings.
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.schema.TrieField.TrieTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.search.SolrCache.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.servlet.cache.Method
Returns the enum constant of this type with the specified name.
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 - Variable in class org.apache.solr.request.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() - Static method in enum org.apache.solr.search.SolrCache.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.solr.servlet.cache.Method
Returns an array containing the constants of this enum type, in the order they are declared.
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
 
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
 
vs - Variable in class org.apache.solr.search.function.StringIndexDocValues
 

W

WAIT_FLUSH - Static variable in class org.apache.solr.handler.XmlUpdateRequestHandler
 
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.LRUCache
 
warm(SolrIndexSearcher, SolrCache) - 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).
WhitespaceTokenizerFactory - Class in org.apache.solr.analysis
 
WhitespaceTokenizerFactory() - Constructor for class org.apache.solr.analysis.WhitespaceTokenizerFactory
 
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
 
WordDelimiterFilterFactory() - Constructor for class org.apache.solr.analysis.WordDelimiterFilterFactory
 
write(Token) - Method in class org.apache.solr.analysis.BufferedTokenStream
Write a token to the buffered output stream
write(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.request.BinaryQueryResponseWriter
Use it to write the reponse in a binary format
write(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.BinaryResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.BinaryResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.JSONResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.PHPResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.PHPSerializedResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.PythonResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.request.QueryResponseWriter
Write a SolrQueryResponse, this method must be thread save.
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.RawResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.RubyResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.XMLResponseWriter
 
write(Writer, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.request.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.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.IntField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.IntField
 
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.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
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableDoubleField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableFloatField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableIntField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableIntField
 
write(XMLWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableLongField
 
write(TextResponseWriter, String, Fieldable) - Method in class org.apache.solr.schema.SortableLongField
 
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
 
writeArray(String, Object[]) - Method in class org.apache.solr.request.TextResponseWriter
 
writeArray(String, Iterator) - Method in class org.apache.solr.request.TextResponseWriter
 
writeArray(String, Object[]) - Method in class org.apache.solr.request.XMLWriter
 
writeArray(String, Iterator) - Method in class org.apache.solr.request.XMLWriter
 
writeAttr(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeBool(String, String) - Method in class org.apache.solr.request.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.request.TextResponseWriter
 
writeBool(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeBool(String, boolean) - Method in class org.apache.solr.request.XMLWriter
 
writeByte(String, String) - Method in class org.apache.solr.request.TextResponseWriter
 
writeByte(String, byte) - Method in class org.apache.solr.request.TextResponseWriter
 
writeByte(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeByte(String, byte) - Method in class org.apache.solr.request.XMLWriter
 
writeDate(String, Date) - Method in class org.apache.solr.request.TextResponseWriter
 
writeDate(String, String) - Method in class org.apache.solr.request.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.request.XMLWriter
 
writeDate(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeDoc(String, Document, Set<String>, float, boolean) - Method in class org.apache.solr.request.TextResponseWriter
 
writeDoc(String, Document, Set<String>, float, boolean) - Method in class org.apache.solr.request.XMLWriter
 
writeDocList(String, DocList, Set<String>, Map) - Method in class org.apache.solr.request.TextResponseWriter
 
writeDocList(String, DocList, Set<String>) - Method in class org.apache.solr.request.XMLWriter
 
writeDouble(String, String) - Method in class org.apache.solr.request.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.request.TextResponseWriter
 
writeDouble(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeDouble(String, double) - Method in class org.apache.solr.request.XMLWriter
 
writeFloat(String, String) - Method in class org.apache.solr.request.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.request.TextResponseWriter
 
writeFloat(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeFloat(String, float) - Method in class org.apache.solr.request.XMLWriter
 
writeInt(String, String) - Method in class org.apache.solr.request.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.request.TextResponseWriter
 
writeInt(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeInt(String, int) - Method in class org.apache.solr.request.XMLWriter
 
writeLockTimeout - Variable in class org.apache.solr.update.SolrIndexConfig
 
writeLong(String, String) - Method in class org.apache.solr.request.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.request.TextResponseWriter
 
writeLong(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeLong(String, long) - Method in class org.apache.solr.request.XMLWriter
 
writeMap(String, Map, boolean, boolean) - Method in class org.apache.solr.request.TextResponseWriter
 
writeMap(String, Map) - Method in class org.apache.solr.request.XMLWriter
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.request.TextResponseWriter
 
writeNamedList(String, NamedList) - Method in class org.apache.solr.request.XMLWriter
 
writeNull(String) - Method in class org.apache.solr.request.TextResponseWriter
 
writeNull(String) - Method in class org.apache.solr.request.XMLWriter
 
writePrim(String, String, String, boolean) - Method in class org.apache.solr.request.XMLWriter
 
writer - Variable in class org.apache.solr.request.TextResponseWriter
 
writer - Variable in class org.apache.solr.update.DirectUpdateHandler2
 
writeResponse(Writer, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.request.XMLWriter
 
writeShort(String, String) - Method in class org.apache.solr.request.TextResponseWriter
 
writeShort(String, short) - Method in class org.apache.solr.request.TextResponseWriter
 
writeShort(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeShort(String, short) - Method in class org.apache.solr.request.XMLWriter
 
writeSolrDocument(String, SolrDocument, Set<String>, Map) - Method in class org.apache.solr.request.TextResponseWriter
 
writeSolrDocumentList(String, SolrDocumentList, Set<String>, Map) - Method in class org.apache.solr.request.TextResponseWriter
 
writeSolrDocumentList(String, SolrDocumentList, Set<String>) - Method in class org.apache.solr.request.XMLWriter
 
writeStr(String, String, boolean) - Method in class org.apache.solr.request.TextResponseWriter
 
writeStr(String, String) - Method in class org.apache.solr.request.XMLWriter
 
writeVal(String, Object) - Method in class org.apache.solr.request.TextResponseWriter
 
writeVal(String, Object) - Method in class org.apache.solr.request.XMLWriter
 

X

xml - Variable in class org.apache.solr.util.AbstractSolrTestCase.Doc
 
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.  
XMLResponseWriter - Class in org.apache.solr.request
 
XMLResponseWriter() - Constructor for class org.apache.solr.request.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.request
 
XMLWriter(Writer, IndexSchema, SolrQueryRequest, String) - Constructor for class org.apache.solr.request.XMLWriter
 
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.request.XSLTResponseWriter
 
XSLTResponseWriter - Class in org.apache.solr.request
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.request.XSLTResponseWriter
 

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
 

_

_facetInfo - Variable in class org.apache.solr.handler.component.ResponseBuilder
 
_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 _

Copyright © 2009 Apache Software Foundation. All Rights Reserved.