- Static method in class org.apache.solr.common.util.
- F - Static variable in class org.apache.solr.search.QueryParsing
-
- FACET - Static variable in interface org.apache.solr.common.params.FacetParams
-
Should facet counts be calculated?
- facet(int) - Method in class org.apache.solr.handler.component.FieldFacetStats
-
- FACET_CONTAINS - Static variable in interface org.apache.solr.common.params.FacetParams
-
Only return constraints of a facet field containing the given string.
- FACET_CONTAINS_IGNORE_CASE - Static variable in interface org.apache.solr.common.params.FacetParams
-
If using facet contains, ignore case when comparing values.
- FACET_DATE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any field whose terms the user wants to enumerate over for
Facet Contraint Counts (multi-value)
- FACET_DATE_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Date string indicating the ending point for a date facet range.
- FACET_DATE_GAP - Static variable in interface org.apache.solr.common.params.FacetParams
-
Date Math string indicating the interval of sub-ranges for a date
facet range.
- FACET_DATE_HARD_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean indicating how counts should be computed if the range
between 'start' and 'end' is not evenly divisible by 'gap'.
- FACET_DATE_INCLUDE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Multivalued string indicating what rules should be applied to determine
when the the ranges generated for date faceting should be inclusive or
exclusive of their end points.
- FACET_DATE_KEY - Static variable in class org.apache.solr.handler.component.FacetComponent
-
- FACET_DATE_OTHER - Static variable in interface org.apache.solr.common.params.FacetParams
-
String indicating what "other" ranges should be computed for a
date facet range (multi-value).
- FACET_DATE_START - Static variable in interface org.apache.solr.common.params.FacetParams
-
Date string indicating the starting point for a date facet range.
- FACET_ENUM_CACHE_MINDF - Static variable in interface org.apache.solr.common.params.FacetParams
-
When faceting by enumerating the terms in a field,
only use the filterCache for terms with a df >= to this parameter.
- FACET_FIELD - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any field whose terms the user wants to enumerate over for
Facet Constraint Counts (multi-value)
- FACET_FIELD_KEY - Static variable in class org.apache.solr.handler.component.FacetComponent
-
- FACET_HEATMAP - Static variable in interface org.apache.solr.common.params.FacetParams
-
A spatial RPT field to generate a 2D "heatmap" (grid of facet counts) on.
- FACET_HEATMAP_DIST_ERR - Static variable in interface org.apache.solr.common.params.FacetParams
-
Used to determine the heatmap grid level to compute (optional).
- FACET_HEATMAP_DIST_ERR_PCT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Used to determine the heatmap grid level to compute, defaulting to 0.15.
- FACET_HEATMAP_FORMAT - Static variable in interface org.apache.solr.common.params.FacetParams
-
The format of the heatmap: either png or ints2D (default).
- FACET_HEATMAP_GEOM - Static variable in interface org.apache.solr.common.params.FacetParams
-
The region the heatmap should minimally enclose.
- FACET_HEATMAP_LEVEL - Static variable in interface org.apache.solr.common.params.FacetParams
-
Specify the heatmap grid level explicitly, instead of deriving it via distErr or distErrPct.
- FACET_HEATMAP_MAX_CELLS - Static variable in interface org.apache.solr.common.params.FacetParams
-
The maximum number of cells (grid squares) the client is willing to handle.
- FACET_INTERVAL - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any field whose values the user wants to enumerate as explicit intervals of terms.
- FACET_INTERVAL_SET - Static variable in interface org.apache.solr.common.params.FacetParams
-
Set of terms for a single interval to facet on.
- FACET_INTERVALS_KEY - Static variable in class org.apache.solr.handler.component.FacetComponent
-
- FACET_LIMIT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Numeric option indicating the maximum number of facet field counts
be included in the response for each field - in descending order of count.
- FACET_METHOD - Static variable in interface org.apache.solr.common.params.FacetParams
-
What method should be used to do the faceting
- FACET_METHOD_enum - Static variable in interface org.apache.solr.common.params.FacetParams
-
Value for FACET_METHOD param to indicate that Solr should enumerate over terms
in a field to calculate the facet counts.
- FACET_METHOD_fc - Static variable in interface org.apache.solr.common.params.FacetParams
-
Value for FACET_METHOD param to indicate that Solr should enumerate over documents
and count up terms by consulting an uninverted representation of the field values
(such as the FieldCache used for sorting).
- FACET_METHOD_fcs - Static variable in interface org.apache.solr.common.params.FacetParams
-
Value for FACET_METHOD param, like FACET_METHOD_fc but counts per-segment.
- FACET_MINCOUNT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Numeric option indicating the minimum number of hits before a facet should
be included in the response.
- FACET_MISSING - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean option indicating whether the response should include a
facet field count for all records which have no value for the
facet field.
- FACET_OFFSET - Static variable in interface org.apache.solr.common.params.FacetParams
-
The offset into the list of facets.
- FACET_OVERREQUEST - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_OVERREQUEST_COUNT - Static variable in interface org.apache.solr.common.params.FacetParams
-
An additional amount to over-request by when performing initial distributed requests.
- FACET_OVERREQUEST_RATIO - Static variable in interface org.apache.solr.common.params.FacetParams
-
The percentage to over-request by when performing initial distributed requests.
- FACET_PIVOT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Comma separated list of fields to pivot
example: author,type (for types by author / types within author)
- FACET_PIVOT_MINCOUNT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Minimum number of docs that need to match to be included in the sublist
default value is 1
- FACET_PREFIX - Static variable in interface org.apache.solr.common.params.FacetParams
-
Only return constraints of a facet field with the given prefix.
- FACET_QUERY - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any lucene formated queries the user would like to use for
Facet Constraint Counts (multi-value)
- FACET_QUERY_KEY - Static variable in class org.apache.solr.handler.component.FacetComponent
-
- FACET_RANGE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any numerical field whose terms the user wants to enumerate over
Facet Contraint Counts for selected ranges.
- FACET_RANGE_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Number indicating the ending point for a numerical range facet.
- FACET_RANGE_GAP - Static variable in interface org.apache.solr.common.params.FacetParams
-
Number indicating the interval of sub-ranges for a numerical
facet range.
- FACET_RANGE_HARD_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean indicating how counts should be computed if the range
between 'start' and 'end' is not evenly divisible by 'gap'.
- FACET_RANGE_INCLUDE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Multivalued string indicating what rules should be applied to determine
when the the ranges generated for numeric faceting should be inclusive or
exclusive of their end points.
- FACET_RANGE_METHOD - Static variable in interface org.apache.solr.common.params.FacetParams
-
String indicating the method to use to resolve range facets.
- FACET_RANGE_OTHER - Static variable in interface org.apache.solr.common.params.FacetParams
-
String indicating what "other" ranges should be computed for a
numerical range facet (multi-value).
- FACET_RANGE_START - Static variable in interface org.apache.solr.common.params.FacetParams
-
Number indicating the starting point for a numerical range facet.
- FACET_RANGES_KEY - Static variable in class org.apache.solr.handler.component.FacetComponent
-
- FACET_SORT - Static variable in interface org.apache.solr.common.params.FacetParams
-
String option: "count" causes facets to be sorted
by the count, "index" results in index order.
- FACET_SORT_COUNT - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_SORT_COUNT_LEGACY - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_SORT_INDEX - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_SORT_INDEX_LEGACY - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_THREADS - Static variable in interface org.apache.solr.common.params.FacetParams
-
Numeric option indicating the maximum number of threads to be used
in counting facet field vales
- FACET_TYPE_PARAMS - Static variable in class org.apache.solr.handler.component.FacetComponent
-
- FACET_ZEROS - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean option indicating whether facet field counts of "0" should
be included in the response.
- facetAccumulators - Variable in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- FacetBase(ResponseBuilder, String, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.FacetBase
-
- FacetComponent - Class in org.apache.solr.handler.component
-
Computes facets -- aggregations with counts of terms or ranges over the whole search results.
- 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.FacetContext - Class in org.apache.solr.handler.component
-
Encapsulates facet ranges and facet queries such that their parameters
are parsed and cached for efficient re-use.
- FacetComponent.FacetInfo - Class in org.apache.solr.handler.component
-
This class is used exclusively for merging results from each shard
in a distributed facet request.
- FacetComponent.FieldFacet - Class in org.apache.solr.handler.component
-
This API is experimental and subject to change
- FacetComponent.QueryFacet - Class in org.apache.solr.handler.component
-
This API is experimental and subject to change
- FacetComponent.ShardFacetCount - Class in org.apache.solr.handler.component
-
This API is experimental and subject to change
- FacetField - Class in org.apache.solr.client.solrj.response
-
A utility class to hold the facet response.
- FacetField(String) - Constructor for class org.apache.solr.client.solrj.response.FacetField
-
- FacetField(String, String, Date) - Constructor for class org.apache.solr.client.solrj.response.FacetField
-
- FacetField - Class in org.apache.solr.search.facet
-
- FacetField() - Constructor for class org.apache.solr.search.facet.FacetField
-
- FacetField.Count - Class in org.apache.solr.client.solrj.response
-
- FacetField.FacetMethod - Enum in org.apache.solr.search.facet
-
- FacetField.SortDirection - Enum in org.apache.solr.search.facet
-
- FacetInfo() - Constructor for class org.apache.solr.handler.component.FacetComponent.FacetInfo
-
- FacetingAccumulator - Class in org.apache.solr.analytics.accumulator
-
A FacetingAccumulator
manages the StatsCollectors and Expressions for facets.
- FacetingAccumulator(SolrIndexSearcher, DocSet, AnalyticsRequest, SolrQueryRequest) - Constructor for class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- FacetingAccumulator.EntryComparator - Class in org.apache.solr.analytics.accumulator
-
A comparator to compare expression values for field facet sorting.
- FacetInterval(SchemaField, String, String, boolean, boolean, String) - Constructor for class org.apache.solr.request.IntervalFacets.FacetInterval
-
Constructor that accepts already parsed values of start and end.
- FacetMerger - Class in org.apache.solr.search.facet
-
- FacetMerger() - Constructor for class org.apache.solr.search.facet.FacetMerger
-
- FacetMerger.Context - Class in org.apache.solr.search.facet
-
- facetMissingNum(int) - Method in class org.apache.solr.handler.component.FieldFacetStats
-
- FacetModule - Class in org.apache.solr.search.facet
-
- FacetModule() - Constructor for class org.apache.solr.search.facet.FacetModule
-
- facetName - Variable in class org.apache.solr.analytics.accumulator.facet.QueryFacetAccumulator
-
- FacetParams - Interface in org.apache.solr.common.params
-
Facet parameters
- FacetParams.FacetRangeInclude - Enum in org.apache.solr.common.params
-
An enumeration of the legal values for
FacetParams.FACET_DATE_INCLUDE
and
FacetParams.FACET_RANGE_INCLUDE
lower = all gap based ranges include their lower bound
upper = all gap based ranges include their upper bound
edge = the first and last gap ranges include their edge bounds (ie: lower
for the first one, upper for the last one) even if the corresponding
upper/lower option is not specified
outer = the BEFORE and AFTER ranges
should be inclusive of their bounds, even if the first or last ranges
already include those boundaries.
- FacetParams.FacetRangeMethod - Enum in org.apache.solr.common.params
-
- FacetParams.FacetRangeOther - Enum in org.apache.solr.common.params
-
- FacetProcessor<FacetRequestT extends FacetRequest> - Class in org.apache.solr.search.facet
-
- FacetQuery - Class in org.apache.solr.search.facet
-
- FacetQuery() - Constructor for class org.apache.solr.search.facet.FacetQuery
-
- FacetRange(String, String, String, boolean, boolean) - Constructor for class org.apache.solr.analytics.util.RangeEndpointCalculator.FacetRange
-
- FacetRange(FacetParams.FacetRangeOther, String, String, boolean, boolean) - Constructor for class org.apache.solr.handler.component.RangeFacetRequest.FacetRange
-
- FacetRange(String, String, String, boolean, boolean) - Constructor for class org.apache.solr.handler.component.RangeFacetRequest.FacetRange
-
Construct a facet range for the give name
- FacetRange - Class in org.apache.solr.search.facet
-
- FacetRange() - Constructor for class org.apache.solr.search.facet.FacetRange
-
- facetRanges - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
- FacetRequest - Interface in org.apache.solr.analytics.request
-
- FacetRequest - Class in org.apache.solr.search.facet
-
- FacetRequest() - Constructor for class org.apache.solr.search.facet.FacetRequest
-
- FacetRequest.Domain - Class in org.apache.solr.search.facet
-
- facets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
-
- FacetSortSpecification() - Constructor for class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- FacetSortSpecification(String) - Constructor for class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- FacetSortSpecification(String, FieldFacetRequest.FacetSortDirection) - Constructor for class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- facetStats - Variable in class org.apache.solr.search.facet.FacetRequest
-
- facetStatsValues - Variable in class org.apache.solr.handler.component.FieldFacetStats
-
- facetTermNum(int, int) - Method in class org.apache.solr.handler.component.FieldFacetStats
-
- facetValue - Variable in class org.apache.solr.analytics.accumulator.facet.QueryFacetAccumulator
-
- facetValue - Variable in class org.apache.solr.request.SimpleFacets.ParsedParams
-
- FacetValueAccumulator - Interface in org.apache.solr.analytics.accumulator.facet
-
Interface that describes the methods needed for an Accumulator to be able to handle
fieldFacets, rangeFacets and queryFacets.
- factory - Variable in class org.apache.solr.handler.dataimport.JdbcDataSource
-
- factory - Variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
-
- factory - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
-
- factory - Variable in class org.apache.solr.search.facet.HLLAgg
-
- failed() - Method in interface org.apache.solr.cloud.RecoveryStrategy.RecoveryListener
-
- FAILED - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- failed() - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- failed - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
-
- failedDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
-
- failedNodes - Variable in class org.apache.solr.cloud.rule.ReplicaAssigner
-
- FailedOp(ZkNodeProps, SolrResponse) - Constructor for class org.apache.solr.cloud.Overseer.FailedOp
-
- failRepeatedKeys - Static variable in class org.apache.solr.JSONTestUtil
-
- failureDetails - Variable in class org.apache.solr.cloud.Overseer.Stat
-
- FALLBACK - Static variable in interface org.apache.solr.update.processor.LangIdParams
-
- FALLBACK_FIELDS - Static variable in interface org.apache.solr.update.processor.LangIdParams
-
- fallbackFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
- fallbackValue - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
- FALSE - Static variable in interface org.apache.solr.common.params.CommonParams
-
- FALSE_TOKEN - Static variable in class org.apache.solr.schema.BoolField
-
- falseProperties - Variable in class org.apache.solr.schema.FieldType
-
properties explicitly set to false
- FastCharStream - Class in org.apache.solr.parser
-
An efficient implementation of JavaCC's CharStream interface.
- FastCharStream(Reader) - Constructor for class org.apache.solr.parser.FastCharStream
-
Constructs from a Reader.
- FastInputStream - Class in org.apache.solr.common.util
-
Single threaded buffered InputStream
Internal Solr use only, subject to change.
- FastInputStream(InputStream) - Constructor for class org.apache.solr.common.util.FastInputStream
-
- FastInputStream(InputStream, byte[], int, int) - Constructor for class org.apache.solr.common.util.FastInputStream
-
- FastLRUCache<K,V> - Class in org.apache.solr.search
-
SolrCache based on ConcurrentLRUCache implementation.
- FastLRUCache() - Constructor for class org.apache.solr.search.FastLRUCache
-
- FastOutputStream - Class in org.apache.solr.common.util
-
Single threaded buffered OutputStream
Internal Solr use only, subject to change.
- FastOutputStream(OutputStream) - Constructor for class org.apache.solr.common.util.FastOutputStream
-
- FastOutputStream(OutputStream, byte[], int) - Constructor for class org.apache.solr.common.util.FastOutputStream
-
- FastWriter - Class in org.apache.solr.util
-
Single threaded BufferedWriter
Internal Solr use only, subject to change.
- FastWriter(Writer) - Constructor for class org.apache.solr.util.FastWriter
-
- FastWriter(Writer, char[], int) - Constructor for class org.apache.solr.util.FastWriter
-
- fatalError(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
-
- fatalError(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
-
- fcontext - Variable in class org.apache.solr.search.facet.FacetProcessor
-
- fcontext - Variable in class org.apache.solr.search.facet.SlotAcc
-
- fetch(BlockCacheKey, byte[], int, int, int) - Method in class org.apache.solr.store.blockcache.BlockCache
-
- fetch(BlockCacheKey, byte[]) - Method in class org.apache.solr.store.blockcache.BlockCache
-
- fetch(String, long, int, byte[], int, int) - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
-
- fetch(String, long, int, byte[], int, int) - Method in interface org.apache.solr.store.blockcache.Cache
-
Fetch the specified cache file content.
- field - Variable in class org.apache.solr.analytics.request.AbstractFieldFacetRequest
-
- FIELD - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- field - Variable in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
- Field - Annotation Type in org.apache.solr.client.solrj.beans
-
This class can be used to annotate a field or a setter an any class
and SlrJ would help you convert to SolrInputDocument and from SolrDocument
- Field(String) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.Field
-
Creates a new instance of the request.
- Field(String, SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.Field
-
- FIELD - Static variable in interface org.apache.solr.common.params.CommonParams
-
- FIELD - Static variable in interface org.apache.solr.common.params.SpatialParams
-
- field - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
-
- field - Variable in class org.apache.solr.handler.component.PivotFacetField
-
- Field - Class in org.apache.solr.handler.dataimport.config
-
- Field(Field.Builder) - Constructor for class org.apache.solr.handler.dataimport.config.Field
-
- field - Variable in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
-
- FIELD - Static variable in class org.apache.solr.schema.IndexSchema
-
- field - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- field - Variable in class org.apache.solr.search.function.OrdFieldSource
-
- field - Variable in class org.apache.solr.search.function.ReverseOrdFieldSource
-
- field - Variable in class org.apache.solr.search.SpatialOptions
-
- field - Variable in class org.apache.solr.search.stats.CollectionStats
-
- FIELD - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- FIELD - Static variable in class org.apache.solr.spelling.SolrSpellChecker
-
- field - Variable in class org.apache.solr.spelling.SolrSpellChecker
-
- FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
-
- FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
-
Label for defining field to use for terms
- Field.Builder - Class in org.apache.solr.handler.dataimport.config
-
- FIELD_DELIMITER - Static variable in class org.apache.solr.spelling.suggest.FileDictionaryFactory
-
Label for defining fieldDelimiter to be used
- FIELD_FACET - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- FIELD_FACET - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- FIELD_MATCH - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FIELD_NAME - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Holds the value of the field which should be analyzed.
- FIELD_SORT_VALUES - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- FIELD_SUFFIX_AMOUNT_RAW - Static variable in class org.apache.solr.schema.CurrencyField
-
- FIELD_SUFFIX_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
-
- FIELD_TYPE - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Holds a comma-separated list of field types that the analysis should be peformed for.
- FIELD_TYPE - Static variable in class org.apache.solr.schema.IndexSchema
-
- FIELD_TYPE - Static variable in class org.apache.solr.spelling.SolrSpellChecker
-
- FIELD_TYPES - Static variable in class org.apache.solr.schema.IndexSchema
-
- FIELD_VALUE - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Hodls a comma-separated list of field named that the analysis should be performed for.
- FieldAnalysisRequest - Class in org.apache.solr.client.solrj.request
-
A request for the org.apache.solr.handler.FieldAnalysisRequestHandler.
- FieldAnalysisRequest() - Constructor for class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Constructs a new FieldAnalysisRequest with a default uri of "/fieldanalysis".
- FieldAnalysisRequest(String) - Constructor for class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Constructs a new FieldAnalysisRequest with a given uri.
- FieldAnalysisRequestHandler - Class in org.apache.solr.handler
-
Provides the ability to specify multiple field types and field names in the same request.
- FieldAnalysisRequestHandler() - Constructor for class org.apache.solr.handler.FieldAnalysisRequestHandler
-
- FieldAnalysisResponse - Class in org.apache.solr.client.solrj.response
-
- FieldAnalysisResponse() - Constructor for class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
- FieldAnalysisResponse.Analysis - Class in org.apache.solr.client.solrj.response
-
The analysis of a field.
- fieldBuilders - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
-
- FieldCollectionResource - Class in org.apache.solr.rest.schema
-
This class responds to requests at /solr/(corename)/schema/fields
Two query parameters are supported:
"fl": a comma- and/or space-separated list of fields to send properties
for in the response, rather than the default: all of them.
- FieldCollectionResource() - Constructor for class org.apache.solr.rest.schema.FieldCollectionResource
-
- FieldComparator - Class in org.apache.solr.client.solrj.io.comp
-
An equality field Comparator which compares a field of two Tuples and determines sort order.
- FieldComparator(String, ComparatorOrder) - Constructor for class org.apache.solr.client.solrj.io.comp.FieldComparator
-
- FieldComparator(String, String, ComparatorOrder) - Constructor for class org.apache.solr.client.solrj.io.comp.FieldComparator
-
- FieldExistsException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.schema.ManagedIndexSchema.FieldExistsException
-
- FieldFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.FacetComponent.FieldFacet
-
- FieldFacetAccumulator - Class in org.apache.solr.analytics.accumulator.facet
-
An Accumulator that manages the faceting for fieldFacets.
- FieldFacetAccumulator(SolrIndexSearcher, FacetValueAccumulator, SchemaField) - Constructor for class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- fieldFacetCollectors - Variable in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- fieldFacetExpressions - Variable in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- fieldFacetParamPattern - Static variable in class org.apache.solr.analytics.request.AnalyticsRequestFactory
-
- fieldFacetPattern - Static variable in class org.apache.solr.analytics.request.AnalyticsRequestFactory
-
- FieldFacetRequest - Class in org.apache.solr.analytics.request
-
Contains all of the specifications for a field facet.
- FieldFacetRequest(SchemaField) - Constructor for class org.apache.solr.analytics.request.FieldFacetRequest
-
- FieldFacetRequest.FacetSortDirection - Enum in org.apache.solr.analytics.request
-
- FieldFacetRequest.FacetSortSpecification - Class in org.apache.solr.analytics.request
-
Specifies how to sort the buckets of a field facet.
- FieldFacetStats - Class in org.apache.solr.handler.component
-
FieldFacetStats is a utility to accumulate statistics on a set of values in one field,
for facet values present in another field.
- FieldFacetStats(SolrIndexSearcher, SchemaField, StatsField) - Constructor for class org.apache.solr.handler.component.FieldFacetStats
-
- FieldFlag - Enum in org.apache.solr.common.luke
-
- FieldInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- FieldLengthUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Replaces any CharSequence values found in fields matching the specified
conditions with the lengths of those CharSequences (as an Integer).
- FieldLengthUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
-
- FieldMappingException - Exception in org.apache.solr.uima.processor
-
Exception thrown when an error happening while mapping UIMA CAS model to Solr fields
- FieldMappingException(Exception) - Constructor for exception org.apache.solr.uima.processor.FieldMappingException
-
- FieldMutatingUpdateProcessor - Class in org.apache.solr.update.processor
-
Reusable base class for UpdateProcessors that will consider
AddUpdateCommands and mutate the values associated with configured
fields.
- FieldMutatingUpdateProcessor(FieldMutatingUpdateProcessor.FieldNameSelector, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
-
- FieldMutatingUpdateProcessor.FieldNameSelector - Interface in org.apache.solr.update.processor
-
Interface for identifying which fields should be mutated
- FieldMutatingUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Base class for implementing Factories for FieldMutatingUpdateProcessors and
FieldValueMutatingUpdateProcessors.
- FieldMutatingUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
- FieldMutatingUpdateProcessorFactory.SelectorParams - Class in org.apache.solr.update.processor
-
- fieldName - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
-
- fieldName - Variable in class org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory
-
- fieldName - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
-
- fieldName - Variable in class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
-
- fieldNameMatchesSchemaField - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
-
- FieldNameMutatingUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
In the FieldNameMutatingUpdateProcessorFactory configured below,
fields names will be mutated if the name contains space.
- FieldNameMutatingUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory
-
- fieldNames - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- FieldParams - Class in org.apache.solr.search
-
A class to hold "phrase slop" and "boost" parameters for pf, pf2, pf3 parameters
- FieldParams(String, int, int, float) - Constructor for class org.apache.solr.search.FieldParams
-
- FieldProperties - Class in org.apache.solr.schema
-
- FieldProperties() - Constructor for class org.apache.solr.schema.FieldProperties
-
- FieldQParserPlugin - Class in org.apache.solr.search
-
Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate.
- FieldQParserPlugin() - Constructor for class org.apache.solr.search.FieldQParserPlugin
-
- FieldReaderDataSource - Class in org.apache.solr.handler.dataimport
-
This can be useful for users who have a DB field containing xml and wish to use a nested
XPathEntityProcessor
The datasouce may be configured as follows
<datasource name="f1" type="FieldReaderDataSource" />
The enity which uses this datasource must keep the url value as the variable name url="field-name"
The fieldname must be resolvable from
VariableResolver
This may be used with any
EntityProcessor
which uses a
DataSource
<
Reader
> eg:
XPathEntityProcessor
Supports String, BLOB, CLOB data types and there is an extra field (in the entity) 'encoding' for BLOB types
- FieldReaderDataSource() - Constructor for class org.apache.solr.handler.dataimport.FieldReaderDataSource
-
- fieldRegex - Variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
-
- FieldResource - Class in org.apache.solr.rest.schema
-
This class responds to requests at /solr/(corename)/schema/fields/(fieldname)
where "fieldname" is the name of a field.
- FieldResource() - Constructor for class org.apache.solr.rest.schema.FieldResource
-
- FieldResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldResponse
-
- fields - Variable in class org.apache.solr.client.solrj.io.Tuple
-
- Fields() - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.Fields
-
- Fields(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.Fields
-
- FIELDS - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FIELDS - Static variable in interface org.apache.solr.common.params.TermVectorParams
-
The fields to get term vectors for
- FIELDS - Static variable in class org.apache.solr.schema.IndexSchema
-
- fields - Variable in class org.apache.solr.schema.IndexSchema
-
- fields - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias
-
- fields - Variable in class org.apache.solr.SolrTestCaseJ4.Doc
-
- fields - Variable in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser.Alias
-
- FIELDS_PARAM - Static variable in interface org.apache.solr.update.processor.LangIdParams
-
- FIELDS_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
-
- FieldsResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldsResponse
-
- FieldStatsInfo - Class in org.apache.solr.client.solrj.response
-
Holds stats info
- FieldStatsInfo(NamedList<Object>, String) - Constructor for class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- FieldStreamDataSource - Class in org.apache.solr.handler.dataimport
-
This can be useful for users who have a DB field containing BLOBs which may be Rich documents
The datasouce may be configured as follows
<dataSource name="f1" type="FieldStreamDataSource" />
The entity which uses this datasource must keep and attribute dataField
The fieldname must be resolvable from
VariableResolver
This may be used with any
EntityProcessor
which uses a
DataSource
<
InputStream
> eg: TikaEntityProcessor
- FieldStreamDataSource() - Constructor for class org.apache.solr.handler.dataimport.FieldStreamDataSource
-
- fieldsWithDefaultValue - Variable in class org.apache.solr.schema.IndexSchema
-
- FieldType(String) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.FieldType
-
Creates a new instance of the request.
- FieldType(String, SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.FieldType
-
- 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...
- FieldType.MultiValueSelector - Enum in org.apache.solr.schema
-
An enumeration representing various options that may exist for selecting a single value from a
multivalued field.
- fieldTypeAmountRaw - Variable in class org.apache.solr.schema.CurrencyField
-
- FieldTypeCollectionResource - Class in org.apache.solr.rest.schema
-
This class responds to requests at /solr/(corename)/schema/fieldtypes
The GET method returns properties for all field types defined in the schema.
- FieldTypeCollectionResource() - Constructor for class org.apache.solr.rest.schema.FieldTypeCollectionResource
-
- fieldTypeCurrency - Variable in class org.apache.solr.schema.CurrencyField
-
- FieldTypeDefinition - Class in org.apache.solr.client.solrj.request.schema
-
- FieldTypeDefinition() - Constructor for class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- FieldTypeInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- fieldTypeName - Variable in class org.apache.solr.spelling.SolrSpellChecker
-
- FieldTypePluginLoader - Class in org.apache.solr.schema
-
- FieldTypePluginLoader(IndexSchema, Map<String, FieldType>, Collection<SchemaAware>) - Constructor for class org.apache.solr.schema.FieldTypePluginLoader
-
- FieldTypeRepresentation - Class in org.apache.solr.client.solrj.response.schema
-
- FieldTypeRepresentation() - Constructor for class org.apache.solr.client.solrj.response.schema.FieldTypeRepresentation
-
- FieldTypeResource - Class in org.apache.solr.rest.schema
-
This class responds to requests at /solr/(corename)/schema/fieldtype/(typename)
where "typename" is the name of a field type in the schema.
- FieldTypeResource() - Constructor for class org.apache.solr.rest.schema.FieldTypeResource
-
- FieldTypeResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldTypeResponse
-
- FieldTypes() - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.FieldTypes
-
- FieldTypes(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.FieldTypes
-
- FIELDTYPES - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
-
- fieldTypes - Variable in class org.apache.solr.schema.IndexSchema
-
- FIELDTYPES_PATH - Static variable in class org.apache.solr.rest.SolrSchemaRestApi
-
- FieldTypesResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldTypesResponse
-
- FieldTypeXmlAdapter - Class in org.apache.solr.rest.schema
-
Utility class for converting a JSON definition of a FieldType into the
XML format expected by the FieldTypePluginLoader.
- FieldTypeXmlAdapter() - Constructor for class org.apache.solr.rest.schema.FieldTypeXmlAdapter
-
- FieldUtil - Class in org.apache.solr.search.facet
-
- FieldUtil() - Constructor for class org.apache.solr.search.facet.FieldUtil
-
- fieldValueCacheConfig - Variable in class org.apache.solr.core.SolrConfig
-
- FieldValueMutatingUpdateProcessor - Class in org.apache.solr.update.processor
-
Abstract subclass of FieldMutatingUpdateProcessor for implementing
UpdateProcessors that will mutate all individual values of a selected
field independently
- FieldValueMutatingUpdateProcessor(FieldMutatingUpdateProcessor.FieldNameSelector, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.FieldValueMutatingUpdateProcessor
-
- FieldValueSubsetUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Base class for processors that want to mutate selected fields to only
keep a subset of the original values.
- FieldValueSubsetUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
-
- FieldWriter() - Constructor for class org.apache.solr.response.SortingResponseWriter.FieldWriter
-
- fifteenMinuteEWMA() - Static method in class org.apache.solr.util.stats.EWMA
-
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which
expects to be ticked every 5 seconds.
- FILE - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
If you specify a file, what is its name
- FILE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- FILE - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- FILE_NAME - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- FILE_STREAM - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- FileBasedSpellChecker - Class in org.apache.solr.spelling
-
A spell checker implementation that loads words from a text file (one word per line).
- FileBasedSpellChecker() - Constructor for class org.apache.solr.spelling.FileBasedSpellChecker
-
- FileDataSource - Class in org.apache.solr.handler.dataimport
-
A
DataSource
which reads from local files
The file is read with the default platform encoding.
- FileDataSource() - Constructor for class org.apache.solr.handler.dataimport.FileDataSource
-
- FileDictionaryFactory - Class in org.apache.solr.spelling.suggest
-
Factory for FileDictionary
- FileDictionaryFactory() - Constructor for class org.apache.solr.spelling.suggest.FileDictionaryFactory
-
- FileFloatSource - Class in org.apache.solr.search.function
-
Obtains float field values from an external file.
- FileFloatSource(SchemaField, SchemaField, float, String) - Constructor for class org.apache.solr.search.function.FileFloatSource
-
Creates a new FileFloatSource
- FileFloatSource.ReloadCacheRequestHandler - Class in org.apache.solr.search.function
-
- fileLength(String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- FileListEntityProcessor - Class in org.apache.solr.handler.dataimport
-
An
EntityProcessor
instance which can stream file names found in a given base
directory matching patterns and returning rows containing file information.
- FileListEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- fileModified(String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- fileName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- fileName - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
A regex pattern to identify files given in data-config.xml after resolving any variables
- filename - Variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- FILENAME - Static variable in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
The filename to save the properties file to.
- FileStorageIO() - Constructor for class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
-
- FileStream(File) - Constructor for class org.apache.solr.common.util.ContentStreamBase.FileStream
-
- FileUtils - Class in org.apache.solr.util
-
- FileUtils() - Constructor for class org.apache.solr.util.FileUtils
-
- fillBucket(SimpleOrderedMap<Object>, Query, DocSet) - Method in class org.apache.solr.search.facet.FacetProcessor
-
- FILLLEFT - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
-
Fill content the the left.
- FILLNONE - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
-
Do no do any filling
- fillParams(ResponseBuilder, SolrParams, String) - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
-
- fillParams(ResponseBuilder, SolrParams, String) - Method in class org.apache.solr.handler.component.FacetComponent.FieldFacet
-
- FILLRIGHT - Static variable in class org.apache.solr.internal.csv.writer.CSVConfig
-
Fill content to the right.
- FILTER - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- FILTER - Static variable in class org.apache.solr.schema.FieldType
-
- filter - Variable in class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
-
- FILTER_PARAM - Static variable in class org.apache.solr.schema.AbstractSpatialFieldType
-
A local-param boolean that can be set to false to only return the
FunctionQuery (score), and thus not do filtering.
- filterCacheConfig - Variable in class org.apache.solr.core.SolrConfig
-
- FilterCollector - Class in org.apache.solr.search.grouping.collector
-
A collector that filters incoming doc ids that are not in the filter.
- FilterCollector(DocSet, Collector) - Constructor for class org.apache.solr.search.grouping.collector.FilterCollector
-
- FilterFieldSource - Class in org.apache.solr.analytics.util.valuesource
-
DefaultIsMissingFieldSource
wraps a field source to return missing values
if the value is equal to the default value.
- FilterFieldSource(ValueSource, Object) - Constructor for class org.apache.solr.analytics.util.valuesource.FilterFieldSource
-
- FILTERS - Static variable in class org.apache.solr.schema.FieldType
-
- filters - Variable in class org.apache.solr.search.facet.FacetRequest
-
- finalize() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
- finalize() - Method in class org.apache.solr.core.CoreContainer
-
- finalize() - Method in class org.apache.solr.core.SolrCore
-
- finalize() - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
-
- finalize() - Method in class org.apache.solr.update.SolrIndexWriter
-
- finalize() - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- finalize() - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- FIND_DELTA - Static variable in class org.apache.solr.handler.dataimport.Context
-
- findClass(String) - Method in class org.apache.solr.core.MemClassLoader
-
- findClass(String, Class<T>) - Method in class org.apache.solr.core.MemClassLoader
-
- findClass(String, Class<T>) - Method in class org.apache.solr.core.SolrResourceLoader
-
- findClass(String, Class<T>, String...) - Method in class org.apache.solr.core.SolrResourceLoader
-
This method loads a class either with its FQN or a short-name (solr.class-simplename or class-simplename).
- findDirectory(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- findDirectory(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
-
- findForcedDeletesMerges(SegmentInfos, IndexWriter) - Method in class org.apache.solr.util.RandomMergePolicy
-
- findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>, IndexWriter) - Method in class org.apache.solr.util.RandomMergePolicy
-
- findIndex(int[], int, int, int) - Static method in class org.apache.solr.search.SortedIntDocSet
-
- findLocalReplicaForFromIndex(ZkController, String) - Method in class org.apache.solr.search.JoinQParserPlugin
-
- findMappedName(String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Get the name mapping
- findMerges(MergeTrigger, SegmentInfos, IndexWriter) - Method in class org.apache.solr.util.RandomMergePolicy
-
- findRecursive(String...) - Method in class org.apache.solr.common.util.NamedList
-
Recursively parses the NamedList structure to arrive at a specific element.
- finish() - Method in class org.apache.solr.search.DelegatingCollector
-
- finish() - Method in class org.apache.solr.search.Grouping.Command
-
Performs any necessary post actions to prepare the response.
- finish() - Method in class org.apache.solr.search.Grouping.CommandField
-
Performs any necessary post actions to prepare the response.
- finish() - Method in class org.apache.solr.search.Grouping.CommandFunc
-
Performs any necessary post actions to prepare the response.
- finish() - Method in class org.apache.solr.search.Grouping.CommandQuery
-
Performs any necessary post actions to prepare the response.
- finish(UpdateLog.SyncLevel) - Method in class org.apache.solr.update.HdfsTransactionLog
-
- finish() - Method in class org.apache.solr.update.processor.BufferingRequestProcessor
-
- finish() - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
-
- finish() - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
-
- finish() - Method in class org.apache.solr.update.SolrCmdDistributor
-
- finish(UpdateLog.SyncLevel) - Method in class org.apache.solr.update.TransactionLog
-
- finish(UpdateLog.SyncLevel) - Method in class org.apache.solr.update.UpdateLog
-
- finished - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.ExpandComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.HighlightComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
private void handleRegularResponses(ResponseBuilder rb, ShardRequest sreq) {
}
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
-
Called after all responses have been received for this stage.
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
-
Used in Distributed Search, merges the suggestion results from every shard
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
-
- finishStage(ResponseBuilder) - Method in class org.apache.solr.search.facet.FacetModule
-
- FIRST_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
-
- FirstFieldValueUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Keeps only the first value of fields matching the specified
conditions.
- FirstFieldValueUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.FirstFieldValueUpdateProcessorFactory
-
- firstInit(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
first time init call. do one-time operations here
it's necessary to call it from the overridden method,
otherwise it throws NPE on accessing zipper from nextRow()
- firstInit(Context) - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
-
- firstInit(Context) - Method in class org.apache.solr.handler.dataimport.TikaEntityProcessor
-
- firstNonSorted(int[], int, int) - Static method in class org.apache.solr.search.SortedIntDocSet
-
Returns the index of the first non-sorted element or -1 if they are all sorted
- firstPhaseElapsedTime - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- fiveMinuteEWMA() - Static method in class org.apache.solr.util.stats.EWMA
-
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects
to be ticked every 5 seconds.
- fixedStr - Variable in class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern
-
- fixNegativeQuery(Query) - Static method in class org.apache.solr.search.QueryUtils
-
Fixes a negative query by adding a MatchAllDocs query clause.
- fixShardCount(int) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- FL - Static variable in interface org.apache.solr.common.params.CommonParams
-
query and init param for field list
- FLAG_CONSUME_DELIMITER - Static variable in class org.apache.solr.search.FunctionQParser
-
- FLAG_DEFAULT - Static variable in class org.apache.solr.search.FunctionQParser
-
- FLAG_GAP - Static variable in class org.apache.solr.update.UpdateLog
-
- FLAG_IS_AGG - Static variable in class org.apache.solr.search.FunctionQParser
-
- flags - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- flags(Map<String, Integer>, Object) - Static method in class org.apache.solr.BaseDistributedSearchTestCase
-
- flags - Variable in class org.apache.solr.update.UpdateCommand
-
- FLAGS_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- FLATTEN - Static variable in class org.apache.solr.handler.dataimport.XPathRecordReader
-
The FLATTEN flag indicates that all text and cdata under a specific
tag should be recursivly fetched and appended to the current Node's
value.
- flattenBooleanQuery(BooleanQuery.Builder, 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.
- Fld() - Constructor for class org.apache.solr.SolrTestCaseJ4.Fld
-
- FldType(String, SolrTestCaseJ4.Vals) - Constructor for class org.apache.solr.SolrTestCaseJ4.FldType
-
- FldType(String, SolrTestCaseJ4.IVals, SolrTestCaseJ4.Vals) - Constructor for class org.apache.solr.SolrTestCaseJ4.FldType
-
- FLOAT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- float2sortableStr(float) - Static method in class org.apache.solr.util.NumberUtils
-
- float2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
-
- FLOAT_DOC_VALUES_PARSER - Static variable in class org.apache.solr.analytics.util.AnalyticsParsers
-
Converts the BytesRef or long to the correct float string.
- FloatAsc() - Constructor for class org.apache.solr.response.SortingResponseWriter.FloatAsc
-
- FloatDesc() - Constructor for class org.apache.solr.response.SortingResponseWriter.FloatDesc
-
- FloatRangeEndpointCalculator(RangeFacetRequest) - Constructor for class org.apache.solr.analytics.util.RangeEndpointCalculator.FloatRangeEndpointCalculator
-
- floatVal(int) - Method in class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
-
- FloatValueFieldType - Interface in org.apache.solr.schema
-
Marker interface for float-valued field types.
- flush() - Method in class org.apache.solr.common.util.FastOutputStream
-
- flush(byte[], int, int) - Method in class org.apache.solr.common.util.FastOutputStream
-
All writes to the sink will go through this method
- flush() - Method in interface org.apache.solr.handler.dataimport.DIHCache
-
Persists any pending data to the cache
- flush() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
-
- flush() - Method in class org.apache.solr.internal.csv.CSVPrinter
-
- flush() - Method in class org.apache.solr.logging.jul.RecordHandler
-
- flush(byte[], int, int) - Method in class org.apache.solr.update.MemOutputStream
-
- flush() - Method in class org.apache.solr.util.FastWriter
-
- flush(char[], int, int) - Method in class org.apache.solr.util.FastWriter
-
- flush(String, int, int) - Method in class org.apache.solr.util.FastWriter
-
- flushBuffer() - Method in class org.apache.solr.common.util.FastOutputStream
-
Only flushes the buffer of the FastOutputStream, not that of the
underlying stream.
- flushBuffer(IndexOutput, long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
Flushes the in-memory bufer to the given output, copying at most
numBytes
.
- flushBuffer() - Method in class org.apache.solr.util.FastWriter
-
- flushBufferToCache() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
-
Write the buffered bytes to cache
- fmix32(int) - Static method in class org.apache.solr.common.util.Hash
-
- fmix64(long) - Static method in class org.apache.solr.common.util.Hash
-
- fname - Variable in class org.apache.solr.SolrTestCaseJ4.FldType
-
- FOR_EACH - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- FORBIDDEN - Static variable in class org.apache.solr.security.AuthorizationResponse
-
- FORCE_ELEVATION - Static variable in interface org.apache.solr.common.params.QueryElevationParams
-
- forceClose() - Method in class org.apache.solr.update.TransactionLog
-
- format - Variable in class org.apache.solr.search.Grouping.Command
-
- format(LoggingEvent) - Method in class org.apache.solr.util.SolrLogLayout
-
- FORMAT_INTS2D - Static variable in class org.apache.solr.handler.component.SpatialHeatmapFacets
-
- FORMAT_PNG - Static variable in class org.apache.solr.handler.component.SpatialHeatmapFacets
-
- FORMAT_STYLE - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
-
- FORMAT_THREAD_LOCAL - Static variable in class org.apache.solr.util.DateFormatUtil
-
Thread safe DateFormat that can format in the canonical
ISO8601 date format, not including the trailing "Z" (since it is
left off in the internal indexed values)
- formatDate(Date, Calendar, Appendable) - Static method in class org.apache.solr.common.util.DateUtil
-
Formats the date and returns the calendar instance that was used (which may be reused)
- formatDate(Date) - Method in class org.apache.solr.schema.TrieDateField
-
- formatDate(Date) - Static method in class org.apache.solr.util.DateFormatUtil
-
Return the standard human readable form of the date
- formatExternal(Date) - Static method in class org.apache.solr.schema.TrieDateField
-
- formatExternal(Date) - Static method in class org.apache.solr.util.DateFormatUtil
-
Return the standard human readable form of the date (with trailing 'Z')
- formatString(String, Object...) - Static method in class org.apache.solr.common.util.StrUtils
-
Format using MesssageFormat but with the ROOT locale
- FORMATTER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- formatters - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- formatValue(Date) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.DateRangeEndpointCalculator
-
- formatValue(T) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
Formats a Range endpoint for use as a range label name in the response.
- FORMDATA - Static variable in class org.apache.solr.servlet.SolrRequestParsers
-
- forName(String) - Static method in enum org.apache.solr.handler.component.StatsField.Stat
-
Given a String, returns the corrisponding Stat enum value if any, otherwise returns null.
- forward(String, ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.solr.security.AuthenticationPlugin
-
- fpname(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
- FQ - Static variable in interface org.apache.solr.common.params.CommonParams
-
Lucene query string(s) for filtering the results without affecting scoring
- FRAG_LIST_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- fragListBuilders - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- FRAGMENTER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- fragmenters - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- FRAGMENTS_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- fragmentsBuilders - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- FRAGSIZE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FreeTextLookupFactory - Class in org.apache.solr.spelling.suggest.fst
-
LookupFactory implementation for FreeTextSuggester
- FreeTextLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
-
- freezeStage() - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
-
- freezeStage() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
-
- freq - Variable in class org.apache.solr.search.facet.FacetProcessor
-
- freq - Variable in class org.apache.solr.spelling.ResultEntry
-
- FREQ_COMP - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- FREQ_COMP - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- fromConfig(Config) - Static method in class org.apache.solr.core.SolrXmlConfig
-
- fromExpression(String, Set<SortField>) - Method in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
-
- fromExternal(String) - Static method in enum org.apache.solr.analytics.request.FieldFacetRequest.FacetSortDirection
-
- fromExternal(String) - Static method in class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- fromFile(SolrResourceLoader, File) - Static method in class org.apache.solr.core.SolrXmlConfig
-
- fromInputStream(SolrResourceLoader, InputStream) - Static method in class org.apache.solr.core.SolrXmlConfig
-
- fromJSON(byte[]) - Static method in class org.apache.solr.common.util.Utils
-
- fromJSONString(String) - Static method in class org.apache.solr.common.util.Utils
-
- fromKeyVals(Object...) - Static method in class org.apache.solr.common.cloud.ZkNodeProps
-
- fromSolrHome(SolrResourceLoader, String) - Static method in class org.apache.solr.core.SolrXmlConfig
-
- fromSolrHome(Path) - Static method in class org.apache.solr.core.SolrXmlConfig
-
- fromString(String) - Static method in enum org.apache.solr.client.solrj.io.comp.ComparatorOrder
-
- fromString(String) - Method in class org.apache.solr.common.cloud.DocRouter
-
- fromString(SolrResourceLoader, String) - Static method in class org.apache.solr.core.SolrXmlConfig
-
- fromString(SchemaField, String, float) - Method in class org.apache.solr.schema.PreAnalyzedField
-
- fromString(String) - Static method in enum org.apache.solr.search.facet.FacetField.FacetMethod
-
- FSHDFSUtils - Class in org.apache.solr.util
-
Borrowed from Apache HBase to recover an HDFS lease.
- FSHDFSUtils() - Constructor for class org.apache.solr.util.FSHDFSUtils
-
- FSHDFSUtils.CallerInfo - Interface in org.apache.solr.util
-
- FSReverseReader() - Constructor for class org.apache.solr.update.TransactionLog.FSReverseReader
-
- FSTLookupFactory - Class in org.apache.solr.spelling.suggest.fst
-
Factory for FSTCompletionLookup
- FSTLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
-
- ftype - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
-
- ftype - Variable in class org.apache.solr.SolrTestCaseJ4.Fld
-
- FULL_DUMP - Static variable in class org.apache.solr.handler.dataimport.Context
-
- FULL_IMPORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
-
- fullRange() - Method in class org.apache.solr.common.cloud.DocRouter
-
- func(int, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.AbsoluteValueDoubleFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.AddDoubleFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.ConcatStringFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.DateMathFunction
-
- func(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.DivDoubleFunction
-
- func(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.DualDoubleFunction
-
- func(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.LogDoubleFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.MultiDateFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.MultiDoubleFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.MultiplyDoubleFunction
-
- func(int, FunctionValues[]) - Method in class org.apache.solr.analytics.util.valuesource.MultiStringFunction
-
- func(int, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.NegateDoubleFunction
-
- func(int, FunctionValues, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.PowDoubleFunction
-
- func(int, FunctionValues) - Method in class org.apache.solr.analytics.util.valuesource.ReverseStringFunction
-
- function - Variable in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- FUNCTION - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- FunctionQParser - Class in org.apache.solr.search
-
- FunctionQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.FunctionQParser
-
- FunctionQParserPlugin - Class in org.apache.solr.search
-
Create a function query from the input value.
- FunctionQParserPlugin() - Constructor for class org.apache.solr.search.FunctionQParserPlugin
-
- FunctionRangeQParserPlugin - Class in org.apache.solr.search
-
Create a range query over a function.
- FunctionRangeQParserPlugin() - Constructor for class org.apache.solr.search.FunctionRangeQParserPlugin
-
- FunctionRangeQuery - Class in org.apache.solr.search
-
- FunctionRangeQuery(ValueSourceRangeFilter) - Constructor for class org.apache.solr.search.FunctionRangeQuery
-
- FUNCTIONS_NAMESPACE - Static variable in class org.apache.solr.handler.dataimport.VariableResolver
-
- FUNCTIONS_NAMESPACE_SHORT - Static variable in class org.apache.solr.handler.dataimport.VariableResolver
-
- future - Variable in class org.apache.solr.client.solrj.impl.HttpSolrClient.HttpUriRequestResponse
-
- FUZZY_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
-
Enables FUZZY
operator (~)
- FUZZY_SLOP - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- FuzzyLookupFactory - Class in org.apache.solr.spelling.suggest.fst
-
Factory for FuzzySuggester
- FuzzyLookupFactory() - Constructor for class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
-
- FVal(float, float) - Constructor for class org.apache.solr.SolrTestCaseJ4.FVal
-
- GAP - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- GAP - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- gap - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
- GapFragmenter - Class in org.apache.solr.highlight
-
- GapFragmenter() - Constructor for class org.apache.solr.highlight.GapFragmenter
-
- gapObj - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
The computed gap between each range
- gaps - Variable in class org.apache.solr.analytics.request.RangeFacetRequest
-
- GEN - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
query and init param for field list
- gen - Variable in class org.apache.solr.response.SmileResponseWriter.SmileWriter
-
- generateDescription(int, int, int, int, boolean) - Method in class org.apache.solr.search.FastLRUCache
-
- generateParseException() - Method in class org.apache.solr.parser.QueryParser
-
Generate ParseException.
- GENERATION - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- GenericSolrRequest - Class in org.apache.solr.client.solrj.request
-
- GenericSolrRequest(SolrRequest.METHOD, String, SolrParams) - Constructor for class org.apache.solr.client.solrj.request.GenericSolrRequest
-
- GeoDistValueSourceParser - Class in org.apache.solr.search.function.distance
-
- GeoDistValueSourceParser() - Constructor for class org.apache.solr.search.function.distance.GeoDistValueSourceParser
-
- GeoHashField - Class in org.apache.solr.schema
-
This is a class that represents a
Geohash field.
- GeoHashField() - Constructor for class org.apache.solr.schema.GeoHashField
-
- GeohashFunction - Class in org.apache.solr.search.function.distance
-
Takes in a latitude and longitude ValueSource and produces a GeoHash.
- GeohashFunction(ValueSource, ValueSource) - Constructor for class org.apache.solr.search.function.distance.GeohashFunction
-
- GeohashHaversineFunction - Class in org.apache.solr.search.function.distance
-
Calculate the Haversine distance between two geo hash codes.
- GeohashHaversineFunction(ValueSource, ValueSource, double) - Constructor for class org.apache.solr.search.function.distance.GeohashHaversineFunction
-
- get(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
- get(Object) - Method in class org.apache.solr.client.solrj.io.stream.StreamContext
-
- get(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- get(String) - Method in class org.apache.solr.cloud.DistributedMap
-
- get(String) - Static method in enum org.apache.solr.cloud.overseer.OverseerAction
-
- get() - Method in class org.apache.solr.common.cloud.ClusterState.CollectionRef
-
- get(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
- get(String) - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
- get(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
-
- get(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
-
- get(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
-
- get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
- get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeMethod
-
- get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
-
- get(String) - Method in class org.apache.solr.common.params.MapSolrParams
-
- get(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- get(String) - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
-
- get(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- get(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
get the param from params, fail if not found
- get(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- get(String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String value of a param, or null if not set
- get(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the value of the param, or def if not set
- get(Object) - Method in class org.apache.solr.common.SolrDocument
-
- get(Object) - Method in class org.apache.solr.common.SolrInputDocument
-
- get(K) - Method in interface org.apache.solr.common.util.Cache
-
- get(JavaBinCodec.StringBytes) - Method in class org.apache.solr.common.util.JavaBinCodec.StringCache
-
- get(String) - Method in class org.apache.solr.common.util.NamedList
-
Gets the value for the first instance of the specified name
found.
- get(String, int) - Method in class org.apache.solr.common.util.NamedList
-
Gets the value for the first instance of the specified name
found starting at the specified index.
- get(String, DirectoryFactory.DirContext, String) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- get(String) - Method in class org.apache.solr.core.Config
-
- get(String, String) - Method in class org.apache.solr.core.Config
-
- get(String, DirectoryFactory.DirContext, String) - Method in class org.apache.solr.core.DirectoryFactory
-
Returns the Directory for a given path, using the specified rawLockType.
- get(String) - Method in class org.apache.solr.core.PluginBag
-
Get a plugin by name.
- get(String, boolean) - Method in class org.apache.solr.core.PluginBag
-
Fetches a plugin by name , or the default
- get() - Method in class org.apache.solr.core.PluginBag.LazyPluginHolder
-
- get() - Method in class org.apache.solr.core.PluginBag.PluginHolder
-
- get(String) - Method in class org.apache.solr.core.RequestHandlers
-
- get(String) - Method in class org.apache.solr.core.SolrConfig
-
- get(String, String) - Method in class org.apache.solr.core.SolrConfig
-
- get(Comparable) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
Fast lookup to retrieve a
PivotFacetValue
from this collection if it
exists
- get(String, SolrParams) - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
-
- get(String, SolrParams) - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
-
- get(String, SolrParams) - Method in class org.apache.solr.highlight.SolrBoundaryScanner
-
- get(int) - Method in class org.apache.solr.logging.CircularList
-
- get(String) - Static method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
-
- get() - Method in interface org.apache.solr.rest.GETable
-
- get() - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
-
- get() - Method in class org.apache.solr.rest.schema.CopyFieldCollectionResource
-
- get() - Method in class org.apache.solr.rest.schema.DynamicFieldCollectionResource
-
- get() - Method in class org.apache.solr.rest.schema.DynamicFieldResource
-
- get() - Method in class org.apache.solr.rest.schema.FieldCollectionResource
-
- get() - Method in class org.apache.solr.rest.schema.FieldResource
-
- get() - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
-
- get() - Method in class org.apache.solr.rest.schema.FieldTypeResource
-
- get(String) - Static method in enum org.apache.solr.schema.SchemaManager.OpType
-
- get(K) - Method in class org.apache.solr.search.FastLRUCache
-
- get(K) - Method in class org.apache.solr.search.LFUCache
-
- get(K) - Method in class org.apache.solr.search.LRUCache
-
- get(K) - Method in interface org.apache.solr.search.SolrCache
-
:TODO: copy from Map
- get() - Static method in class org.apache.solr.search.SolrQueryTimeoutImpl
-
Get the current value of timeoutAt.
- get(SolrQueryRequest) - Method in class org.apache.solr.search.stats.ExactSharedStatsCache
-
- get(SolrQueryRequest) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- get(SolrQueryRequest) - Method in class org.apache.solr.search.stats.LocalStatsCache
-
- get(SolrQueryRequest) - Method in class org.apache.solr.search.stats.LRUStatsCache
-
- get(SolrQueryRequest) - Method in class org.apache.solr.search.stats.StatsCache
-
Prepare local
StatsSource
to provide stats information to perform
local scoring (to be precise, to build a local
Weight
from the
query).
- get() - Method in class org.apache.solr.SolrTestCaseJ4.FVal
-
- get() - Method in class org.apache.solr.SolrTestCaseJ4.IRange
-
- get() - Method in class org.apache.solr.SolrTestCaseJ4.IValsPercent
-
- get() - Method in class org.apache.solr.SolrTestCaseJ4.SVal
-
- get() - Method in class org.apache.solr.SolrTestCaseJ4.Vals
-
- get(Token) - Method in class org.apache.solr.spelling.SpellingResult
-
Gets the suggestions for the given token.
- get(K) - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- get(K) - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- get(Object) - Method in class org.apache.solr.util.MapListener
-
- get(String) - Static method in enum org.apache.solr.util.PivotListEntry
-
Case-insensitive lookup of PivotListEntry by name
- get() - Method in class org.apache.solr.util.RefCounted
-
- get75thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the value at the 75th percentile in the distribution.
- get95thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the value at the 95th percentile in the distribution.
- get98thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the value at the 98th percentile in the distribution.
- get999thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the value at the 99.9th percentile in the distribution.
- get99thPercentile() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the value at the 99th percentile in the distribution.
- GET_DOCLIST - Static variable in class org.apache.solr.search.SolrIndexSearcher
-
- GET_DOCSET - Static variable in class org.apache.solr.search.SolrIndexSearcher
-
- GET_SCORES - Static variable in class org.apache.solr.search.SolrIndexSearcher
-
- getA() - Method in class org.apache.solr.search.grouping.distributed.command.Pair
-
- getAbbreviation() - Method in enum org.apache.solr.common.luke.FieldFlag
-
- GETable - Interface in org.apache.solr.rest
-
Marker interface for resource classes that handle GET requests.
- getAbs(Query) - Static method in class org.apache.solr.search.QueryUtils
-
Returns the original query if it was already a positive query, otherwise
return the negative of the query (i.e., a positive query).
- getAcceptBacklog() - Method in class org.apache.solr.cloud.SocketProxy
-
- getAccuracy() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getAccuracy() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- getAccuracy() - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- getAccuracy() - Method in class org.apache.solr.spelling.SolrSpellChecker
-
- getAchievedRf() - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor.RequestReplicationTracker
-
- getACLsToAdd(String) - Method in class org.apache.solr.common.cloud.DefaultZkACLProvider
-
- getACLsToAdd(String) - Method in interface org.apache.solr.common.cloud.ZkACLProvider
-
- getAction() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- getActiveReplicaCoreUrls(ZkController, String) - Static method in class org.apache.solr.handler.SolrConfigHandler
-
- getActiveReplicaCoreUrls(ZkController, String, String) - Static method in class org.apache.solr.schema.ManagedIndexSchema
-
- getActiveSlices(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getActiveSlices() - Method in class org.apache.solr.common.cloud.DocCollection
-
Return the list of active slices for this collection.
- getActiveSlicesMap(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getActiveSlicesMap() - Method in class org.apache.solr.common.cloud.DocCollection
-
Get the map of active slices (sliceName->Slice) for this collection.
- getAddFails() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- getAdminFileFromFileSystem(SolrQueryRequest, SolrQueryResponse, Set<String>) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- getAdminFileFromZooKeeper(SolrQueryRequest, SolrQueryResponse, SolrZkClient, Set<String>) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- getAdminURL() - Method in class org.apache.solr.util.RestTestHarness
-
- getAePath() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
-
- getAfter() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getAlias(String) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
Returns the aliases found for a field.
- getAliasedCollections() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- getAliasedQuery() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
Delegates to the super class unless the field has been specified
as an alias -- in which case we recurse on each of
the aliased fields, and the results are composed into a
DisjunctionMaxQuery.
- getAliases() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getAliasMap() - Method in class org.apache.solr.common.cloud.Aliases
-
- getAliasName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- getAll(Map<String, Object>, String...) - Method in class org.apache.solr.common.params.SolrParams
-
Copy all params to the given map or if the given map is null
create a new one
- getAll(String) - Method in class org.apache.solr.common.util.NamedList
-
Gets the values for the the specified name
- getAllAttributes(Element) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
-
- getAllAttributes() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getAllAttributes() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- getAllAttributes() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- getAllAttributes(Element) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
-
- getAllCollections() - Method in class org.apache.solr.cloud.MockZkStateReader
-
- getAllCoreNames() - Method in class org.apache.solr.core.CoreContainer
-
get a list of all the cores that are currently loaded
- getAllEntityFields() - Method in class org.apache.solr.handler.dataimport.Context
-
Returns all the fields put into an entity. each item (which is a map ) in
the list corresponds to one field. each if the map contains the attribute
names and values in a field
- getAllEntityFields() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getAllFieldNameAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns all field name analysese with their associated field names.
- getAllFieldsList() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getAllFieldTypeAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns all field type analyses with their associated field types.
- getAllLevels() - Method in class org.apache.solr.logging.jul.JulWatcher
-
- getAllLevels() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- getAllLevels() - Method in class org.apache.solr.logging.LogWatcher
-
- getAllLoggers() - Method in class org.apache.solr.logging.jul.JulWatcher
-
- getAllLoggers() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- getAllLoggers() - Method in class org.apache.solr.logging.LogWatcher
-
- getAllowLeadingWildcard() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getAllPhraseFields() - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
-
- getAllQueryFacets() - Method in class org.apache.solr.handler.component.FacetComponent.FacetContext
-
- getAllRangeFacetRequests() - Method in class org.apache.solr.handler.component.FacetComponent.FacetContext
-
- getAllRecords(Reader) - Method in class org.apache.solr.common.util.JsonRecordReader
-
Uses
streamRecords
to getInst the JSON source but with
a handler that collects all the emitted records into a single List which
is returned upon completion.
- getAllRecords(Reader) - Method in class org.apache.solr.handler.dataimport.XPathRecordReader
-
Uses
streamRecords
to parse the XML source but with
a handler that collects all the emitted records into a single List which
is returned upon completion.
- getAllRequests() - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory.RequestTrackingQueue
-
- getAllValues() - Method in class org.apache.solr.internal.csv.CSVParser
-
Parses the CSV according to the given strategy
and returns the content as an array of records
(whereas records are arrays of single values).
- getAlternateUserQuery(SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
-
- getAlternativeFrequencies() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
The frequencies of the alternatives in the corpus, or null if this information was not returned
- getAlternatives() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
The list of alternatives
- getAnalyticsCollector(ResponseBuilder, IndexSearcher) - Method in class org.apache.solr.search.AnalyticsQuery
-
- getAnalyticsRequests() - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
Returns the list of Analytics Requests built during parsing.
- getAnalyzer() - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- getAnalyzer() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getAnalyzer() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
-
- getAnalyzer() - Method in class org.apache.solr.spelling.QueryConverter
-
- getAnalyzerProperties(Analyzer) - Static method in class org.apache.solr.schema.FieldType
-
Returns a description of the given analyzer, by either reporting the Analyzer class
name (and optionally luceneMatchVersion) if it's not a TokenizerChain, or if it is,
querying each analysis factory for its name and args.
- getAndCheckVersionField(IndexSchema) - Static method in class org.apache.solr.update.VersionInfo
-
Gets and returns the
VersionInfo.VERSION_FIELD
from the specified
schema, after verifying that it is indexed, stored, and single-valued.
- getArg() - Method in class org.apache.solr.search.facet.SimpleAggValueSource
-
- getArg() - Method in class org.apache.solr.search.facet.StrAggValueSource
-
- getArgs() - Method in class org.apache.solr.core.AbstractSolrEventListener
-
- getArgs() - Method in class org.apache.solr.schema.SchemaField
-
- getArguments(String) - Static method in class org.apache.solr.analytics.expression.ExpressionFactory
-
Splits up an Expression's arguments.
- getAsFilterQuery() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getAssignedCoreNodeName(ClusterState, ZkNodeProps) - Static method in class org.apache.solr.cloud.overseer.ClusterStateMutator
-
- getAssignedId(ClusterState, String, ZkNodeProps) - Static method in class org.apache.solr.cloud.overseer.ClusterStateMutator
-
- getAsyncId() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getAsyncId() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getAsyncId() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getAsyncId() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- getAt(int) - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
Fetchs a
PivotFacetValue
from this collection via the index, may not
be used to fetch the
PivotFacetValue
corrisponding to the missing-value.
- getAttr(NamedNodeMap, String) - Static method in class org.apache.solr.util.DOMUtil
-
- getAttr(Node, String) - Static method in class org.apache.solr.util.DOMUtil
-
- getAttr(NamedNodeMap, String, String) - Static method in class org.apache.solr.util.DOMUtil
-
- getAttr(Node, String, String) - Static method in class org.apache.solr.util.DOMUtil
-
- getAttributes() - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- getAttributes() - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- getAttributeValue(Context, String) - Static method in class org.apache.solr.handler.dataimport.CachePropertyUtil
-
- getAttributeValueAsString(Context, String) - Static method in class org.apache.solr.handler.dataimport.CachePropertyUtil
-
- getAuth() - Method in class org.apache.solr.common.cloud.ZkCredentialsProvider.ZkCredentials
-
- getAuthenticationPlugin() - Method in class org.apache.solr.core.CoreContainer
-
- getAuthenticationProvider(Map<String, Object>) - Method in class org.apache.solr.security.BasicAuthPlugin
-
- getAuthorizationPlugin() - Method in class org.apache.solr.core.CoreContainer
-
- getAutoAddReplicas() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getAutoAddReplicas() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getAutoGeneratePhraseQueries() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getAutoGeneratePhraseQueries() - Method in class org.apache.solr.schema.TextField
-
- getAutoReplicaFailoverBadNodeExpiration() - Method in class org.apache.solr.core.CloudConfig
-
- getAutoReplicaFailoverWaitAfterExpiration() - Method in class org.apache.solr.core.CloudConfig
-
- getAutoReplicaFailoverWorkLoopDelay() - Method in class org.apache.solr.core.CloudConfig
-
- getAutowarmDescription() - Method in class org.apache.solr.search.SolrCacheBase
-
- getB() - Method in class org.apache.solr.search.grouping.distributed.command.Pair
-
- getBankId() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- getBaseDir() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- getBaseUrl() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
Returns a base URL consisting of the protocal, host, and port for a
Connector in use by the Jetty Server contained in this runner.
- getBaseURL() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- getBaseUrl() - Method in class org.apache.solr.client.solrj.io.stream.SolrStream
-
- getBaseUrl(HttpSolrClient) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getBaseUrl() - Method in class org.apache.solr.cloud.ZkController
-
- getBaseUrl() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getBaseUrl() - Method in class org.apache.solr.handler.dataimport.URLDataSource
-
- getBaseURL() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- getBaseUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
-
- getBaseUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- getBaseURL() - Method in interface org.apache.solr.util.RESTfulServerProvider
-
- getBaseURL() - Method in class org.apache.solr.util.RestTestHarness
-
- getBaseUrlForNodeName(String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Returns the baseURL corresponding to a given node's nodeName --
NOTE: does not (currently) imply that the nodeName (or resulting
baseURL) exists in the cluster.
- getBaseWriter(SolrQueryRequest) - Method in class org.apache.solr.response.RawResponseWriter
-
- getBean(Class<T>, SolrDocument) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
-
- getBeans(Class<T>, SolrDocumentList) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
-
- getBeans(Class<T>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getBefore() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getBeginColumn() - Method in interface org.apache.solr.parser.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.solr.parser.FastCharStream
-
- getBeginLine() - Method in interface org.apache.solr.parser.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.solr.parser.FastCharStream
-
- getBetween() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getBigTerms(int, UnInvertedField.Callback) - Method in class org.apache.solr.search.facet.UnInvertedField.DocToTerm
-
- getBinder() - Method in class org.apache.solr.client.solrj.SolrClient
-
- getBits() - Method in class org.apache.solr.search.BitDocSet
-
- getBits() - Method in class org.apache.solr.search.SortedIntDocSet
-
- getBlock() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
-
- getBlock() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- getBlock(long) - Static method in class org.apache.solr.store.blockcache.BlockDirectory
-
- getBlockCache() - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
-
Expert: mostly for tests
- getBool() - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getBool(String, boolean) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
- getBool(String, boolean) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getBool(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Boolean value of the param, or null if not set
- getBool(String, boolean) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the boolean value of the param, or def if not set
- getBool(String) - Method in class org.apache.solr.core.Config
-
- getBool(String, boolean) - Method in class org.apache.solr.core.Config
-
- getBool(String, boolean) - Method in class org.apache.solr.core.SolrConfig
-
- getBooleanArg(String) - Method in class org.apache.solr.common.util.NamedList
-
Used for getting a boolean argument from a NamedList object.
- getBooleanQuery(List<BooleanClause>) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Factory method for generating query, given a set of clauses.
- getBooleanQuery(List<BooleanClause>, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Factory method for generating query, given a set of clauses.
- getBooleanQuery(List<BooleanClause>, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getBoost() - Method in class org.apache.solr.common.SolrInputField
-
- getBoost() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- getBoost() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- getBoost(String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Get the value of any boost factor for the mapped name.
- getBoost() - Method in class org.apache.solr.search.FieldParams
-
- getBoost() - Method in class org.apache.solr.search.WrappedQuery
-
- getBoostDocs(SolrIndexSearcher, Map<BytesRef, Integer>, Map) - Static method in class org.apache.solr.handler.component.QueryElevationComponent
-
- getBoostedMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getBoostFunctions() - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Parses all function queries
- getBoostQueries() - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Parses all boost queries
- getBoundaryScanner(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- getBoundaryScanner(String, SolrParams) - Method in class org.apache.solr.highlight.SolrBoundaryScanner
-
- getBreakIterator(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- getBuf() - Method in class org.apache.solr.util.RecordingJSONParser
-
- getBuffer() - Method in class org.apache.solr.common.util.FastInputStream
-
Returns the internal buffer used for caching
- getBufferSize() - Method in class org.apache.solr.logging.CircularList
-
- getBufferStart() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
-
- getById(String, String) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocument associated with the given identifier.
- getById(String) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocument associated with the given identifier.
- getById(String, String, SolrParams) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocument associated with the given identifier and uses
the SolrParams to execute the request.
- getById(String, SolrParams) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocument associated with the given identifier and uses
the SolrParams to execute the request.
- getById(String, Collection<String>) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocuments associated with the given identifiers.
- getById(Collection<String>) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocuments associated with the given identifiers.
- getById(String, Collection<String>, SolrParams) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocuments associated with the given identifiers and uses
the SolrParams to execute the request.
- getById(Collection<String>, SolrParams) - Method in class org.apache.solr.client.solrj.SolrClient
-
Retrieves the SolrDocuments associated with the given identifiers and uses
the SolrParams to execute the request.
- getByteBuffer() - Method in class org.apache.solr.util.SimplePostTool.BAOS
-
- getBytes() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
-
- getBytes() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
-
- getCache() - Method in class org.apache.solr.search.AnalyticsQuery
-
- getCache() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- getCache() - Method in interface org.apache.solr.search.ExtendedQuery
-
Should this query be cached in the query cache or filter cache.
- getCache() - Method in class org.apache.solr.search.ExtendedQueryBase
-
- getCache() - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- getCache(String) - Method in class org.apache.solr.search.SolrIndexSearcher
-
return the named generic cache
- getCache() - Method in class org.apache.solr.store.blockcache.BlockDirectory
-
Expert: mostly for tests
- getCacheControlHeader() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
-
null if no Cache-Control header
- getCacheData(Context, String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
-
- getCacheSep() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- getCacheSep() - Method in interface org.apache.solr.search.ExtendedQuery
-
If true, the clauses of this boolean query should be cached separately.
- getCacheSep() - Method in class org.apache.solr.search.ExtendedQueryBase
-
- getCacheSep() - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- getCanonicalUrl(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
Gets a canonical form of the URL for use as main URL
- getCardinality() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
The cardinality of of the set of values if requested, otherwise null.
- 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
-
Deprecated.
- 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.handler.SolrConfigHandler
-
- getCategory() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getCategory() - Method in class org.apache.solr.search.LFUCache
-
- getCategory() - Method in class org.apache.solr.search.QParserPlugin
-
- getCategory() - Method in class org.apache.solr.search.SolrCacheBase
-
- getCategory() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getCategory() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getCategory() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
- getCategory() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getCertainty() - Method in class org.apache.solr.update.processor.DetectedLanguage
-
Returns the detected certainty for this language
- getChar() - Method in class org.apache.solr.util.RecordingJSONParser
-
- getCharacterEncoding() - Method in class org.apache.solr.spelling.FileBasedSpellChecker
-
- getCharacters() - Method in class org.apache.solr.internal.csv.CharBuffer
-
Returns the contents of the buffer as a char[].
- getCharFilterFactories() - Method in class org.apache.solr.analysis.TokenizerChain
-
- getCharFilters() - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- getCharsetFromContentType(String) - Static method in class org.apache.solr.common.util.ContentStreamBase
-
- getCheckLive() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getChecksum() - Method in class org.apache.solr.store.blockcache.CachedIndexOutput
-
- getChild(String) - Method in class org.apache.solr.core.PluginInfo
-
- getChild(Node, String) - Static method in class org.apache.solr.util.DOMUtil
-
- getChildDocumentCount() - Method in class org.apache.solr.common.SolrDocument
-
- getChildDocuments() - Method in class org.apache.solr.common.SolrDocument
-
Returns the list of child documents, or null if none.
- getChildDocuments() - Method in class org.apache.solr.common.SolrInputDocument
-
Returns the list of child documents, or null if none.
- getChildNodes(Element, String) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
-
- getChildNodes(Element, String) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
-
- getChildPivot() - Method in class org.apache.solr.handler.component.PivotFacetValue
-
The
PivotFacetField
corrisponding to the nested child pivot for this
PivotFacetValue
.
- getChildren(String, Watcher, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns children of the node at the path
- getChildren(String) - Method in class org.apache.solr.core.PluginInfo
-
Filter children by type
- getChildren() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getChildren() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- getChildren() - Method in class org.apache.solr.search.facet.AggValueSource
-
- getChildren() - Method in class org.apache.solr.util.RTimer
-
Manipulating this map may have undefined results.
- getChildResources() - Method in class org.apache.solr.handler.component.SuggestComponent
-
- getChildResources() - Method in class org.apache.solr.search.BitDocSet
-
- getChildResources() - Method in class org.apache.solr.search.DocSlice
-
- getChildResources() - Method in class org.apache.solr.search.HashDocSet
-
- getChildResources() - Method in class org.apache.solr.search.LRUCache
-
- getChildResources() - Method in class org.apache.solr.search.SortedIntDocSet
-
- getChildResources() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
- getClassArg() - Method in class org.apache.solr.schema.FieldType
-
- getClassArg() - Method in class org.apache.solr.schema.SimilarityFactory
-
- getClassLoader() - Method in class org.apache.solr.core.SolrResourceLoader
-
EXPERT
The underlying class loader.
- getClassName() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
-
The name of the class (analyzer, tokenzier, or filter) that produced the token stream for this phase.
- getClassName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getClassName() - Method in class org.apache.solr.core.PluginBag.PluginHolder
-
- getClassName() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- getCleanTag() - Method in class org.apache.solr.core.SolrConfig.SolrPluginInfo
-
- getClient(String) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getClient(int) - Method in class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- getClientConfigurer() - Method in interface org.apache.solr.security.HttpClientInterceptorPlugin
-
- getClientConfigurer() - Method in class org.apache.solr.security.PKIAuthenticationPlugin
-
- getClientParams() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
- getClientParams() - Method in class org.apache.solr.update.UpdateShardHandler
-
- getClientString() - Method in class org.apache.solr.cloud.SolrZkServer
-
- getClientTimeout() - Method in class org.apache.solr.cloud.ZkController
-
- getClientTimeZone() - Method in class org.apache.solr.request.SolrRequestInfo
-
The TimeZone specified by the request, or null if none was specified
- getCloudConfig() - Method in class org.apache.solr.core.NodeConfig
-
- getCloudDescriptor() - Method in class org.apache.solr.core.CoreDescriptor
-
- getCloudSolrClient(String) - Method in class org.apache.solr.client.solrj.io.SolrClientCache
-
- getCloudSolrConfig() - Method in class org.apache.solr.cloud.AbstractDistribZkTestBase
-
- getCloudStatus(HttpClient, String, String) - Method in class org.apache.solr.util.SolrCLI.StatusTool
-
Calls the CLUSTERSTATUS endpoint in Solr to get basic status information about
the SolrCloud cluster.
- getClusteringResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getClusterProps() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getClusters() - Method in class org.apache.solr.client.solrj.response.ClusteringResponse
-
- getClusterState() - Method in class org.apache.solr.cloud.overseer.ZkStateWriter
-
- getClusterState() - Method in class org.apache.solr.cloud.ZkController
-
- getClusterState() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getClusterStatus(NamedList) - Method in class org.apache.solr.handler.admin.ClusterStatus
-
- getCodec() - Method in class org.apache.solr.core.CodecFactory
-
- getCodec() - Method in class org.apache.solr.core.SchemaCodecFactory
-
- getCodec() - Method in class org.apache.solr.core.SolrCore
-
- getCollatedResult() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
Return the first collated query string.
- getCollatedResults() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
Return all collations.
- getCollationQuery() - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- getCollationQueryString() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- getCollection() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- getCollection() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getCollection() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- getCollection(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Get the named DocCollection object, or throw an exception if it doesn't exist.
- getCollection() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
-
- getCollection() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- getCollectionAlias(String) - Method in class org.apache.solr.common.cloud.Aliases
-
- getCollectionAliasMap() - Method in class org.apache.solr.common.cloud.Aliases
-
- getCollectionConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getCollectionCoresStatus() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
-
- getCollectionLive(ZkStateReader, String) - Static method in class org.apache.solr.common.cloud.ZkStateReader
-
- getCollectionName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- getCollectionName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- getCollectionName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionSpecificAdminRequest
-
- getCollectionName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getCollectionName() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- getCollectionName() - Method in class org.apache.solr.core.CoreDescriptor
-
- getCollectionNodesStatus() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
-
- getCollectionOrNull(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getCollectionPath(String) - Static method in class org.apache.solr.common.cloud.ZkStateReader
-
- getCollectionRef(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getCollectionRequests() - Method in class org.apache.solr.security.AuthorizationContext
-
- getCollections() - Method in class org.apache.solr.common.cloud.ClusterState
-
Get collection names.
- getCollectionsHandler() - Method in class org.apache.solr.core.CoreContainer
-
- getCollectionsHandlerClass() - Method in class org.apache.solr.core.NodeConfig
-
- getCollectionsList() - Method in class org.apache.solr.servlet.HttpSolrCall
-
- getCollectionStatus() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
-
- getCollectionURL() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- getCollectionZkHost(String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getColNameVsField() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getColumn() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- getColumn() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- getColumn() - Method in interface org.apache.solr.parser.CharStream
-
Deprecated.
- getColumn() - Method in class org.apache.solr.parser.FastCharStream
-
- getCommand() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getCommands() - Method in class org.apache.solr.search.Grouping
-
- getCommentStart() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getCommitCount() - Method in class org.apache.solr.update.CommitTracker
-
- getCommitLock() - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- getCommitLock() - Method in class org.apache.solr.update.SolrCoreState
-
- getCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
- getCommits() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
Gets the commit points for the index.
- getCommitTimestamp(IndexCommit) - Static method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
- getCommitTracker() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getCommitWithin() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- getCommonCloudSolrClient() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getCommonParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- getCommonToolOptions() - Static method in class org.apache.solr.util.SolrCLI
-
Support options common to all tools.
- getComparator() - Method in class org.apache.solr.client.solrj.io.stream.RankStream
-
- getComponents() - Method in class org.apache.solr.handler.component.SearchHandler
-
- getConfDir() - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- getConfig(CoreDescriptor) - Method in class org.apache.solr.core.ConfigSetService
-
Load the ConfigSet for a core
- getConfig() - Method in class org.apache.solr.core.CoreContainer
-
- getConfig() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getConfig() - Method in class org.apache.solr.internal.csv.writer.CSVWriter
-
- getConfig() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- getConfig(SolrConfig, String) - Static method in class org.apache.solr.search.CacheConfig
-
- getConfig(SolrConfig, String, Map<String, String>, String) - Static method in class org.apache.solr.search.CacheConfig
-
- getConfigDir() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
-
- getConfigDir() - Method in class org.apache.solr.core.SolrResourceLoader
-
- getConfigDirListener() - Method in class org.apache.solr.cloud.ZkController
-
- getConfigFile() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getConfigFileData(String, String) - Method in class org.apache.solr.cloud.ZkController
-
Returns config file data (in bytes)
- getConfigManager() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getConfigName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getConfigName() - Method in class org.apache.solr.core.CoreDescriptor
-
- getConfigOverlay(SolrResourceLoader) - Static method in class org.apache.solr.core.SolrConfig
-
- getConfigResource() - Method in class org.apache.solr.core.SolrCore
-
Gets the configuration resource name used by this core instance.
- getConfigSet() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getConfigSet() - Method in class org.apache.solr.core.CoreDescriptor
-
- getConfigSetBaseDirectory() - Method in class org.apache.solr.core.NodeConfig
-
- getConfigSetProperties() - Method in class org.apache.solr.core.SolrCore
-
- getConfigSetPropertiesName() - Method in class org.apache.solr.core.CoreDescriptor
-
- getConfigSetZkPath() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
-
- getConfiguration() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- getConfigurer() - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- getConfListener(SolrCore, ZkSolrResourceLoader) - Static method in class org.apache.solr.core.SolrCore
-
- getConnection() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
-
- getConnectionManager() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getConnectionManager() - Method in class org.apache.solr.update.UpdateShardHandler
-
- getContainerProperties() - Method in class org.apache.solr.core.CoreContainer
-
- getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
-
- getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getContentStream() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.GenericSolrRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
-
- getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.schema.AbstractSchemaRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.schema.SchemaRequest.Update
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getContentStreams() - Method in interface org.apache.solr.request.SolrQueryRequest
-
A Collection of ContentStreams passed to the request
- getContentStreams() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
A Collection of ContentStreams passed to the request
- getContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- getContentType() - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- getContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getContentType() - Method in class org.apache.solr.client.solrj.ResponseParser
-
A well behaved ResponseParser will return its content-type.
- getContentType() - Method in interface org.apache.solr.common.util.ContentStream
-
- getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
-
- getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.BinaryResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.CSVResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.JSONResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PHPResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PHPSerializedResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.PythonResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in interface org.apache.solr.response.QueryResponseWriter
-
Return the applicable Content Type for a request, this method
must be thread safe.
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RawResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.RubyResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.SchemaXmlResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.SortingResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.VelocityResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XMLResponseWriter
-
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.response.XSLTResponseWriter
-
- getContentType() - Method in class org.apache.solr.rest.BaseSolrResource
-
- getContext() - Method in class org.apache.solr.cloud.LeaderElector
-
- getContext() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- getContext() - Method in interface org.apache.solr.request.SolrQueryRequest
-
Generic information associated with this request that may be both read and updated.
- getContext() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getConvertedValueSource(String, CurrencyField.RawCurrencyValueSource) - Method in class org.apache.solr.schema.CurrencyField
-
Returns a ValueSource over this field in which the numeric value for
each document represents the value from the underlying
RawCurrencyValueSource
as converted to the specified target
Currency.
- getCopy() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get a deep copy of this object
- getCopy() - Method in class org.apache.solr.util.CommandOperation
-
- getCopyFieldProperties(boolean, Set<String>, Set<String>) - Method in class org.apache.solr.schema.IndexSchema
-
Returns a list of copyField directives, with optional details and optionally restricting to those
directives that contain the requested source and/or destination field names.
- getCopyFields() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getCopyFields() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.CopyFieldsResponse
-
- getCopyFieldsList(String) - Method in class org.apache.solr.schema.IndexSchema
-
Get all copy fields for a specified source field, both static
and dynamic ones.
- getCopyFieldsMap() - Method in class org.apache.solr.schema.IndexSchema
-
- getCopySources(String) - Method in class org.apache.solr.schema.IndexSchema
-
Get all copy fields, both the static and the dynamic ones.
- getCore() - Method in class org.apache.solr.core.AbstractSolrEventListener
-
- getCore(String) - Method in class org.apache.solr.core.CoreContainer
-
Gets a core by name and increase its refcount.
- getCore() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getCore() - Method in interface org.apache.solr.request.SolrQueryRequest
-
The solr core (coordinator, etc) associated with this request
- getCore() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getCore() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getCore() - Method in class org.apache.solr.servlet.HttpSolrCall
-
- getCore() - Method in class org.apache.solr.util.TestHarness
-
Gets a core that does not have its refcount incremented (i.e. there is no need to
close when done).
- getCoreAdminHandlerClass() - Method in class org.apache.solr.core.NodeConfig
-
- getCoreAdminRequests() - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory.RequestTrackingQueue
-
Retrieves all core admin requests distributed to nodes by Collection API commands
- getCoreContainer() - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
-
Getter method for the CoreContainer
- getCoreContainer() - Method in class org.apache.solr.cloud.rule.SnitchContext.SnitchInfo
-
- getCoreContainer() - Method in class org.apache.solr.core.CoreDescriptor
-
- getCoreContainer() - Method in class org.apache.solr.handler.admin.CollectionsHandler
-
The instance of CoreContainer this handler handles.
- getCoreContainer() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
The instance of CoreContainer this handler handles.
- getCoreContainer() - Method in class org.apache.solr.handler.admin.InfoHandler
-
The instance of CoreContainer this handler handles.
- getCoreContainer() - Method in class org.apache.solr.util.TestHarness
-
- getCoreDescriptor(String) - Method in class org.apache.solr.core.CoreContainer
-
- getCoreDescriptor() - Method in class org.apache.solr.core.SolrCore
-
- getCoreDescriptors() - Method in class org.apache.solr.core.CoreContainer
-
Get the CoreDescriptors for all cores managed by this container
- getCoreInc() - Method in class org.apache.solr.util.TestHarness
-
Gets the core with its reference count incremented.
- getCoreInitFailures() - Method in class org.apache.solr.core.CoreContainer
-
Returns an immutable Map of Exceptions that occured when initializing
SolrCores (either at startup, or do to runtime requests to create cores)
keyed off of the name (String) of the SolrCore that had the Exception
during initialization.
- getCoreLoadThreadCount() - Method in class org.apache.solr.core.NodeConfig
-
- getCoreName() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreName() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
-
- getCoreName() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- getCoreNames() - Method in class org.apache.solr.core.CoreContainer
-
- getCoreNames(SolrCore) - Method in class org.apache.solr.core.CoreContainer
-
This method is currently experimental.
- getCoreNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getCoreNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getCoreNodeName() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- getCoreNodeName(CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
-
- getCoreProperties() - Method in class org.apache.solr.core.SolrResourceLoader
-
- getCoreProperty(String, String) - Method in class org.apache.solr.core.CoreDescriptor
-
Returns a specific property defined on this CoreDescriptor
- getCoreRootDirectory() - Method in class org.apache.solr.core.CoreContainer
-
- getCoreRootDirectory() - Method in class org.apache.solr.core.NodeConfig
-
- getCores() - Method in class org.apache.solr.core.CoreContainer
-
- getCores() - Method in class org.apache.solr.servlet.SolrDispatchFilter
-
- getCoresLocator() - Method in class org.apache.solr.core.CoreContainer
-
- getCoreStatus() - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getCoreStatus(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getCoreStatus(CoreContainer, String, boolean) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
Returns the core status for a particular core.
- getCoreUrl() - Method in class org.apache.solr.common.cloud.Replica
-
- getCoreUrl() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreUrl(ZkNodeProps) - Static method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreUrl(String, String) - Static method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreZkRegisterExecutorService() - Method in class org.apache.solr.core.CoreContainer
-
- getCoreZkRegisterExecutorService() - Method in class org.apache.solr.core.ZkContainer
-
- getCorrection() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- getCorrection() - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- getCost() - Method in class org.apache.solr.client.solrj.io.stream.MergeStream
-
- getCost() - Method in class org.apache.solr.client.solrj.io.stream.PushBackStream
-
- getCost() - Method in class org.apache.solr.client.solrj.io.stream.RankStream
-
- getCost() - Method in class org.apache.solr.client.solrj.io.stream.ReducerStream
-
- getCost() - Method in class org.apache.solr.client.solrj.io.stream.TupleStream
-
- getCost() - Method in class org.apache.solr.client.solrj.io.stream.UniqueStream
-
- getCost() - Method in interface org.apache.solr.handler.component.MergeStrategy
-
Defines the order that the mergeStrategies are applied.
- getCost() - Method in class org.apache.solr.search.AnalyticsQuery
-
- getCost() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- getCost() - Method in interface org.apache.solr.search.ExtendedQuery
-
Returns the cost of this query, used to order checking of filters that are not cached.
- getCost() - Method in class org.apache.solr.search.ExtendedQueryBase
-
- getCost() - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- getCount() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getCount() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getCount() - Method in class org.apache.solr.client.solrj.response.IntervalFacet.Count
-
- getCount() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getCount() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
-
- getCount(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getCount() - Method in class org.apache.solr.handler.component.PivotFacetValue
-
The count corrisponding to the value modeled by this PivotFacetValue
- getCount() - Method in class org.apache.solr.request.IntervalFacets.FacetInterval
-
- getCount() - Method in class org.apache.solr.search.SortSpec
-
Gets the number of documents to return after sorting.
- getCount() - Method in class org.apache.solr.util.stats.Histogram
-
Returns the number of values recorded.
- getCount() - Method in class org.apache.solr.util.stats.Meter
-
- getCount() - Method in class org.apache.solr.util.stats.Timer
-
- getCountDistinct() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getCounts() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getCounts(SolrIndexSearcher, DocSet, String, int, int, int, boolean, String, String, String, boolean) - Static method in class org.apache.solr.request.DocValuesFacets
-
- getCounts(SolrIndexSearcher, StatsField, DocSet, String[]) - Static method in class org.apache.solr.request.DocValuesStats
-
- getCountSorted() - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
-
- getCountSorted(HashMap<String, TermsResponse.Term>) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
-
- getCreateNodeSet() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getCredentials() - Method in class org.apache.solr.common.cloud.DefaultZkCredentialsProvider
-
- getCredentials() - Method in interface org.apache.solr.common.cloud.ZkCredentialsProvider
-
- getCumulativeEvictions() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCumulativeEvictions() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCumulativeHits() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCumulativeHits() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCumulativeLookups() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCumulativeLookups() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCumulativeMisses() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCumulativeMisses() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCumulativeNonLivePuts() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCumulativeNonLivePuts() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCumulativePuts() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCumulativePuts() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCurrency(String) - Static method in class org.apache.solr.schema.CurrencyField
-
A wrapper arround Currency.getInstance
that returns null
instead of throwing IllegalArgumentException
if the specified Currency does not exist in this JVM.
- getCurrent_page_number() - Method in class org.apache.solr.response.PageTool
-
- getCurrentCapacity() - Method in class org.apache.solr.util.LongPriorityQueue
-
- getCurrentDescriptors() - Method in class org.apache.solr.cloud.CurrentCoreDescriptorProvider
-
- getCurrentMaxVersion() - Method in class org.apache.solr.update.UpdateLog
-
- getCurrentSize() - Method in class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- getCurrentSize() - Method in class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- getCurrentTimestamp() - Method in class org.apache.solr.handler.dataimport.DIHProperties
-
- getCursorMark() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getCursorMark() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getCustomParams(String, SolrParams) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
For every param that is of the form "spellcheck.
- getCustomSearch(Folder) - Method in interface org.apache.solr.handler.dataimport.MailEntityProcessor.CustomFilter
-
- getData(String, Watcher, Stat, boolean) - Method in class org.apache.solr.cloud.MockSolrZkClient
-
- getData(String, Watcher, Stat, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns node's data
- getData(String) - Method in class org.apache.solr.handler.dataimport.BinContentStreamDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.BinFileDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.BinURLDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.ContentStreamDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.DataSource
-
Get records for the given query.The return type depends on the
implementation .
- getData(String) - Method in class org.apache.solr.handler.dataimport.FieldReaderDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.FieldStreamDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.FileDataSource
-
Returns a reader for the given file.
- getData(String) - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.MockDataSource
-
- getData(String) - Method in class org.apache.solr.handler.dataimport.URLDataSource
-
- getDataConfig() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getDataDir() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getDataDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getDataDir(String) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getDataDir() - Method in class org.apache.solr.core.CoreDescriptor
-
- getDataDir() - Method in class org.apache.solr.core.SolrConfig
-
- getDataDir() - Method in class org.apache.solr.core.SolrCore
-
- getDataDir() - Method in class org.apache.solr.core.SolrResourceLoader
-
- getDataHome(CoreDescriptor) - Method in class org.apache.solr.core.DirectoryFactory
-
- getDataHome(CoreDescriptor) - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- getDataMap() - Method in class org.apache.solr.util.CommandOperation
-
- getDataSource() - Method in class org.apache.solr.handler.dataimport.Context
-
Gets the datasource instance defined for this entity.
- getDataSource(String) - Method in class org.apache.solr.handler.dataimport.Context
-
Gets a new DataSource instance with a name.
- getDataSource() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getDataSource(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getDatasource() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- getDataSourceInstance(Entity, String, Context) - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getDataSourceName() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getDataSources() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getDateMathParser(Locale, TimeZone) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
-
- getDBQNewer(long) - Method in class org.apache.solr.update.UpdateLog
-
- getDebugFilter() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- getDebugInfo() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getDebugInfo() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getDebugInterests(String[], ResponseBuilder) - Static method in class org.apache.solr.util.SolrPluginUtils
-
- getDebugMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getDeepCopy(Map, int) - Static method in class org.apache.solr.common.util.Utils
-
- getDeepCopy(Map, int, boolean) - Static method in class org.apache.solr.common.util.Utils
-
- getDeepCopy(Collection, int, boolean) - Static method in class org.apache.solr.common.util.Utils
-
- getDefault() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeMethod
-
- getDefaultCollection() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Gets the default collection for request
- getDefaultComponents() - Method in class org.apache.solr.handler.component.SearchHandler
-
- getDefaultComponents() - Method in class org.apache.solr.handler.RealTimeGetHandler
-
- getDefaultField() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getDefaultField(IndexSchema, String) - Static method in class org.apache.solr.search.QueryParsing
-
Returns the effective default field based on the 'df' param or
hardcoded schema default.
- getDefaultHighlightFields() - Method in class org.apache.solr.search.DisMaxQParser
-
- getDefaultHighlightFields() - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
- getDefaultHighlightFields() - Method in class org.apache.solr.search.LuceneQParser
-
- getDefaultHighlightFields() - Method in class org.apache.solr.search.QParser
-
- getDefaultLuceneMatchVersion() - Method in class org.apache.solr.schema.IndexSchema
-
The Default Lucene Match Version for this IndexSchema
- getDefaultOperator() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getDefaultOperator() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.DefaultQueryOperatorResponse
-
- getDefaultOperator() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR.
- getDefaultPackages() - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
-
Where to look for classes
- getDefaultSearchField() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getDefaultSearchFieldName() - Method in class org.apache.solr.schema.IndexSchema
-
Name of the default search field specified in the schema file.
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
Defines the default selection behavior when the user has not
configured any specific criteria for selecting fields.
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.FirstFieldValueUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.HTMLStripFieldUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.LastFieldValueUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.MaxFieldValueUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.MinFieldValueUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
-
Returns true if the field doesn't match any schema field or dynamic field,
or if the matched field's type is BoolField
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
-
Returns true if the field doesn't match any schema field or dynamic field,
or if the matched field's type is BoolField
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
-
Returns true if the field doesn't match any schema field or dynamic field,
or if the matched field's type is compatible
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.RegexReplaceProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
-
- getDefaultSelector(SolrCore) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
-
- getDefaultValue() - Method in class org.apache.solr.schema.SchemaField
-
- getDefaultWT() - Method in class org.apache.solr.handler.loader.ContentStreamLoader
-
- getDefaultWT() - Method in class org.apache.solr.handler.loader.JsonLoader
-
- getDefaultWT() - Method in class org.apache.solr.handler.loader.XMLLoader
-
- getDelegate() - Method in class org.apache.solr.search.DelegatingCollector
-
- getDelegate() - Method in class org.apache.solr.search.grouping.collector.FilterCollector
-
Returns the delegate collector
- getDeleteById() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDeleteByIdMap() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDeleteByQuery(long) - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
-
Returns the list of deleteByQueries that happened after the given version
- getDeleteFails() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- getDeleteQuery() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDeleteQuery() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getDeletionPolicy() - Method in class org.apache.solr.core.SolrCore
-
- getDelimiter() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getDelimiter() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- getDeltaImportQuery(String) - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
-
- getDependencies() - Method in class org.apache.solr.analytics.request.QueryFacetRequest
-
- 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
-
Deprecated.
- getDescription() - Method in class org.apache.solr.handler.admin.CollectionsHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.InfoHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.LoggingHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.PluginInfoHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.PropertiesRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.SecurityConfHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.SegmentsInfoRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.SystemInfoHandler
-
- getDescription() - Method in class org.apache.solr.handler.admin.ThreadDumpHandler
-
- getDescription() - Method in class org.apache.solr.handler.BlobHandler
-
- getDescription() - Method in class org.apache.solr.handler.component.AnalyticsComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.DebugComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.ExpandComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.FacetComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.HighlightComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.QueryComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.QueryElevationComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.ResponseLogComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.SearchComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.SearchHandler
-
- getDescription() - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.StatsComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.SuggestComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.TermsComponent
-
- getDescription() - Method in class org.apache.solr.handler.component.TermVectorComponent
-
- getDescription() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
-
- getDescription() - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.DumpRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.FieldAnalysisRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.MoreLikeThisHandler
-
- getDescription() - Method in class org.apache.solr.handler.NotFoundRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.PingRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.RealTimeGetHandler
-
- getDescription() - Method in class org.apache.solr.handler.ReplicationHandler
-
- getDescription() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getDescription() - Method in class org.apache.solr.handler.SchemaHandler
-
- getDescription() - Method in class org.apache.solr.handler.SolrConfigHandler
-
- getDescription() - Method in class org.apache.solr.handler.StandardRequestHandler
-
- getDescription() - Method in class org.apache.solr.handler.StreamHandler
-
- getDescription() - Method in class org.apache.solr.handler.UpdateRequestHandler
-
- getDescription() - Method in class org.apache.solr.highlight.BreakIteratorBoundaryScanner
-
- getDescription() - Method in class org.apache.solr.highlight.DefaultEncoder
-
- getDescription() - Method in class org.apache.solr.highlight.GapFragmenter
-
- getDescription() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getDescription() - Method in class org.apache.solr.highlight.HtmlEncoder
-
- getDescription() - Method in class org.apache.solr.highlight.HtmlFormatter
-
- getDescription() - Method in class org.apache.solr.highlight.RegexFragmenter
-
- getDescription() - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
-
- getDescription() - Method in class org.apache.solr.highlight.SimpleBoundaryScanner
-
- getDescription() - Method in class org.apache.solr.highlight.SimpleFragListBuilder
-
- getDescription() - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
-
- getDescription() - Method in class org.apache.solr.highlight.SingleFragListBuilder
-
- getDescription() - Method in class org.apache.solr.highlight.WeightedFragListBuilder
-
- getDescription() - Method in class org.apache.solr.search.facet.FacetModule
-
- getDescription() - Method in class org.apache.solr.search.FastLRUCache
-
- getDescription() - Method in class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
-
- getDescription() - Method in class org.apache.solr.search.LFUCache
-
- getDescription() - Method in class org.apache.solr.search.LRUCache
-
- getDescription() - Method in class org.apache.solr.search.QParserPlugin
-
- getDescription() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getDescription() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getDescription() - Method in class org.apache.solr.store.blockcache.Metrics
-
- getDescription() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
- getDescription() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getDestDynamicBase() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
-
- getDestFieldName() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
-
- getDestination() - Method in class org.apache.solr.schema.CopyField
-
- getDestination() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
-
- getDictionaryName() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- getDictionaryName() - Method in class org.apache.solr.spelling.SolrSpellChecker
-
- getDiff(NamedList<NamedList<NamedList<Object>>>, NamedList<NamedList<NamedList<Object>>>, boolean) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
-
- getDimension() - Method in class org.apache.solr.schema.CoordinateFieldType
-
- getDirection() - Method in class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- getDirection() - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- getDirectoryFactory() - Method in class org.apache.solr.core.SolrCore
-
- getDirectoryFactory() - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- getDirectoryFactory() - Method in class org.apache.solr.update.SolrCoreState
-
- getDispatchFilter() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- getDisplay() - Method in enum org.apache.solr.common.luke.FieldFlag
-
- getDistanceUnits() - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getDistinct() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getDistinctValues() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getDistribDeps() - Method in enum org.apache.solr.handler.component.StatsField.Stat
-
The stats that must be computed and returned by each shard involved in a distributed
request in order to compute the overall value for this stat across the entire distributed
result set.
- getDistributedConnectionTimeout() - Method in class org.apache.solr.core.NodeConfig
-
Deprecated.
- getDistributedConnectionTimeout() - Method in class org.apache.solr.update.UpdateShardHandlerConfig
-
- getDistributedSocketTimeout() - Method in class org.apache.solr.core.NodeConfig
-
Deprecated.
- getDistributedSocketTimeout() - Method in class org.apache.solr.update.UpdateShardHandlerConfig
-
- getDoc(Object...) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getDoc(Document, IndexSchema) - Static method in class org.apache.solr.response.DocsStreamer
-
- getDocBuilder() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getDocBuilder(DIHWriter, RequestInfo) - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getDocCollection(ClusterState, String, Integer) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getDocIdSet(Map, LeafReaderContext, Bits) - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
-
- getDocIdSet(Map, LeafReaderContext, Bits) - Method in class org.apache.solr.search.SolrFilter
-
- getDocIdSet(LeafReaderContext, Bits) - Method in class org.apache.solr.search.SolrFilter
-
- getDocIterator() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDocIterator() - Method in class org.apache.solr.response.transform.TransformContext
-
- getDocList(GroupDocs) - Method in class org.apache.solr.search.Grouping.Command
-
- getDocList(Query, Query, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and filter
and sorted by sort
.
- getDocList(Query, List<Query>, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and the
intersection of the filterList
, sorted by sort
.
- getDocList(Query, DocSet, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and filter
and sorted by sort
.
- getDocList() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- getDocListAndSet(Query, Query, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and filter
and sorted by sort
.
- getDocListAndSet(Query, Query, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and filter
and sorted by sort
.
- getDocListAndSet(Query, List<Query>, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and the intersection
of filterList
, sorted by sort
.
- getDocListAndSet(Query, List<Query>, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and the intersection
of filterList
, sorted by sort
.
- getDocListAndSet(Query, DocSet, Sort, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and filter
and sorted by sort
.
- getDocListAndSet(Query, DocSet, Sort, int, int, int) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns documents matching both query
and filter
and sorted by sort
.
- getDocListAndSet() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- getDocPrefetchFieldNames(String[], SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- getDocRouter(String) - Static method in class org.apache.solr.common.cloud.DocRouter
-
- getDocs() - Method in class org.apache.solr.client.solrj.response.Cluster
-
- getDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getDocs() - Method in class org.apache.solr.core.SolrCore
-
- getDocs() - Method in interface org.apache.solr.core.SolrInfoMBean
-
Documentation URL list.
- getDocs() - Method in class org.apache.solr.handler.admin.AdminHandlers
-
Deprecated.
- getDocs() - Method in class org.apache.solr.handler.admin.LukeRequestHandler
-
- getDocs() - Method in class org.apache.solr.handler.component.DebugComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.ExpandComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.FacetComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.HighlightComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.QueryComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.QueryElevationComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- getDocs() - Method in class org.apache.solr.handler.component.SearchComponent
-
- getDocs() - Method in class org.apache.solr.handler.MoreLikeThisHandler
-
- getDocs() - Method in class org.apache.solr.handler.RealTimeGetHandler
-
- getDocs() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getDocs() - Method in class org.apache.solr.handler.StandardRequestHandler
-
- getDocs() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getDocs() - Method in class org.apache.solr.search.LFUCache
-
- getDocs() - Method in class org.apache.solr.search.QParserPlugin
-
- getDocs() - Method in class org.apache.solr.search.SolrCacheBase
-
- getDocs() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getDocs() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getDocs() - Method in class org.apache.solr.search.SortedIntDocSet
-
- getDocs() - Method in class org.apache.solr.store.blockcache.Metrics
-
- getDocs() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
- getDocs() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getDocSet() - Method in class org.apache.solr.search.DocSetCollector
-
- getDocSet(Query) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns the set of document ids matching a query.
- getDocSet(List<Query>) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns the set of document ids matching all queries.
- getDocSet(SolrIndexSearcher.DocsEnumState) - Method in class org.apache.solr.search.SolrIndexSearcher
-
lucene.internal
- getDocSet(Query, DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns the set of document ids matching both the query and the filter.
- getDocSet() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- getDocSetBits(Query) - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getDocSetNC(Query, DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getDocsOrig() - Method in class org.apache.solr.request.SimpleFacets
-
- getDocument() - Method in class org.apache.solr.core.Config
-
- getDocument(String) - Method in class org.apache.solr.util.DOMUtilTestBase
-
- getDocumentAnalysesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
-
Returns the number of document analyses in this response.
- getDocumentAnalysis(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
-
Returns the document analysis for the document associated with the given unique key (id), null
if no such
association exists.
- getDocumentBoost() - Method in class org.apache.solr.common.SolrInputDocument
-
- getDocumentKey() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
Returns the unique key of the analyzed document.
- getDocuments() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Returns all documents that will be analyzed when processing the request.
- getDocuments() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDocumentsMap() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDocValuesFormat() - Method in class org.apache.solr.schema.FieldType
-
- getDouble() - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getDouble(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getDouble(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Float value of the param, or null if not set
- getDouble(String, double) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the param, or def if not set
- getDouble(String) - Method in class org.apache.solr.core.Config
-
- getDouble(String, double) - Method in class org.apache.solr.core.Config
-
- getDouble() - Method in class org.apache.solr.search.facet.SumAgg.Merger
-
- getDouble() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getDoubles(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getDurationUnit() - Method in class org.apache.solr.util.stats.Timer
-
Returns the timer's duration scale unit.
- getDynamicCopyFields() - Method in class org.apache.solr.schema.IndexSchema
-
- getDynamicField() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.DynamicFieldResponse
-
- getDynamicFieldPrototypes() - Method in class org.apache.solr.schema.IndexSchema
-
- getDynamicFields() - Method in class org.apache.solr.client.solrj.response.schema.FieldTypeRepresentation
-
- getDynamicFields() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getDynamicFields() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.DynamicFieldsResponse
-
- getDynamicFields() - Method in class org.apache.solr.schema.IndexSchema
-
- getDynamicFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
-
Returns dynamic field lists from the map constructed in doInit()
- getDynamicFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeResource
-
Returns a dynamic field list using the given field type by iterating over all
dynamic fields defined in the schema.
- getDynamicFieldType(String) - Method in class org.apache.solr.schema.IndexSchema
-
Returns the FieldType of the best matching dynamic field for
the specified field name
- getDynamicPattern(String) - Method in class org.apache.solr.schema.IndexSchema
-
- getEarthRadius() - Method in class org.apache.solr.util.DistanceUnits
-
- getEditableSubProperties(String) - Method in class org.apache.solr.core.ConfigOverlay
-
- getElapsedTime() - Method in class org.apache.solr.client.solrj.response.SimpleSolrResponse
-
- getElapsedTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getElapsedTime() - Method in class org.apache.solr.client.solrj.SolrResponse
-
- getElapsedTime() - Method in class org.apache.solr.cloud.OverseerSolrResponse
-
- getEmptyHighlight(String, BreakIterator, int) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- getEncapsulator() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getEncoder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultEncoder
-
- getEncoder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return an Encoder
appropriate for this field.
- getEncoder(String, SolrParams) - Method in class org.apache.solr.highlight.HtmlEncoder
-
- getEncoder(String, SolrParams) - Method in interface org.apache.solr.highlight.SolrEncoder
-
Return an Encoder
appropriate for this field.
- getEnd() - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- getEnd() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the end position of this token within the text it was originally extracted from.
- getEnd() - Method in class org.apache.solr.client.solrj.response.FacetField
-
Date End Facet parameter
- getEnd() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getEnd() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getEndColumn() - Method in interface org.apache.solr.parser.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.solr.parser.FastCharStream
-
- getEndInBuffer() - Method in class org.apache.solr.common.util.FastInputStream
-
Current end-of-data position within the internal buffer.
- getEndLine() - Method in interface org.apache.solr.parser.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.solr.parser.FastCharStream
-
- getEndObj() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
The end of this facet.range as calculated using the value of facet.range.end
parameter and facet.range.hardend.
- getEndOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getEntities() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getEntitiesToRun() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
Returns null if we are to run all entities, otherwise just run the entities named in the list.
- getEntity() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- getEntity() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- getEntity() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- getEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.Context
-
Get the value of any attribute put into this entity
- getEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getEntityProcessor() - Method in class org.apache.solr.handler.dataimport.Context
-
Returns the instance of EntityProcessor used for this entity
- getEntityProcessor() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getEntityProcessorWrapper(Entity) - Method in class org.apache.solr.handler.dataimport.DocBuilder
-
- getEofTuples() - Method in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- getErrCode() - Method in exception org.apache.solr.handler.dataimport.DataImportHandlerException
-
- getErrHeader() - Method in class org.apache.solr.handler.ContentStreamLoader
-
- getErrMsg() - Method in class org.apache.solr.cloud.rule.SnitchContext
-
- getErrorCode(int) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
-
- getErrorCount(String) - Method in class org.apache.solr.cloud.Overseer.Stats
-
- getErrorInfo(Throwable, NamedList, Logger) - Static method in class org.apache.solr.servlet.ResponseUtils
-
Adds the given Throwable's message to the given NamedList.
- getErrorMessages() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
-
- getErrors() - Method in class org.apache.solr.update.SolrCmdDistributor
-
- getErrors() - Method in class org.apache.solr.update.StreamingSolrClients
-
- getErrors() - Method in class org.apache.solr.util.CommandOperation
-
- getErrorStr(Exception) - Static method in class org.apache.solr.schema.SchemaManager
-
- getEscape() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getEtagSeed() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
-
- getEventType() - Method in class org.apache.solr.util.stats.Meter
-
- getEventType() - Method in class org.apache.solr.util.stats.Timer
-
- getException() - Method in class org.apache.solr.handler.component.ShardResponse
-
- getException() - Method in class org.apache.solr.response.SolrQueryResponse
-
Returns an Exception if there was a fatal error in processing the request.
- getExchangeRate(String, String) - Method in interface org.apache.solr.schema.ExchangeRateProvider
-
Get the exchange rate betwen the two given currencies
- getExchangeRate(String, String) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
Returns the currently known exchange rate between two currencies.
- getExcludeTags() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
-
- getExpandedResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getExpireAt() - Method in class org.apache.solr.common.cloud.RoutingRule
-
- getExplainMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getExplanations(Query, DocList, SolrIndexSearcher, IndexSchema) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Generates an NamedList of Explanations for each item in a list of docs.
- getExplicitField() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
For a fielded query, returns the actual field specified (i.e. null if default is being used)
myfield:A or myfield:(A B C) will both return "myfield"
- getExplicitPassword() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Gets the explicit password, if set
- getExplicitValuesList() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
Read-Only access to the Collection of
PivotFacetValue
s corrisponding to
non-missing values.
- getExplicitValuesListSize() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
- getExpression() - Method in class org.apache.solr.analytics.request.ExpressionRequest
-
- getExpressionOperands(StreamExpression) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getExpressionOperands(StreamExpression, String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getExpressionOperandsRepresentingTypes(StreamExpression, Class...) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getExpressions() - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- getExpressionString() - Method in class org.apache.solr.analytics.request.ExpressionRequest
-
- getExternalSubset(String, String) - Method in class org.apache.solr.util.SystemIdResolver
-
- getExtraRequestFields() - Method in class org.apache.solr.response.transform.DocTransformer
-
When a transformer needs access to fields that are not automaticaly derived from the
input fields names, this option lets us explicitly say the field names that we hope
will be in the SolrDocument.
- getExtraRequestFilters() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
Override this method to insert extra filters into the JettySolrRunners that are created using createJetty()
- getExtraServlets() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
Override this method to insert extra servlets into the JettySolrRunners that are created using createJetty()
- getFacetComponentState(ResponseBuilder) - Method in class org.apache.solr.search.facet.FacetModule
-
- getFacetContext(SolrQueryRequest) - Static method in class org.apache.solr.handler.component.FacetComponent.FacetContext
-
- getFacetCounts(SimpleFacets) - Static method in class org.apache.solr.handler.component.FacetComponent
-
Looks at various Params to determining if any simple Facet Constraint count
computations are desired.
- getFacetCounts() - Method in class org.apache.solr.request.SimpleFacets
-
- getFacetDate(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetDateCounts(String, NamedList<Object>) - Method in class org.apache.solr.handler.component.DateFacetProcessor
-
- getFacetDateCounts() - Method in class org.apache.solr.handler.component.DateFacetProcessor
-
- getFacetDates() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetField() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getFacetField(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
get
- getFacetFieldCounts() - Method in class org.apache.solr.request.SimpleFacets
-
Returns a list of value constraints and the associated facet counts
for each facet field specified in the params.
- getFacetFields() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get the facet fields
- getFacetIntervalCounts() - Method in class org.apache.solr.request.SimpleFacets
-
Returns a NamedList
with each entry having the "key" of the interval as name and the count of docs
in that interval as value.
- getFacetLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get current facet limit
- getFacetMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get facet minimum count
- getFacetPivot() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetQuery() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getFacetQuery() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get facet queries
- getFacetQueryCount(SimpleFacets.ParsedParams, NamedList<Integer>) - Method in class org.apache.solr.request.SimpleFacets
-
- getFacetQueryCounts() - Method in class org.apache.solr.request.SimpleFacets
-
Returns a list of facet counts for each of the facet queries
specified in the params
- getFacetRangeCounts() - Method in class org.apache.solr.handler.component.RangeFacetProcessor
-
Returns a list of value constraints and the associated facet
counts for each facet numerical field, range, and interval
specified in the SolrParams
- getFacetRangeCounts(RangeFacetRequest, NamedList<Object>) - Method in class org.apache.solr.handler.component.RangeFacetProcessor
-
Returns a list of value constraints and the associated facet counts
for each facet range specified by the given
RangeFacetRequest
- getFacetRanges() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getFacetRanges() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetRanges() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getFacets() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getFacetSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get facet sort
- getFacetStats() - Method in class org.apache.solr.search.facet.FacetRequest
-
- getFacetTermEnumCounts(SolrIndexSearcher, DocSet, String, int, int, int, boolean, String, String, String, boolean, SolrParams) - 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
-
Deprecated.
- getFailCount() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- getFailureDetails(String) - Method in class org.apache.solr.cloud.Overseer.Stats
-
- getField() - Method in class org.apache.solr.analytics.request.AbstractFieldFacetRequest
-
- getField() - Method in class org.apache.solr.client.solrj.response.IntervalFacet
-
- getField() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getField() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldResponse
-
- getField(String) - Method in class org.apache.solr.common.SolrInputDocument
-
- getField(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getField(String) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- getField(String) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Handles the default field if null is passed
- getField(String) - Method in class org.apache.solr.schema.IndexSchema
-
Returns the SchemaField that should be used for the specified field name
- getField() - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- getField() - Method in class org.apache.solr.search.FieldParams
-
- getField() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getFieldAnalysesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
Returns the number of field analyses for the documents.
- getFieldAnalysis(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
- getFieldBool(String, String, boolean) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldBool(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Boolean value of the field param,
or the value for param, or null if neither is set.
- getFieldBool(String, String, boolean) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the boolean value of the field param,
or the value for param, or def if neither is set.
- getFieldDouble(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the field param.
- getFieldDouble(String, String, double) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the field param,
or the value for param, or def if neither is set.
- getFieldFacets() - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- getFieldFlags() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getFieldFlagsKey() - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
-
- getFieldFloat(String, String, float) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldFloat(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the field param.
- getFieldFloat(String, String, float) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the field param,
or the value for param, or def if neither is set.
- getFieldInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldInt(String, String, int) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldInt(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
- getFieldInt(String, String, int) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the int value of the field param,
or the value for param, or def if neither is set.
- getFieldMissing(SolrIndexSearcher, DocSet, String) - Static method in class org.apache.solr.search.facet.FacetProcessor
-
- 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.
- getFieldMissingQuery(SolrIndexSearcher, String) - Static method in class org.apache.solr.search.facet.FacetProcessor
-
- getFieldName() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the field name.
- getFieldName() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
-
- getFieldName(String, int, int) - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
returns a field name or legal field alias from the current
position of the string
- getFieldName(QueryParsing.StrParser) - Static method in class org.apache.solr.search.SolrReturnFields
-
- getFieldNameAnalysis(String) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the analysis for the given field name or null
if no such analysis exists.
- getFieldNameAnalysisCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the number of field name analyses.
- getFieldNames() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- getFieldNames() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns a list of field names the analysis should be performed on.
- getFieldNames() - Method in class org.apache.solr.common.SolrDocument
-
- getFieldNames() - Method in class org.apache.solr.common.SolrInputDocument
-
Get all field names.
- getFieldNames() - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns a collection of all field names the index reader knows about.
- getFieldOrNull(String) - Method in class org.apache.solr.schema.IndexSchema
-
Returns the SchemaField that should be used for the specified field name, or
null if none exists.
- getFieldParam(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldParam(String, String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldParam(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String value of the field parameter, "f.field.param", or
the value for "param" if that is not set.
- getFieldParam(String, String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String value of the field parameter, "f.field.param", or
the value for "param" if that is not set.
- getFieldParams(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldParams(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String values of the field parameter, "f.field.param", or
the values for "param" if that is not set.
- getFieldQuery(String, String, int) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getFieldQuery(String, String, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
-
Throws UnsupportedOperationException()
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.CurrencyField
-
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.FieldType
-
Returns a Query instance for doing searches against a field.
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.LatLonType
-
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.PointType
-
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.TextField
-
- getFieldQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.TrieField
-
- getFieldQuery(String, String, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getFieldQuery(String, String, int) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getFieldQuery(String, String, boolean) - Method in class org.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParser
-
Delegates to the super class unless the field has been specified
as an alias -- in which case we recurse on each of
the aliased fields, and the results are composed into a
DisjunctionMaxQuery.
- getFields() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getFields() - Method in class org.apache.solr.client.solrj.response.schema.FieldTypeRepresentation
-
- getFields() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getFields() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldsResponse
-
- getFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getFields() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getFields() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- getFields() - Method in class org.apache.solr.schema.IndexSchema
-
Provides direct access to the Map containing all explicit
(ie: non-dynamic) fields in the index, keyed on field name.
- getFields() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getFieldStatsInfo() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getFieldStatsInfo() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFieldsToAnalyze() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
-
- getFieldsWithDefaultValue() - Method in class org.apache.solr.schema.IndexSchema
-
Provides direct access to the List containing all fields with a default value
- getFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
-
Returns field lists from the map constructed in doInit()
- getFieldsWithFieldType(FieldType) - Method in class org.apache.solr.rest.schema.FieldTypeResource
-
Returns a field list using the given field type by iterating over all fields
defined in the schema.
- getFieldType() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldTypeResponse
-
- getFieldType() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
-
- getFieldType(String) - Method in class org.apache.solr.schema.IndexSchema
-
Returns the FieldType for the specified field name.
- getFieldTypeAnalysis(String) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the analysis for the given field type or null
if no such analysis exists.
- getFieldTypeAnalysisCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the number of field type analyses.
- getFieldTypeByName(String) - Method in class org.apache.solr.schema.IndexSchema
-
- getFieldTypeInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldTypeInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldTypeName() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getFieldTypeNoEx(String) - Method in class org.apache.solr.schema.IndexSchema
-
Returns the FieldType for the specified field name.
- getFieldTypes() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns a list of field types the analysis should be performed on.
- getFieldTypes() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getFieldTypes() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldTypesResponse
-
- 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.
- getFieldTypeXPathExpressions() - Method in class org.apache.solr.schema.IndexSchema
-
- getFieldValue() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns the field value that will be analyzed when this request is processed.
- getFieldValue(String) - Method in class org.apache.solr.common.SolrDocument
-
Get the value or collection of values for a given field.
- getFieldValue(String) - Method in class org.apache.solr.common.SolrInputDocument
-
Get the first value for a field.
- getFieldValueCache() - Method in class org.apache.solr.search.SolrIndexSearcher
-
expert: internal API, subject to change
- getFieldValueMap() - Method in class org.apache.solr.common.SolrDocument
-
Expose a Map interface to the solr fields.
- getFieldValues(String) - Method in class org.apache.solr.common.SolrDocument
-
Get a collection of values for a given field name
- getFieldValues(String) - Method in class org.apache.solr.common.SolrInputDocument
-
Get all the values for a field.
- getFieldValues(Document, String, int, int, SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Fetches field values to highlight.
- getFieldValuesMap() - Method in class org.apache.solr.common.SolrDocument
-
Expose a Map interface to the solr field value collection.
- getFieldWriters(String[], SolrIndexSearcher) - Method in class org.apache.solr.response.SortingResponseWriter
-
- getFifteenMinuteRate() - Method in class org.apache.solr.util.stats.Meter
-
- getFifteenMinuteRate() - Method in class org.apache.solr.util.stats.Timer
-
- getFile(String) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Gets a resource from the context classloader as
File
.
- getFile() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
-
- getFile(String) - Static method in class org.apache.solr.util.AbstractSolrTestCase
-
- getFileContent(String) - Method in class org.apache.solr.core.JarRepository.JarContent
-
- getFileContent(String) - Method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- getFileFilterFromFileTypes(String) - Method in class org.apache.solr.util.SimplePostTool
-
- getFileFloatSource(SchemaField) - Method in class org.apache.solr.schema.ExternalFileField
-
Get a FileFloatSource for the given field, using the datadir from the
IndexSchema
- getFileFloatSource(SchemaField, String) - Method in class org.apache.solr.schema.ExternalFileField
-
Get a FileFloatSource for the given field.
- getFileName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- getFilePointer() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- getFilePointer() - Method in class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
-
- getFileSystem() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- getFill() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- getFill() - Method in class org.apache.solr.internal.csv.writer.CSVField
-
- getFillChar() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- getFilter() - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
Returns the encapsulated filter
- getFilter() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getFilterCollector(IndexSearcher) - Method in class org.apache.solr.search.AnalyticsQuery
-
- getFilterCollector(IndexSearcher) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- getFilterCollector(IndexSearcher) - Method in class org.apache.solr.search.FunctionRangeQuery
-
- getFilterCollector(IndexSearcher) - Method in interface org.apache.solr.search.PostFilter
-
Returns a DelegatingCollector to be run after the main query and all of its filters, but before any sorting or grouping collectors
- getFilterList() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getFilterQueries() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getFilters() - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- getFilters() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getFirstMatch(Term) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns the first document number containing the term t
Returns -1 if no document was found.
- getFirstSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getFirstValue(String) - Method in class org.apache.solr.common.SolrDocument
-
returns the first value for a field
- getFirstValue() - Method in class org.apache.solr.common.SolrInputField
-
- getFirstValue(String) - Method in class org.apache.solr.SolrTestCaseJ4.Doc
-
- getFiveMinuteRate() - Method in class org.apache.solr.util.stats.Meter
-
- getFiveMinuteRate() - Method in class org.apache.solr.util.stats.Timer
-
- getFlag(char) - Static method in enum org.apache.solr.common.luke.FieldFlag
-
- getFlags() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getFlags() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getFlags() - Method in class org.apache.solr.update.UpdateCommand
-
- getFloat() - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getFloat(String, float) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFloat(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Float value of the param, or null if not set
- getFloat(String, float) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the param, or def if not set
- getFloat(String) - Method in class org.apache.solr.core.Config
-
- getFloat(String, float) - Method in class org.apache.solr.core.Config
-
- getFloat() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getFloat() - Method in class org.apache.solr.SolrTestCaseJ4.FVal
-
- getFormatter(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return a Formatter
appropriate for this field.
- getFormatter(String, SolrParams) - Method in class org.apache.solr.highlight.HtmlFormatter
-
- getFormatter(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- getFormatter(String, SolrParams) - Method in interface org.apache.solr.highlight.SolrFormatter
-
Return a Formatter
appropriate for this field.
- getFormUploadLimitKB() - Method in class org.apache.solr.core.SolrConfig
-
- getForwardTimeout() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getFragListBuilder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- getFragListBuilder(SolrParams) - Method in class org.apache.solr.highlight.SimpleFragListBuilder
-
- getFragListBuilder(SolrParams) - Method in class org.apache.solr.highlight.SingleFragListBuilder
-
- getFragListBuilder(SolrParams) - Method in interface org.apache.solr.highlight.SolrFragListBuilder
-
Return a FragListBuilder.
- getFragListBuilder(SolrParams) - Method in class org.apache.solr.highlight.WeightedFragListBuilder
-
- getFragmenter(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return a Fragmenter
appropriate for this field.
- getFragmenter(String, SolrParams) - Method in class org.apache.solr.highlight.GapFragmenter
-
- getFragmenter(String, SolrParams) - Method in class org.apache.solr.highlight.RegexFragmenter
-
- getFragmenter(String, SolrParams) - Method in interface org.apache.solr.highlight.SolrFragmenter
-
Return a Fragmenter
appropriate for this field.
- getFragmentsBuilder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- getFragmentsBuilder(SolrParams, String[], String[], BoundaryScanner) - Method in class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
-
- getFragmentsBuilder(SolrParams, String[], String[], BoundaryScanner) - Method in class org.apache.solr.highlight.SimpleFragmentsBuilder
-
- getFragmentsBuilder(SolrParams, BoundaryScanner) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
-
Return a FragmentsBuilder
appropriate for this field.
- getFragmentsBuilder(SolrParams, String[], String[], BoundaryScanner) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
-
- getFrequency() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- getFreshManagedSchema() - Method in class org.apache.solr.schema.SchemaManager
-
- getFreshRequestParams(SolrResourceLoader, RequestParams) - Static method in class org.apache.solr.core.RequestParams
-
- getFromRowCache() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- getFromRowCacheTransformed() - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
-
- getFs() - Method in class org.apache.solr.update.UpdateLog
-
- getFunction() - Method in class org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector
-
- getFunction() - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- getFunction() - Method in interface org.apache.solr.analytics.statistics.StatsCollector
-
- getFunctionName() - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpression
-
- getFunctionName(Class) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getFunctionName() - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
-
- getFunctions() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getFunctions() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getFuzzyMinSim() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Get the minimal similarity for fuzzy queries.
- getFuzzyPrefixLength() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Get the prefix length for fuzzy queries.
- getFuzzyQuery(String, String, float) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getFuzzyQuery(String, String, float) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getGap(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
Parses a String param into a value that represents the gap and
can be included in the response, throwing
a useful exception if not possible.
- getGap() - Method in class org.apache.solr.client.solrj.response.FacetField
-
Date Gap Facet parameter
- getGap() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getGap() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getGapObj() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getGaps() - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- getGenericCoreNodeNames() - Method in class org.apache.solr.core.CloudConfig
-
- getGlobalParams() - Method in class org.apache.solr.request.SimpleFacets
-
- getGlobbedId(String) - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getGroupedCounts(SolrIndexSearcher, DocSet, String, boolean, int, int, int, boolean, String, String, String, boolean) - Method in class org.apache.solr.request.SimpleFacets
-
- getGroupedFacetQueryCount(Query, DocSet) - Method in class org.apache.solr.request.SimpleFacets
-
Returns a grouped facet count for the facet query
- getGroupingSpec() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getGroupLimit() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getGroupOffset() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getGroupResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getGroupSort() - Method in interface org.apache.solr.search.grouping.Command
-
- getGroupSort() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
-
- getGroupSort() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
-
- getGroupSort() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
-
- getGroupSort() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getGroupValue() - Method in class org.apache.solr.client.solrj.response.Group
-
Returns the common group value that all documents share inside this group.
- getHandlerName() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getHandlers(SolrCore) - Static method in class org.apache.solr.core.ImplicitPlugins
-
- getHashableId() - Method in class org.apache.solr.update.AddUpdateCommand
-
- getHasher() - Method in class org.apache.solr.handler.component.StatsField.HllOptions
-
May be null if user has indicated that field values are pre-hashed
- getHdfsDirPath() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- getHeader() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getHeaderNames() - Method in class org.apache.solr.security.AuthorizationContext
-
- getHeapArray() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
This method returns the internal heap array as Object[].
- getHeatmapCounts() - Method in class org.apache.solr.request.SimpleFacets
-
- getHeatmapForField(String, String, ResponseBuilder, SolrParams, DocSet) - Static method in class org.apache.solr.handler.component.SpatialHeatmapFacets
-
- getHiddenExpressions() - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- getHiddenFiles() - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- getHighlight() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlighter(SolrCore) - Static method in class org.apache.solr.handler.component.HighlightComponent
-
- getHighlighter() - Method in class org.apache.solr.handler.component.HighlightComponent
-
- getHighlighter(Query, String, SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return a Highlighter
appropriate for this field.
- getHighlighter(SolrQueryRequest) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
-
Creates an instance of the Lucene PostingsHighlighter.
- getHighlightFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get list of highlighted fields
- getHighlightFields(Query, SolrQueryRequest, String[]) - Method in class org.apache.solr.highlight.SolrHighlighter
-
Return a String array of the fields to be highlighted.
- getHighlightFragsize() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlighting() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getHighlightQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getHighlightQuery() - Method in class org.apache.solr.search.DisMaxQParser
-
- getHighlightQuery() - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
- getHighlightQuery() - Method in class org.apache.solr.search.QParser
-
- getHighlightRequireFieldMatch() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightSimplePost() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightSimplePre() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightSnippets() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHistory(long, AtomicBoolean) - Method in class org.apache.solr.logging.LogWatcher
-
- getHistorySize() - Method in class org.apache.solr.logging.LogWatcher
-
- getHits() - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- getHLL() - Method in class org.apache.solr.search.facet.HLLAgg.HLLFactory
-
- getHllOptions() - Method in class org.apache.solr.handler.component.StatsField
-
- getHost() - Method in class org.apache.solr.core.CloudConfig
-
- getHostName() - Method in class org.apache.solr.cloud.ZkController
-
- getHostName() - Method in class org.apache.solr.core.CoreContainer
-
- getHostPort() - Method in class org.apache.solr.cloud.ZkController
-
- getHttpCachingConfig() - Method in class org.apache.solr.core.SolrConfig
-
- getHttpClient() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Return the HttpClient this instance uses.
- getHttpClient() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Return the HttpClient this instance uses.
- getHttpClient() - Method in class org.apache.solr.handler.dataimport.SolrEntityProcessor
-
Factory method that returns a HttpClient
instance used for interfacing with a source Solr service.
- getHttpClient() - Method in class org.apache.solr.update.StreamingSolrClients
-
- getHttpClient() - Method in class org.apache.solr.update.UpdateShardHandler
-
- getHttpClient() - Static method in class org.apache.solr.util.SolrCLI
-
- getHttpClientConfigurer() - Method in class org.apache.solr.util.SSLTestConfig
-
Will provide an HttpClientConfigurer for SSL support (adds https and
removes http schemes) is SSL is enabled, otherwise return the default
configurer
- getHttpHeader(String) - Method in class org.apache.solr.response.SolrQueryResponse
-
Gets the value of the response header with the given name.
- getHttpHeader(String) - Method in class org.apache.solr.security.AuthorizationContext
-
- getHttpHeaders(String) - Method in class org.apache.solr.response.SolrQueryResponse
-
Gets the values of the response header with the given name.
- getHttpMethod() - Method in class org.apache.solr.security.AuthorizationContext
-
- getHttpSolrCall(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.solr.servlet.SolrDispatchFilter
-
Allow a subclass to modify the HttpSolrCall.
- getHttpSolrClient(String) - Method in class org.apache.solr.client.solrj.io.SolrClientCache
-
- getId() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
-
- getId() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
-
- getId(SolrInputDocument, SolrParams) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- getId() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getId(String) - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getId() - Method in class org.apache.solr.update.DeleteUpdateCommand
-
- getIdCacheData(Context, String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
-
If the where clause is present the cache is sql Vs Map of key Vs List of
Rows.
- getIdField() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getIdSet() - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
-
- getIgnoreCase() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
-
- getIgnoreCase(NamedList<?>) - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
-
- getIgnoreCase() - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
-
- getIgnoreCase(NamedList<?>) - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
-
- getIgnoreEmptyLines() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getIgnoreLeadingWhitespaces() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getIgnoreTrailingWhitespaces() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- GetImage() - Method in interface org.apache.solr.parser.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.apache.solr.parser.FastCharStream
-
- getImmutableCopy() - Method in class org.apache.solr.common.util.NamedList
-
- getImporter() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
-
- getInclude() - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- getInclude() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getIndexAnalyzer() - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- getIndexAnalyzer(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- getIndexAnalyzer() - Method in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
-
This analyzer is not actually used for indexing.
- getIndexAnalyzer() - Method in class org.apache.solr.schema.BoolField
-
- getIndexAnalyzer() - Method in class org.apache.solr.schema.CollationField
-
- getIndexAnalyzer() - Method in class org.apache.solr.schema.FieldType
-
Returns the Analyzer to be used when indexing fields of this type.
- getIndexAnalyzer() - Method in class org.apache.solr.schema.ICUCollationField
-
- getIndexAnalyzer() - Method in class org.apache.solr.schema.IndexSchema
-
Returns the Analyzer used when indexing documents for this index
This Analyzer is field (and dynamic field) name aware, and delegates to
a field specific Analyzer based on the field type.
- getIndexAnalyzer() - Method in class org.apache.solr.schema.PreAnalyzedField
-
- getIndexAnalyzer() - Method in class org.apache.solr.schema.RptWithGeometrySpatialField
-
- getIndexDir() - Method in class org.apache.solr.core.SolrCore
-
- getIndexDir() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getIndexDirectory() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getIndexDirs() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- getIndexedId() - Method in class org.apache.solr.update.AddUpdateCommand
-
Returns the indexed ID for this document.
- getIndexedId() - Method in class org.apache.solr.update.DeleteUpdateCommand
-
Returns the indexed ID for this delete.
- getIndexInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getIndexInfo(DirectoryReader, boolean) - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
-
- getIndexInfo(DirectoryReader) - Static method in class org.apache.solr.handler.admin.LukeRequestHandler
-
- getIndexOptions(SchemaField, String) - Method in class org.apache.solr.schema.FieldType
-
- getIndexPhases(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the index time analysis phases for the given field value.
- getIndexPhases() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the index time analysis phases for this analysis.
- getIndexPhasesByFieldValue() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the index time analysis phases for all field values.
- getIndexPhasesCount(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the number of index time analysis phases the given field value has.
- getIndexPhasesCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the index time analysis phases for this analysis.
- getIndexReader() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getIndexReaderFactory() - Method in class org.apache.solr.core.SolrCore
-
- getIndexSchema() - Method in class org.apache.solr.core.ConfigSet
-
- getIndexWriter(SolrCore) - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- getIndexWriter(SolrCore) - Method in class org.apache.solr.update.SolrCoreState
-
Get the current IndexWriter.
- getInfo() - Method in class org.apache.solr.logging.LoggerInfo
-
- getInfo() - Method in class org.apache.solr.rest.ManagedResourceStorage.FileStorageIO
-
- getInfo() - Method in class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
-
- getInfo() - Method in interface org.apache.solr.rest.ManagedResourceStorage.StorageIO
-
- getInfo() - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
-
- getInfoHandler() - Method in class org.apache.solr.core.CoreContainer
-
- getInfoHandlerClass() - Method in class org.apache.solr.core.NodeConfig
-
- getInfoMBeans() - Method in class org.apache.solr.core.SolrResourceLoader
-
- getInfoRegistry() - Method in class org.apache.solr.core.SolrCore
-
Returns a Map of name vs SolrInfoMBean objects.
- getInheritableThreadLocalProvider() - Static method in class org.apache.solr.request.SolrRequestInfo
-
- getInitArgs() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getInitializedOn() - Method in class org.apache.solr.rest.ManagedResource
-
Returns this resource's initialization timestamp.
- getInitParams() - Method in class org.apache.solr.core.SolrConfig
-
- getInputDocument(SolrCore, BytesRef) - Static method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- getInputDocumentFromTlog(SolrCore, BytesRef) - Static method in class org.apache.solr.handler.component.RealTimeGetComponent
-
returns the SolrInputDocument from the current tlog, or DELETED if it has been deleted, or
null if there is no record of it in the current update log.
- getInputStream() - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
Allow override.
- getInQueue(SolrZkClient) - Static method in class org.apache.solr.cloud.Overseer
-
Get queue that can be used to send messages to Overseer.
- getInst(String, List<String>) - Static method in class org.apache.solr.common.util.JsonRecordReader
-
- getInstance() - Static method in class org.apache.solr.search.SolrQueryTimeoutImpl
-
Return singleton instance
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DefaultValueUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.HTMLStripFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.LogUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.NoOpDistributingUpdateProcessorFactory
-
Returns null
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseDoubleFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseFloatFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseIntFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.ParseLongFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RegexpBoostProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RegexReplaceProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RemoveBlankFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.RunUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.SimpleUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TimestampUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TrimFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.URLClassifyProcessorFactory
-
- getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
-
- getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getInstanceDir() - Method in class org.apache.solr.core.CoreDescriptor
-
- getInstanceDir() - Method in class org.apache.solr.core.SolrResourceLoader
-
- getInt() - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getInt() - Method in class org.apache.solr.cloud.rule.Rule.Condition
-
- getInt(String, Integer) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Get a string property value.
- getInt(String, int) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getInt(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Integer value of the param, or null if not set
- getInt(String, int) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the int value of the param, or def if not set
- getInt(String) - Method in class org.apache.solr.core.Config
-
- getInt(String, int) - Method in class org.apache.solr.core.Config
-
- getInt(String) - Method in class org.apache.solr.core.SolrConfig
-
- getInt(String, int) - Method in class org.apache.solr.core.SolrConfig
-
- getInt() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getInt() - Method in class org.apache.solr.SolrTestCaseJ4.IRange
-
- getInt() - Method in class org.apache.solr.SolrTestCaseJ4.IVals
-
- getInt() - Method in class org.apache.solr.SolrTestCaseJ4.IValsPercent
-
- getInternalArray() - Method in class org.apache.solr.util.LongPriorityQueue
-
Returns the array used to hold the heap, with the smallest item at array[1]
and the last (but not necessarily largest) at array[size()].
- getInternalRank() - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- getIntervalFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getIntervals() - Method in class org.apache.solr.client.solrj.response.IntervalFacet
-
- getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Retrieve the default list of parameters are added to every request
regardless.
- getIsLoadOnStartup() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getIsShard() - Method in class org.apache.solr.handler.component.StatsField
-
- getIsTransient() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getItem() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Gets the item to sort, typically a function or a fieldname
- getJarIncRef(String) - Method in class org.apache.solr.core.JarRepository
-
Returns the contents of a jar and increments a reference count.
- getJarRepository() - Method in class org.apache.solr.core.CoreContainer
-
- getJettyOnPort(int) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getJettySolrRunners() - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
- getJSON() - Method in interface org.apache.solr.request.SolrQueryRequest
-
Returns any associated JSON (or null if none) in deserialized generic form.
- getJSON() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getJSON(SolrClient, SolrParams) - Static method in class org.apache.solr.SolrTestCaseHS
-
- getJson(String) - Static method in class org.apache.solr.util.SolrCLI
-
Useful when a tool just needs to send one request to Solr.
- getJson(HttpClient, String, int, boolean) - Static method in class org.apache.solr.util.SolrCLI
-
Utility function for sending HTTP GET request to Solr with built-in retry support.
- getJson(HttpClient, String) - Static method in class org.apache.solr.util.SolrCLI
-
Utility function for sending HTTP GET request to Solr and then doing some
validation of the response.
- getJvmInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
-
Get JVM Info - including memory info
- getKey() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.ServerWrapper
-
- getKey() - Method in class org.apache.solr.client.solrj.response.IntervalFacet.Count
-
- getKey() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
-
- getKey() - Method in class org.apache.solr.common.util.Pair
-
- getKey() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
-
returns the key in the response that this facet will be under
- getKey() - Method in class org.apache.solr.request.IntervalFacets.FacetInterval
-
- getKey(SolrDocument) - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
-
- getKey() - Method in interface org.apache.solr.search.grouping.Command
-
- getKey() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
-
- getKey() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
-
- getKey() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
-
- getKeyStore() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- getKeyStorePassword() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- getLabels() - Method in class org.apache.solr.client.solrj.response.Cluster
-
- getLangCode() - Method in class org.apache.solr.update.processor.DetectedLanguage
-
Returns the detected language code
- getLanguage() - Method in class org.apache.solr.handler.dataimport.config.Script
-
- getLastAccess() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- getLastEvent() - Method in class org.apache.solr.logging.LogWatcher
-
- getLastException() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getLastLogId() - Method in class org.apache.solr.update.UpdateLog
-
- getLastModFrom() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
-
- getLastModified(Resource) - Method in class org.apache.solr.response.SolrParamResourceLoader
-
- getLastModified(Resource) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
-
- getLastPublished() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- getLastReplicateIndexSuccess() - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- getLastReplicateIndexSuccess() - Method in class org.apache.solr.update.SolrCoreState
-
- getLastUpdatedTime() - Method in class org.apache.solr.cloud.overseer.ZkStateWriter
-
- getLatestAccessedItems(int) - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- getLatestCommit() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
Gets the most recent commit point
It is recommended to reserve a commit point for the duration of usage so that
it is not deleted by the underlying deletion policy
- getLatestFile(String, String) - Static method in class org.apache.solr.util.VersionedFile
-
- getLatestOperation() - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
-
- getLatestSchema() - Method in class org.apache.solr.core.SolrCore
-
- getLbClient() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getLeader(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Get the lead replica for specific collection, or null if one currently doesn't exist.
- getLeader() - Method in class org.apache.solr.common.cloud.Slice
-
- getLeader(String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getLeaderConflictResolveWait() - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderConflictResolveWait() - Method in class org.apache.solr.core.CloudConfig
-
- getLeaderId(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- getLeaderInitiatedRecoveryState(String, String, String) - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderInitiatedRecoveryStateObject(String, String, String) - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderInitiatedRecoveryZnodePath(String, String) - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderInitiatedRecoveryZnodePath(String, String, String) - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderNode(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- getLeaderProps(String, String, int) - Method in class org.apache.solr.cloud.ZkController
-
Get leader props directly from zk nodes.
- getLeaderProps(String, String, int, boolean) - Method in class org.apache.solr.cloud.ZkController
-
Get leader props directly from zk nodes.
- getLeaderRetry(String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Get shard leader properties, with retry if none exist.
- getLeaderRetry(String, String, int) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Get shard leader properties, with retry if none exist.
- getLeaderSeqPath(String, String) - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderThrottle() - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- getLeaderThrottle() - Method in class org.apache.solr.update.SolrCoreState
-
- getLeaderUrl(String, String, int) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getLeaderVoteWait() - Method in class org.apache.solr.cloud.ZkController
-
- getLeaderVoteWait() - Method in class org.apache.solr.core.CloudConfig
-
- getLeafCollector(LeafReaderContext) - Method in class org.apache.solr.search.EarlyTerminatingCollector
-
- getLeafCollector(LeafReaderContext) - Method in class org.apache.solr.search.grouping.collector.FilterCollector
-
- getLeafReader() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getLeastUsedItems(int) - Method in class org.apache.solr.util.ConcurrentLFUCache
-
Returns 'n' number of least used entries present in this cache.
- getLen() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getLength(FileSystem, Path) - Static method in class org.apache.solr.store.hdfs.HdfsFileReader
-
- getLevel() - Method in class org.apache.solr.logging.jul.JulInfo
-
- getLevel() - Method in class org.apache.solr.logging.log4j.Log4jInfo
-
- getLevel() - Method in class org.apache.solr.logging.LoggerInfo
-
- getLexSorted() - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
-
- getLexSorted(HashMap<String, TermsResponse.Term>) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
-
- getLibObjects(SolrCore, List<PluginInfo>) - Static method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- getLimit() - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- getLimit() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getLimitedValue(String) - Method in class org.apache.solr.schema.CopyField
-
- getLimiter() - Method in class org.apache.solr.cloud.ZkTestServer
-
- getLimitingFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getLimitingFields(long) - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getLine() - Method in class org.apache.solr.internal.csv.CSVParser
-
Parses from the current point in the stream til
the end of the current line.
- getLine() - Method in interface org.apache.solr.parser.CharStream
-
Deprecated.
- getLine() - Method in class org.apache.solr.parser.FastCharStream
-
- getLineNumber() - Method in class org.apache.solr.internal.csv.CSVParser
-
Returns the current line number in the input stream.
- getLines(String) - Method in class org.apache.solr.core.SolrResourceLoader
-
Accesses a resource by name and returns the (non comment) lines
containing data.
- getLines(String, String) - Method in class org.apache.solr.core.SolrResourceLoader
-
Accesses a resource by name and returns the (non comment) lines containing
data using the given character encoding.
- getLines(String, Charset) - Method in class org.apache.solr.core.SolrResourceLoader
-
- getListedTermCounts(String, SimpleFacets.ParsedParams, List<String>) - Method in class org.apache.solr.request.SimpleFacets
-
Computes the term->count counts for the specified term values relative to the
- getListenPort() - Method in class org.apache.solr.cloud.SocketProxy
-
- getListValue(Map<String, Object>, String) - Static method in class org.apache.solr.handler.admin.SecurityConfHandler
-
- getLiveAndActiveReplicaCount(ZkStateReader, String) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
-
- getLiveNodes() - Method in class org.apache.solr.common.cloud.ClusterState
-
Get names of the currently live nodes.
- getLivePaths() - Method in class org.apache.solr.core.CachingDirectoryFactory
-
Test only method for inspecting the cache
- getLocale() - Method in class org.apache.solr.util.DateMathParser
-
- getLocalParams(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getLocalParams() - Method in class org.apache.solr.search.QParser
-
- getLocalParams(String, SolrParams) - Static method in class org.apache.solr.search.QueryParsing
-
"foo" returns null
"{!
- getLocalPort() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
Returns the Local Port of the jetty Server.
- getLog2m() - Method in class org.apache.solr.handler.component.StatsField.HllOptions
-
- getLogDir() - Method in class org.apache.solr.update.HdfsUpdateLog
-
- getLogDir() - Method in class org.apache.solr.update.UpdateLog
-
- getLogField() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
-
- getLogging() - Method in class org.apache.solr.core.CoreContainer
-
- getLoggingClass() - Method in class org.apache.solr.logging.LogWatcherConfig
-
Get the implementation of the LogWatcher to use.
- getLoggingHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
-
- getLogId() - Method in class org.apache.solr.core.SolrCore
-
- getLogList(FileSystem, Path) - Static method in class org.apache.solr.update.HdfsUpdateLog
-
- getLogList(Path) - Method in class org.apache.solr.update.HdfsUpdateLog
-
- getLogList(File) - Method in class org.apache.solr.update.UpdateLog
-
- getLogSize() - Method in class org.apache.solr.update.TransactionLog
-
- getLogWatcherConfig() - Method in class org.apache.solr.core.NodeConfig
-
- getLong() - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getLong(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getLong(String, Long) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Long value of the param, or null if not set
- getLong(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Long value of the param, or null if not set
- getLong(String, long) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the long value of the param, or def if not set
- getLongLittleEndian(byte[], int) - Static method in class org.apache.solr.common.util.Hash
-
Gets a long from a byte buffer in little endian byte order.
- getLongs(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getLookupResult(String, String) - Method in class org.apache.solr.spelling.suggest.SuggesterResult
-
Get a list of lookup result for a given token
null can be returned, if there are no lookup results
for the token
- getLowerVal() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
-
- getLuceneDocument() - Method in class org.apache.solr.update.AddUpdateCommand
-
Creates and returns a lucene Document to index.
- getLuceneFieldNames() - Method in class org.apache.solr.search.ReturnFields
-
Set of field names with their exact names from the lucene index.
- getLuceneFieldNames() - Method in class org.apache.solr.search.SolrReturnFields
-
- getLuceneVersion(String) - Method in class org.apache.solr.core.Config
-
- getLuceneVersion(String, Version) - Method in class org.apache.solr.core.Config
-
- getMainValuePrefix(FieldType) - Static method in class org.apache.solr.schema.TrieField
-
expert internal use, subject to change.
- getManagedResource(String) - Method in class org.apache.solr.rest.RestManager
-
Returns the
ManagedResource
subclass instance corresponding
to the given resourceId from the registry.
- getManagedResourceImplClass() - Method in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
-
Let the concrete analysis component determine the ManagedResource implementation.
- getManagedResourceImplClass() - Method in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
-
Returns the implementation class for managing stop words.
- getManagedResourceImplClass() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
-
- getManagedResourceOrNull(String) - Method in class org.apache.solr.rest.RestManager
-
Returns the
ManagedResource
subclass instance corresponding
to the given resourceId from the registry, or null if no resource
has been registered with the given resourceId.
- getManagedResourceRegistry() - Method in class org.apache.solr.core.SolrResourceLoader
-
- getManagedSchemaResourceName() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- getManagementPath() - Method in class org.apache.solr.core.CoreContainer
-
Gets the alternate path for multicore handling:
This is used in case there is a registered unnamed core (aka name is "") to
declare an alternate way of accessing named cores.
- getManagementPath() - Method in class org.apache.solr.core.NodeConfig
-
- getMap() - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getMap() - Method in class org.apache.solr.common.params.MapSolrParams
-
- getMap() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getMap() - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- getMap(String, Map) - Method in class org.apache.solr.util.CommandOperation
-
- getMap() - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- getMap() - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- getMappedField(String, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
Returns the name of the field to map the current contents into, so that they are properly analyzed.
- getMaps() - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getMapValue(Map<String, Object>, String) - Static method in class org.apache.solr.handler.admin.SecurityConfHandler
-
- getMapWithVersion(Map<String, Object>, int) - Static method in class org.apache.solr.core.RequestParams
-
- getMarkerChar() - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
-
- getMatches() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the total number of documents found for this command.
- getMatches() - Method in class org.apache.solr.search.grouping.collector.FilterCollector
-
- getMatches() - Method in class org.apache.solr.search.Grouping.Command
-
Returns the number of matches for this Command
.
- getMatches() - Method in class org.apache.solr.search.Grouping.CommandField
-
Returns the number of matches for this Command
.
- getMatches() - Method in class org.apache.solr.search.Grouping.CommandFunc
-
Returns the number of matches for this Command
.
- getMatches() - Method in class org.apache.solr.search.Grouping.CommandQuery
-
Returns the number of matches for this Command
.
- getMatches() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommandResult
-
- getMax() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMax() - Method in class org.apache.solr.util.stats.Histogram
-
- getMax() - Method in class org.apache.solr.util.stats.Timer
-
Returns the longest recorded duration.
- getMaxAge() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
-
null if no max age limitation
- getMaxChars() - Method in class org.apache.solr.schema.CopyField
-
- getMaxChars() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
-
- getMaxCommitAge() - Method in class org.apache.solr.core.SolrDeletionPolicy
-
- getMaxCommitsToKeep() - Method in class org.apache.solr.core.SolrDeletionPolicy
-
- getMaxDoc() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getMaxNumLogsToKeep() - Method in class org.apache.solr.update.UpdateLog
-
- getMaxOptimizedCommitsToKeep() - Method in class org.apache.solr.core.SolrDeletionPolicy
-
- getMaxPermits() - Method in class org.apache.solr.util.AdjustableSemaphore
-
- getMaxRecentVersion() - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
-
- getMaxScore() - Method in class org.apache.solr.common.SolrDocumentList
-
- getMaxShardsPerNode() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getMaxShardsPerNode() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getMaxSize() - Method in class org.apache.solr.util.BoundedTreeSet
-
- getMaxSnippets(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return the max number of snippets for this field.
- getMaxUpdateConnections() - Method in class org.apache.solr.core.NodeConfig
-
Deprecated.
- getMaxUpdateConnections() - Method in class org.apache.solr.update.UpdateShardHandlerConfig
-
- getMaxUpdateConnectionsPerHost() - Method in class org.apache.solr.core.NodeConfig
-
Deprecated.
- getMaxUpdateConnectionsPerHost() - Method in class org.apache.solr.update.UpdateShardHandlerConfig
-
- getMaxVersionFromIndex(SolrIndexSearcher) - Method in class org.apache.solr.update.VersionInfo
-
- getMBeanInfo(SolrQueryRequest) - Method in class org.apache.solr.handler.admin.SolrInfoMBeanHandler
-
- getMean() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMean() - Method in class org.apache.solr.util.stats.Histogram
-
- getMean() - Method in class org.apache.solr.util.stats.Timer
-
Returns the arithmetic mean of all recorded durations.
- getMeanRate() - Method in class org.apache.solr.util.stats.Meter
-
- getMeanRate() - Method in class org.apache.solr.util.stats.Timer
-
- getMedian() - Method in class org.apache.solr.analytics.statistics.MedianStatsCollector
-
- getMedian(List<T>) - Static method in class org.apache.solr.analytics.util.MedianCalculator
-
Calculates the median of the given list of numbers.
- getMedian() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the median value in the distribution.
- getMemClassLoader() - Method in class org.apache.solr.core.SolrCore
-
- getMergedResult() - Method in class org.apache.solr.search.facet.FacetMerger
-
- getMergeStrategies() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getMergeStrategy() - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
-
- getMergeStrategy() - Method in class org.apache.solr.search.RankQuery
-
- getMessage() - Method in error org.apache.solr.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.apache.solr.response.SortingResponseWriter.IgnoreException
-
- getMessage() - Method in class org.apache.solr.security.AuthorizationResponse
-
- getMetadata() - Method in exception org.apache.solr.common.SolrException
-
- getMetadata(String) - Method in exception org.apache.solr.common.SolrException
-
- getMethod() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getMethod() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getMethod(String) - Static method in enum org.apache.solr.servlet.cache.Method
-
- getMetrics() - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getMin() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMin() - Method in class org.apache.solr.util.stats.Histogram
-
- getMin() - Method in class org.apache.solr.util.stats.Timer
-
Returns the shortest recorded duration.
- getMinAchievedReplicationFactor(String, NamedList) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Useful for determining the minimum achieved replication factor across
all shards involved in processing an update request, typically useful
for gauging the replication factor of a batch.
- getMinCount() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getMissing() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMissingValue() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
- getMisspellingsAndCorrections() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- getMisspellingsAndCorrections() - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- getMoreLikeThese(DocList, int, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
Deprecated.
- getMoreLikeTheseQuery(DocList) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getMoreLikeThis(int, int, int, List<Query>, List<MoreLikeThisHandler.InterestingTerm>, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getMoreLikeThis(Reader, int, int, List<Query>, List<MoreLikeThisHandler.InterestingTerm>, int) - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getMoreLikeThis() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getMostUsedItems(int) - Method in class org.apache.solr.util.ConcurrentLFUCache
-
Returns 'n' number of most used entries present in this cache.
- getMultiCoreHandler() - Method in class org.apache.solr.core.CoreContainer
-
- getMultipartUploadLimitKB() - Method in class org.apache.solr.core.SolrConfig
-
- getMultipleConfigs(SolrConfig, String) - Static method in class org.apache.solr.search.CacheConfig
-
- getMultiplicativeBoosts() - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Parses all multiplicative boosts
- getMultiplier() - Method in enum org.apache.solr.search.facet.FacetField.SortDirection
-
- getMultiTermAnalyzer() - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- getMultiTermAnalyzer() - Method in class org.apache.solr.schema.TextField
-
Returns the Analyzer to be used when searching fields of this type when mult-term queries are specified.
- getMultiTermRewriteMethod() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getMultiValuedSeparator(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- getMultiValuedSeparatorChar(SolrParams) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
-
- getName() - Method in class org.apache.solr.analytics.request.AbstractFieldFacetRequest
-
- getName() - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- getName() - Method in class org.apache.solr.analytics.request.ExpressionRequest
-
- getName() - Method in interface org.apache.solr.analytics.request.FacetRequest
-
Get the name of this facet (commonly the field name)
- getName() - Method in class org.apache.solr.analytics.request.QueryFacetRequest
-
- getName() - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- getName() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getName() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getName() - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getName() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getName() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the name of this command.
- getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getName() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getName() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getName() - Method in class org.apache.solr.common.cloud.DocCollection
-
Return collection name.
- getName() - Method in class org.apache.solr.common.cloud.Replica
-
- getName() - Method in class org.apache.solr.common.cloud.Slice
-
Return slice name (shard id).
- getName() - Method in class org.apache.solr.common.SolrInputField
-
- getName() - Method in interface org.apache.solr.common.util.ContentStream
-
- getName() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getName(int) - Method in class org.apache.solr.common.util.NamedList
-
The name of the pair at the specified List index
- getName() - Method in class org.apache.solr.core.Config
-
- getName() - Method in class org.apache.solr.core.ConfigSet
-
- getName() - Method in class org.apache.solr.core.CoreDescriptor
-
- getName() - Method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- 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
-
Deprecated.
- getName() - Method in class org.apache.solr.handler.component.AnalyticsComponent
-
- getName() - Method in class org.apache.solr.handler.component.SearchComponent
-
- getName() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getName() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- getName() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- getName() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getName() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getName() - Method in class org.apache.solr.internal.csv.writer.CSVField
-
- getName() - Method in class org.apache.solr.logging.jul.JulWatcher
-
- getName() - Method in class org.apache.solr.logging.log4j.Log4jInfo
-
- getName() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- getName() - Method in class org.apache.solr.logging.LoggerInfo
-
- getName() - Method in class org.apache.solr.logging.LogWatcher
-
- getName() - Method in class org.apache.solr.response.transform.BaseEditorialTransformer
-
- getName() - Method in class org.apache.solr.response.transform.DocTransformer
-
- getName() - Method in class org.apache.solr.response.transform.DocTransformers
-
- getName() - Method in class org.apache.solr.response.transform.RenameFieldTransformer
-
- getName() - Method in class org.apache.solr.response.transform.ScoreAugmenter
-
- getName() - Method in class org.apache.solr.response.transform.ValueSourceAugmenter
-
- getName() - Method in class org.apache.solr.schema.SchemaField
-
- getName() - Method in class org.apache.solr.search.FastLRUCache
-
- getName() - Method in class org.apache.solr.search.LFUCache
-
- getName() - Method in class org.apache.solr.search.LRUCache
-
- getName() - Method in class org.apache.solr.search.QParserPlugin
-
- getName() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getName() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getName() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
Returns the unique name of the suggester
- getName() - Method in class org.apache.solr.store.blockcache.Metrics
-
- getName() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
- getName() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getName() - Method in enum org.apache.solr.util.PivotListEntry
-
Name of this entry when used in response
- getName() - Method in class org.apache.solr.util.SolrCLI.ApiTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.ConfigTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.CreateCollectionTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.CreateCoreTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.CreateTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.DeleteTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.HealthcheckTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- getName() - Method in class org.apache.solr.util.SolrCLI.StatusTool
-
- getName() - Method in interface org.apache.solr.util.SolrCLI.Tool
-
- getNamedOperand(StreamExpression, String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getNamedOperands(StreamExpression) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getNamedPlugins(String) - Method in class org.apache.solr.core.ConfigOverlay
-
- getNamedPropertyValues(boolean) - Method in class org.apache.solr.schema.FieldType
-
Get a map of property name -> value for this field type.
- getNamedPropertyValues() - Method in class org.apache.solr.schema.IndexSchema
-
Get a map of property name -> value for the whole schema.
- getNamedPropertyValues(boolean) - Method in class org.apache.solr.schema.SchemaField
-
Get a map of property name -> value for this field.
- getNamedPropertyValues() - Method in class org.apache.solr.schema.SimilarityFactory
-
Returns a serializable description of this similarity(factory)
- getNameOrColumn() - Method in class org.apache.solr.handler.dataimport.config.EntityField.Builder
-
- getNameOrColumn() - Method in class org.apache.solr.handler.dataimport.config.Field.Builder
-
- getNewClock() - Method in class org.apache.solr.update.VersionInfo
-
- getNewestSearcher(boolean) - Method in class org.apache.solr.core.SolrCore
-
- getNewIndexDir() - Method in class org.apache.solr.core.SolrCore
-
Returns the indexdir as given in index.properties.
- getNewSize() - Method in class org.apache.solr.search.facet.SlotAcc.Resizer
-
- getNewSlot(int) - Method in class org.apache.solr.search.facet.SlotAcc.Resizer
-
- getNext() - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
- getNextAvailablePort() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getNextCursorMark() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getNextCursorMark() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getNextCursorMark() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- getNextLevelValuesToRefine() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
- getNextToken() - Method in class org.apache.solr.parser.QueryParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.solr.parser.QueryParserTokenManager
-
Get the next Token.
- getNGroups() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the total number of groups found for this command.
- getNode() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getNode() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionAdminRoleRequest
-
- getNode() - Method in class org.apache.solr.cloud.rule.SnitchContext
-
- getNode(String, boolean) - Method in class org.apache.solr.core.Config
-
- getNode(String, Document, boolean) - Method in class org.apache.solr.core.Config
-
- getNode(String, String) - Method in class org.apache.solr.util.DOMUtilTestBase
-
- getNode(Document, String) - Method in class org.apache.solr.util.DOMUtilTestBase
-
- getNodeList(String, boolean) - Method in class org.apache.solr.core.Config
-
- getNodeMappings() - Method in class org.apache.solr.cloud.rule.ReplicaAssigner
-
For each shard return a new set of nodes where the replicas need to be created satisfying
the specified rule
- getNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getNodeName(String) - Static method in class org.apache.solr.cloud.LeaderElector
-
- getNodeName() - Method in class org.apache.solr.cloud.ZkController
-
- getNodeName() - Method in class org.apache.solr.common.cloud.Replica
-
The name of the node this replica resides on
- getNodeName() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getNodeName() - Method in class org.apache.solr.core.NodeConfig
-
- getNodeName() - Method in class org.apache.solr.handler.component.ShardResponse
-
- getNodeName() - Method in class org.apache.solr.search.CacheConfig
-
- getNodeProps() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getNodeProps() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
-
- getNodeProps() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- getNodeSet() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
-
- getNodesForNewReplicas(ClusterState, String, String, int, String, CoreContainer) - Static method in class org.apache.solr.cloud.Assign
-
- getNodesFromXP(Node, String) - Static method in class org.apache.solr.util.SimplePostTool
-
Gets all nodes matching an XPath
- getNodeStatus(String, int) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- getNodeVsTags() - Method in class org.apache.solr.cloud.rule.ReplicaAssigner
-
- getNonFieldPropertyArgs() - Method in class org.apache.solr.schema.FieldType
-
Returns args to this field type that aren't standard field properties
- getNonZkLeaderAssumption(SolrQueryRequest) - Static method in class org.apache.solr.update.processor.DistributedUpdateProcessor
-
Returns a boolean indicating whether or not the caller should behave as
if this is the "leader" even when ZooKeeper is not enabled.
- getNormalizedURL(String) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
- getNOW() - Method in class org.apache.solr.request.SolrRequestInfo
-
- getNow() - Method in class org.apache.solr.util.DateMathParser
-
Returns a cloned of this instance's concept of "now".
- getNumAdds() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- getNumber() - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getNumber() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getNumberCollected() - Method in exception org.apache.solr.search.EarlyTerminatingCollectorException
-
The number of documents collected that resulted in early termination
- getNumberDocumentsFound() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getNumberOfAccesses() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- getNumberOfGroups() - Method in class org.apache.solr.search.Grouping.Command
-
Returns the number of groups found for this Command
.
- getNumberOfGroups() - Method in class org.apache.solr.search.Grouping.CommandField
-
Returns the number of groups found for this Command
.
- getNumberOfGroups() - Method in class org.apache.solr.search.Grouping.CommandFunc
-
Returns the number of groups found for this Command
.
- getNumberOfHits() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- getNumberOfOccurences() - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- getNumberScanned() - Method in exception org.apache.solr.search.EarlyTerminatingCollectorException
-
- getNumDeadServersToTry() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- getNumDeletes() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- getNumDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getNumericType() - Method in class org.apache.solr.schema.EnumField
-
Return the numeric type of this field, or null if this field is not a
numeric field.
- getNumericType() - Method in class org.apache.solr.schema.FieldType
-
Return the numeric type of this field, or null if this field is not a
numeric field.
- getNumericType() - Method in class org.apache.solr.schema.TrieField
-
- getNumFound() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getNumFound() - Method in class org.apache.solr.common.SolrDocumentList
-
- getNumQueries() - Method in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
Used for JMX stats collecting.
- getNumQueries() - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- getNumRecordsToKeep() - Method in class org.apache.solr.update.UpdateLog
-
- getNumShards() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getNumShards() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- getNumStatsCollectors() - Method in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
Used for JMX stats collecting.
- getNumTerms() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- getNumTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getNumTerms() - Method in class org.apache.solr.search.facet.UnInvertedField
-
- getNumVersionBuckets() - Method in class org.apache.solr.update.UpdateLog
-
- getObjectByPath(Map, boolean, String) - Static method in class org.apache.solr.common.util.Utils
-
- getObjectByPath(Map, boolean, List<String>) - Static method in class org.apache.solr.common.util.Utils
-
- getObjectFrom(String, String) - Static method in class org.apache.solr.response.transform.ValueAugmenterFactory
-
- getObjectSerialize() - Method in class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- getOffset() - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- getOffset() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getOffset() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getOffset() - Method in class org.apache.solr.search.SortSpec
-
Offset into the list of results.
- getOldClock() - Method in class org.apache.solr.update.VersionInfo
-
- getOldestAccessedItems(int) - Method in class org.apache.solr.util.ConcurrentLRUCache
-
Returns 'n' number of oldest accessed entries present in this cache.
- getOneMinuteRate() - Method in class org.apache.solr.util.stats.Meter
-
- getOneMinuteRate() - Method in class org.apache.solr.util.stats.Timer
-
- getOnError() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getOnImportEnd() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getOnImportStart() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getOnlyActiveNodes() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- getOnlyIfDown() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplica
-
- getOpenCount() - Method in class org.apache.solr.core.SolrCore
-
Current core usage count.
- getOpenSearcher() - Method in class org.apache.solr.update.CommitTracker
-
- getOpenTime() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getOperand(StreamExpression, int) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getOperandsOfType(StreamExpression, Class...) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getOptions() - Method in class org.apache.solr.search.ExtendedQueryBase
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.ApiTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.ConfigTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.CreateCollectionTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.CreateCoreTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.CreateTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.DeleteTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.SolrCloudTool
-
- getOptions() - Method in class org.apache.solr.util.SolrCLI.StatusTool
-
- getOptions() - Method in interface org.apache.solr.util.SolrCLI.Tool
-
- getOptionsString(ExtendedQuery) - Static method in class org.apache.solr.search.ExtendedQueryBase
-
- getOrder() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Gets the order to sort
- getOriginal() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- getOriginal() - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- getOriginalAsString() - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- getOriginalConfig() - Method in class org.apache.solr.core.Config
-
- getOriginalFrequency() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getOriginalParams() - Method in interface org.apache.solr.request.SolrQueryRequest
-
Returns the original request parameters.
- getOriginalParams() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getOthers() - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- getOthers() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getOutputKey() - Method in class org.apache.solr.handler.component.StatsField
-
The key to be used when refering to this
StatsField
instance in the
response tp clients.
- getOverlay() - Method in class org.apache.solr.core.SolrConfig
-
- getOverseer() - Method in class org.apache.solr.cloud.ZkController
-
- getOverseerCollectionQueue() - Method in class org.apache.solr.cloud.ZkController
-
- getOverseerCompletedMap() - Method in class org.apache.solr.cloud.ZkController
-
- getOverseerElector() - Method in class org.apache.solr.cloud.ZkController
-
- getOverseerFailureMap() - Method in class org.apache.solr.cloud.ZkController
-
- getOverseerJobQueue() - Method in class org.apache.solr.cloud.ZkController
-
- getOverseerRunningMap() - Method in class org.apache.solr.cloud.ZkController
-
- getOverwriteDupes() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
-
- getPage_count() - Method in class org.apache.solr.response.PageTool
-
- getParam(String) - Method in class org.apache.solr.search.QParser
-
check both local and global params
- getParameter() - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- getParameter(NamedList, String, T, StringBuilder) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
- getParameterNames() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.DefaultSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.MapSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.RequiredSolrParams
-
returns an Iterator over the parameter names
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.SolrParams
-
returns an Iterator over the parameter names
- getParameters() - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpression
-
- getParameters() - Method in class org.apache.solr.handler.dataimport.config.PropertyWriter
-
- getParams() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterProp
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionAdminRoleRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionSpecificAdminRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteAlias
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplica
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplicaProp
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestRecovery
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getParams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
- getParams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
- getParams() - Method in class org.apache.solr.client.solrj.request.GenericSolrRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.schema.AbstractSchemaRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
- getParams() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getParams() - Method in class org.apache.solr.cloud.CloudDescriptor
-
Optional parameters that can change how a core is created.
- getParams(String) - Method in class org.apache.solr.common.params.AppendedSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.MapSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.SolrParams
-
returns an array of the String values of a param, or null if none
- getParams(String) - Method in class org.apache.solr.core.RequestParams
-
- getParams() - Method in interface org.apache.solr.request.SolrQueryRequest
-
returns the current request parameters
- getParams() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getParams() - Method in class org.apache.solr.schema.SimilarityFactory
-
- getParams() - Method in class org.apache.solr.search.QParser
-
- getParams() - Method in class org.apache.solr.security.AuthorizationContext
-
- getParamString() - Method in interface org.apache.solr.request.SolrQueryRequest
-
Returns a string representing all the important parameters.
- getParamString() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getParent() - Method in class org.apache.solr.common.cloud.Slice
-
- getParentContext() - Method in class org.apache.solr.handler.dataimport.Context
-
Get the context instance for the parent entity. works only in the full dump
If the current entity is rootmost a null is returned
- getParentContext() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getParentEntity() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getParentFilterLocalParamName() - Method in class org.apache.solr.search.join.BlockJoinChildQParser
-
- getParsedResponse(SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.response.BinaryResponseWriter
-
TODO -- there may be a way to do this without marshal at all...
- getParseMultipleSources() - Method in class org.apache.solr.search.FunctionQParser
-
parse multiple comma separated value sources
- getParser(Class<? extends FieldType>) - Static method in class org.apache.solr.analytics.util.AnalyticsParsers
-
Returns a parser that will translate a BytesRef or long from DocValues into
a String that correctly represents the value.
- getParser() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getParser() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- getParser() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
- getParser(Map<String, Float>, String, SolrParams, float) - Method in class org.apache.solr.search.DisMaxQParser
-
- getParser(String, String, SolrQueryRequest) - Static method in class org.apache.solr.search.QParser
-
Create a QParser
to parse qstr
,
assuming that the default query parser is defaultParser
.
- getParseToEnd() - Method in class org.apache.solr.search.FunctionQParser
-
throw exception if there is extra stuff at the end of the parsed valuesource(s).
- getPassword(Metadata) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
- getPasswordMap() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
- getPath() - Method in class org.apache.solr.client.solrj.request.QueryRequest
-
Use the params 'QT' parameter if it exists
- getPath(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getPath() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getPath() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getPath() - Method in class org.apache.solr.servlet.HttpSolrCall
-
- getPath() - Method in class org.apache.solr.store.blockcache.BlockCacheKey
-
- getPayload() - Method in class org.apache.solr.client.solrj.response.Suggestion
-
- getPercentiles() - Method in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- getPercentiles(List<T>, double[]) - Static method in class org.apache.solr.analytics.util.PercentileCalculator
-
Calculates a list of percentile values for a given list of objects and percentiles.
- getPercentiles() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
The percentiles requested if any, otherwise null.
- getPercentilesList() - Method in class org.apache.solr.handler.component.StatsField
-
- getPerShardColStats(ResponseBuilder, String) - Method in class org.apache.solr.search.stats.ExactSharedStatsCache
-
- getPerShardColStats(ResponseBuilder, String) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- getPerShardColStats(ResponseBuilder, String) - Method in class org.apache.solr.search.stats.LRUStatsCache
-
- getPerShardTermStats(SolrQueryRequest, String, String) - Method in class org.apache.solr.search.stats.ExactSharedStatsCache
-
- getPerShardTermStats(SolrQueryRequest, String, String) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- getPerShardTermStats(SolrQueryRequest, String, String) - Method in class org.apache.solr.search.stats.LRUStatsCache
-
- getPersistableStandardProperties() - Method in class org.apache.solr.core.CoreDescriptor
-
Get the standard properties in persistable form
- getPersistableUserProperties() - Method in class org.apache.solr.core.CoreDescriptor
-
Get user-defined core properties in persistable form
- getPhraseHighlighter(Query, String, SolrQueryRequest, TokenStream) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return a phrase Highlighter
appropriate for this field.
- getPhraseQuery(String, SolrPluginUtils.DisjunctionMaxQueryParser) - Method in class org.apache.solr.search.DisMaxQParser
-
- getPhraseSlop() - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Gets the default slop for phrases.
- getPivot() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getPivots(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getPk() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getPkiAuthenticationPlugin() - Method in class org.apache.solr.core.CoreContainer
-
- getPkMappingFromSchema() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getPluginInfo(String) - Method in class org.apache.solr.core.SolrConfig
-
- getPluginInfo() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getPluginInfos(String) - Method in class org.apache.solr.core.SolrConfig
-
SolrConfig keeps a repository of plugins by the type.
- getPort() - Method in class org.apache.solr.cloud.ZkTestServer
-
- getPosition() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the position of this token within the produced token stream.
- getPosition(long) - Static method in class org.apache.solr.store.blockcache.BlockDirectory
-
- getPositionInBuffer() - Method in class org.apache.solr.common.util.FastInputStream
-
Current position within the internal buffer
- getPositionIncrementGap(String) - Method in class org.apache.solr.analysis.SolrAnalyzer
-
- getPositions() - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
-
- getPositions() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
-
- getPostingsFormat() - Method in class org.apache.solr.schema.FieldType
-
- getPostTags(SolrParams, String) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
-
- getPrecisionStep() - Method in class org.apache.solr.schema.TrieField
-
- getPrefixQuery(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getPrefixQuery(QParser, SchemaField, String) - Method in class org.apache.solr.schema.FieldType
-
Returns a Query instance for doing prefix searches on this field type.
- getPrefixQuery(String, String) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getPreTags(SolrParams, String) - Method in class org.apache.solr.highlight.SolrFragmentsBuilder
-
- getPrintableId() - Method in class org.apache.solr.update.AddUpdateCommand
-
- getPrinterNewline() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getProcessedFilter(DocSet, List<Query>) - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getProcessorName() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getProcessors() - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
-
Returns the underlying array of factories used in this chain.
- getPromptHeaders() - Method in interface org.apache.solr.security.BasicAuthPlugin.AuthenticationProvider
-
- getPromptHeaders() - Method in class org.apache.solr.security.Sha256AuthenticationProvider
-
- getProperties() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getProperties() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getProperties() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
-
- getProperties() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getProperties() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- getProperties() - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Get all properties as map.
- getProperties() - Method in class org.apache.solr.core.ConfigSet
-
- getProperties() - Method in class org.apache.solr.schema.SchemaField
-
- getPropertiesHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
-
- getPropertiesName() - Method in class org.apache.solr.core.CoreDescriptor
-
- getPropertyName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- getPropertyName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- getPropertyName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterProp
-
- getPropertyName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplicaProp
-
- getPropertyValue() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- getPropertyValue() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterProp
-
- getPropertyWriter() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getPrototype() - Method in class org.apache.solr.schema.IndexSchema.DynamicField
-
- getProvider() - Method in class org.apache.solr.schema.CurrencyField
-
- getProxyForReplica(Replica) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getPublicKey() - Method in class org.apache.solr.security.PKIAuthenticationPlugin
-
- getPublicKeyStr() - Method in class org.apache.solr.util.CryptoKeys.RSAKeyPair
-
- getQparser() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getQTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getQueries() - Method in class org.apache.solr.analytics.request.QueryFacetRequest
-
- getQueries(ExtendedDismaxQParser.ExtendedSolrQueryParser.Alias) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getQueries() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getQuery() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Returns the query that will be analyzed when processing the request.
- getQuery() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns the query that will be analyzed.
- getQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getQuery() - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
-
- getQuery() - Method in class org.apache.solr.response.transform.TransformContext
-
- 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.SolrIndexSearcher.QueryCommand
-
- getQuery() - Method in class org.apache.solr.update.DeleteUpdateCommand
-
- getQueryAnalyzer() - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- getQueryAnalyzer() - Method in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
-
- getQueryAnalyzer() - Method in class org.apache.solr.schema.BoolField
-
- getQueryAnalyzer() - Method in class org.apache.solr.schema.CollationField
-
- getQueryAnalyzer() - Method in class org.apache.solr.schema.FieldType
-
Returns the Analyzer to be used when searching fields of this type.
- getQueryAnalyzer() - Method in class org.apache.solr.schema.ICUCollationField
-
- getQueryAnalyzer() - Method in class org.apache.solr.schema.IndexSchema
-
Returns the Analyzer used when searching this index
This Analyzer is field (and dynamic field) name aware, and delegates to
a field specific Analyzer based on the field type.
- getQueryAnalyzer() - Method in class org.apache.solr.schema.PreAnalyzedField
-
- getQueryAnalyzer() - Method in class org.apache.solr.schema.RptWithGeometrySpatialField
-
- getQueryAnalyzer() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- getQueryAnalyzer() - Method in class org.apache.solr.spelling.SolrSpellChecker
-
- getQueryCommand() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
Creates a SolrIndexSearcher.QueryCommand from this
ResponseBuilder.
- getQueryCounts(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getQueryFacets() - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- getQueryFacetsForTag(String) - Method in class org.apache.solr.handler.component.FacetComponent.FacetContext
-
- getQueryFromSpatialArgs(QParser, SchemaField, SpatialArgs) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getQueryParams() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- getQueryParams() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- getQueryParams() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
- getQueryParams() - Method in class org.apache.solr.client.solrj.SolrRequest
-
Parameter keys that are sent via the query string
- getQueryParams() - Method in class org.apache.solr.servlet.HttpSolrCall
-
- getQueryParserDefaultOperator() - Method in class org.apache.solr.schema.IndexSchema
-
default operator ("AND" or "OR") for QueryParser
- getQueryParserDefaultOperator(IndexSchema, String) - Static method in class org.apache.solr.search.QueryParsing
-
Returns the "preferred" default operator for use by Query Parsers,
based on the settings in the IndexSchema which may be overridden using
an optional String override value.
- getQueryPhases() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the query time analysis phases for the field or null
if this field doesn't hold a query time analysis.
- getQueryPhases() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the query time analysis phases for this analysis or null
if query time analysis doesn't exist.
- getQueryPhasesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the number of query time analysis phases or -1
if
this field analysis doesn't hold a query time analysis.
- getQueryPhasesCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the number of query time analysis phases in this analysis or
-1
if query time analysis doesn't exist.
- getQueryPlugin(String) - Method in class org.apache.solr.core.SolrCore
-
- getQueryResponse(SolrClient, String, SolrParams) - Static method in class org.apache.solr.SolrTestCaseHS
-
- getQueryResponse(String, SolrParams) - Static method in class org.apache.solr.SolrTestCaseHS
-
- 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.
- getQueryResult(String, String, String, String) - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
Returns the value of an expression to use in a range or query facet.
- getQueryScorer(Query, String, SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return a Scorer
suitable for this Query and field.
- getQueryString() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getQueryTokenSet(String, Analyzer) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase
-
Analyzes the given text using the given analyzer and returns the produced tokens.
- getQueuedRefinements(int) - Method in class org.apache.solr.handler.component.PivotFacet
-
An immutable List of the
PivotFacetValue
s that need to be
refined for this pivot.
- getQueueLength() - Method in class org.apache.solr.cloud.Overseer.Stats
-
- getQuotedString() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- getRandFields(String[], BaseDistributedSearchTestCase.RandVal[]) - Static method in class org.apache.solr.BaseDistributedSearchTestCase
-
- getRandomClient(String) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- getRandomJetty(String, boolean) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- getRandValues() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- getRange() - Method in class org.apache.solr.common.cloud.Slice
-
- getRangeFacet() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
-
- getRangeFacetRequestsForTag(String) - Method in class org.apache.solr.handler.component.FacetComponent.FacetContext
-
- getRangeFacets() - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.CollationField
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.CurrencyField
-
- getRangeQuery(QParser, SchemaField, CurrencyValue, CurrencyValue, boolean, boolean) - Method in class org.apache.solr.schema.CurrencyField
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.DateRangeField
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.EnumField
-
Returns a Query instance for doing range searches on this field type.
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.FieldType
-
Returns a Query instance for doing range searches on this field type.
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.ICUCollationField
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.LatLonType
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.PointType
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.TextField
-
- getRangeQuery(QParser, SchemaField, String, String, boolean, boolean) - Method in class org.apache.solr.schema.TrieField
-
- getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getRanges() - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
- getRanges() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- getRanges(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getRate(TimeUnit) - Method in class org.apache.solr.util.stats.EWMA
-
Returns the rate in the given units of time.
- getRateUnit() - Method in class org.apache.solr.util.stats.Meter
-
- getRateUnit() - Method in class org.apache.solr.util.stats.Timer
-
- getRawInstanceDir() - Method in class org.apache.solr.core.CoreDescriptor
-
- getRawMap() - Method in class org.apache.solr.core.RequestParams.VersionedParams
-
- getRawMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getRawParams() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getRawReader() - Method in class org.apache.solr.search.SolrIndexSearcher
-
Raw reader (no fieldcaches etc).
- getRawText() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the raw text of the token.
- getReader() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getReader() - Method in interface org.apache.solr.common.util.ContentStream
-
Get an open stream.
- getReader() - Method in class org.apache.solr.common.util.ContentStreamBase
-
Base reader implementation.
- getReader() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
-
If an charset is defined (by the contentType) use that, otherwise
use a StringReader
- getReader(long) - Method in class org.apache.solr.update.HdfsTransactionLog
-
Returns a reader that can be used while a log is still in use.
- getReader(long) - Method in class org.apache.solr.update.TransactionLog
-
Returns a reader that can be used while a log is still in use.
- getRealMLTQuery() - Method in class org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper
-
- getRealPosition(long, long) - Static method in class org.apache.solr.store.blockcache.BlockDirectory
-
- getRealtimeSearcher() - Method in class org.apache.solr.core.SolrCore
-
Gets the latest real-time searcher w/o forcing open a new searcher if one already exists.
- getRecentUpdates() - Method in class org.apache.solr.update.UpdateLog
-
The RecentUpdates object returned must be closed after use
- getRefcount() - Method in class org.apache.solr.util.RefCounted
-
- getRegenerator() - Method in class org.apache.solr.search.CacheConfig
-
- getRegex() - Method in class org.apache.solr.schema.IndexSchema.DynamicReplacement
-
Returns the regex used to create this instance's pattern
- getRegexpQuery(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getRegistered() - Method in class org.apache.solr.rest.RestManager.Registry
-
Get a view of the currently registered resources.
- getRegisteredSearcher() - Method in class org.apache.solr.core.SolrCore
-
Returns the current registered searcher with its reference count incremented, or null if none are registered.
- getRegistry() - Method in class org.apache.solr.core.PluginBag
-
- getRegwidth() - Method in class org.apache.solr.handler.component.StatsField.HllOptions
-
- getRemoteAddr() - Method in class org.apache.solr.security.AuthorizationContext
-
- getRemoteHost() - Method in class org.apache.solr.security.AuthorizationContext
-
- getReplica() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- getReplica() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplica
-
- getReplica() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplicaProp
-
- getReplica(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Gets the replica by the core name (assuming the slice is unknown) or null if replica is not found.
- getReplica(String) - Method in class org.apache.solr.common.cloud.DocCollection
-
- getReplica(String) - Method in class org.apache.solr.common.cloud.Slice
-
- getReplicaPort(Replica) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getReplicaProps(String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getReplicaProps(String, String, String, Replica.State) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getReplicaProps(String, String, String, Replica.State, Replica.State) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getReplicas() - Method in class org.apache.solr.common.cloud.Slice
-
Gets the list of replicas for this slice.
- getReplicasCopy() - Method in class org.apache.solr.common.cloud.Slice
-
- getReplicasMap() - Method in class org.apache.solr.common.cloud.Slice
-
Get the map of coreNodeName to replicas for this slice.
- getReplicationFactor() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getReplicationFactor() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getReq() - Method in class org.apache.solr.request.SolrRequestInfo
-
- getReq() - Method in class org.apache.solr.search.QParser
-
- getReq() - Method in class org.apache.solr.servlet.HttpSolrCall
-
- getReq() - Method in class org.apache.solr.update.UpdateCommand
-
- getReqHandlerInfo(String, Class, Map) - Static method in class org.apache.solr.core.ImplicitPlugins
-
- getReqParams() - Method in class org.apache.solr.handler.dataimport.DocBuilder
-
- getRequest() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- getRequest() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getRequest() - Method in class org.apache.solr.request.SimpleFacets
-
- getRequest() - Method in class org.apache.solr.response.transform.TransformContext
-
- getRequestedFieldNames() - Method in class org.apache.solr.search.ReturnFields
-
The requested field names (includes pseudo fields)
- getRequestedFieldNames() - Method in class org.apache.solr.search.SolrReturnFields
-
- 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() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getRequestHandler(String) - Method in class org.apache.solr.core.CoreContainer
-
- getRequestHandler(String) - Method in class org.apache.solr.core.SolrCore
-
Get the request handler registered to a given name.
- getRequestHandler(String, PluginBag<SolrRequestHandler>) - Static method in class org.apache.solr.handler.RequestHandlerBase
-
Get the request handler registered to a given name.
- getRequestHandler() - Method in class org.apache.solr.security.PKIAuthenticationPlugin
-
- getRequestHandlers() - Method in class org.apache.solr.core.CoreContainer
-
- getRequestHandlers() - Method in class org.apache.solr.core.RequestHandlers
-
Returns an unmodifiable Map containing the registered handlers
- getRequestHandlers() - Method in class org.apache.solr.core.SolrCore
-
Returns an unmodifiable Map containing the registered handlers
- getRequestId() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
-
- getRequestInfo() - Static method in class org.apache.solr.request.SolrRequestInfo
-
- getRequestParameters() - Method in class org.apache.solr.client.solrj.request.schema.SchemaRequest.MultiUpdate
-
- getRequestParameters() - Method in class org.apache.solr.client.solrj.request.schema.SchemaRequest.Update
-
- getRequestParameters() - Method in class org.apache.solr.handler.dataimport.Context
-
The request parameters passed over HTTP for this command the values in the
map are either String(for single valued parameters) or List<String> (for
multi-valued parameters)
- getRequestParameters() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getRequestParams() - Method in class org.apache.solr.core.SolrConfig
-
- getRequestParsers() - Method in class org.apache.solr.core.SolrConfig
-
- getRequestPurpose(Integer) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Given the integer purpose of a request generates a readable value corresponding
the request purposes (there can be more than one on a single request).
- getRequestTimer() - Method in interface org.apache.solr.request.SolrQueryRequest
-
The timer for this request, created when the request started being processed
- getRequestTimer() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getRequestType() - Method in class org.apache.solr.security.AuthorizationContext
-
- getRequestType() - Method in class org.apache.solr.servlet.HttpSolrCall
-
- getRequestUrl() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getRequestWriter() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getRequestWriter() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
- getRequiredFields() - Method in class org.apache.solr.schema.IndexSchema
-
Provides direct access to the List containing all required fields.
- getReservedEndpoints() - Method in class org.apache.solr.rest.RestManager.Registry
-
Returns the set of non-registerable endpoints.
- getReservedEndpoints() - Static method in class org.apache.solr.rest.SolrSchemaRestApi
-
Returns reserved endpoints under /schema
- getResolvedEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.Context
-
Get the value of any attribute put into this entity after resolving all variables found in the attribute value
- getResolvedEntityAttribute(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getResolver() - Method in class org.apache.solr.common.util.JavaBinCodec
-
- getResource() - Method in class org.apache.solr.security.AuthorizationContext
-
- getResourceId() - Method in class org.apache.solr.rest.ManagedResource
-
Gets the resource ID for this managed resource.
- getResourceId() - Method in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
-
Let the concrete analysis component decide the path it wishes to be managed at.
- getResourceId() - Method in class org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory
-
This analysis component knows the most logical "path"
for which to manage stop words from.
- getResourceId() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
-
- getResourceLoader() - Method in class org.apache.solr.core.Config
-
- getResourceLoader() - Method in class org.apache.solr.core.CoreContainer
-
- getResourceLoader() - Method in class org.apache.solr.core.SolrCore
-
The SolrResourceLoader used to load all resources for this core.
- getResourceLoader() - Method in class org.apache.solr.rest.ManagedResource
-
Returns the resource loader used by this resource.
- getResourceLoader() - Method in class org.apache.solr.rest.ManagedResourceStorage
-
Returns the resource loader used by this storage instance
- getResourceLoader() - Method in class org.apache.solr.schema.IndexSchema
-
- getResourceLoader() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- getResourceName() - Method in class org.apache.solr.core.Config
-
- getResourceName() - Method in class org.apache.solr.schema.IndexSchema
-
Gets the name of the resource used to instantiate this schema.
- getResourceNameToBeUsed(String, SolrConfig) - Static method in class org.apache.solr.schema.IndexSchemaFactory
-
Returns the resource name that will be used: if the schema is managed, the resource
name will be drawn from the schema factory configuration in the given SolrConfig.
- getResourceStream(String) - Method in class org.apache.solr.response.SolrParamResourceLoader
-
- getResourceStream(String) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
-
- getResponse() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp
-
The response from the server
- getResponse() - Method in class org.apache.solr.client.solrj.response.SimpleSolrResponse
-
- getResponse() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getResponse() - Method in class org.apache.solr.client.solrj.SolrResponse
-
- getResponse() - Method in class org.apache.solr.cloud.OverseerSolrResponse
-
- getResponse() - Method in class org.apache.solr.search.facet.FacetProcessor
-
- getResponseBuilder() - Method in class org.apache.solr.request.SimpleFacets
-
- getResponseBuilder() - Method in class org.apache.solr.request.SolrRequestInfo
-
May return null if the request handler is not based on SearchHandler
- getResponseForFragments(List<TextFragment>, SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Given the fragments, return the result to be put in the field
NamedList
.
- getResponseFormat() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getResponseHeader() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getResponseHeader() - Method in class org.apache.solr.response.SolrQueryResponse
-
Response header to be logged
- getResponseParser() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getResponseWriters() - Method in class org.apache.solr.core.SolrCore
-
- getRestManager() - Method in class org.apache.solr.core.SolrCore
-
- getRestManager(SolrRequestInfo) - Static method in class org.apache.solr.rest.RestManager
-
Locates the RestManager using ThreadLocal SolrRequestInfo.
- getResult(String) - Method in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
Returns the value of an expression to use in a field or query facet.
- getResult(String, String, String) - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
Returns the value of an expression to use in a range or query facet.
- getResult() - Method in class org.apache.solr.client.solrj.response.Group
-
Returns the documents to be displayed that belong to this group.
- getResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getResults() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getResults_found() - Method in class org.apache.solr.response.PageTool
-
- getResults_per_page() - Method in class org.apache.solr.response.PageTool
-
- getRetryDelay() - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
- getReturnFields() - Method in class org.apache.solr.response.SolrQueryResponse
-
Gets the document field names of fields to return by default when
returning DocLists
- getReversedWildcardFilterFactory(FieldType) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getReverseReader() - Method in class org.apache.solr.update.HdfsTransactionLog
-
Returns a single threaded reverse reader
- getReverseReader() - Method in class org.apache.solr.update.TransactionLog
-
Returns a single threaded reverse reader
- getRewriteMethod(QParser, SchemaField) - Method in class org.apache.solr.schema.FieldType
-
Expert: Returns the rewrite method for multiterm queries such as wildcards.
- getRole() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionAdminRoleRequest
-
- getRoles() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getRoles() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- getRootCause() - Method in exception org.apache.solr.client.solrj.SolrServerException
-
- getRootCause(Throwable) - Static method in exception org.apache.solr.common.SolrException
-
- getRootCause(Throwable) - Static method in class org.apache.solr.SolrTestCaseJ4
-
- getRootSource() - Method in class org.apache.solr.analytics.util.valuesource.FilterFieldSource
-
- getRoute() - Method in class org.apache.solr.update.UpdateCommand
-
- getRouteField(DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
-
- getRouteKey() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getRouteKey() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- getRouteKey(String) - Static method in class org.apache.solr.update.SolrIndexSplitter
-
- getRouter() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getRouteRanges() - Method in class org.apache.solr.common.cloud.RoutingRule
-
- getRouteRangesStr() - Method in class org.apache.solr.common.cloud.RoutingRule
-
- getRouteResponses() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteResponse
-
- getRouterName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getRouterSpec(ZkNodeProps) - Static method in class org.apache.solr.common.cloud.DocRouter
-
- getRoutes() - Method in exception org.apache.solr.client.solrj.impl.CloudSolrClient.RouteException
-
- getRoutes() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteResponse
-
- getRoutes(DocRouter, DocCollection, Map<String, List<String>>, ModifiableSolrParams, String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getRoutingRules() - Method in class org.apache.solr.common.cloud.Slice
-
- getRows() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getRows() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getRsp() - Method in class org.apache.solr.request.SolrRequestInfo
-
- getRuleExpiryLock() - Method in class org.apache.solr.core.SolrCore
-
- getRuntimeParameters() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
-
- getSchema() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getSchema() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getSchema() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getSchema() - Method in interface org.apache.solr.request.SolrQueryRequest
-
The schema snapshot from core.getLatestSchema() at request creation.
- getSchema() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getSchema() - Method in class org.apache.solr.rest.BaseSolrResource
-
- getSchema() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- getSchema() - Method in class org.apache.solr.search.SolrIndexSearcher
-
Direct access to the IndexSchema for use with this searcher
- getSchemaField() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getSchemaField() - Method in class org.apache.solr.handler.component.StatsField
-
The
SchemaField
whose results these stats are computed over, may be null
if the stats are computed over the results of a function or query
- getSchemaField(String) - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getSchemaFields() - Method in class org.apache.solr.search.SortSpec
-
Gets the Solr SchemaFields that correspond to each of the SortFields used
in this sort.
- getSchemaFile() - Static method in class org.apache.solr.SolrTestCaseJ4
-
Subclasses must define this method to return the name of the
schema.xml they wish to use.
- getSchemaName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getSchemaName() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.SchemaNameResponse
-
- getSchemaName() - Method in class org.apache.solr.core.CoreDescriptor
-
- getSchemaName() - Method in class org.apache.solr.schema.IndexSchema
-
Gets the name of the schema as specified in the schema resource.
- getSchemaPk() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- getSchemaRepresentation() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse
-
- getSchemaResource() - Method in class org.apache.solr.core.SolrCore
-
Gets the schema resource name used by this core instance.
- getSchemaUpdateLock() - Method in class org.apache.solr.schema.IndexSchema
-
Returns the schema update lock that should be synchronized on
to update the schema.
- getSchemaUpdateLock() - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- getSchemaUpdateLock() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- getSchemaUpdateLock() - Method in class org.apache.solr.schema.ZkIndexSchemaReader
-
- getSchemaVersion() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.SchemaVersionResponse
-
- getSchemaZkVersion() - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- getScheme() - Method in class org.apache.solr.common.cloud.ZkCredentialsProvider.ZkCredentials
-
- getScheme(String) - Static method in class org.apache.solr.common.util.URLUtil
-
- getScore() - Method in class org.apache.solr.client.solrj.response.Cluster
-
- getScorer(String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- getScript() - Method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- getScript() - Method in class org.apache.solr.handler.dataimport.Context
-
Returns the text specified in the script tag in the data-config.xml
- getScript() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getScriptLanguage() - Method in class org.apache.solr.handler.dataimport.Context
-
Returns the language of the script as specified in the script tag in data-config.xml
- getScriptLanguage() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getSearchAfterFieldDoc() - Method in class org.apache.solr.search.CursorMark
-
Returns a synthetically constructed FieldDoc
whose FieldDoc.fields
match the values of this object.
- getSearchComponent(String) - Method in class org.apache.solr.core.SolrCore
-
- getSearchComponents() - Method in class org.apache.solr.core.SolrCore
-
Accessor for all the Search Components
- getSearcher() - Method in class org.apache.solr.core.SolrCore
-
- getSearcher(boolean, boolean, Future[]) - Method in class org.apache.solr.core.SolrCore
-
- getSearcher(boolean, boolean, Future[], boolean) - Method in class org.apache.solr.core.SolrCore
-
- getSearcher() - Method in class org.apache.solr.handler.component.StatsField
-
The searcher that should be used for processing local stats
- 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
-
- getSearcher() - Method in class org.apache.solr.response.transform.TransformContext
-
- getSearchSlices(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
-
This method is consulted to determine what slices should be queried for a request when
an explicit shards parameter was not used.
- getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
-
This method is consulted to determine what slices should be queried for a request when
an explicit shards parameter was not used.
- getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- getSearchSlicesSingle(String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
-
- getSecurityProps(boolean) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Returns the content of /security.json from ZooKeeper as a Map
If the files doesn't exist, it returns null.
- getSeenKeys() - Method in class org.apache.solr.util.MapListener
-
- getSelector() - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
- getSentinelObject() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
- getSeq(String) - Static method in class org.apache.solr.cloud.LeaderElector
-
Returns int given String of form n_0000000001 or n_0000000003, etc.
- getSerializedTotem() - Method in class org.apache.solr.search.CursorMark
-
Generates a Base64 encoded serialized representation of the sort values
encapsulated by this object, for use in cursor requests.
- getServer() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp
-
The server that returned the response
- getServer() - Method in class org.apache.solr.core.JmxMonitoredMap
-
For test verification
- getServerResourceClass() - Method in class org.apache.solr.rest.ManagedResource
-
Gets the ServerResource class to register this endpoint with the Rest API router;
in most cases, the default RestManager.ManagedEndpoint class is sufficient but
ManagedResource implementations can override this method if a different ServerResource
class is needed.
- getServers() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- getServers() - Method in class org.apache.solr.cloud.SolrZkServer
-
- getSessionAttribute(String, String) - Method in class org.apache.solr.handler.dataimport.Context
-
get a value by name in the given scope (entity, document,global)
- getSessionAttribute(String, String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getShard() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- getShard(String, int) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- getShard() - Method in class org.apache.solr.handler.component.ShardResponse
-
- getShardAddress() - Method in class org.apache.solr.handler.component.ShardResponse
-
What was the shard address that returned this response.
- getShardCount() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- getShardHandler() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
- getShardHandler(HttpClient) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
- getShardHandler() - Method in class org.apache.solr.handler.component.ShardHandlerFactory
-
- getShardHandler() - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory
-
- getShardHandlerFactory() - Method in class org.apache.solr.core.CoreContainer
-
The default ShardHandlerFactory used to communicate with other solr instances
- getShardHandlerFactory() - Method in class org.apache.solr.handler.component.HttpShardHandler
-
- getShardHandlerFactory() - Method in class org.apache.solr.handler.component.ShardHandler
-
- getShardHandlerFactoryPluginInfo() - Method in class org.apache.solr.core.NodeConfig
-
- getShardId() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getShardId() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- getShardId(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getShardId(String, String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getShardId() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
-
- getShardId() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- getShardLeadersElectPath(String, String) - Static method in class org.apache.solr.common.cloud.ZkStateReader
-
Get path where shard leader elections ephemeral nodes are.
- getShardLeadersPath(String, String) - Static method in class org.apache.solr.common.cloud.ZkStateReader
-
Get path where shard leader properties live in zookeeper.
- getShardName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- getShardName() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- getShardNames(Integer, List<String>) - Static method in class org.apache.solr.cloud.overseer.ClusterStateMutator
-
- getShardNames(List<String>, String) - Static method in class org.apache.solr.cloud.overseer.ClusterStateMutator
-
- getShardNum(String) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getShardReplicationFactor(String, NamedList) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Walks the NamedList response after performing an update request looking for
the replication factor that was achieved in each shard involved in the request.
- getShardRequest() - Method in class org.apache.solr.handler.component.ShardResponse
-
- getShardRequestByPurpose(ZkStateReader, String, String, int) - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory.RequestTrackingQueue
-
Retrieve request recorded by this queue which were sent to given collection, shard and purpose
- getShardRequests(ZkStateReader, String, String) - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory.RequestTrackingQueue
-
Retrieve all requests recorded by this queue which were sent to given collection and shard
- getShards() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getShards() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- getShardsParam(List<SolrTestCaseHS.SolrInstance>) - Static method in class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- getShardsString() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- getShardUnique() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- getShardUnique() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- getShardURL() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
string appropriate for passing in shards param (i.e. missing http://)
- getSharedLibDirectory() - Method in class org.apache.solr.core.NodeConfig
-
- getSig() - Method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- 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.client.solrj.request.schema.FieldTypeDefinition
-
- getSimilarity() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getSimilarity() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.GlobalSimilarityResponse
-
- getSimilarity() - Method in class org.apache.solr.schema.FieldType
-
Gets the Similarity used when scoring fields of this type
The default implementation returns null, which means this type
has no custom similarity associated with it.
- getSimilarity() - Method in class org.apache.solr.schema.IndexSchema
-
Returns the Similarity used for this index
- getSimilarity() - Method in class org.apache.solr.schema.SimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.BM25SimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.DefaultSimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.DFRSimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.IBSimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.LMDirichletSimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.LMJelinekMercerSimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.SchemaSimilarityFactory
-
- getSimilarity() - Method in class org.apache.solr.search.similarities.SweetSpotSimilarityFactory
-
- getSimilarityFactory() - Method in class org.apache.solr.schema.FieldType
-
Gets the factory for the Similarity used when scoring fields of this type
The default implementation returns null, which means this type
has no custom similarity factory associated with it.
- getSimilarityFactory() - Method in class org.apache.solr.schema.IndexSchema
-
Returns the SimilarityFactory that constructed the Similarity for this index
- getSimpleCacheData(Context, String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
-
If where clause is not present the cache is a Map of query vs List of Rows.
- getSimpleClassName() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- getSimpleString() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
Skips leading whitespace and returns whatever sequence of non
whitespace it can find (or hte empty string)
- getSingleValueSource(FieldType.MultiValueSelector, SchemaField, QParser) - Method in class org.apache.solr.schema.FieldType
-
Method for dynamically building a ValueSource based on a single value of a multivalued field.
- getSingleValueSource(SortedSetSelector.Type, SchemaField) - Method in class org.apache.solr.schema.TrieDoubleField
-
- getSingleValueSource(FieldType.MultiValueSelector, SchemaField, QParser) - Method in class org.apache.solr.schema.TrieField
-
- getSingleValueSource(SortedSetSelector.Type, SchemaField) - Method in class org.apache.solr.schema.TrieField
-
Helper method that will only be called for multivalued Trie fields that have doc values.
- getSingleValueSource(SortedSetSelector.Type, SchemaField) - Method in class org.apache.solr.schema.TrieFloatField
-
- getSingleValueSource(SortedSetSelector.Type, SchemaField) - Method in class org.apache.solr.schema.TrieIntField
-
- getSingleValueSource(SortedSetSelector.Type, SchemaField) - Method in class org.apache.solr.schema.TrieLongField
-
- getSize() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getSize() - Method in interface org.apache.solr.common.util.ContentStream
-
- getSize() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getSize() - Method in class org.apache.solr.internal.csv.writer.CSVField
-
- getSize() - Method in class org.apache.solr.store.blockcache.BlockCache
-
- getSlice(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Get the named Slice for collection, or null if not found.
- getSlice(String) - Method in class org.apache.solr.common.cloud.DocCollection
-
- getSlices(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getSlices() - Method in class org.apache.solr.common.cloud.DocCollection
-
Gets the list of all slices for this collection.
- getSlicesMap(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getSlicesMap() - Method in class org.apache.solr.common.cloud.DocCollection
-
Get the map of all slices (sliceName->Slice) for this collection.
- getSlop() - Method in class org.apache.solr.search.FieldParams
-
- getSmallTerms(int, UnInvertedField.Callback) - Method in class org.apache.solr.search.facet.UnInvertedField.DocToTerm
-
- getSnapshot() - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
-
- getSnapshot() - Method in class org.apache.solr.util.stats.Histogram
-
- getSnapshot() - Method in interface org.apache.solr.util.stats.Sample
-
Returns a snapshot of the sample's values.
- getSnapshot() - Method in class org.apache.solr.util.stats.Timer
-
- getSnapshot() - Method in class org.apache.solr.util.stats.UniformSample
-
- getSnitchInfo() - Method in class org.apache.solr.cloud.rule.SnitchContext
-
- getSocketAddress() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
-
- getSoftCommitTracker() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getSolrClient() - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
- getSolrClient() - Method in class org.apache.solr.SolrJettyTestBase
-
- getSolrClient(SolrCmdDistributor.Req) - Method in class org.apache.solr.update.StreamingSolrClients
-
- getSolrClientCache() - Method in class org.apache.solr.client.solrj.io.stream.StreamContext
-
- getSolrConfig() - Method in class org.apache.solr.core.ConfigSet
-
- getSolrConfig() - Method in class org.apache.solr.core.SolrCore
-
Gets the configuration object used by this core instance.
- getSolrConfigFile() - Static method in class org.apache.solr.SolrTestCaseJ4
-
Subclasses must define this method to return the name of the
solrconfig.xml they wish to use.
- getSolrCore() - Method in class org.apache.solr.handler.dataimport.Context
-
Exposing the actual SolrCore to the components
- getSolrCore() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getSolrCore() - Method in class org.apache.solr.rest.BaseSolrResource
-
- getSolrCoreState() - Method in class org.apache.solr.core.SolrCore
-
- getSolrCoreState() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getSolrCoreState() - Method in class org.apache.solr.update.UpdateHandler
-
- getSolrFragmentsBuilder(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- getSolrHome() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
Subclasses can override this to change a test's solr home
(default is in test-files)
- getSolrHome() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- getSolrHome() - Method in class org.apache.solr.core.CoreContainer
-
- getSolrHome() - Method in class org.apache.solr.util.AbstractSolrTestCase
-
Subclasses can override this to change a test's solr home
(default is in test-files)
- getSolrHostContext() - Method in class org.apache.solr.core.CloudConfig
-
- getSolrHostPort() - Method in class org.apache.solr.core.CloudConfig
-
- getSolrInputDocument() - Method in class org.apache.solr.update.AddUpdateCommand
-
- getSolrJ() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- getSolrJs() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- getSolrProperties() - Method in class org.apache.solr.core.NodeConfig
-
- getSolrRequest() - Method in class org.apache.solr.rest.BaseSolrResource
-
- getSolrResourceLoader() - Method in class org.apache.solr.core.NodeConfig
-
- getSolrResponse() - Method in class org.apache.solr.handler.component.ShardResponse
-
- getSolrResponse() - Method in class org.apache.solr.rest.BaseSolrResource
-
- getSolrXml() - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- getSolrZooKeeper() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getSort() - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- 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"
- getSortDirection() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
Sort direction or null if current position does not indicate a
sort direction.
- getSortedDocValues(SolrIndexSearcher, String) - Static method in class org.apache.solr.search.facet.FieldUtil
-
Simpler method that creates a request context and looks up the field for you
- getSortedDocValues(QueryContext, SchemaField, QParser) - Static method in class org.apache.solr.search.facet.FieldUtil
-
- getSortedElectionNodes(SolrZkClient, String) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- getSortedNumericSelectorType() - Method in enum org.apache.solr.schema.FieldType.MultiValueSelector
-
The appropriate SortedNumericSelector.Type
option for this MultiValueSelector
,
may be null if there is no equivilent
- getSortedOverseerNodeNames(SolrZkClient) - Static method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- getSortedSetDocValues(QueryContext, SchemaField, QParser) - Static method in class org.apache.solr.search.facet.FieldUtil
-
- getSortedSetSelectorType() - Method in enum org.apache.solr.schema.FieldType.MultiValueSelector
-
The appropriate SortedSetSelector.Type
option for this MultiValueSelector
,
may be null if there is no equivilent
- getSortField() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Gets the raw sort field, as it will be sent to Solr.
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.BinaryField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.BoolField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.CollationField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.CurrencyField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.EnumField
-
Returns the SortField instance that should be used to sort fields
of this type.
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ExternalFileField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.FieldType
-
Returns the SortField instance that should be used to sort fields
of this type.
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.GeoHashField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.ICUCollationField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.LatLonType
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.PointType
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.PreAnalyzedField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.RandomSortField
-
- getSortField(boolean) - Method in class org.apache.solr.schema.SchemaField
-
Delegates to the FieldType for this field
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.StrField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.TextField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.TrieField
-
- getSortField(SchemaField, boolean) - Method in class org.apache.solr.schema.UUIDField
-
- getSorts() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Gets an a list of current sort clauses.
- getSortSpec() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getSortSpec() - Method in class org.apache.solr.search.CursorMark
-
Returns the SortSpec used by this object.
- getSortValues() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getSortValues() - Method in class org.apache.solr.search.CursorMark
-
Returns a copy of the (raw, unmarshalled) sort values used by this object, or
null if first page of docs should be returned (ie: no sort after)
- getSortWithinGroup() - Method in interface org.apache.solr.search.grouping.Command
-
- getSortWithinGroup() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
-
- getSortWithinGroup() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
-
- getSortWithinGroup() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
-
- getSortWithinGroup() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- getSource() - Method in class org.apache.solr.core.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
-
Deprecated.
- getSource() - Method in class org.apache.solr.handler.component.SearchComponent
-
- getSource() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getSource() - Method in class org.apache.solr.handler.StreamHandler
-
- getSource() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getSource() - Method in class org.apache.solr.schema.CopyField
-
- getSource() - Method in class org.apache.solr.search.facet.FacetModule
-
- getSource() - Method in class org.apache.solr.search.FastLRUCache
-
- getSource() - Method in class org.apache.solr.search.LFUCache
-
- getSource() - Method in class org.apache.solr.search.LRUCache
-
- getSource() - Method in class org.apache.solr.search.QParserPlugin
-
- getSource() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getSource() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getSource() - Method in class org.apache.solr.store.blockcache.Metrics
-
- getSource() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
- getSource() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getSourceDynamicBase() - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
-
- getSourceInfo() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getSourceInfo() - Method in interface org.apache.solr.common.util.ContentStream
-
- getSourceInfo() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getSourceLocation() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getSourceSelector() - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
-
- getSpanQueryScorer(Query, String, TokenStream, SolrQueryRequest) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return a QueryScorer
suitable for this Query and field.
- getSpellChecker(SolrParams) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- getSpellChecker(String) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- getSpellChecker() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getSpellCheckers() - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- getSpellCheckResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getSphereRadius() - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getSphereRadius() - Method in class org.apache.solr.schema.GeoHashField
-
- getSphereRadius() - Method in class org.apache.solr.schema.LatLonType
-
- getSphereRadius() - Method in class org.apache.solr.schema.PointType
-
- getSphereRadius() - Method in interface org.apache.solr.schema.SpatialQueryable
-
- getSplitKey() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getSplitKey() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- getSrcCores() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- getStart() - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- getStart() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the start position of this token within the text it was originally extracted from.
- getStart() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getStart() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getStart() - Method in class org.apache.solr.common.SolrDocumentList
-
- getStart() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getStart() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- getStart() - Method in class org.apache.solr.response.PageTool
-
- getStartingOperation() - Method in class org.apache.solr.update.UpdateLog
-
- getStartingVersions() - Method in class org.apache.solr.update.UpdateLog
-
- getStartObj() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- getStartOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getStarts() - Method in class org.apache.solr.cloud.ChaosMonkey
-
- getStartTime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getStartTime() - Method in class org.apache.solr.core.SolrCore
-
- getStartTime() - Method in interface org.apache.solr.request.SolrQueryRequest
-
The start time of this request in milliseconds.
- getStartTime() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getStat(String) - Method in class org.apache.solr.analytics.statistics.MedianStatsCollector
-
- getStat(String) - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- getStat(String) - Method in class org.apache.solr.analytics.statistics.NumericStatsCollector
-
- getStat(String) - Method in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- getStat(String) - Method in interface org.apache.solr.analytics.statistics.StatsCollector
-
Return the value of the given statistic.
- getStat(String) - Method in class org.apache.solr.analytics.statistics.UniqueStatsCollector
-
- getStat() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader.ZkByteArrayInputStream
-
- getState() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getState() - Method in class org.apache.solr.common.cloud.Replica
-
- getState(String) - Static method in enum org.apache.solr.common.cloud.Replica.State
-
Converts the state string to a State instance.
- getState() - Method in class org.apache.solr.common.cloud.Slice
-
- getState(String) - Static method in enum org.apache.solr.common.cloud.Slice.State
-
Converts the state string to a State instance.
- getState() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getState() - Method in class org.apache.solr.search.LFUCache
-
- getState() - Method in interface org.apache.solr.search.SolrCache
-
Returns the last State set on this instance
- getState() - Method in class org.apache.solr.search.SolrCacheBase
-
- getState() - Method in class org.apache.solr.update.UpdateLog
-
- getStateFormat() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getStateFormat() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getStateFormat() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getStatistic() - Method in class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- getStatistics() - Method in class org.apache.solr.analytics.plugin.AnalyticsStatisticsCollector
-
- getStatistics(String) - Static method in class org.apache.solr.analytics.statistics.StatsCollectorSupplierFactory
-
Finds the set of statistics that must be computed for the expression.
- 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
-
Deprecated.
- getStatistics() - Method in class org.apache.solr.handler.component.AnalyticsComponent
-
- getStatistics() - Method in class org.apache.solr.handler.component.SearchComponent
-
- getStatistics() - Method in class org.apache.solr.handler.component.SuggestComponent
-
- getStatistics() - Method in class org.apache.solr.handler.dataimport.DataImportHandler
-
- getStatistics() - Method in class org.apache.solr.handler.ReplicationHandler
-
- getStatistics() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getStatistics() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getStatistics() - Method in class org.apache.solr.search.FastLRUCache
-
- getStatistics() - Method in class org.apache.solr.search.LFUCache
-
- getStatistics() - Method in class org.apache.solr.search.LRUCache
-
- getStatistics() - Method in class org.apache.solr.search.QParserPlugin
-
- getStatistics() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getStatistics() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getStatistics() - Method in class org.apache.solr.store.blockcache.Metrics
-
- getStatistics() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
Provide statistics on HDFS block locality, both in terms of bytes and block counts.
- getStatistics() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getStats() - Method in class org.apache.solr.cloud.DistributedQueue
-
- getStats() - Method in class org.apache.solr.cloud.Overseer
-
- getStats() - Method in class org.apache.solr.cloud.Overseer.Stats
-
- getStats(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getStats() - Method in class org.apache.solr.handler.dataimport.Context
-
Makes available some basic running statistics such as "docCount",
"deletedDocCount", "rowCount", "queryCount" and "skipDocCount"
- getStats() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getStats() - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- getStats() - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- getStatsCache() - Method in class org.apache.solr.core.SolrCore
-
Get the StatsCache.
- getStatsList() - Method in class org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector
-
- getStatsList() - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- getStatsList() - Method in interface org.apache.solr.analytics.statistics.StatsCollector
-
- getStatsSnapshot() - Method in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
-
- getStatsValues() - Method in interface org.apache.solr.handler.component.StatsValues
-
Translates the values into a NamedList representation
- getStatus(String, SolrClient) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- getStatus() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getStatus() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- getStatus(String) - Method in class org.apache.solr.util.SolrCLI.StatusTool
-
- getStddev() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getStdDev() - Method in class org.apache.solr.util.stats.Histogram
-
- getStdDev() - Method in class org.apache.solr.util.stats.Timer
-
Returns the standard deviation of all recorded durations.
- getStorageIO() - Method in class org.apache.solr.rest.ManagedResourceStorage
-
Returns the storageIO instance used by this storage instance
- getStoredHighlightFieldNames() - Method in class org.apache.solr.search.SolrIndexSearcher
-
Returns a collection of the names of all stored fields which can be
highlighted the index reader knows about.
- getStoredResourceId(String) - Method in class org.apache.solr.rest.ManagedResourceStorage
-
Gets the unique identifier for a stored resource, typically based
on the resourceId and some storage-specific information, such as
file extension and storage root directory.
- getStoredResourceId(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
-
Determines the relative path (from the storage root) for the given resource.
- getStoredValue(Shape, String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getStoredValue(Shape, String) - Method in class org.apache.solr.schema.DateRangeField
-
- getStoredView() - Method in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
-
Returns a Map of how we store and load data managed by this resource,
which is different than how it is managed at runtime in order to support
the ignoreCase setting.
- getStoreFile() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
- getStr(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Get a string property value.
- getStr(String, String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Get a string property value.
- getStr(String, String) - Method in class org.apache.solr.util.CommandOperation
-
- getStr(String) - Method in class org.apache.solr.util.CommandOperation
-
Get a required field.
- getStrategy() - Method in class org.apache.solr.internal.csv.CSVParser
-
Obtain the specified CSV Strategy.
- getStrategy(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getStream() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getStream() - Method in interface org.apache.solr.common.util.ContentStream
-
Get an open stream.
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.ByteArrayStream
-
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
-
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
-
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.URLStream
-
- getStreamFactory() - Method in class org.apache.solr.client.solrj.io.stream.StreamContext
-
- getStreamFunctions() - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- getStreamingResponseCallback() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getString(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getString() - Method in class org.apache.solr.search.QParser
-
- getStringAttribute(Element, String, String) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
-
- getStringAttribute(Element, String, String) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
-
- getStringChars() - Method in class org.apache.solr.util.RecordingJSONParser
-
- getStringDistance() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getStringDistance() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- getStringDistance() - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- getStringDistance() - Method in class org.apache.solr.spelling.SolrSpellChecker
-
Get the distance implementation used by this spellchecker, or NULL if not applicable.
- getStringIdentifier() - Method in class org.apache.solr.util.DistanceUnits
-
- getStrings(Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- getStringSort(SchemaField, boolean) - Method in class org.apache.solr.schema.FieldType
-
Utility usable by subclasses when they want to get basic String sorting
using common checks.
- getStringSortField(String, boolean, boolean, boolean) - Static method in class org.apache.solr.search.Sorting
-
Returns a SortField
for a string field.
- getStrs(String) - Method in class org.apache.solr.util.CommandOperation
-
- getStrs(String, List<String>) - Method in class org.apache.solr.util.CommandOperation
-
Get collection of values for a key.
- getStyle(String) - Static method in class org.apache.solr.response.transform.ExplainAugmenterFactory
-
- getSubFacets() - Method in class org.apache.solr.search.facet.FacetRequest
-
- getSubHandler(String) - Method in class org.apache.solr.handler.admin.InfoHandler
-
- getSubHandler(String) - Method in class org.apache.solr.handler.BlobHandler
-
- getSubHandler(String) - Method in class org.apache.solr.handler.DumpRequestHandler
-
- getSubHandler(String) - Method in interface org.apache.solr.handler.NestedRequestHandler
-
Return a Requestandler to handle a subpath from the path this handler is registered.
- getSubHandler(String) - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getSubHandler(String) - Method in class org.apache.solr.handler.SchemaHandler
-
- getSubHandler(String) - Method in class org.apache.solr.handler.SolrConfigHandler
-
- getSubstitutableProperties() - Method in class org.apache.solr.core.CoreDescriptor
-
Returns all substitutable properties defined on this CoreDescriptor
- getSubstituteProperties() - Method in class org.apache.solr.core.Config
-
- getSubstituteProperties() - Method in class org.apache.solr.core.SolrConfig
-
- getSubType() - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- getSuccessCount(String) - Method in class org.apache.solr.cloud.Overseer.Stats
-
- GetSuffix(int) - Method in interface org.apache.solr.parser.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.apache.solr.parser.FastCharStream
-
- getSuggestedTerms() - Method in class org.apache.solr.client.solrj.response.SuggesterResponse
-
This getter is lazily initialized and returns a simplified map dictionary : List of suggested terms
This is useful for simple use cases when you simply need the suggested terms and no weight or payload
- getSuggesterNames() - Method in class org.apache.solr.spelling.suggest.SuggesterResult
-
Get the set of suggesterNames for which this
instance holds results
- getSuggesterResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getSuggestionMap() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getSuggestions() - Method in class org.apache.solr.client.solrj.response.SuggesterResponse
-
get the suggestions provided by each
- getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.SolrSpellChecker
-
Get suggestions for the given query.
- getSuggestions() - Method in class org.apache.solr.spelling.SpellingResult
-
All the suggestions.
- getSuggestions(SuggesterOptions) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
- getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.suggest.Suggester
-
- getSuggestions(SpellingOptions) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
- getSum() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getSum() - Method in class org.apache.solr.util.stats.Histogram
-
- getSum() - Method in class org.apache.solr.util.stats.Timer
-
Returns the sum of all recorded durations.
- getSumOfSquares() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getSupersetMaxDoc() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getSupportedScoreModes() - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
The set of values supported for the score local-param.
- getSupportedUnits() - Static method in class org.apache.solr.util.DistanceUnits
-
- getSyncLevel(String) - Static method in enum org.apache.solr.update.UpdateLog.SyncLevel
-
- getSystemInfo() - Static method in class org.apache.solr.handler.admin.SystemInfoHandler
-
Get system info
- getSystemInfoHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
-
- getTag() - Method in interface org.apache.solr.util.SolrLogLayout.TG
-
- getTagCleanLower() - Method in class org.apache.solr.core.SolrConfig.SolrPluginInfo
-
- getTagList() - Method in class org.apache.solr.handler.component.StatsField
-
- getTagNames() - Method in class org.apache.solr.cloud.rule.SnitchContext.SnitchInfo
-
- getTags(String, Set<String>, SnitchContext) - Method in class org.apache.solr.cloud.rule.ImplicitSnitch
-
- getTags(String, Set<String>, SnitchContext) - Method in class org.apache.solr.cloud.rule.Snitch
-
- getTags() - Method in class org.apache.solr.cloud.rule.SnitchContext
-
- getTags() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
-
- getTailId() - Method in class org.apache.solr.cloud.DistributedQueue
-
Gets last element of the Queue without removing it.
- getTargetCollection() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getTargetCollectionName() - Method in class org.apache.solr.common.cloud.RoutingRule
-
- getTargetField(String) - Method in class org.apache.solr.schema.IndexSchema.DynamicCopy
-
Generates a destination field name based on this source pattern,
by substituting the remainder of this source pattern into the
the given destination pattern.
- getTargetSlice(String, SolrInputDocument, String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
-
Returns the Slice that the document should reside on, or null if there is not enough information
- getTargetSlice(String, SolrInputDocument, String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- getTargetSlice(String, SolrInputDocument, String, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
-
- getTask(String, String) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
Helper method to get a TaskObject given a map and a taskId.
- getTdigestCompression() - Method in class org.apache.solr.handler.component.StatsField
-
- getTerm() - Method in class org.apache.solr.client.solrj.response.Suggestion
-
- getTerm() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- getTermCounts(String, SimpleFacets.ParsedParams) - Method in class org.apache.solr.request.SimpleFacets
-
Term counts for use in field faceting that resepects the appropriate mincount
- getTermCountsForPivots(String, SimpleFacets.ParsedParams) - Method in class org.apache.solr.request.SimpleFacets
-
Term counts for use in pivot faceting that resepcts the appropriate mincount
- getTermMap() - Method in class org.apache.solr.client.solrj.response.TermsResponse
-
- getTerms(String) - Method in class org.apache.solr.client.solrj.response.TermsResponse
-
Get's the term list for a given field
- getTerms() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsEnum() - Method in class org.apache.solr.search.facet.UnInvertedField.DocToTerm
-
- getTermsFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsLower() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsLowerInclusive() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsMaxCount() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsPrefix() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsRaw() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsRegex() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsRegexFlags() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getTermsSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsToMatch() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.AnalysisContext
-
- getTermsUpper() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsUpperInclusive() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getText() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the text of the token.
- getText(Node, StringBuilder) - Static method in class org.apache.solr.handler.dataimport.config.ConfigParseUtil
-
- getText() - Method in class org.apache.solr.handler.dataimport.config.Script
-
- getText(Node, StringBuilder) - Static method in class org.apache.solr.handler.dataimport.ConfigParseUtil
-
- getText(Node) - Static method in class org.apache.solr.util.DOMUtil
-
Drop in replacement for Node.getTextContent().
- getTextSortField(String, boolean, boolean, boolean) - Static method in class org.apache.solr.search.Sorting
-
- getTheTickTime() - Method in class org.apache.solr.cloud.ZkTestServer
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddRole
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterProp
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Delete
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteAlias
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplica
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplicaProp
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteShard
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.List
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.OverseerStatus
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Reload
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RemoveRole
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
-
- getThis() - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- getThreadCount() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
-
- getThreadDumpHandler() - Method in class org.apache.solr.handler.admin.InfoHandler
-
- getThreadLocalDateFormat() - Static method in class org.apache.solr.common.util.DateUtil
-
Returns a formatter that can be use by the current thread if needed to
convert Date objects to the Internal representation.
- getThreadPoolExecutor() - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
- getThreshold() - Method in class org.apache.solr.logging.jul.JulWatcher
-
- getThreshold() - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- getThreshold() - Method in class org.apache.solr.logging.LogWatcher
-
- getThreshold() - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
-
- getThrowables() - Method in exception org.apache.solr.client.solrj.impl.CloudSolrClient.RouteException
-
- getTick() - Method in class org.apache.solr.util.stats.Clock.CpuTimeClock
-
- getTick() - Method in class org.apache.solr.util.stats.Clock
-
Returns the current time tick.
- getTick() - Method in class org.apache.solr.util.stats.Clock.UserTimeClock
-
- getTime() - Method in interface org.apache.solr.cloud.ActionThrottle.NanoTimeSource
-
- getTime() - Method in class org.apache.solr.util.RTimer
-
Get total elapsed time for this timer.
- getTime() - Method in class org.apache.solr.util.stats.Clock
-
Returns the current time in milliseconds.
- getTimeAllowed() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Get the maximum time allowed for this query.
- getTimeAllowed() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- getTimer() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- getTimestamp(LogRecord) - Method in class org.apache.solr.logging.jul.JulWatcher
-
- getTimestamp(LoggingEvent) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- getTimestamp(E) - Method in class org.apache.solr.logging.LogWatcher
-
- getTimeUpperBound() - Method in class org.apache.solr.update.CommitTracker
-
- getTimeZone() - Method in class org.apache.solr.util.DateMathParser
-
- getTimeZone(String) - Static method in class org.apache.solr.util.TimeZoneUtils
-
This method is provided as a replacement for TimeZone.getTimeZone but
without the annoying behavior of returning "GMT" for gibberish input.
- getTlogDir(SolrCore, PluginInfo) - Method in class org.apache.solr.update.UpdateLog
-
- getToken() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getToken(int) - Method in class org.apache.solr.parser.QueryParser
-
Get the specific Token.
- getTokenFilterFactories() - Method in class org.apache.solr.analysis.TokenizerChain
-
- getTokenFrequency(Token) - Method in class org.apache.solr.spelling.SpellingResult
-
The token frequency of the input token in the collection
- getTokenFrequency() - Method in class org.apache.solr.spelling.SpellingResult
-
- getTokenizer() - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- getTokenizerFactory() - Method in class org.apache.solr.analysis.TokenizerChain
-
- getTokens() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
-
Returns a list of tokens which represent the token stream produced in this phase.
- getTokens() - Method in class org.apache.solr.spelling.SpellingResult
-
- getTokens(String) - Method in class org.apache.solr.spelling.suggest.SuggesterResult
-
Get the set of tokens that are present in the
instance
- getToLog() - Method in class org.apache.solr.response.SolrQueryResponse
-
Get loggable items.
- getToLogAsString(String) - Method in class org.apache.solr.response.SolrQueryResponse
-
Returns a string of the form "logid name1=value1 name2=value2 ..."
- getTopDocs() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommandResult
-
- getTopDocsCollector(int, SolrIndexSearcher.QueryCommand, IndexSearcher) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
-
- getTopDocsCollector(int, SolrIndexSearcher.QueryCommand, IndexSearcher) - Method in class org.apache.solr.search.RankQuery
-
- getTopFilter() - Method in class org.apache.solr.search.BitDocSet
-
- getTopFilter() - Method in interface org.apache.solr.search.DocSet
-
Returns a Filter for use in Lucene search methods, assuming this DocSet
was generated from the top-level MultiReader that the Lucene search
methods will be invoked with.
- getTopFilter() - Method in class org.apache.solr.search.SortedIntDocSet
-
- getTopTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getTotalHitCount() - Method in class org.apache.solr.search.grouping.CommandHandler
-
- getTotalLogsNumber() - Method in class org.apache.solr.update.UpdateLog
-
- getTotalLogsSize() - Method in class org.apache.solr.update.UpdateLog
-
- getTotalReplicas(String) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getTotalRequests() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner.DebugFilter
-
- getTrackingQueue() - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory
-
- getTransformer(int) - Method in class org.apache.solr.response.transform.DocTransformers
-
- getTransformer(SolrQueryRequest) - Method in class org.apache.solr.response.XSLTResponseWriter
-
Get Transformer from request context, or from TransformerProvider.
- getTransformer() - Method in class org.apache.solr.search.ReturnFields
-
Returns the DocTransformer used to modify documents, or null
- getTransformer() - Method in class org.apache.solr.search.SolrReturnFields
-
- getTransformer(SolrConfig, String, int) - Method in class org.apache.solr.util.xslt.TransformerProvider
-
Return a new Transformer, possibly created from our cached Templates object
- getTransformerFactory(String) - Method in class org.apache.solr.core.SolrCore
-
- getTransientCacheSize() - Method in class org.apache.solr.core.NodeConfig
-
- getTrimmedPivotsAsListOfNamedLists() - Method in class org.apache.solr.handler.component.PivotFacet
-
A recursive method for generating NamedLists
for this pivot
suitable for including in a pivot facet response to the original distributed request.
- getTrustedKeys(SolrZkClient, String) - Static method in class org.apache.solr.cloud.CloudUtil
-
Read the list of public keys from ZK
- getTrustStore() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- getTrustStorePassword() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- getTuple() - Method in class org.apache.solr.client.solrj.io.stream.CloudSolrStream.TupleWrapper
-
- getType() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the type of the token.
- getType() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getType() - Method in class org.apache.solr.handler.component.FacetComponent.FacetBase
-
- getType() - Method in class org.apache.solr.handler.dataimport.config.PropertyWriter
-
- getType() - Method in class org.apache.solr.schema.SchemaField
-
- getType() - Method in class org.apache.solr.schema.TrieField
-
- getTypeName() - Method in class org.apache.solr.schema.FieldType
-
The Name of this FieldType as specified in the schema file
- getUlogDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getUlogDir() - Method in class org.apache.solr.core.CoreDescriptor
-
- getUlogDir() - Method in class org.apache.solr.core.SolrCore
-
- getUnicodeEscapeInterpretation() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- getUninversionMap(IndexReader) - Method in class org.apache.solr.schema.IndexSchema
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.BinaryField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.BoolField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.CollationField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.CurrencyField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.EnumField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.ExternalFileField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.FieldType
-
DocValues is not enabled for a field, but it's indexed, docvalues can be constructed
on the fly (uninverted, aka fieldcache) on the first request to sort, facet, etc.
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.GeoHashField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.ICUCollationField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.LatLonType
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.PointType
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.PreAnalyzedField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.RandomSortField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.StrField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.TextField
-
- getUninversionType(SchemaField) - Method in class org.apache.solr.schema.TrieField
-
- getUnInvertedField(String, SolrIndexSearcher) - Static method in class org.apache.solr.search.facet.UnInvertedField
-
- getUniqueKey() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getUniqueKey() - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.UniqueKeyResponse
-
- getUniqueKeyField() - Method in class org.apache.solr.schema.IndexSchema
-
Unique Key field specified in the schema file
- getUniqueKeyField(Document) - Method in class org.apache.solr.schema.IndexSchema
-
The raw (field type encoded) value of the Unique Key field for
the specified Document
- getUniqueKeys(SolrIndexSearcher, int[]) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
-
Retrieves the unique keys for the topdocs to key the results
- getUnknownAttributes(Element, String...) - Method in class org.apache.solr.core.Config
-
Returns the set of attributes on the given element that are not among the given knownAttributes,
or null if all attributes are known.
- getUnloadedCoreDescriptor(String) - Method in class org.apache.solr.core.CoreContainer
-
Gets a solr core descriptor for a core that is not loaded.
- getUnsubstitutedNode(String, boolean) - Method in class org.apache.solr.core.Config
-
- getUpdateContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
-
- getUpdateContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getUpdatedSinceInitialization() - Method in class org.apache.solr.rest.ManagedResource
-
Returns the timestamp of the most recent update,
or null if this resource has not been updated since initialization.
- getUpdateExecutor() - Method in class org.apache.solr.update.StreamingSolrClients
-
- getUpdateExecutor() - Method in class org.apache.solr.update.UpdateShardHandler
-
- getUpdateHandler() - Method in class org.apache.solr.core.SolrCore
-
RequestHandlers need access to the updateHandler so they can all talk to the
same RAM indexer.
- getUpdateHandlerInfo() - Method in class org.apache.solr.core.SolrConfig
-
- getUpdateLock() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getUpdateLock() - Method in class org.apache.solr.update.SolrCoreState
-
- getUpdateLog() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getUpdateLog() - Method in class org.apache.solr.update.UpdateHandler
-
- getUpdateProcessingChain(String) - Method in class org.apache.solr.core.SolrCore
-
- getUpdateProcessorChain(SolrParams) - Method in class org.apache.solr.core.SolrCore
-
- getUpdateProcessors() - Method in class org.apache.solr.core.SolrCore
-
- getUpdaterThread() - Method in class org.apache.solr.cloud.Overseer
-
For tests.
- getUpdateShardHandler() - Method in class org.apache.solr.core.CoreContainer
-
- getUpdateShardHandlerConfig() - Method in class org.apache.solr.core.NodeConfig
-
- getUpdateTimeoutSecs() - Method in class org.apache.solr.rest.BaseSolrResource
-
- getUpperVal() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
-
- getUptime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getUrl() - Method in class org.apache.solr.cloud.SocketProxy
-
- getUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.Node
-
- getUrl() - Method in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- getUrlFromZk(ClusterState, String) - Static method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- getUseCompoundFile() - Method in class org.apache.solr.update.SolrIndexConfig
-
- getUserPrincipal() - Method in interface org.apache.solr.request.SolrQueryRequest
-
- getUserPrincipal() - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- getUserPrincipal() - Method in class org.apache.solr.security.AuthorizationContext
-
- getUserProps() - Method in class org.apache.solr.core.ConfigOverlay
-
- getUserQuery(String, SolrPluginUtils.DisjunctionMaxQueryParser, SolrParams) - Method in class org.apache.solr.search.DisMaxQParser
-
- getVal(int) - Method in class org.apache.solr.common.util.NamedList
-
The value of the pair at the specified List index
- getVal(String, boolean) - Method in class org.apache.solr.core.Config
-
- getVal(String) - Method in class org.apache.solr.util.CommandOperation
-
- getValue() - Method in class org.apache.solr.analytics.expression.BaseExpression
-
- getValue() - Method in class org.apache.solr.analytics.expression.Expression
-
- getValue() - Method in class org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector
-
- getValue() - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- getValue() - Method in interface org.apache.solr.analytics.statistics.StatsCollector
-
- getValue(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
Parses a String param into an Range endpoint value throwing
a useful exception if not possible
- getValue() - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionValue
-
- getValue() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getValue() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
-
- getValue() - Method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
-
- getValue() - Method in class org.apache.solr.common.SolrInputField
-
- getValue() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
-
- getValue() - Method in class org.apache.solr.common.util.Pair
-
- getValue(NamedList<Object>) - Static method in class org.apache.solr.handler.component.PivotFacetHelper
-
- getValue() - Method in class org.apache.solr.handler.component.PivotFacetValue
-
The value of the asssocated field modeled by this PivotFacetValue
.
- getValue() - Method in class org.apache.solr.parser.Token
-
An optional attribute value of the Token.
- getValue(SchemaField, IndexableField) - Static method in class org.apache.solr.response.DocsStreamer
-
- getValue(int) - Method in class org.apache.solr.search.facet.SlotAcc
-
- getValue(double) - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the value at the given quantile.
- getValueCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the number of values the field has.
- getValueCount() - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getValueCount() - Method in class org.apache.solr.common.SolrInputField
-
- getValueDelimiter() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- getValueFromDigest(AVLTreeDigest) - Method in class org.apache.solr.search.facet.PercentileAgg
-
- getValueOperand(StreamExpression, int) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
Given an expression, will return the value parameter at the given index, or null if doesn't exist
- getValuePath() - Method in class org.apache.solr.handler.component.PivotFacetField
-
A recursive method that walks up the tree of pivot fields/values to build
a list of String representations of the values that lead down to this
PivotFacetField.
- getValuePath() - Method in class org.apache.solr.handler.component.PivotFacetValue
-
A recursive method that walks up the tree of pivot fields/values to build
a list of the String representations of the values that lead down to this
PivotFacetValue.
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.ConstDateSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.ConstDoubleSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.DateFieldSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.DualDoubleFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.FilterFieldSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.MultiDateFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.MultiDoubleFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.MultiStringFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.SingleDoubleFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.analytics.util.valuesource.SingleStringFunction
-
- getValues() - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getValues() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the groups to be displayed.
- getValues() - Method in class org.apache.solr.client.solrj.response.GroupResponse
-
Returns all grouping commands.
- getValues() - Method in class org.apache.solr.common.SolrInputField
-
- getValues() - Method in class org.apache.solr.response.SolrQueryResponse
-
Gets data to be returned in this response
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.schema.RandomSortField.RandomValueSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.schema.StrFieldSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.facet.AggValueSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.facet.SimpleAggValueSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.CollapseScoreFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.distance.GeohashFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.distance.GeohashHaversineFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.distance.HaversineConstFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.distance.HaversineFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.distance.StringDistanceFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.distance.VectorDistanceFunction
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.FileFloatSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.OrdFieldSource
-
- getValues(Map, LeafReaderContext) - Method in class org.apache.solr.search.function.ReverseOrdFieldSource
-
- getValues(String) - Method in class org.apache.solr.SolrTestCaseJ4.Doc
-
- getValues() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the entire set of values in the snapshot.
- getValuesExcluding(String...) - Method in class org.apache.solr.util.CommandOperation
-
Get all the values from the metadata for the command
without the specified keys
- getValueSource() - Method in class org.apache.solr.handler.component.StatsField
-
The
ValueSource
of a function or query whose results these stats are computed
over, may be null if the stats are directly over a
SchemaField
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.BoolField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.CurrencyField
-
Returns a ValueSource over this field in which the numeric value for
each document represents the indexed value as converted to the default
currency for the field, normalized to its most granular form based
on the default fractional digits.
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.EnumField
-
called to get the default value source (normally, from the
Lucene FieldCache.)
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.ExternalFileField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.FieldType
-
called to get the default value source (normally, from the
Lucene FieldCache.)
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.GeoHashField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.LatLonType
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.PointType
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.PreAnalyzedField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.RandomSortField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.StrField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.TextField
-
- getValueSource(SchemaField, QParser) - Method in class org.apache.solr.schema.TrieField
-
- getValueSource() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
-
- getValueSourceFromSpatialArgs(QParser, SchemaField, SpatialArgs, String, T) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- getValueSourceFromSpatialArgs(QParser, SchemaField, SpatialArgs, String, BBoxStrategy) - Method in class org.apache.solr.schema.BBoxField
-
- getValueSourceParser(String) - Method in class org.apache.solr.core.SolrCore
-
- getVariableResolver() - Method in class org.apache.solr.handler.dataimport.Context
-
Returns the VariableResolver used in this entity which can be used to
resolve the tokens in ${<namespce.name>}
- getVariableResolver() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- getVariableResolver() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- getVariables(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
-
Get a list of variables embedded in the template string.
- getVariableWrapper(String, VariableResolver) - Method in class org.apache.solr.handler.dataimport.Evaluator
-
- getVersion() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- getVersion() - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- getVersion() - Method in class org.apache.solr.client.solrj.ResponseParser
-
- getVersion() - Method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- getVersion() - Method in class org.apache.solr.core.RequestParams.VersionedParams
-
- getVersion() - Method in class org.apache.solr.core.SolrCore
-
- getVersion() - Method in interface org.apache.solr.core.SolrInfoMBean
-
Simple common usage version, e.g. 2.0
- getVersion() - Method in class org.apache.solr.handler.admin.AdminHandlers
-
Deprecated.
- getVersion() - Method in class org.apache.solr.handler.component.AnalyticsComponent
-
- getVersion() - Method in class org.apache.solr.handler.component.SearchComponent
-
- getVersion() - Method in class org.apache.solr.handler.RequestHandlerBase
-
- getVersion() - Method in class org.apache.solr.handler.SolrConfigHandler
-
- getVersion() - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- getVersion() - Method in class org.apache.solr.schema.IndexSchema
-
- getVersion() - Method in class org.apache.solr.search.LFUCache
-
- getVersion() - Method in class org.apache.solr.search.QParserPlugin
-
- getVersion() - Method in class org.apache.solr.search.SolrCacheBase
-
- getVersion() - Method in class org.apache.solr.search.SolrFieldCacheMBean
-
- getVersion() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- getVersion() - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
- getVersion() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- getVersion() - Method in class org.apache.solr.update.UpdateCommand
-
- getVersionField() - Method in class org.apache.solr.update.VersionInfo
-
- getVersionFromIndex(BytesRef) - Method in class org.apache.solr.update.VersionInfo
-
- getVersionInfo() - Method in class org.apache.solr.update.UpdateLog
-
- getVersions(int) - Method in class org.apache.solr.update.UpdateLog.RecentUpdates
-
- getWarmCount(int) - Method in class org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
-
- getWatchedEvent() - Method in class org.apache.solr.cloud.DistributedMap.LatchChildWatcher
-
- getWatchedEvent() - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
-
- getWatchedEvent() - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
-
- getWatcherSize() - Method in class org.apache.solr.logging.LogWatcherConfig
-
- getWatcherThreshold() - Method in class org.apache.solr.logging.LogWatcherConfig
-
- getWeight() - Method in class org.apache.solr.client.solrj.response.Suggestion
-
- getWildcardQuery(String, String) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- getWildcardQuery(String, String) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- getWordGrams() - Method in class org.apache.solr.search.FieldParams
-
- getWordSet() - Method in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
-
Returns the set of words in this managed word set.
- getWrappedDeletionPolicy() - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
- getWrappedException(Throwable) - Static method in class org.apache.solr.SolrTestCaseJ4
-
- getWrappedQuery() - Method in class org.apache.solr.search.WrappedQuery
-
- getWriter() - Method in class org.apache.solr.response.TextResponseWriter
-
returns the Writer that the response is being written to
- getWriterType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.impl.InputStreamResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.ResponseParser
-
- getX509PublicKey(byte[]) - Static method in class org.apache.solr.util.CryptoKeys
-
Create PublicKey from a .DER file
- getXML() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getXmlDocumentBuilder() - Static method in class org.apache.solr.util.BaseTestHarness
-
- getXP(Node, String, boolean) - Static method in class org.apache.solr.util.SimplePostTool
-
Gets the string content of the matching an XPath
- getXPath() - Method in class org.apache.solr.core.Config
-
- getXpath() - Static method in class org.apache.solr.util.BaseTestHarness
-
- getXPathProperty(String) - Method in class org.apache.solr.core.ConfigOverlay
-
- getXPathProperty(String, boolean) - Method in class org.apache.solr.core.ConfigOverlay
-
- getZkACLProvider() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getZkACLProviderClass() - Method in class org.apache.solr.core.CloudConfig
-
- getZkAddress() - Method in class org.apache.solr.cloud.ZkTestServer
-
- getZkAddress(String) - Method in class org.apache.solr.cloud.ZkTestServer
-
Get a connection string for this server with a given chroot
- getZkClient() - Method in class org.apache.solr.cloud.ZkController
-
- getZkClient() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getZkClientConnectionStrategy() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getZkClientTimeout() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getZkClientTimeout() - Method in class org.apache.solr.core.CloudConfig
-
- getZkClusterStateVersion() - Method in class org.apache.solr.common.cloud.ClusterState
-
The version of clusterstate.json in ZooKeeper.
- getZkController() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
-
- getZkController() - Method in class org.apache.solr.core.CoreContainer
-
- getZkController() - Method in class org.apache.solr.core.ZkContainer
-
- getZkCredentialsProviderClass() - Method in class org.apache.solr.core.CloudConfig
-
- getZkDir() - Method in class org.apache.solr.cloud.ZkTestServer
-
- getZkHost() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getZkHost() - Method in class org.apache.solr.cloud.ZkTestServer
-
- getZkHost() - Method in class org.apache.solr.core.CloudConfig
-
- getZkHost(CommandLine) - Static method in class org.apache.solr.util.SolrCLI
-
Get the ZooKeeper connection string from either the zkHost command-line option or by looking it
up from a running Solr instance based on the solrUrl option.
- getZkIndexSchemaReader() - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
-
- getZkServer() - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
- getZkServerAddress() - Method in class org.apache.solr.cloud.ZkController
-
- getZkServerAddress() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getZkStateReader() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- getZkStateReader() - Method in class org.apache.solr.cloud.Overseer
-
- getZkStateReader() - Method in class org.apache.solr.cloud.ZkController
-
- getZNode() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getZnodeForResource(String) - Method in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
-
Returns the Znode for the given storedResourceId by combining it
with the znode base.
- getZNodeVersion() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getZnodeVersion() - Method in class org.apache.solr.core.Config
-
If this config is loaded from zk the version is relevant other wise -1 is returned
- getZnodeVersion() - Method in class org.apache.solr.core.ConfigOverlay
-
- getZnodeVersion() - Method in class org.apache.solr.core.RequestParams
-
- getZnodeVersion() - Method in class org.apache.solr.security.SecurityPluginHolder
-
- global - Variable in class org.apache.solr.request.SimpleFacets
-
Configuration params behavior should be driven by
- globalCollectionStat - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- GlobalCollectionStat(int, Map<String, Long>) - Constructor for class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat
-
- GlobalSimilarity() - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.GlobalSimilarity
-
- GlobalSimilarity(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.GlobalSimilarity
-
- GlobalSimilarityResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.GlobalSimilarityResponse
-
- globalStrings - Variable in class org.apache.solr.update.UpdateLog
-
- goOn() - Method in class org.apache.solr.cloud.SocketProxy.Acceptor
-
- goOn() - Method in class org.apache.solr.cloud.SocketProxy.Bridge
-
- goOn() - Method in class org.apache.solr.cloud.SocketProxy.Bridge.Pump
-
- goOn() - Method in class org.apache.solr.cloud.SocketProxy
-
- grid - Variable in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
-
- Group - Class in org.apache.solr.client.solrj.response
-
Represents a group.
- Group(String, SolrDocumentList) - Constructor for class org.apache.solr.client.solrj.response.Group
-
Creates a Group instance.
- GROUP - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_CACHE_PERCENTAGE - Static variable in interface org.apache.solr.common.params.GroupParams
-
Whether to cache the first pass search (doc ids and score) for the second pass search.
- GROUP_DISTRIBUTED_FIRST - Static variable in interface org.apache.solr.common.params.GroupParams
-
Retrieve the top search groups (top group values) from the shards being queried.
- GROUP_DISTRIBUTED_SECOND - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_DISTRIBUTED_TOPGROUPS_PREFIX - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_FACET - Static variable in interface org.apache.solr.common.params.GroupParams
-
Whether to compute grouped facets based on the first specified group.
- GROUP_FIELD - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_FORMAT - Static variable in interface org.apache.solr.common.params.GroupParams
-
treat the first group result as the main result.
- GROUP_FUNC - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_LIMIT - Static variable in interface org.apache.solr.common.params.GroupParams
-
the limit for the number of documents in each group
- GROUP_MAIN - Static variable in interface org.apache.solr.common.params.GroupParams
-
treat the first group result as the main result.
- GROUP_NAMES - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
-
- GROUP_NULL_VALUE - Static variable in class org.apache.solr.search.grouping.distributed.requestfactory.TopGroupsShardRequestFactory
-
Represents a string value for
- GROUP_OFFSET - Static variable in interface org.apache.solr.common.params.GroupParams
-
the offset for the doclist of each group
- GROUP_QUERY - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_SORT - Static variable in interface org.apache.solr.common.params.GroupParams
-
- GROUP_TOTAL_COUNT - Static variable in interface org.apache.solr.common.params.GroupParams
-
Whether the group count should be included in the response.
- GROUP_TRUNCATE - Static variable in interface org.apache.solr.common.params.GroupParams
-
Whether the docSet (for example for faceting) should be based on plain documents (a.k.a UNGROUPED) or on the groups (a.k.a GROUPED).
- groupBy - Variable in class org.apache.solr.search.Grouping.CommandField
-
- groupBy - Variable in class org.apache.solr.search.Grouping.CommandFunc
-
- GroupCommand - Class in org.apache.solr.client.solrj.response
-
This class represents the result of a group command.
- GroupCommand(String, int) - Constructor for class org.apache.solr.client.solrj.response.GroupCommand
-
Creates a GroupCommand instance
- GroupCommand(String, int, int) - Constructor for class org.apache.solr.client.solrj.response.GroupCommand
-
Creates a GroupCommand instance.
- GroupedEndResultTransformer - Class in org.apache.solr.search.grouping.endresulttransformer
-
Implementation of
EndResultTransformer
that keeps each grouped result separate in the final response.
- GroupedEndResultTransformer(SolrIndexSearcher) - Constructor for class org.apache.solr.search.grouping.endresulttransformer.GroupedEndResultTransformer
-
- groupedResults - Variable in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- groupFacet - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
- grouping() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- Grouping - Class in org.apache.solr.search
-
Basic Solr Grouping infrastructure.
- Grouping(SolrIndexSearcher, SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand, boolean, int, boolean) - Constructor for class org.apache.solr.search.Grouping
-
- Grouping.Command<GROUP_VALUE_TYPE> - Class in org.apache.solr.search
-
General group command.
- Grouping.CommandField - Class in org.apache.solr.search
-
A group command for grouping on a field.
- Grouping.CommandFunc - Class in org.apache.solr.search
-
A command for grouping on a function.
- Grouping.CommandQuery - Class in org.apache.solr.search
-
A group command for grouping on a query.
- Grouping.Format - Enum in org.apache.solr.search
-
- Grouping.TotalCount - Enum in org.apache.solr.search
-
- GroupingSpecification - Class in org.apache.solr.search.grouping
-
Encapsulates the grouping options like fields group sort and more specified by clients.
- GroupingSpecification() - Constructor for class org.apache.solr.search.grouping.GroupingSpecification
-
- groupOffset - Variable in class org.apache.solr.search.Grouping.Command
-
- GroupParams - Interface in org.apache.solr.common.params
-
Group parameters
- GroupResponse - Class in org.apache.solr.client.solrj.response
-
Overall grouping result.
- GroupResponse() - Constructor for class org.apache.solr.client.solrj.response.GroupResponse
-
- groupSort - Variable in class org.apache.solr.search.Grouping.Command
-
- guess() - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
Guess the config based on the first 10 (or less when less available)
records of a CSV file.
- guessConfig(InputStream) - Static method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Creates a config based on a stream.
- guessFieldSeperator(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
- guessFixedWidth(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
Guess if this file is fixedwidth.
- guessFixedWidthSeperator(String[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
- guessType(File) - Static method in class org.apache.solr.util.SimplePostTool
-
Guesses the type of a file, based on file name suffix
Returns "application/octet-stream" if no corresponding mimeMap type.
- IBSimilarityFactory - Class in org.apache.solr.search.similarities
-
Factory for IBSimilarity
You must specify the implementations for all three components of the
Information-Based model (strings).
- IBSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.IBSimilarityFactory
-
- ICUCollationField - Class in org.apache.solr.schema
-
Field for collated sort keys.
- ICUCollationField() - Constructor for class org.apache.solr.schema.ICUCollationField
-
- id - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- id - Variable in class org.apache.solr.cloud.StoppableIndexingThread
-
- ID - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
-
- id - Variable in class org.apache.solr.handler.component.ShardDoc
-
- id - Variable in class org.apache.solr.SolrTestCaseJ4.Doc
-
- id - Variable in class org.apache.solr.update.DeleteUpdateCommand
-
- IdentityRegenerator() - Constructor for class org.apache.solr.util.SolrPluginUtils.IdentityRegenerator
-
- idField - Static variable in class org.apache.solr.SolrTestCaseHS.ClientProvider
-
- idField - Variable in class org.apache.solr.update.processor.AtomicUpdateDocumentMerger
-
- idField - Variable in class org.apache.solr.update.UpdateHandler
-
- idFieldType - Variable in class org.apache.solr.update.UpdateHandler
-
- IDS - Static variable in interface org.apache.solr.common.params.QueryElevationParams
-
- IDS - Static variable in interface org.apache.solr.common.params.ShardParams
-
IDs of the shard documents
- IDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- ignorableWhitespace(char[], int, int) - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Treat the same as any other characters
- IGNORE_AUTOCOMMIT - Static variable in class org.apache.solr.update.UpdateCommand
-
- IGNORE_CASE_INIT_ARG - Static variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
-
- IGNORE_CASE_INIT_ARG - Static variable in class org.apache.solr.rest.schema.analysis.ManagedWordSetResource
-
- IGNORE_TIKA_EXCEPTION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
if true, ignore TikaException (give up to extract text but index meta data)
- IgnoreCommitOptimizeUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Gives system administrators a way to ignore explicit commit or optimize requests from clients.
- IgnoreCommitOptimizeUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactory
-
- IgnoreException() - Constructor for exception org.apache.solr.response.SortingResponseWriter.IgnoreException
-
- ignoreException(String) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Causes an exception matching the regex pattern to not be logged.
- ignoreException(String) - Static method in class org.apache.solr.util.AbstractSolrTestCase
-
Causes an exception matching the regex pattern to not be logged.
- IgnoreFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Ignores & removes fields matching the specified
conditions from any document being added to the index.
- IgnoreFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory
-
- ignoreOptimizeOnly - Variable in class org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactory
-
- ignorePatterns - Static variable in exception org.apache.solr.common.SolrException
-
For test code - do not log exceptions that match any of the regular expressions in ignorePatterns
- ignoresThrowable() - Method in class org.apache.solr.util.SolrLogLayout
-
- image - Variable in class org.apache.solr.parser.Token
-
The string image of the token.
- IMMUTABLE_CONFIGSET_ARG - Static variable in class org.apache.solr.handler.SchemaHandler
-
- IMMUTABLE_CONFIGSET_ARG - Static variable in class org.apache.solr.handler.SolrConfigHandler
-
- ImplicitDocRouter - Class in org.apache.solr.common.cloud
-
This document router is for custom sharding
- ImplicitDocRouter() - Constructor for class org.apache.solr.common.cloud.ImplicitDocRouter
-
- ImplicitPlugins - Class in org.apache.solr.core
-
- ImplicitPlugins() - Constructor for class org.apache.solr.core.ImplicitPlugins
-
- ImplicitSnitch - Class in org.apache.solr.cloud.rule
-
- ImplicitSnitch() - Constructor for class org.apache.solr.cloud.rule.ImplicitSnitch
-
- IMPORT_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
-
- IMPORTER_NS - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- IMPORTER_NS_SHORT - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- importStatistics - Variable in class org.apache.solr.handler.dataimport.DocBuilder
-
- in - Variable in class org.apache.solr.common.util.FastInputStream
-
- incLevel() - Method in class org.apache.solr.response.SmileResponseWriter.SmileWriter
-
- incLevel() - Method in class org.apache.solr.response.TextResponseWriter
-
- include - Variable in class org.apache.solr.analytics.request.RangeFacetRequest
-
- include - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
- INCLUDE_BOUNDARY - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- INCLUDE_BOUNDARY - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- INCLUDE_INDEX_FIELD_FLAGS - Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
-
- includeCalled - Variable in class org.apache.solr.analytics.request.RangeFacetRequest
-
- includeInResponse(StatsField.Stat) - Method in class org.apache.solr.handler.component.StatsField
-
- includeLower - Variable in class org.apache.solr.analytics.util.RangeEndpointCalculator.FacetRange
-
- includeLower - Variable in class org.apache.solr.handler.component.RangeFacetRequest.FacetRange
-
- includes(int) - Method in class org.apache.solr.common.cloud.DocRouter.Range
-
- includes(long) - Method in class org.apache.solr.request.IntervalFacets.FacetInterval
-
Method to use to check whether a document should be counted for
an interval or not.
- includesScore(Sort) - Static method in class org.apache.solr.search.SortSpec
-
- includesScore() - Method in class org.apache.solr.search.SortSpec
-
- includeUpper - Variable in class org.apache.solr.analytics.util.RangeEndpointCalculator.FacetRange
-
- includeUpper - Variable in class org.apache.solr.handler.component.RangeFacetRequest.FacetRange
-
- incRef(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- incRef(Directory) - Method in class org.apache.solr.core.DirectoryFactory
-
Increment the number of references to the given Directory.
- incref() - Method in class org.apache.solr.update.TransactionLog
-
- incref() - Method in class org.apache.solr.util.RefCounted
-
- increfSolrCoreState() - Method in class org.apache.solr.update.SolrCoreState
-
- INCREMENT - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- incrementToken() - Method in class org.apache.solr.analysis.ReversedWildcardFilter
-
- incrementToken() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
-
- indent() - Method in class org.apache.solr.response.SmileResponseWriter.SmileWriter
-
- indent(int) - Method in class org.apache.solr.response.SmileResponseWriter.SmileWriter
-
- indent() - Method in class org.apache.solr.response.TextResponseWriter
-
- indent(int) - Method in class org.apache.solr.response.TextResponseWriter
-
- index(Object...) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- index - Variable in class org.apache.solr.cloud.rule.ReplicaAssigner.Position
-
- INDEX - Static variable in class org.apache.solr.schema.FieldType
-
- index - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- index - Variable in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
-
- INDEX_ANALYZER - Static variable in class org.apache.solr.schema.FieldType
-
- INDEX_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
If you merge indexes, what are the index directories.
- INDEX_DIR - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- INDEX_INFO - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
Should the STATUS request include index info
- INDEX_PATH - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
-
The path where the underlying index is stored
if no index is found, it will be generated by
the AnalyzingInfixSuggester
- INDEX_PROPERTIES - Static variable in class org.apache.solr.handler.IndexFetcher
-
- index_specific(int, Object...) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- index_specific(int, Object...) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- index_specific(SolrClient, Object...) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- INDEX_START_TIME - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
-
- INDEX_W_TIMESTAMP_REGEX - Static variable in class org.apache.solr.core.DirectoryFactory
-
- indexAbunchOfDocs() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- IndexBasedSpellChecker - Class in org.apache.solr.spelling
-
A spell checker implementation that loads words from Solr as well as arbitary Lucene indices.
- IndexBasedSpellChecker() - Constructor for class org.apache.solr.spelling.IndexBasedSpellChecker
-
- indexConfig - Variable in class org.apache.solr.core.SolrConfig
-
- indexCount - Variable in class org.apache.solr.store.blockcache.Metrics
-
- IndexDeletionPolicyWrapper - Class in org.apache.solr.core
-
A wrapper for an IndexDeletionPolicy instance.
- IndexDeletionPolicyWrapper(IndexDeletionPolicy) - Constructor for class org.apache.solr.core.IndexDeletionPolicyWrapper
-
- indexDir - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- indexDirs - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- indexDoc(SolrInputDocument) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
Indexes the document in both the control client, and a randomly selected client
- indexDoc(SolrClient, SolrParams, SolrInputDocument...) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
Indexes the document in both the control client and the specified client asserting
that the respones are equivilent
- indexDoc(SolrInputDocument) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- indexDocs(List<SolrInputDocument>) - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- indexDocs(List<SolrTestCaseJ4.FldType>, Map<Comparable, SolrTestCaseJ4.Doc>, int) - Method in class org.apache.solr.SolrTestCaseJ4
-
- indexed - Variable in class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
-
- INDEXED - Static variable in class org.apache.solr.schema.FieldProperties
-
- indexed() - Method in class org.apache.solr.schema.SchemaField
-
- indexedId - Variable in class org.apache.solr.update.DeleteUpdateCommand
-
- indexedToReadable(String) - Method in class org.apache.solr.schema.BoolField
-
- indexedToReadable(BytesRef, CharsRefBuilder) - Method in class org.apache.solr.schema.BoolField
-
- indexedToReadable(String) - Method in class org.apache.solr.schema.EnumField
-
Given an indexed term, return the human readable representation
- indexedToReadable(BytesRef, CharsRefBuilder) - Method in class org.apache.solr.schema.EnumField
-
Given an indexed term, append the human readable representation
- indexedToReadable(String) - Method in class org.apache.solr.schema.FieldType
-
Given an indexed term, return the human readable representation
- indexedToReadable(BytesRef, CharsRefBuilder) - Method in class org.apache.solr.schema.FieldType
-
Given an indexed term, append the human readable representation
- indexedToReadable(String) - Method in class org.apache.solr.schema.TrieField
-
- indexedToReadable(BytesRef, CharsRefBuilder) - Method in class org.apache.solr.schema.TrieField
-
- IndexFetcher - 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.
- IndexFetcher(NamedList, ReplicationHandler, SolrCore) - Constructor for class org.apache.solr.handler.IndexFetcher
-
- IndexFetcher.CompareResult - Class in org.apache.solr.handler
-
- indexMap(SolrQueryRequest, SolrQueryResponse, Map<String, Object>) - Static method in class org.apache.solr.handler.BlobHandler
-
- indexMemoryUsage - Variable in class org.apache.solr.store.blockcache.Metrics
-
- indexOf(String, int) - Method in class org.apache.solr.common.util.NamedList
-
Scans the list sequentially beginning at the specified index and
returns the index of the first pair with the specified name.
- indexr(Object...) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- IndexReaderFactory - Class in org.apache.solr.core
-
Factory used to build a new IndexReader instance.
- IndexReaderFactory() - Constructor for class org.apache.solr.core.IndexReaderFactory
-
- IndexSchema - Class in org.apache.solr.schema
-
IndexSchema
contains information about the valid fields in an index
and the types of those fields.
- IndexSchema(SolrConfig, String, InputSource) - Constructor for class org.apache.solr.schema.IndexSchema
-
Constructs a schema using the specified resource name and stream.
- IndexSchema(SolrConfig, SolrResourceLoader) - Constructor for class org.apache.solr.schema.IndexSchema
-
- IndexSchema.DynamicCopy - Class in org.apache.solr.schema
-
- IndexSchema.DynamicField - Class in org.apache.solr.schema
-
- IndexSchema.DynamicReplacement - Class in org.apache.solr.schema
-
- IndexSchema.DynamicReplacement.DynamicPattern - Class in org.apache.solr.schema
-
- IndexSchemaFactory - Class in org.apache.solr.schema
-
Base class for factories for IndexSchema implementations
- IndexSchemaFactory() - Constructor for class org.apache.solr.schema.IndexSchemaFactory
-
- indexSearcher() - Method in class org.apache.solr.search.QueryContext
-
- indexWriterCloseWaitsForMerges - Variable in class org.apache.solr.core.SolrConfig.UpdateHandlerInfo
-
- indexWriterCloseWaitsForMerges - Variable in class org.apache.solr.update.DirectUpdateHandler2
-
- info - Variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase.CloudJettyRunner
-
- INFO_HANDLER_PATH - Static variable in class org.apache.solr.core.CoreContainer
-
- InfoHandler - Class in org.apache.solr.handler.admin
-
- InfoHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.InfoHandler
-
Overloaded ctor to inject CoreContainer into the handler.
- inform(SolrCore) - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- inform(SolrCore) - Method in class org.apache.solr.core.SchemaCodecFactory
-
- inform(SolrCore) - Method in class org.apache.solr.core.SolrResourceLoader
-
- 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
-
- inform(SolrCore) - Method in class org.apache.solr.handler.admin.AdminHandlers
-
Deprecated.
- inform(SolrCore) - Method in class org.apache.solr.handler.admin.LoggingHandler
-
- inform(SolrCore) - Method in class org.apache.solr.handler.component.ExpandComponent
-
- inform(SolrCore) - Method in class org.apache.solr.handler.component.HighlightComponent
-
- inform(SolrCore) - Method in class org.apache.solr.handler.component.QueryElevationComponent
-
- inform(SolrCore) - Method in class org.apache.solr.handler.component.SearchHandler
-
Initialize the components based on name.
- inform(SolrCore) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- inform(SolrCore) - Method in class org.apache.solr.handler.component.SuggestComponent
-
- inform(SolrCore) - Method in class org.apache.solr.handler.component.TermVectorComponent
-
- inform(SolrCore) - Method in class org.apache.solr.handler.dataimport.DataImportHandler
-
- inform(SolrCore) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
-
- inform(SolrCore) - Method in class org.apache.solr.handler.PingRequestHandler
-
- inform(SolrCore) - Method in class org.apache.solr.handler.ReplicationHandler
-
- inform(SolrCore) - Method in class org.apache.solr.handler.StreamHandler
-
- inform(SolrCore) - Method in class org.apache.solr.response.VelocityResponseWriter
-
- inform(ResourceLoader) - Method in class org.apache.solr.rest.schema.analysis.BaseManagedTokenFilterFactory
-
Registers an endpoint with the RestManager so that this component can be
managed using the REST API.
- inform(IndexSchema) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
-
Registers the polyfield dynamic prototype for this field type: : "*___(field type name)"
Informs the
IndexSchema
provided by the
schema
parameter of an event (e.g., a new
FieldType
was added, etc.
- inform(IndexSchema) - Method in class org.apache.solr.schema.BBoxField
-
- inform(IndexSchema) - Method in class org.apache.solr.schema.CurrencyField
-
When index schema is informed, add dynamic fields "*____currency" and "*____amount_raw".
- inform(ResourceLoader) - Method in class org.apache.solr.schema.CurrencyField
-
Load the currency config when resource loader initialized.
- inform(ResourceLoader) - Method in interface org.apache.solr.schema.ExchangeRateProvider
-
Passes a ResourceLoader, used to read config files from e.g.
- inform(IndexSchema) - Method in class org.apache.solr.schema.ExternalFileField
-
- inform(SolrCore) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- inform(ResourceLoader) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- inform(IndexSchema) - Method in interface org.apache.solr.schema.SchemaAware
-
Informs the
IndexSchema
provided by the
schema
parameter of an event (e.g., a new
FieldType
was added, etc.
- inform(IndexSchema) - Method in class org.apache.solr.schema.SpatialPointVectorFieldType
-
Adds X and Y fields to the given schema for each field with this class as its field type.
- inform(SolrCore) - Method in class org.apache.solr.search.similarities.SchemaSimilarityFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
-
- inform(SolrCore) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
-
- inform(SolrCore) - Method in interface org.apache.solr.util.plugin.SolrCoreAware
-
- informResourceLoaderAwareObjectsForFieldType(FieldType) - Method in class org.apache.solr.schema.ManagedIndexSchema
-
Informs analyzers used by a fieldType.
- informResourceLoaderAwareObjectsInChain(TokenizerChain) - Method in class org.apache.solr.schema.ManagedIndexSchema
-
After creating a new FieldType, it may contain components that implement
the ResourceLoaderAware interface, which need to be informed after they
are loaded (as they depend on this callback to complete initialization work)
- infoStream - Variable in class org.apache.solr.update.SolrIndexConfig
-
- init(FilterConfig) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner.DebugFilter
-
- init(FastOutputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
expert: sets a new output stream
- init(NamedList) - Method in class org.apache.solr.core.AbstractSolrEventListener
-
- init(NamedList) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- init(NamedList) - Method in class org.apache.solr.core.CodecFactory
-
- init(NamedList) - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- init(NamedList) - Method in class org.apache.solr.core.IndexReaderFactory
-
init will be called just once, immediately after creation.
- init(NamedList) - Method in class org.apache.solr.core.MMapDirectoryFactory
-
- init(NamedList) - Method in class org.apache.solr.core.NRTCachingDirectoryFactory
-
- init(PluginInfo) - Method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- init(NamedList) - Method in class org.apache.solr.core.SchemaCodecFactory
-
- init(NamedList) - Method in class org.apache.solr.core.SolrDeletionPolicy
-
- init(NamedList) - Method in class org.apache.solr.handler.admin.AdminHandlers
-
Deprecated.
Save the args and pass them to each standard handler
- init(NamedList) - Method in class org.apache.solr.handler.admin.CollectionsHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.admin.InfoHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- init(PluginInfo) - Method in class org.apache.solr.handler.BlobHandler
-
- init(PluginInfo) - Method in class org.apache.solr.handler.component.ExpandComponent
-
- init(PluginInfo) - Method in class org.apache.solr.handler.component.HighlightComponent
-
- init(PluginInfo) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
- init(NamedList) - Method in class org.apache.solr.handler.component.QueryElevationComponent
-
- init(NamedList) - Method in class org.apache.solr.handler.component.SearchComponent
-
- init(PluginInfo) - Method in class org.apache.solr.handler.component.SearchHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- init(NamedList) - Method in class org.apache.solr.handler.component.SuggestComponent
-
- init(SolrParams) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
-
- init(NamedList) - Method in class org.apache.solr.handler.component.TermVectorComponent
-
- init(NamedList) - Method in class org.apache.solr.handler.ContentStreamHandlerBase
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.BinContentStreamDataSource
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.BinFileDataSource
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.BinURLDataSource
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.ContentStreamDataSource
-
- init(NamedList) - Method in class org.apache.solr.handler.dataimport.DataImportHandler
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.DataSource
-
Initializes the DataSource with the Context
and
initialization properties.
- init(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.DIHProperties
-
- init(Context) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
-
Provide context information for this writer.
- init(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessor
-
This method is called when it starts processing an entity.
- init(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.FieldReaderDataSource
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.FieldStreamDataSource
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.FileDataSource
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.JdbcDataSource
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.LineEntityProcessor
-
Parses each of the entity attributes.
- init(Context) - Method in class org.apache.solr.handler.dataimport.MailEntityProcessor
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.MockDataSource
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
-
- init(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.SolrWriter
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.TikaEntityProcessor
-
- init(Context, Properties) - Method in class org.apache.solr.handler.dataimport.URLDataSource
-
- init(Context) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- init(DataImporter, Map<String, String>) - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
-
- init(NamedList) - Method in class org.apache.solr.handler.DocumentAnalysisRequestHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.DumpRequestHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
-
- init(SolrParams) - Method in class org.apache.solr.handler.loader.ContentStreamLoader
-
This should be called once for each RequestHandler
- init(SolrParams) - Method in class org.apache.solr.handler.loader.XMLLoader
-
- init(NamedList) - Method in class org.apache.solr.handler.MoreLikeThisHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.PingRequestHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.RequestHandlerBase
-
- init(NamedList) - Method in class org.apache.solr.handler.SchemaHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.SolrConfigHandler
-
- init(NamedList) - Method in class org.apache.solr.handler.UpdateRequestHandler
-
- init(PluginInfo) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- init(NamedList) - Method in class org.apache.solr.highlight.HighlightingPluginBase
-
- init(PluginInfo) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
-
- init(NamedList) - Method in class org.apache.solr.highlight.RegexFragmenter
-
- init(NamedList) - Method in interface org.apache.solr.highlight.SolrEncoder
-
init
will be called just once, immediately after creation.
- init(NamedList) - Method in interface org.apache.solr.highlight.SolrFormatter
-
init
will be called just once, immediately after creation.
- init(NamedList) - Method in interface org.apache.solr.highlight.SolrFragListBuilder
-
init
will be called just once, immediately after creation.
- init(NamedList) - Method in interface org.apache.solr.highlight.SolrFragmenter
-
init
will be called just once, immediately after creation.
- init(Version, String, QParser) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- init(NamedList) - Method in interface org.apache.solr.request.SolrRequestHandler
-
init
will be called just once, immediately after creation.
- init(NamedList) - Method in class org.apache.solr.response.BinaryResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.CSVResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.JSONResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.PHPResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.PHPSerializedResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.PythonResponseWriter
-
- init(NamedList) - Method in interface org.apache.solr.response.QueryResponseWriter
-
init
will be called just once, immediately after creation.
- init(NamedList) - Method in class org.apache.solr.response.RawResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.RubyResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.SchemaXmlResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.SmileResponseWriter
-
- init(ExtendedProperties) - Method in class org.apache.solr.response.SolrParamResourceLoader
-
- init(RuntimeServices) - Method in class org.apache.solr.response.SolrVelocityLogger
-
- init(ExtendedProperties) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
-
- init(NamedList) - Method in class org.apache.solr.response.SortingResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.transform.ExplainAugmenterFactory
-
- init(NamedList) - Method in class org.apache.solr.response.transform.RawValueTransformerFactory
-
- init(NamedList) - Method in class org.apache.solr.response.transform.TransformerFactory
-
- init(NamedList) - Method in class org.apache.solr.response.transform.ValueAugmenterFactory
-
- init(NamedList) - Method in class org.apache.solr.response.VelocityResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.XMLResponseWriter
-
- init(NamedList) - Method in class org.apache.solr.response.XSLTResponseWriter
-
- init(SolrResourceLoader, NamedList<String>, ManagedResourceStorage.StorageIO) - Method in class org.apache.solr.rest.RestManager
-
Initializes the RestManager with the storageIO being optionally created outside of this implementation
such as to use ZooKeeper instead of the local FS.
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.BBoxField
-
- init(NamedList) - Method in class org.apache.solr.schema.ClassicIndexSchemaFactory
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.CollationField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.CurrencyField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.DateRangeField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.EnumField
-
subclasses should initialize themselves with the args provided
and remove valid arguments.
- init(Map<String, String>) - Method in interface org.apache.solr.schema.ExchangeRateProvider
-
Initializes the provider by passing in a set of key/value configs as a map.
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ExternalFileField
-
- init(NamedList) - Method in class org.apache.solr.schema.ExternalFileFieldReloader
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.FieldType
-
subclasses should initialize themselves with the args provided
and remove valid arguments.
- init(FieldType, Node) - Method in class org.apache.solr.schema.FieldTypePluginLoader
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.ICUCollationField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.LatLonType
-
- init(NamedList) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- init(Map<String, String>) - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.PointType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.PreAnalyzedField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.PrimitiveFieldType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.RptWithGeometrySpatialField
-
- init(SolrParams) - Method in class org.apache.solr.schema.SimilarityFactory
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SpatialPointVectorFieldType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.StrField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TextField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.TrieField
-
- init(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.UUIDField
-
- init(NamedList) - Method in class org.apache.solr.search.BoostQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.CollapsingQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.ComplexPhraseQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.DisMaxQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.ExportQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.ExtendedDismaxQParserPlugin
-
- init(Map, Object, CacheRegenerator) - Method in class org.apache.solr.search.FastLRUCache
-
- init(NamedList) - Method in class org.apache.solr.search.FieldQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.FunctionQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.FunctionRangeQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.HashQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.join.BlockJoinParentQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.join.ScoreJoinQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.JoinQParserPlugin
-
- init(Map, Object, CacheRegenerator) - Method in class org.apache.solr.search.LFUCache
-
- init(Map, Object, CacheRegenerator) - Method in class org.apache.solr.search.LRUCache
-
- init(NamedList) - Method in class org.apache.solr.search.LuceneQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.mlt.MLTQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.NestedQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.OldLuceneQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.PrefixQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.RawQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.ReRankQParserPlugin
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.BM25SimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.DefaultSimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.DFRSimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.IBSimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.LMDirichletSimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.LMJelinekMercerSimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.SchemaSimilarityFactory
-
- init(SolrParams) - Method in class org.apache.solr.search.similarities.SweetSpotSimilarityFactory
-
- init(NamedList) - Method in class org.apache.solr.search.SimpleQParserPlugin
-
No initialization is necessary so this method is empty.
- init(Map, Object, CacheRegenerator) - Method in interface org.apache.solr.search.SolrCache
-
The initialization routine.
- init(Map<String, String>, CacheRegenerator) - Method in class org.apache.solr.search.SolrCacheBase
-
- init(NamedList) - Method in class org.apache.solr.search.SpatialBoxQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.SpatialFilterQParserPlugin
-
- init(PluginInfo) - Method in class org.apache.solr.search.stats.ExactSharedStatsCache
-
- init(PluginInfo) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- init(PluginInfo) - Method in class org.apache.solr.search.stats.LocalStatsCache
-
- init(PluginInfo) - Method in class org.apache.solr.search.stats.LRUStatsCache
-
- init(NamedList) - Method in class org.apache.solr.search.SurroundQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.SwitchQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.TermQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.TermsQParserPlugin
-
- init(NamedList) - Method in class org.apache.solr.search.ValueSourceParser
-
Initialize the plugin.
- init(Map<String, Object>) - Method in class org.apache.solr.security.AuthenticationPlugin
-
This is called upon loading up of a plugin, used for setting it up.
- init(Map<String, Object>) - Method in interface org.apache.solr.security.AuthorizationPlugin
-
- init(Map<String, Object>) - Method in interface org.apache.solr.security.BasicAuthPlugin.AuthenticationProvider
-
- init(Map<String, Object>) - Method in class org.apache.solr.security.BasicAuthPlugin
-
- init(Map<String, Object>) - Method in class org.apache.solr.security.PKIAuthenticationPlugin
-
- init(Map<String, Object>) - Method in class org.apache.solr.security.RuleBasedAuthorizationPlugin
-
- init(Map<String, Object>) - Method in class org.apache.solr.security.Sha256AuthenticationProvider
-
- init(ServletConfig) - Method in class org.apache.solr.servlet.RedirectServlet
-
- init(FilterConfig) - Method in class org.apache.solr.servlet.SolrDispatchFilter
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.FileBasedSpellChecker
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
-
- init(NamedList) - Method in class org.apache.solr.spelling.QueryConverter
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.SolrSpellChecker
-
- init(NamedList<?>, SolrCore) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
Uses the config
and the core
to initialize the underlying
Lucene suggester
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.suggest.Suggester
-
- init(NamedList, SolrCore) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
- init(NamedList) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
-
- init(PluginInfo) - Method in class org.apache.solr.update.HdfsUpdateLog
-
- init(UpdateHandler, SolrCore) - Method in class org.apache.solr.update.HdfsUpdateLog
-
- init(NamedList) - Method in class org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.ConcatFieldUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.DefaultValueUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.FieldLengthUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
Handles common initialization related to source fields for
constructing the FieldNameSelector to be used.
- init(NamedList) - Method in class org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
-
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly
to a RequestHandler, with defaults, appends and invariants.
- init(NamedList) - Method in class org.apache.solr.update.processor.LogUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.RegexpBoostProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.RegexReplaceProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.RemoveBlankFieldUpdateProcessorFactory
-
- init(SolrParams) - Method in class org.apache.solr.update.processor.Signature
-
- init(NamedList) - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
-
- init(SolrParams) - Method in class org.apache.solr.update.processor.TextProfileSignature
-
- init(NamedList) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
-
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly
to a RequestHandler, with defaults, appends and invariants.
- init(NamedList) - Method in class org.apache.solr.update.processor.TrimFieldUpdateProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.TruncateFieldUpdateProcessorFactory
-
- init(PluginInfo) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain
-
Initializes the chain using the factories specified by the PluginInfo
.
- init(NamedList) - Method in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.URLClassifyProcessorFactory
-
- init(NamedList) - Method in class org.apache.solr.update.processor.UUIDUpdateProcessorFactory
-
- init(PluginInfo) - Method in class org.apache.solr.update.UpdateLog
-
- init(UpdateHandler, SolrCore) - Method in class org.apache.solr.update.UpdateLog
-
- init(T, Node) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
-
Initialize the plugin.
- init(Map<String, String>) - Method in interface org.apache.solr.util.plugin.MapInitializedPlugin
-
- init(T, Node) - Method in class org.apache.solr.util.plugin.MapPluginLoader
-
- init(NamedList) - Method in interface org.apache.solr.util.plugin.NamedListInitializedPlugin
-
- init(T, Node) - Method in class org.apache.solr.util.plugin.NamedListPluginLoader
-
- init(PluginInfo) - Method in interface org.apache.solr.util.plugin.PluginInfoInitialized
-
- INIT_ARGS_JSON_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
-
- INIT_FAILED_LOGS_COUNT - Static variable in class org.apache.solr.update.HdfsUpdateLog
-
- initArgs - Variable in class org.apache.solr.core.PluginInfo
-
- initArgs - Variable in class org.apache.solr.handler.RequestHandlerBase
-
- initCache(Context) - Method in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
- initCloud() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- initContext(ResponseBuilder) - Static method in class org.apache.solr.handler.component.FacetComponent.FacetContext
-
- initCore() - Static method in class org.apache.solr.SolrJettyTestBase
-
- initCore(String, String) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Call initCore in @BeforeClass to instantiate a solr core in your test class.
- initCore(String, String, String) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Call initCore in @BeforeClass to instantiate a solr core in your test class.
- initCore(String, String, String, String) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Call initCore in @BeforeClass to instantiate a solr core in your test class.
- initCore() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- initCoreDataDir - Static variable in class org.apache.solr.SolrTestCaseJ4
-
The directory used to story the index managed by the TestHarness
- initHidden(SolrParams) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- initHostContext() - Static method in class org.apache.solr.BaseDistributedSearchTestCase
-
Set's the value of the "hostContext" system property to a random path
like string (which may or may not contain sub-paths).
- initialize() - Static method in class org.apache.solr.BaseDistributedSearchTestCase
-
- initialize(int) - Method in class org.apache.solr.util.LongPriorityQueue
-
- INITIALIZED_ON_JSON_FIELD - Static variable in class org.apache.solr.rest.ManagedResource
-
- initializedOn - Variable in class org.apache.solr.rest.ManagedResource
-
- initialLimit - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
-
- initialMincount - Variable in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
-
- initialValue() - Method in class org.apache.solr.util.DateFormatUtil.ThreadLocalDateFormat
-
- initIndex() - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- initNewBuffer(int, long) - Static method in class org.apache.solr.store.blockcache.BufferStore
-
- initNewBuffer(int, long, Metrics) - Static method in class org.apache.solr.store.blockcache.BufferStore
-
- initNewParent(Context) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
-
- InitParams - Class in org.apache.solr.core
-
An Object which represents a <initParams>
tag
- InitParams(PluginInfo) - Constructor for class org.apache.solr.core.InitParams
-
- initParams - Variable in class org.apache.solr.handler.component.SpellCheckComponent
-
- initParams - Variable in class org.apache.solr.handler.component.SuggestComponent
-
- initParams - Variable in class org.apache.solr.handler.component.TermVectorComponent
-
- initPlugins(List<PluginInfo>, Map<String, T>, Class<T>, String) - Method in class org.apache.solr.core.SolrCore
-
- initPlugins(List<PluginInfo>, Class<T>, String) - Method in class org.apache.solr.core.SolrCore
-
For a given List of PluginInfo return the instances as a List
- initPlugins(Map<String, T>, Class<T>) - Method in class org.apache.solr.core.SolrCore
-
- initQuery(String) - Method in class org.apache.solr.handler.dataimport.SqlEntityProcessor
-
- initReader(String, Reader) - Method in class org.apache.solr.analysis.SolrAnalyzer
-
- initReader(String, Reader) - Method in class org.apache.solr.analysis.TokenizerChain
-
- initRegenerators(SolrConfig) - Static method in class org.apache.solr.search.SolrIndexSearcher
-
- initRestManager() - Method in class org.apache.solr.core.SolrCore
-
Creates and initializes a RestManager based on configuration args in solrconfig.xml.
- initZooKeeper(CoreContainer, String, CloudConfig) - Method in class org.apache.solr.core.ZkContainer
-
- InMemoryStorageIO() - Constructor for class org.apache.solr.rest.ManagedResourceStorage.InMemoryStorageIO
-
- INPUT_ENCODING_KEY - Static variable in class org.apache.solr.servlet.SolrRequestParsers
-
- INPUT_FIELD_PARAM - Static variable in class org.apache.solr.update.processor.RegexpBoostProcessor
-
- input_stream - Variable in class org.apache.solr.parser.QueryParserTokenManager
-
- inputFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
- InputStreamResponseParser - Class in org.apache.solr.client.solrj.impl
-
Simply puts the InputStream into an entry in a NamedList named "stream".
- InputStreamResponseParser(String) - Constructor for class org.apache.solr.client.solrj.impl.InputStreamResponseParser
-
- inputStreamToByteArray(InputStream) - Static method in class org.apache.solr.util.SimplePostTool
-
- inputStreamToByteArray(InputStream, long) - Static method in class org.apache.solr.util.SimplePostTool
-
Reads an input stream into a byte array
- Insanity - Class in org.apache.solr.search
-
Deprecated.
- Insanity() - Constructor for class org.apache.solr.search.Insanity
-
Deprecated.
- insert(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
-
Insert at the beginning of the list.
- insert(long) - Method in class org.apache.solr.util.LongPriorityQueue
-
inserts the element and returns true if this element caused another element
to be dropped from the queue.
- insertWithOverflow(T) - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
Adds an Object to a PriorityQueue in log(size) time.
- insertWithOverflow(long) - Method in class org.apache.solr.util.LongPriorityQueue
-
Adds an object to a PriorityQueue in log(size) time.
- INSTANCE - Static variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader.MostlyPassthroughHtmlMapper
-
- instance(int) - Static method in class org.apache.solr.store.blockcache.BufferStore
-
- INSTANCE - Static variable in class org.apache.solr.store.hdfs.HdfsLockFactory
-
- instance - Static variable in class org.apache.solr.util.xslt.TransformerProvider
-
- INSTANCE_DIR - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
Specifies a core instance dir.
- instanceDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- INT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- int2sortableStr(int) - Static method in class org.apache.solr.util.NumberUtils
-
- int2sortableStr(String) - Static method in class org.apache.solr.util.NumberUtils
-
- int2sortableStr(int, char[], int) - Static method in class org.apache.solr.util.NumberUtils
-
- INT_DOC_VALUES_PARSER - Static variable in class org.apache.solr.analytics.util.AnalyticsParsers
-
Converts the BytesRef or long to the correct int string.
- IntComparator() - Constructor for class org.apache.solr.util.PrimUtils.IntComparator
-
- INTEGER - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
-
- IntegerRangeEndpointCalculator(RangeFacetRequest) - Constructor for class org.apache.solr.analytics.util.RangeEndpointCalculator.IntegerRangeEndpointCalculator
-
- INTERESTING_TERMS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
-
- InterestingTerm() - Constructor for class org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
-
- INTERNAL - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- INTERNAL_DISTANCE - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- INTERNAL_POLY_FIELD_PREFIX - Static variable in class org.apache.solr.schema.IndexSchema
-
- intersection(DocSet) - Method in interface org.apache.solr.search.DocSet
-
Returns the intersection of this set with another set.
- intersection(DocSet) - Method in class org.apache.solr.search.DocSlice
-
- intersection(DocSet) - Method in class org.apache.solr.search.HashDocSet
-
- intersection(int[], int, int[], int, int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
-
puts the intersection of a and b into the target array and returns the size
- intersection(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
-
- intersectionBinarySearch(int[], int, int[], int, int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
-
Puts the intersection of a and b into the target array and returns the size.
- intersectionSize(DocSet) - Method in class org.apache.solr.search.BitDocSet
-
- intersectionSize(DocSet) - Method in interface org.apache.solr.search.DocSet
-
Returns the number of documents of the intersection of this set with another set.
- intersectionSize(DocSet) - Method in class org.apache.solr.search.DocSlice
-
- intersectionSize(DocSet) - Method in class org.apache.solr.search.HashDocSet
-
- intersectionSize(int[], int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
-
- intersectionSize(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
-
- intersects(DocSet) - Method in class org.apache.solr.search.BitDocSet
-
- intersects(DocSet) - Method in interface org.apache.solr.search.DocSet
-
Returns true if these sets have any elements in common
- intersects(DocSet) - Method in class org.apache.solr.search.DocSlice
-
- intersects(DocSet) - Method in class org.apache.solr.search.HashDocSet
-
- intersects(int[], int[]) - Static method in class org.apache.solr.search.SortedIntDocSet
-
- intersects(DocSet) - Method in class org.apache.solr.search.SortedIntDocSet
-
- INTERVAL_ERR_MSG - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- IntervalFacet - Class in org.apache.solr.client.solrj.response
-
Objects of this class will contain the result of all the intervals defined
for a specific field.
- IntervalFacet.Count - Class in org.apache.solr.client.solrj.response
-
Holds counts for facet intervals defined in a field
- intervalFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
-
- IntervalFacets - Class in org.apache.solr.request
-
Computes interval facets for docvalues field (single or multivalued).
- IntervalFacets(SchemaField, SolrIndexSearcher, DocSet, String[], SolrParams) - Constructor for class org.apache.solr.request.IntervalFacets
-
Constructor that accepts un-parsed intervals using "interval faceting" syntax.
- IntervalFacets(SchemaField, SolrIndexSearcher, DocSet, IntervalFacets.FacetInterval[]) - Constructor for class org.apache.solr.request.IntervalFacets
-
- IntervalFacets.FacetInterval - Class in org.apache.solr.request
-
Helper class to match and count of documents in specified intervals
- intVal(int) - Method in class org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
-
- IntValueFieldType - Interface in org.apache.solr.schema
-
Marker interface for int-valued field types.
- intValueToStringValue(Integer) - Method in class org.apache.solr.schema.EnumField
-
Converting the (internal) integer value (indicating the sort order) to string (displayed) value
- invalidateSize() - Method in class org.apache.solr.search.BitDocSet
-
The number of set bits - size - is cached.
- invalidStates - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- invariantParams - Variable in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Default value: null / empty.
- invariants - Variable in class org.apache.solr.core.InitParams
-
- INVARIANTS - Static variable in class org.apache.solr.core.PluginInfo
-
- invariants - Variable in class org.apache.solr.handler.RequestHandlerBase
-
- invariants - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
-
- invariants - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
-
- invertField(Map<Comparable, SolrTestCaseJ4.Doc>, String) - Method in class org.apache.solr.SolrTestCaseJ4
-
Return a Map from field value to a list of document ids
- invoke(SolrQueryRequest) - Method in class org.apache.solr.cloud.rule.ImplicitSnitch
-
- invoke(UpdateShardHandler, String, String, SolrParams) - Method in class org.apache.solr.cloud.rule.SnitchContext
-
- invoke(SolrQueryRequest) - Method in interface org.apache.solr.handler.admin.CoreAdminHandler.Invocable
-
- invokeRemote(String, ModifiableSolrParams, String, RemoteCallback) - Method in class org.apache.solr.cloud.rule.SnitchContext
-
make a call to solrnode/admin/cores with the given params and give a callback.
- invokes - Variable in class org.apache.solr.store.blockcache.Metrics.MethodCall
-
- invokeSetters(Object, NamedList) - Static method in class org.apache.solr.util.SolrPluginUtils
-
- IOCONTEXT_NO_CACHE - Static variable in class org.apache.solr.core.DirectoryFactory
-
- IOUtils - Class in org.apache.solr.common.util
-
- IOUtils() - Constructor for class org.apache.solr.common.util.IOUtils
-
- IpTables - Class in org.apache.solr.cloud
-
To use, tests must be able to run iptables, eg sudo chmod u+s iptables
- IpTables() - Constructor for class org.apache.solr.cloud.IpTables
-
- IRange(int, int) - Constructor for class org.apache.solr.SolrTestCaseJ4.IRange
-
- IS_SHARD - Static variable in interface org.apache.solr.common.params.ShardParams
-
whether the request goes to a shard
- isAbsolute(String) - Method in class org.apache.solr.core.DirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.MMapDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.MockDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.MockFSDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.NIOFSDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.NRTCachingDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.SimpleFSDirectoryFactory
-
- isAbsolute(String) - Method in class org.apache.solr.core.StandardDirectoryFactory
-
- isAddHttpRequestToContext() - Method in class org.apache.solr.core.SolrConfig
-
- isAddRequestHeadersToContext() - Method in class org.apache.solr.servlet.SolrRequestParsers
-
- isAtomicUpdate(AddUpdateCommand) - Static method in class org.apache.solr.update.processor.AtomicUpdateDocumentMerger
-
Utility method that examines the SolrInputDocument in an AddUpdateCommand
and returns true if the documents contains atomic update instructions.
- isAutoAddReplicas(ZkStateReader, String) - Static method in class org.apache.solr.common.cloud.ClusterStateUtil
-
- isAutoWarmingOn() - Method in class org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
-
- isAutowarmingOn() - Method in class org.apache.solr.search.SolrCacheBase
-
- isBlock() - Method in class org.apache.solr.update.AddUpdateCommand
-
- isBlockCacheReadEnabled() - Method in class org.apache.solr.store.blockcache.BlockDirectory
-
- isBlockCacheWriteEnabled() - Method in class org.apache.solr.store.blockcache.BlockDirectory
-
- isBusy() - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- isCacheableFaceting() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- isCachingEnabled() - Method in class org.apache.solr.search.SolrIndexSearcher
-
- isCallerClosed() - Method in interface org.apache.solr.util.FSHDFSUtils.CallerInfo
-
- isChild() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- isClean() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- isClientAuthMode() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- isClosed() - Method in class org.apache.solr.cloud.OverseerAutoReplicaFailoverThread
-
- isClosed() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- isClosed() - Method in class org.apache.solr.cloud.RecoveryStrategy
-
- isClosed() - Method in interface org.apache.solr.common.cloud.ClosableThread
-
Deprecated.
- isClosed() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- isClosed() - Method in class org.apache.solr.core.SolrCore
-
Whether this core is closed.
- isClosed() - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
Check whether this directory is open or closed.
- isClusterStateModified - Variable in class org.apache.solr.cloud.overseer.ZkStateWriter
-
- isCommentingDisabled() - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- isCommit() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- isConnected() - Method in class org.apache.solr.cloud.ZkController
-
- isConnected() - Method in class org.apache.solr.common.cloud.ConnectionManager
-
- isConnected() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns true if client is connected
- isCopyFieldTarget(SchemaField) - Method in class org.apache.solr.schema.IndexSchema
-
Check if a field is used as the destination of a copyField operation
- isCoreLoading(String) - Method in class org.apache.solr.core.CoreContainer
-
- isCorrectlySpelled() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- isDebug() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isDebug() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- isDebugAll() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isDebugQuery() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isDebugResults() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isDebugTimings() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isDebugTrack() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isDefault() - Method in class org.apache.solr.core.PluginInfo
-
- isDeleteById() - Method in class org.apache.solr.update.DeleteUpdateCommand
-
- isDeleteDataDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- isDeleteIndex() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- isDeleteInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- isDelimiterIgnored() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- isDiscardElement(String) - Method in class org.apache.solr.handler.extraction.ExtractingDocumentLoader.MostlyPassthroughHtmlMapper
-
Keep all elements and their content.
- isDocRoot() - Method in class org.apache.solr.handler.dataimport.config.Entity
-
- isDuplicateDynField(List<IndexSchema.DynamicField>, SchemaField) - Method in class org.apache.solr.schema.IndexSchema
-
- isDynamicField(String) - Method in class org.apache.solr.schema.IndexSchema
-
Is the specified field dynamic or not.
- isDynamicName() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- isDynamicName() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- isEditableProp(String, boolean, List<String>) - Static method in class org.apache.solr.core.ConfigOverlay
-
- isEmpty() - Method in class org.apache.solr.common.SolrDocument
-
- isEmpty() - Method in class org.apache.solr.common.SolrInputDocument
-
- isEmpty(String) - Static method in class org.apache.solr.common.StringUtils
-
- isEmpty() - Method in class org.apache.solr.logging.CircularList
-
- isEmpty() - Method in class org.apache.solr.update.processor.UpdateRequestProcessorChain.ProcessorInfo
-
- isEnabled() - Method in class org.apache.solr.core.PluginInfo
-
- isEnabled() - Method in class org.apache.solr.logging.LogWatcherConfig
-
- isEnabled(String) - Method in class org.apache.solr.update.LoggingInfoStream
-
- isEnabled() - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
Tells if this processor is enabled or not
- isEnabled() - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
-
- isEnabled() - Method in class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
-
- isEnabled() - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
- isEnableRemoteStreams() - Method in class org.apache.solr.core.SolrConfig
-
- isEndTrimmed() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- isEqual(String) - Method in enum org.apache.solr.cloud.overseer.OverseerAction
-
- isEqual(String) - Method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
- isExplicitAnalyzer() - Method in class org.apache.solr.schema.FieldType
-
- isExplicitMultiTermAnalyzer() - Method in class org.apache.solr.schema.TextField
-
- isExplicitQueryAnalyzer() - Method in class org.apache.solr.schema.FieldType
-
- isExplicitQueryParserDefaultOperator - Variable in class org.apache.solr.schema.IndexSchema
-
- isExplicitSimilarity - Variable in class org.apache.solr.schema.IndexSchema
-
- isFieldHeader() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- isFieldsMerging() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
-
- isFirstInit - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
- isFixedWidth() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- isFromSolrConfig() - Method in class org.apache.solr.core.PluginInfo
-
- isFuzzy() - Method in class org.apache.solr.cloud.rule.Rule
-
- isGroupFacet() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- isHandleSelect() - Method in class org.apache.solr.core.SolrConfig
-
- isHandleSelect() - Method in class org.apache.solr.servlet.SolrRequestParsers
-
- isHardEnd() - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- isHardEnd() - Method in class org.apache.solr.handler.component.RangeFacetRequest
-
- isHidden() - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- isHiddenFile(SolrQueryRequest, SolrQueryResponse, String, boolean, Set<String>) - Static method in class org.apache.solr.handler.admin.ShowFileRequestHandler
-
- isHighlightingEnabled(SolrParams) - Method in class org.apache.solr.highlight.SolrHighlighter
-
Check whether Highlighting is enabled for this request.
- isHttpCaching() - Method in class org.apache.solr.response.SolrQueryResponse
-
Should this response emit HTTP caching headers?
- isIgnoreErrors() - Method in class org.apache.solr.uima.processor.SolrUIMAConfiguration
-
- isIncludeGroupCount() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- isIncludeLower() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
-
- isIncludeUpper() - Method in class org.apache.solr.search.function.ValueSourceRangeFilter
-
- isIndexInfoNeeded - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- isInitalized() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- isInitialized() - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- isInterceptorRegistered() - Method in class org.apache.solr.security.PKIAuthenticationPlugin
-
- isKnownTag(String) - Method in class org.apache.solr.cloud.rule.ImplicitSnitch
-
- isKnownTag(String) - Method in class org.apache.solr.cloud.rule.Snitch
-
- isLandingPage(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
Calculates whether the URL is a landing page or not
- isLastDocInBatch() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- isLastDocInBatch - Variable in class org.apache.solr.update.AddUpdateCommand
-
- isLazilyLoaded() - Method in class org.apache.solr.common.cloud.ClusterState.CollectionRef
-
- isLeader() - Method in class org.apache.solr.cloud.CloudDescriptor
-
- isLeader() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- isLegacy(Map) - Static method in class org.apache.solr.cloud.Overseer
-
- isLevelEnabled(int) - Method in class org.apache.solr.response.SolrVelocityLogger
-
- isLikelyExpired() - Method in class org.apache.solr.common.cloud.ConnectionManager
-
- isList(Map<String, Object>, List<String>, String, Object, Object) - Method in class org.apache.solr.request.json.ObjectUtil.ConflictHandler
-
- isLoaded(String) - Method in class org.apache.solr.core.CoreContainer
-
Determines whether the core is already loaded or not but does NOT load the core
- isLoaded(String) - Method in class org.apache.solr.core.PluginBag
-
To check if a plugin by a specified name is already loaded
- isLoaded() - Method in class org.apache.solr.core.PluginBag.LazyPluginHolder
-
- isLoaded() - Method in class org.apache.solr.core.PluginBag.PluginHolder
-
- isLoadedNotPendingClose(String) - Method in class org.apache.solr.core.CoreContainer
-
- isLoadOnStartup() - Method in class org.apache.solr.core.CoreDescriptor
-
- isMain() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- isMatch() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns whether this token matches one of the query tokens (if query analysis is performed).
- isMatchingEtag(List<String>, String) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
-
Checks if one of the tags in the list equals the given etag.
- isMergeContiguousFragments(String, SolrParams) - Method in class org.apache.solr.highlight.DefaultSolrHighlighter
-
Return whether adjacent fragments should be merged.
- isMultiValued() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- isMultiValued() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- isMultiValued() - Method in class org.apache.solr.schema.FieldType
-
Returns true if fields can have multiple values
- isMutable() - Method in class org.apache.solr.schema.IndexSchema
-
- isMutable() - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- isMutable() - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- isNeedDocList() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isNeedDocSet() - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- isNeedDocSet() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- isNeedScore() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- isNegative(Query) - Static method in class org.apache.solr.search.QueryUtils
-
return true if this query has no positive components
- isNever304() - Method in class org.apache.solr.core.SolrConfig.HttpCachingConfig
-
- isNull(List) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- isNull(Map) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- isOn(String) - Static method in class org.apache.solr.util.SimplePostTool
-
Tests if a string is either "true", "on", "yes" or "1"
- isOnlyIfLeader() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- isOptimize() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- isOriginalToQuery(String) - Method in class org.apache.solr.handler.component.SpellCheckMergeData
-
- isPartialResults() - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- isPauseAtStart() - Method in class org.apache.solr.cloud.SocketProxy
-
- isPersistent() - Method in class org.apache.solr.core.DirectoryFactory
-
- isPersistent() - Method in class org.apache.solr.core.EphemeralDirectoryFactory
-
- isPersistent() - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- isPersistent() - Method in class org.apache.solr.core.StandardDirectoryFactory
-
- isPhrase - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- isPingDisabled() - Method in class org.apache.solr.handler.PingRequestHandler
-
Returns true if the healthcheck flag-file is enabled but does not exist,
otherwise (no file configured, or file configured and exists)
returns false.
- isPolyField() - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- isPolyField() - Method in class org.apache.solr.schema.CurrencyField
-
- isPolyField() - Method in class org.apache.solr.schema.FieldType
-
- isPolyField() - Method in class org.apache.solr.schema.LatLonType
-
- isPolyField() - Method in class org.apache.solr.schema.PointType
-
- isPolyField() - Method in class org.apache.solr.schema.SchemaField
-
- isPortAvailable(int) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- isRefinementsRequired() - Method in class org.apache.solr.handler.component.PivotFacet
-
If true, then additional refinement requests are needed to flesh out the correct
counts for this Pivot
- isReloaded() - Method in class org.apache.solr.core.SolrCore
-
- isRemoved() - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- isReplicaInRecoveryHandling(String) - Method in class org.apache.solr.cloud.ZkController
-
- isRequired() - Method in class org.apache.solr.schema.SchemaField
-
- isRootEntity() - Method in class org.apache.solr.handler.dataimport.Context
-
Returns if the current entity is the root entity
- isRootEntity() - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- isRunning() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseDoubleFieldUpdateProcessorFactory
-
- isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseFloatFieldUpdateProcessorFactory
-
- isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseIntFieldUpdateProcessorFactory
-
- isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseLongFieldUpdateProcessorFactory
-
- isSchemaFieldTypeCompatible(FieldType) - Method in class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
-
Returns true if the given FieldType is compatible with this parsing factory.
- isSet() - Method in class org.apache.solr.logging.jul.JulInfo
-
- isSet() - Method in class org.apache.solr.logging.log4j.Log4jInfo
-
- isSet() - Method in class org.apache.solr.logging.LoggerInfo
-
- isSharedStorage() - Method in class org.apache.solr.core.DirectoryFactory
-
- isSharedStorage() - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- isShowMatch() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Returns whether index time tokens that match query time tokens will be marked as a "match".
- isShowMatch() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns whether index time tokens that match query time tokens should be marked as a "match".
- isShowSchema() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- isShutDown() - Method in class org.apache.solr.core.CoreContainer
-
- isSignalCacheWarning() - Method in class org.apache.solr.search.Grouping
-
Returns whether a cache warning should be send to the client.
- isSolrServerThread() - Static method in class org.apache.solr.common.util.ExecutorUtil
-
- isSourceModified(Resource) - Method in class org.apache.solr.response.SolrParamResourceLoader
-
- isSourceModified(Resource) - Method in class org.apache.solr.response.SolrVelocityResourceLoader
-
- isSpecialCommand(String) - Static method in class org.apache.solr.handler.dataimport.config.DIHConfiguration
-
- isSSLMode() - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- isSSLMode() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- isStopped() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- isSubsetOf(DocRouter.Range) - Method in class org.apache.solr.common.cloud.DocRouter.Range
-
- isSuccess() - Method in class org.apache.solr.client.solrj.response.CollectionAdminResponse
-
- isSuggestionsMayOverlap() - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- isSuggestionsMayOverlap() - Method in class org.apache.solr.spelling.SolrSpellChecker
-
- isSuggestionsMayOverlap() - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
- isSyncMode() - Method in class org.apache.solr.handler.dataimport.RequestInfo
-
- isTargetSlice(String, SolrInputDocument, SolrParams, String, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
-
- isTargetSlice(String, SolrInputDocument, SolrParams, String, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- isTargetSlice(String, SolrInputDocument, SolrParams, String, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
-
- isTokenized() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- isTokenized() - Method in class org.apache.solr.schema.EnumField
-
Returns true if fields of this type should be tokenized
- isTokenized() - Method in class org.apache.solr.schema.FieldType
-
Returns true if fields of this type should be tokenized
- isTokenized() - Method in class org.apache.solr.schema.TrieField
-
- isTopLevelPage(URL) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
Calculates whether a URL is a top level page
- isToWrite() - Method in class org.apache.solr.handler.dataimport.config.EntityField
-
- isToWrite() - Method in class org.apache.solr.handler.dataimport.config.Field
-
- isTracking() - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory
-
- isTransient() - Method in class org.apache.solr.core.CoreDescriptor
-
- isTransient(boolean) - Method in class org.apache.solr.SolrTestCaseJ4.CoreDescriptorBuilder
-
- isTruncateGroups() - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- IsUpdateRequest - Interface in org.apache.solr.client.solrj.request
-
Marker class so that we can determine which requests are updates.
- isUpdatesToLeaders() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- isUseMultiPartPost() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- isUserDefinedProperty(String) - Static method in class org.apache.solr.core.CoreDescriptor
-
Is this property a Solr-standard property, or is it an extra property
defined per-core by the user?
- isValidConfig(File, String) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- isValidDynamicField(List<IndexSchema.DynamicField>, SchemaField) - Method in class org.apache.solr.schema.IndexSchema
-
- isValidFieldGlob(String) - Static method in class org.apache.solr.schema.IndexSchema
-
Returns true if the given name has exactly one asterisk either at the start or end of the name
- isValueDelimiterIgnored() - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
- isWaitSearcher() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- isWildCard() - Method in class org.apache.solr.cloud.rule.Rule.Condition
-
- isWritable(String) - Method in interface org.apache.solr.common.util.JavaBinCodec.WritableDocFields
-
- isWritable() - Method in class org.apache.solr.handler.dataimport.DIHProperties
-
- isWritable() - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- isWritable() - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
-
- isWritable(String) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- isWrite - Variable in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
- isZooKeeperAware() - Method in class org.apache.solr.core.CoreContainer
-
- iterator() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
Returns an iterator over the field analyses map.
- iterator() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
-
Returns an iterator over the document analyses map.
- iterator() - Method in class org.apache.solr.common.SolrDocument
-
Iterate of String->Object keys
- iterator() - Method in class org.apache.solr.common.SolrInputDocument
-
- iterator() - Method in class org.apache.solr.common.SolrInputField
-
- ITERATOR - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- iterator() - Method in class org.apache.solr.common.util.NamedList
-
Support the Iterable interface
- iterator() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
- iterator() - Method in interface org.apache.solr.handler.dataimport.DIHCache
-
Returns an iterator, allowing callers to iterate through the entire cache
in key, then insertion, order.
- iterator(Object) - Method in interface org.apache.solr.handler.dataimport.DIHCache
-
Returns an iterator, allowing callers to iterate through all documents that
match the given key in insertion order.
- iterator(Object) - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
-
- iterator() - Method in class org.apache.solr.handler.dataimport.SortedMapBackedCache
-
- iterator() - Method in class org.apache.solr.logging.CircularList
-
- iterator() - Method in class org.apache.solr.request.IntervalFacets
-
Iterate over all the intervals
- iterator - Variable in class org.apache.solr.response.transform.TransformContext
-
- iterator() - Method in class org.apache.solr.search.BitDocSet
-
- iterator() - Method in interface org.apache.solr.search.DocList
-
Returns an iterator that may be used to iterate over the documents in this DocList
The order of the documents returned by this iterator is based on the
Sort order of the search that produced it.
- iterator() - Method in interface org.apache.solr.search.DocSet
-
Returns an iterator that may be used to iterate over all of the documents in the set.
- iterator() - Method in class org.apache.solr.search.DocSlice
-
- iterator() - Method in class org.apache.solr.search.HashDocSet
-
- iterator() - Method in class org.apache.solr.search.SortedIntDocSet
-
- iterator() - Method in class org.apache.solr.update.AddUpdateCommand
-
- IteratorChain<E> - Class in org.apache.solr.common.util
-
- IteratorChain() - Constructor for class org.apache.solr.common.util.IteratorChain
-
Deprecated.
- IVals() - Constructor for class org.apache.solr.SolrTestCaseJ4.IVals
-
- IValsPercent(int...) - Constructor for class org.apache.solr.SolrTestCaseJ4.IValsPercent
-
- PACKET_SZ - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- PageFetcherResult() - Constructor for class org.apache.solr.util.SimplePostTool.PageFetcherResult
-
- PageTool - Class in org.apache.solr.response
-
This class is used by the Velocity response writer to provide a consistent paging tool for use by templates.
- PageTool(SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.PageTool
-
- Pair<K,V> - Class in org.apache.solr.common.util
-
- Pair(K, V) - Constructor for class org.apache.solr.common.util.Pair
-
- Pair<A,B> - Class in org.apache.solr.search.grouping.distributed.command
-
A simple data structure to hold a pair of typed objects.
- Pair(A, B) - Constructor for class org.apache.solr.search.grouping.distributed.command.Pair
-
- ParallelCoreAdminHandlerThread(SolrQueryRequest, SolrQueryResponse, CoreAdminParams.CoreAdminAction, CoreAdminHandler.TaskObject) - Constructor for class org.apache.solr.handler.admin.CoreAdminHandler.ParallelCoreAdminHandlerThread
-
- parallelExecutor - Variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- ParallelStream - Class in org.apache.solr.client.solrj.io.stream
-
The ParallelStream decorates a TupleStream implementation and pushes it to N workers for parallel execution.
- ParallelStream(String, String, TupleStream, int, Comparator<Tuple>) - Constructor for class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- ParallelStream(String, String, String, int, Comparator<Tuple>) - Constructor for class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- ParallelStream(StreamExpression, StreamFactory) - Constructor for class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- PARAM_BREAK_SUGGESTION_TIE_BREAKER - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
- PARAM_BREAK_WORDS - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
Try to break words into multiples?
- PARAM_COMBINE_WORDS - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
Try to combine multiple words into one?
- PARAM_DEFAULT_CURRENCY - Static variable in class org.apache.solr.schema.CurrencyField
-
- PARAM_ENUM_NAME - Static variable in class org.apache.solr.schema.EnumField
-
- PARAM_ENUMS_CONFIG - Static variable in class org.apache.solr.schema.EnumField
-
- PARAM_MAX_CHANGES - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
See WordBreakSpellChecker.setMaxChanges(int)
- PARAM_MAX_COMBINE_WORD_LENGTH - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
See WordBreakSpellChecker.setMaxCombineWordLength(int)
- PARAM_MAX_EVALUATIONS - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
See WordBreakSpellChecker.setMaxEvaluations(int)
- PARAM_MIN_BREAK_WORD_LENGTH - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
See WordBreakSpellChecker.setMinBreakWordLength(int)
- PARAM_MIN_SUGGESTION_FREQUENCY - Static variable in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
See WordBreakSpellChecker.setMinSuggestionFrequency(int)
- PARAM_PRECISION_STEP - Static variable in class org.apache.solr.schema.CurrencyField
-
- PARAM_RATE_PROVIDER_CLASS - Static variable in class org.apache.solr.schema.CurrencyField
-
- PARAM_RATES_FILE_LOCATION - Static variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- PARAM_REFRESH_INTERVAL - Static variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- paramAsInt(String, SolrParams, int) - Method in class org.apache.solr.servlet.ZookeeperInfoServlet
-
- params - Variable in class org.apache.solr.analytics.request.AnalyticsStats
-
- params - Variable in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- params - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- params - Variable in class org.apache.solr.client.solrj.request.GenericSolrRequest
-
- params(String...) - Static method in class org.apache.solr.cloud.SyncStrategy
-
- params - Variable in class org.apache.solr.common.params.DefaultSolrParams
-
- params - Variable in class org.apache.solr.common.params.RequiredSolrParams
-
- params(String...) - Static method in class org.apache.solr.handler.admin.CollectionsHandler
-
- params(String...) - Static method in class org.apache.solr.handler.admin.CoreAdminHandler
-
- params - Variable in class org.apache.solr.handler.component.PivotFacetProcessor
-
- params - Variable in class org.apache.solr.handler.component.ShardRequest
-
- params - Variable in class org.apache.solr.handler.component.TrackingShardHandlerFactory.ShardRequestAndParams
-
- params - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
-
- params - Variable in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- params - Variable in class org.apache.solr.request.SimpleFacets.ParsedParams
-
- params - Variable in class org.apache.solr.request.SolrQueryRequestBase
-
- params - Variable in class org.apache.solr.schema.SimilarityFactory
-
- params - Variable in class org.apache.solr.search.QParser
-
- params(SolrParams, String...) - Static method in class org.apache.solr.SolrTestCaseHS
-
- params(String...) - Static method in class org.apache.solr.SolrTestCaseJ4
-
- params - Variable in class org.apache.solr.spelling.suggest.DictionaryFactory
-
- PARAMS_RESOURCE_LOADER_ENABLED - Static variable in class org.apache.solr.response.VelocityResponseWriter
-
- paramToProp - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- parent - Variable in class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- parent - Variable in class org.apache.solr.analytics.accumulator.facet.QueryFacetAccumulator
-
- PARENT - Static variable in class org.apache.solr.common.cloud.Slice
-
- PARENT_DELTA_QUERY - Static variable in class org.apache.solr.handler.dataimport.SqlEntityProcessor
-
- parentKey - Variable in class org.apache.solr.search.facet.LegacyFacet.Subfacet
-
- parentLoader - Variable in class org.apache.solr.core.ConfigSetService
-
- parents - Variable in class org.apache.solr.search.facet.FacetRequest.Domain
-
- parentValue - Variable in class org.apache.solr.handler.component.PivotFacetField
-
- parse(IndexSchema, SolrParams) - Static method in class org.apache.solr.analytics.request.AnalyticsRequestFactory
-
- parse(BytesRef) - Method in interface org.apache.solr.analytics.util.AnalyticsParsers.Parser
-
- parse(String) - Static method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionParser
-
- parse(String) - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
-
Input must not be null
- parse(NamedList<NamedList<Number>>) - Method in class org.apache.solr.handler.component.TermsComponent.TermsHelper
-
- parse(InputStream) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Initialize rules through file input stream.
- parse(String) - Static method in class org.apache.solr.internal.csv.CSVUtils
-
Parses the given String according to the default
CSVStrategy
.
- parse(String) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Parses a query string, returning a Query
.
- parse(Reader, AttributeSource) - Method in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- parse(Reader, AttributeSource) - Method in interface org.apache.solr.schema.PreAnalyzedField.PreAnalyzedParser
-
Parse input.
- parse(Reader, AttributeSource) - Method in class org.apache.solr.schema.SimplePreAnalyzedParser
-
- parse() - Method in class org.apache.solr.search.DisMaxQParser
-
- parse() - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQParser
-
- parse() - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
- parse(FunctionQParser) - Method in class org.apache.solr.search.facet.PercentileAgg.Parser
-
- parse(FunctionQParser) - Method in class org.apache.solr.search.function.distance.GeoDistValueSourceParser
-
- parse() - Method in class org.apache.solr.search.FunctionQParser
-
- parse() - Method in class org.apache.solr.search.LuceneQParser
-
- parse() - Method in class org.apache.solr.search.MaxScoreQParser
-
Parses the query exactly like the Lucene parser does, but
delegates all SHOULD clauses to DisjunctionMaxQuery with
meaning only the clause with the max score will contribute
to the overall score, unless the tie parameter is specified.
- parse() - Method in class org.apache.solr.search.mlt.CloudMLTQParser
-
- parse() - Method in class org.apache.solr.search.mlt.SimpleMLTQParser
-
- parse() - Method in class org.apache.solr.search.QParser
-
Create and return the Query
object represented by qstr
.
- parse() - Method in class org.apache.solr.search.SpatialFilterQParser
-
- parse(FunctionQParser) - Method in class org.apache.solr.search.ValueSourceParser
-
Parse the user input into a ValueSource.
- parse(SolrCore, String, HttpServletRequest) - Method in class org.apache.solr.servlet.SolrRequestParsers
-
- parse(Reader) - Static method in class org.apache.solr.util.CommandOperation
-
Parse the command operations into command objects
- parseAgg(int) - Method in class org.apache.solr.search.FunctionQParser
-
- parseAndAddGap(Date, String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.DateRangeEndpointCalculator
-
- parseAndAddGap(Double, String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.DoubleRangeEndpointCalculator
-
- parseAndAddGap(Float, String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.FloatRangeEndpointCalculator
-
- parseAndAddGap(Integer, String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.IntegerRangeEndpointCalculator
-
- parseAndAddGap(Long, String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.LongRangeEndpointCalculator
-
- parseAndAddGap(T, String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
Adds the String gap param to a low Range endpoint value to determine
the corrisponding high Range endpoint value.
- parseArg() - Method in class org.apache.solr.search.FunctionQParser
-
- parseArgsAndInit(String[]) - Static method in class org.apache.solr.util.SimplePostTool
-
Parses incoming arguments and system params and initializes the tool
- parseArrayFieldValue(int, JSONParser, JsonRecordReader.MethodFrameWrapper) - Static method in class org.apache.solr.common.util.JsonRecordReader
-
- parseBool(String) - Static method in class org.apache.solr.common.util.StrUtils
-
how to transform a String into a boolean... more flexible than
Boolean.parseBoolean() to enable easier integration with html forms.
- parseBool(String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
-
- parseBoolean(String) - Static method in class org.apache.solr.common.util.StrUtils
-
Return if a string starts with '1', 't', or 'T'
and return false otherwise.
- ParseBooleanFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Attempts to mutate selected fields that have only CharSequence-typed values
into Boolean values.
- ParseBooleanFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory
-
- parseBreakIterator(String, Locale) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
-
parse a break iterator type for the specified locale
- parseCommaSeparatedList(String, int) - Static method in class org.apache.solr.schema.PointType
-
Given a string containing dimension values encoded in it, separated by commas,
return a String array of length dimension containing the values.
- parseConfig() - Method in class org.apache.solr.cloud.SolrZkServer
-
- parseDate(String) - Static method in class org.apache.solr.common.util.DateUtil
-
Returns a formatter that can be use by the current thread if needed to
convert Date objects to the Internal representation.
- parseDate(String, Collection<String>) - Static method in class org.apache.solr.common.util.DateUtil
-
- parseDate(String, Collection<String>, Date) - Static method in class org.apache.solr.common.util.DateUtil
-
Slightly modified from org.apache.commons.httpclient.util.DateUtil.parseDate
Parses the date value using the given date formats.
- parseDate(String) - Static method in class org.apache.solr.schema.TrieDateField
-
- parseDate(String) - Static method in class org.apache.solr.util.DateFormatUtil
-
Thread safe method that can be used to parse a Date
without the trailing 'Z'
- ParseDateFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Attempts to mutate selected fields that have only CharSequence-typed values
into Date values.
- ParseDateFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory
-
- parseDateLenient(String, SolrQueryRequest) - Method in class org.apache.solr.schema.TrieDateField
-
- parseDateLenient(String, SolrQueryRequest) - Static method in class org.apache.solr.util.DateFormatUtil
-
Parse a date string in the standard format, or any supported by DateUtil.parseDate
- parseDistanceUnits(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- parseDouble() - Method in class org.apache.solr.search.FunctionQParser
-
Parse a Double
- ParseDoubleFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Attempts to mutate selected fields that have only CharSequence-typed values
into Double values.
- ParseDoubleFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseDoubleFieldUpdateProcessorFactory
-
- ParsedParams(SolrParams, SolrParams, SolrParams, String, DocSet, String, List<String>, int) - Constructor for class org.apache.solr.request.SimpleFacets.ParsedParams
-
- parsedUserQuery - Variable in class org.apache.solr.search.DisMaxQParser
-
- parseEscapedQuery(ExtendedDismaxQParser.ExtendedSolrQueryParser, String, ExtendedDismaxQParser.ExtendedDismaxConfiguration) - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Parses an escaped version of the user's query.
- ParseException - Exception in org.apache.solr.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.solr.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.apache.solr.parser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.solr.parser.ParseException
-
Constructor with message.
- parseFieldBoosts(String) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Given a string containing fieldNames and boost info,
converts it to a Map from field name to boost info.
- parseFieldBoosts(String[]) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Like parseFieldBoosts(String)
, but parses all the strings
in the provided array (which may be null).
- parseFieldBoostsAndSlop(String[], int, int) - Static method in class org.apache.solr.util.SolrPluginUtils
-
- parseFlags(String) - Static method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- parseFloat() - Method in class org.apache.solr.search.FunctionQParser
-
Parse a float.
- ParseFloatFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Attempts to mutate selected fields that have only CharSequence-typed values
into Float values.
- ParseFloatFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseFloatFieldUpdateProcessorFactory
-
- parseGap(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.DateRangeEndpointCalculator
-
- parseGap(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
Parses a String param into a value that represents the gap and
can be included in the response.
- parseGeomSolrException(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
-
Parses a 'geom' parameter (might also be used to parse shapes for indexing).
- parseHllOptions(SolrParams, SchemaField) - Static method in class org.apache.solr.handler.component.StatsField.HllOptions
-
Creates an HllOptions based on the (local) params specified (if appropriate).
- parseHostPortList(String) - Static method in class org.apache.solr.cloud.ZkTestServer
-
- parseId() - Method in class org.apache.solr.search.FunctionQParser
-
- parseInt() - Method in class org.apache.solr.search.FunctionQParser
-
Parse an integer
- ParseIntFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Attempts to mutate selected fields that have only CharSequence-typed values
into Integer values.
- ParseIntFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseIntFieldUpdateProcessorFactory
-
- parseJsonFromRequestBody(Representation) - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
-
Parses and validates the JSON passed from the to the ManagedResource.
- parseLine(String) - Static method in class org.apache.solr.internal.csv.CSVUtils
-
Parses the first line only according to the default
CSVStrategy
.
- parseLocale(String, String, String) - Method in class org.apache.solr.highlight.PostingsSolrHighlighter
-
parse a locale from a language+country+variant spec
- parseLocalParams(String, int, Map<String, String>, SolrParams) - Static method in class org.apache.solr.search.QueryParsing
-
- parseLocalParams(String, int, Map<String, String>, SolrParams, String, char) - Static method in class org.apache.solr.search.QueryParsing
-
- ParseLongFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Attempts to mutate selected fields that have only CharSequence-typed values
into Long values.
- ParseLongFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseLongFieldUpdateProcessorFactory
-
- parseLuceneVersionString(String) - Static method in class org.apache.solr.core.Config
-
- parseMath(Date, String) - Method in class org.apache.solr.schema.DateRangeField
-
- parseMath(Date, String) - Method in class org.apache.solr.schema.TrieDateField
-
- parseMath(Date, String) - Static method in class org.apache.solr.util.DateFormatUtil
-
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.TrieDateField
-
- parseMathLenient(Date, String, SolrQueryRequest) - Static method in class org.apache.solr.util.DateFormatUtil
-
Parses a String which may be a date
followed by an optional math expression.
- parseMathString(DateMathParser, String) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
-
NOTE: declared as a method to allow for extensibility
- parseMinShouldMatch(IndexSchema, SolrParams) - Static method in class org.apache.solr.search.DisMaxQParser
-
Applies the appropriate default rules for the "mm" param based on the
effective value of the "q.op" param
- parseNestedQuery() - Method in class org.apache.solr.search.FunctionQParser
-
- parseNum(long) - Method in interface org.apache.solr.analytics.util.AnalyticsParsers.NumericParser
-
- ParseNumericFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Abstract base class for numeric parsing update processor factories.
- ParseNumericFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.ParseNumericFieldUpdateProcessorFactory
-
- parseOriginalQuery(ExtendedDismaxQParser.ExtendedSolrQueryParser, String, List<ExtendedDismaxQParser.Clause>, ExtendedDismaxQParser.ExtendedDismaxConfiguration) - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Parses the user's original query.
- parseParam(String[]) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
Convinience method for parsing the param value according to the
correct semantics and applying the default of "LOWER"
- parseParam(String) - Static method in enum org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase
-
- parseParams(String, VariableResolver) - Method in class org.apache.solr.handler.dataimport.Evaluator
-
Parses a string of expression into separate params.
- parseParams(String, String) - Method in class org.apache.solr.request.SimpleFacets
-
- parseParams(String, String) - Method in class org.apache.solr.search.facet.LegacyFacet
-
- parsePoint(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
-
Parses either "lat, lon" (spaces optional on either comma side) or "x y" style formats.
- parsePointSolrException(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
-
- parseQueryFields(IndexSchema, SolrParams) - Static method in class org.apache.solr.search.DisMaxQParser
-
- parseQueryString(String) - Static method in class org.apache.solr.servlet.SolrRequestParsers
-
Given a url-encoded query string (UTF-8), map it into solr params
- parseQueryStrings(SolrQueryRequest, String[]) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Turns an array of query strings into a List of Query objects.
- parser - Variable in class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- parser - Variable in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Default response parser is BinaryResponseParser
This parser represents the default Response Parser chosen to parse the
response if the parser were not specified as part of the request.
- parser - Variable in class org.apache.solr.parser.SolrQueryParserBase
-
- Parser() - Constructor for class org.apache.solr.search.facet.PercentileAgg.Parser
-
- parser - Variable in class org.apache.solr.servlet.DirectSolrConnection
-
- PARSER_IMPL - Static variable in class org.apache.solr.schema.PreAnalyzedField
-
Init argument name.
- parseRectangeSolrException(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
-
- parseRectangle(String, SpatialContext) - Static method in class org.apache.solr.util.SpatialUtils
-
Parses str
in the format of '[minPoint TO maxPoint]' where minPoint
is the lower left corner
and maxPoint is the upper-right corner of the bounding box.
- ParseResult() - Constructor for class org.apache.solr.schema.PreAnalyzedField.ParseResult
-
- parseRule(String) - Static method in class org.apache.solr.cloud.rule.Rule
-
- parseRulesFile(InputStream) - Static method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Parses rule file from stream and returns a Map of all rules found
- parseSelectorExclusionParams(NamedList) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
- parseSelectorParams(NamedList) - Static method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory
-
- parseSerializedTotem(String) - Method in class org.apache.solr.search.CursorMark
-
Parses the serialized version of a CursorMark from a client
(which must conform to the existing sortSpec) and populates this object.
- parseShape(String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- parseShape(String) - Method in class org.apache.solr.schema.DateRangeField
-
- parseSingleFieldValue(int, JSONParser, JsonRecordReader.MethodFrameWrapper) - Static method in class org.apache.solr.common.util.JsonRecordReader
-
- parseSortSpec(String, SolrQueryRequest) - Static method in class org.apache.solr.search.QueryParsing
-
The form of the sort specification string currently parsed is:
SortSpec ::= SingleSort [, SingleSort]*
SingleSort ::= <fieldname|function> SortDirection
SortDirection ::= top | desc | bottom | asc
Examples:
score desc #normal sort by score (will return null)
weight bottom #sort by weight ascending
weight desc #sort by weight descending
height desc,weight desc #sort by height descending, and use weight descending to break any ties
height desc,weight asc #sort by height descending, using weight ascending as a tiebreaker
- parseSpatialArgs(QParser, String) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
- parseSpatialArgs(QParser, String) - Method in class org.apache.solr.schema.DateRangeField
-
- parseSubFacets(SolrParams) - Static method in class org.apache.solr.search.facet.LegacyFacet
-
- parseText(Reader, String) - Method in class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
-
- parseText(Reader, String) - Method in class org.apache.solr.rest.ManagedResourceStorage
-
- parseVal(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.DateRangeEndpointCalculator
-
- parseVal(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.DoubleRangeEndpointCalculator
-
- parseVal(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.FloatRangeEndpointCalculator
-
- parseVal(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.IntegerRangeEndpointCalculator
-
- parseVal(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator.LongRangeEndpointCalculator
-
- parseVal(String) - Method in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
Parses a String param into an Range endpoint.
- 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.
- parseValueSource(int) - Method in class org.apache.solr.search.FunctionQParser
-
- parseValueSourceList() - Method in class org.apache.solr.search.FunctionQParser
-
Parse a list of ValueSource.
- partialEscape(CharSequence) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Escapes all special characters except '"', '-', and '+'
- partialURLEncodeVal(Appendable, String) - Static method in class org.apache.solr.common.util.StrUtils
-
URLEncodes a value, replacing only enough chars so that
the URL may be unambiguously pasted back into a browser.
- partitionRange(int, DocRouter.Range) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- partitionRange(int, DocRouter.Range) - Method in class org.apache.solr.common.cloud.DocRouter
-
Returns the range for each partition
- partitionRange(int, DocRouter.Range) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
-
- partitionRangeByKey(String, DocRouter.Range) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- PASSWORD_MAP_FILE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- PATH - Static variable in interface org.apache.solr.common.params.CommonParams
-
- path - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
-
- PATH - Static variable in class org.apache.solr.security.PKIAuthenticationPlugin
-
- path - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- pathAs(Class<T>, String, Map<String, Object>) - Static method in class org.apache.solr.util.SolrCLI
-
- pathExists(String) - Method in class org.apache.solr.cloud.ZkController
-
Returns true if the path exists
- paths - Variable in class org.apache.solr.core.InitParams
-
- paths - Variable in class org.apache.solr.update.SplitIndexCommand
-
- PATTERN - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- pattern - Variable in class org.apache.solr.schema.IndexSchema.DynamicReplacement
-
- PATTERN_ASCTIME - Static variable in class org.apache.solr.common.util.DateUtil
-
Date format pattern used to parse HTTP date headers in ANSI C
asctime()
format.
- PATTERN_RFC1036 - Static variable in class org.apache.solr.common.util.DateUtil
-
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1123 - Static variable in class org.apache.solr.common.util.DateUtil
-
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- pause() - Method in class org.apache.solr.cloud.SocketProxy.Acceptor
-
- pause() - Method in class org.apache.solr.cloud.SocketProxy.Bridge
-
- pause() - Method in class org.apache.solr.cloud.SocketProxy.Bridge.Pump
-
- pause() - Method in class org.apache.solr.cloud.SocketProxy
-
- pause() - Method in class org.apache.solr.util.RTimer
-
- PAUSED - Static variable in class org.apache.solr.util.RTimer
-
- PAYLOAD_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentDictionaryFactory
-
- PAYLOAD_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
-
Label for defining payloadField to use for terms (optional)
- PAYLOAD_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- PAYLOADS - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- PAYLOADS - Static variable in interface org.apache.solr.common.params.TermVectorParams
-
Return Term Vector payloads information
- peek() - Method in class org.apache.solr.cloud.DistributedQueue
-
Returns the data at the first element of the queue, or null if the queue is
empty.
- peek(boolean) - Method in class org.apache.solr.cloud.DistributedQueue
-
Returns the data at the first element of the queue, or null if the queue is
empty and block is false.
- peek(long) - Method in class org.apache.solr.cloud.DistributedQueue
-
Returns the data at the first element of the queue, or null if the queue is
empty after wait ms.
- peek() - Method in class org.apache.solr.common.util.FastInputStream
-
- peek() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- peekChar() - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- peekTopN(int, Set<String>, Long) - Method in class org.apache.solr.cloud.DistributedQueue
-
- PEER_SYNC - Static variable in class org.apache.solr.update.UpdateCommand
-
- PeerSync - Class in org.apache.solr.update
-
- PeerSync(SolrCore, List<String>, int) - Constructor for class org.apache.solr.update.PeerSync
-
- PeerSync(SolrCore, List<String>, int, boolean, boolean) - Constructor for class org.apache.solr.update.PeerSync
-
- PeerSync(SolrCore, List<String>, int, boolean, boolean, boolean) - Constructor for class org.apache.solr.update.PeerSync
-
- PERCENT - Static variable in class org.apache.solr.handler.dataimport.NumberFormatTransformer
-
- percentile(List<Long>, float) - Method in class org.apache.solr.update.PeerSync
-
- PERCENTILE_PATTERN - Static variable in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- PercentileAgg - Class in org.apache.solr.search.facet
-
- PercentileAgg(ValueSource, List<Double>) - Constructor for class org.apache.solr.search.facet.PercentileAgg
-
- PercentileAgg.Parser - Class in org.apache.solr.search.facet
-
- PercentileCalculator - Class in org.apache.solr.analytics.util
-
- PercentileCalculator() - Constructor for class org.apache.solr.analytics.util.PercentileCalculator
-
- percentileNames - Variable in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- percentiles - Variable in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- PercentileStatsCollector - Class in org.apache.solr.analytics.statistics
-
PercentileStatsCollector
computes a given list of percentiles.
- PercentileStatsCollector(StatsCollector, double[], String[]) - Constructor for class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- perform(CommandOperation, SchemaManager) - Method in enum org.apache.solr.schema.SchemaManager.OpType
-
- performOperations(Reader) - Method in class org.apache.solr.schema.SchemaManager
-
Take in a JSON command set and execute them.
- permutations(int) - Static method in class org.apache.solr.cloud.rule.ReplicaAssigner
-
get all permutations for the int[] whose items are 0..level
- Persist() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- persist(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.core.CorePropertiesLocator
-
- persist(CoreContainer, CoreDescriptor...) - Method in interface org.apache.solr.core.CoresLocator
-
Ensure that the core definitions from the passed in CoreDescriptors
will persist across container restarts.
- persist(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.DIHProperties
-
- persist(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- persist(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
-
- persist(CoreContainer, CoreDescriptor...) - Method in class org.apache.solr.util.ReadOnlyCoresLocator
-
- persistConfigResourceToZooKeeper(ZkSolrResourceLoader, int, String, byte[], boolean) - Static method in class org.apache.solr.cloud.ZkController
-
Persists a config file to ZooKeeper using optimistic concurrency.
- persistConfLocally(SolrResourceLoader, String, byte[]) - Static method in class org.apache.solr.core.SolrResourceLoader
-
- PERSISTENT - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
Persistent -- should it save the cores state?
- PF - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
query and init param for phrase boost fields
- PF2 - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
query and init param for bigram phrase boost fields
- PF3 - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
query and init param for trigram phrase boost fields
- PHPResponseWriter - Class in org.apache.solr.response
-
- PHPResponseWriter() - Constructor for class org.apache.solr.response.PHPResponseWriter
-
- PHPSerializedResponseWriter - Class in org.apache.solr.response
-
A description of the PHP serialization format can be found here:
http://www.hurring.com/scott/code/perl/serialize/
- PHPSerializedResponseWriter() - Constructor for class org.apache.solr.response.PHPSerializedResponseWriter
-
- PHRASE_LIMIT - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- PHRASE_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
-
Enables PHRASE
operator (")
- pickSubset(Collection<Object>) - Method in class org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
-
Method subclasses must override to specify which values should be kept.
- pickSubset(Collection<Object>) - Method in class org.apache.solr.update.processor.FirstFieldValueUpdateProcessorFactory
-
- pickSubset(Collection<Object>) - Method in class org.apache.solr.update.processor.LastFieldValueUpdateProcessorFactory
-
- pickSubset(Collection) - Method in class org.apache.solr.update.processor.MaxFieldValueUpdateProcessorFactory
-
- pickSubset(Collection) - Method in class org.apache.solr.update.processor.MinFieldValueUpdateProcessorFactory
-
- pickSubset(Collection) - Method in class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory
-
- ping() - Method in class org.apache.solr.client.solrj.SolrClient
-
Issues a ping request to check if the server is alive
- PING - Static variable in interface org.apache.solr.common.params.CommonParams
-
"ping" value for SolrPing action
- PING_HANDLER - Static variable in interface org.apache.solr.common.params.CommonParams
-
handler value for SolrPing
- PingRequestHandler - Class in org.apache.solr.handler
-
Ping Request Handler for reporting SolrCore health to a Load Balancer.
- PingRequestHandler() - Constructor for class org.apache.solr.handler.PingRequestHandler
-
- PingRequestHandler.ACTIONS - Enum in org.apache.solr.handler
-
- PivotFacet - Class in org.apache.solr.handler.component
-
Models a single instance of a "pivot" specified by a
FacetParams.FACET_PIVOT
param, which may contain multiple nested fields.
- PivotFacet(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.PivotFacet
-
- PivotFacetCountComparator() - Constructor for class org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetCountComparator
-
- PivotFacetField - Class in org.apache.solr.handler.component
-
Models a single field somewhere in a hierarchy of fields as part of a pivot facet.
- PivotFacetFieldValueCollection - Class in org.apache.solr.handler.component
-
- PivotFacetFieldValueCollection(int, int, int, String) - Constructor for class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
- PivotFacetFieldValueCollection.PivotFacetCountComparator - Class in org.apache.solr.handler.component
-
- PivotFacetFieldValueCollection.PivotFacetValueComparator - Class in org.apache.solr.handler.component
-
- PivotFacetHelper - Class in org.apache.solr.handler.component
-
- PivotFacetHelper() - Constructor for class org.apache.solr.handler.component.PivotFacetHelper
-
- PivotFacetProcessor - Class in org.apache.solr.handler.component
-
Processes all Pivot facet logic for a single node -- both non-distrib, and per-shard
- PivotFacetProcessor(SolrQueryRequest, DocSet, SolrParams, ResponseBuilder) - Constructor for class org.apache.solr.handler.component.PivotFacetProcessor
-
- pivotFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
-
- PivotFacetValue - Class in org.apache.solr.handler.component
-
Models a single (value, count) pair that will exist in the collection of values for a
PivotFacetField
parent.
- PivotFacetValueComparator() - Constructor for class org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetValueComparator
-
- PivotField - Class in org.apache.solr.client.solrj.response
-
- PivotField(String, Object, int, List<PivotField>) - Constructor for class org.apache.solr.client.solrj.response.PivotField
-
- PivotField(String, Object, int, List<PivotField>, Map<String, FieldStatsInfo>, Map<String, Integer>, List<RangeFacet>) - Constructor for class org.apache.solr.client.solrj.response.PivotField
-
- PivotListEntry - Enum in org.apache.solr.util
-
Enum for modeling the elements of a (nested) pivot entry as expressed in a NamedList
- PKIAuthenticationPlugin - Class in org.apache.solr.security
-
- PKIAuthenticationPlugin(CoreContainer, String) - Constructor for class org.apache.solr.security.PKIAuthenticationPlugin
-
- PLACE_HOLDER_PATTERN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- placeHolderVariables - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- PLAIN_TEXT - Static variable in class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
-
- PlainIdRouter - Class in org.apache.solr.common.cloud
-
- PlainIdRouter() - Constructor for class org.apache.solr.common.cloud.PlainIdRouter
-
- PlainTextEntityProcessor - Class in org.apache.solr.handler.dataimport
-
An implementation of
EntityProcessor
which reads data from a url/file and give out a row which contains one String
value.
- PlainTextEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.PlainTextEntityProcessor
-
- plugin - Variable in class org.apache.solr.security.SecurityPluginHolder
-
- PluginBag<T> - Class in org.apache.solr.core
-
This manages the lifecycle of a set of plugin of the same type .
- PluginBag(Class<T>, SolrCore, boolean) - Constructor for class org.apache.solr.core.PluginBag
-
Pass needThreadSafety=true if plugins can be added and removed concurrently with lookups.
- PluginBag(Class<T>, SolrCore) - Constructor for class org.apache.solr.core.PluginBag
-
Constructs a non-threadsafe plugin registry
- PluginBag.LazyPluginHolder<T> - Class in org.apache.solr.core
-
A class that loads plugins Lazily.
- PluginBag.PluginHolder<T> - Class in org.apache.solr.core
-
An indirect reference to a plugin.
- PluginBag.RuntimeLib - Class in org.apache.solr.core
-
This represents a Runtime Jar.
- PluginHolder(PluginInfo) - Constructor for class org.apache.solr.core.PluginBag.PluginHolder
-
- PluginHolder(PluginInfo, T) - Constructor for class org.apache.solr.core.PluginBag.PluginHolder
-
- pluginInfo - Variable in class org.apache.solr.core.PluginBag.PluginHolder
-
- 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
-
- PluginInfo(String, Map<String, Object>) - Constructor for class org.apache.solr.core.PluginInfo
-
- PluginInfoHandler - Class in org.apache.solr.handler.admin
-
- PluginInfoHandler() - Constructor for class org.apache.solr.handler.admin.PluginInfoHandler
-
- PluginInfoInitialized - Interface in org.apache.solr.util.plugin
-
A plugin that can be initialized with a PluginInfo
- plugins - Static variable in class org.apache.solr.core.SolrConfig
-
- PLUS - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- POINT - Static variable in interface org.apache.solr.common.params.SpatialParams
-
- pointStr - Variable in class org.apache.solr.search.SpatialOptions
-
- PointType - Class in org.apache.solr.schema
-
A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.
- PointType() - Constructor for class org.apache.solr.schema.PointType
-
- poll() - Method in class org.apache.solr.cloud.DistributedQueue
-
Attempts to remove the head of the queue and return it.
- POLL_INTERVAL - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- pollQueueTime - Static variable in class org.apache.solr.handler.loader.ContentStreamLoader
-
- pollQueueTime - Variable in class org.apache.solr.update.AddUpdateCommand
-
- pollQueueTime - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
-
- POLY_FIELD_SEPARATOR - Static variable in class org.apache.solr.schema.FieldType
-
The default poly field separator.
- pop() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
Removes and returns the least element of the PriorityQueue in log(size)
time.
- pop() - Method in class org.apache.solr.util.LongPriorityQueue
-
Removes and returns the least element of the PriorityQueue in log(size)
time.
- populateCache(String, Iterator<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHCacheSupport
-
Get all the rows from the datasource for the given query and cache them
- port - Variable in class org.apache.solr.client.solrj.embedded.JettyConfig
-
- PORT - Static variable in class org.apache.solr.cloud.rule.ImplicitSnitch
-
- port - Static variable in class org.apache.solr.SolrJettyTestBase
-
- pos - Variable in class org.apache.solr.common.util.FastInputStream
-
- pos - Variable in class org.apache.solr.common.util.FastOutputStream
-
- pos - Variable in class org.apache.solr.search.QueryParsing.StrParser
-
- pos - Variable in class org.apache.solr.util.FastWriter
-
- POSINCR_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- Position(String, int) - Constructor for class org.apache.solr.cloud.rule.ReplicaAssigner.Position
-
- position() - Method in class org.apache.solr.common.util.FastInputStream
-
- position() - Method in class org.apache.solr.update.HdfsTransactionLog.HDFSReverseReader
-
- position() - Method in class org.apache.solr.update.TransactionLog.FSReverseReader
-
- position() - Method in class org.apache.solr.update.TransactionLog
-
returns the current position in the log file
- position() - Method in class org.apache.solr.update.TransactionLog.ReverseReader
-
- positionInResponse - Variable in class org.apache.solr.handler.component.ShardDoc
-
- positionOfStart - Variable in class org.apache.solr.update.UpdateLog.RecoveryInfo
-
- POSITIONS - Static variable in interface org.apache.solr.common.params.TermVectorParams
-
Return Term Vector position information
- PossibilityIterator - Class in org.apache.solr.spelling
-
Given a list of possible Spelling Corrections for multiple mis-spelled words
in a query, This iterator returns Possible Correction combinations ordered by
reasonable probability that such a combination will return actual hits if
re-queried.
- PossibilityIterator(Map<Token, LinkedHashMap<String, Integer>>, int, int, boolean) - Constructor for class org.apache.solr.spelling.PossibilityIterator
-
We assume here that the passed-in inner LinkedHashMaps are already sorted
in order of "Best Possible Correction".
- PossibilityIterator.RankedSpellPossibility - Class in org.apache.solr.spelling
-
- post(Representation) - Method in interface org.apache.solr.rest.POSTable
-
- post(Representation) - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
-
- post(Representation) - Method in class org.apache.solr.rest.schema.CopyFieldCollectionResource
-
- post(Representation) - Method in class org.apache.solr.rest.schema.DynamicFieldCollectionResource
-
- post(Representation) - Method in class org.apache.solr.rest.schema.FieldCollectionResource
-
- post(Representation) - Method in class org.apache.solr.rest.schema.FieldTypeCollectionResource
-
- post(String, String) - Method in class org.apache.solr.util.RestTestHarness
-
Processes a POST request using a URL path (with no context path) + optional query params,
e.g.
- POSTable - Interface in org.apache.solr.rest
-
Marker interface for resource classes that handle POST requests.
- postClose() - Method in interface org.apache.solr.core.CachingDirectoryFactory.CloseListener
-
- postClose(SolrCore) - Method in class org.apache.solr.core.CloseHook
-
Method called when the given SolrCore object has been shut down and update handlers and searchers are closed
Use this method for post-close clean up operations e.g. deleting the index from disk.
- postCommit() - Method in class org.apache.solr.core.AbstractSolrEventListener
-
- postCommit() - Method in interface org.apache.solr.core.SolrEventListener
-
- postCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
-
- postData(InputStream, Integer, OutputStream, String, URL) - Method in class org.apache.solr.util.SimplePostTool
-
Reads data from the data stream and posts it to solr,
writes to the response to output
- postDecorateResponse(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.core.SolrCore
-
Put status, QTime, and possibly request handler and params, in the response header
- postFile(File, OutputStream, String) - Method in class org.apache.solr.util.SimplePostTool
-
Opens the file and posts its contents to the solrUrl,
writes to response to output.
- postFiles(String[], int, OutputStream, String) - Method in class org.apache.solr.util.SimplePostTool
-
Post all filenames provided in args
- postFiles(File[], int, OutputStream, String) - Method in class org.apache.solr.util.SimplePostTool
-
Post all filenames provided in args
- PostFilter - Interface in org.apache.solr.search
-
The PostFilter interface provides a mechanism to further filter documents
after they have already gone through the main query and other filters.
- postFilter - Variable in class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
-
- postingsEnum - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
-
- postingsFormat - Variable in class org.apache.solr.schema.FieldType
-
The postings format used for this field type
- PostingsSolrHighlighter - Class in org.apache.solr.highlight
-
Highlighter impl that uses
PostingsHighlighter
Example configuration:
<requestHandler name="standard" class="solr.StandardRequestHandler">
<lst name="defaults">
<int name="hl.snippets">1</int>
<str name="hl.tag.pre"><em></str>
<str name="hl.tag.post"></em></str>
<str name="hl.tag.ellipsis">...
- PostingsSolrHighlighter() - Constructor for class org.apache.solr.highlight.PostingsSolrHighlighter
-
- PostingsSolrHighlighter.SolrExtendedPostingsHighlighter - Class in org.apache.solr.highlight
-
- postJsonToSolr(SolrClient, String, String) - Static method in class org.apache.solr.util.SolrCLI
-
- postProcess() - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
Processes the query and range facets.
- postProcess() - Method in class org.apache.solr.analytics.accumulator.ValueAccumulator
-
- postProcessor - Variable in class org.apache.solr.update.processor.UpdateRequestProcessorChain.ProcessorInfo
-
- postReadInform() - Method in class org.apache.solr.schema.IndexSchema
-
- postReadInform() - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- postSetUp() - Method in class org.apache.solr.SolrTestCaseJ4
-
Subclasses that override setUp can optionally call this method
to log the fact that their setUp process has ended.
- 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.
- postSoftCommit() - Method in class org.apache.solr.core.AbstractSolrEventListener
-
- postSoftCommit() - Method in interface org.apache.solr.core.SolrEventListener
-
- postSoftCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
-
- postTransform(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.EntityProcessor
-
Invoked after the transformers are invoked.
- postTransform(Map<String, Object>) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- postWebPages(String[], int, OutputStream) - Method in class org.apache.solr.util.SimplePostTool
-
This method takes as input a list of start URL strings for crawling,
adds each one to a backlog and then starts crawling
- PowDoubleFunction - Class in org.apache.solr.analytics.util.valuesource
-
PowDoubleFunction
returns 'a' raised to the power of 'b'.
- PowDoubleFunction(ValueSource, ValueSource) - Constructor for class org.apache.solr.analytics.util.valuesource.PowDoubleFunction
-
- POWER - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- power - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
-
- PreAnalyzedField - Class in org.apache.solr.schema
-
Pre-analyzed field type provides a way to index a serialized token stream,
optionally with an independent stored value of a field.
- PreAnalyzedField() - Constructor for class org.apache.solr.schema.PreAnalyzedField
-
- PreAnalyzedField.ParseResult - Class in org.apache.solr.schema
-
This is a simple holder of a stored part and the collected states (tokens with attributes).
- PreAnalyzedField.PreAnalyzedParser - Interface in org.apache.solr.schema
-
Parse the input and return the stored part and the tokens with attributes.
- PreAnalyzedUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
An update processor that parses configured fields of any document being added
using
PreAnalyzedField
with the configured format parser.
- PreAnalyzedUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.PreAnalyzedUpdateProcessorFactory
-
- PRECEDENCE_OPERATORS - Static variable in interface org.apache.solr.common.params.SimpleParams
-
Enables PRECEDENCE
operators: (
and )
- precisionStep - Variable in class org.apache.solr.schema.TrieField
-
- precisionStepArg - Variable in class org.apache.solr.schema.TrieField
-
- preClose() - Method in interface org.apache.solr.core.CachingDirectoryFactory.CloseListener
-
- preClose(SolrCore) - Method in class org.apache.solr.core.CloseHook
-
Method called when the given SolrCore object is closing / shutting down but before the update handler and
searcher(s) are actually closed
Important: Keep the method implementation as short as possible.
- preCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
-
- preDecorateResponse(SolrQueryRequest, SolrQueryResponse) - Static method in class org.apache.solr.core.SolrCore
-
- PREFER_LOCAL_SHARDS - Static variable in interface org.apache.solr.common.params.CommonParams
-
When querying a node, prefer local node's cores for distributed queries.
- PREFERRED_LEADER_PROP - Static variable in class org.apache.solr.cloud.overseer.SliceMutator
-
- prefix - Variable in class org.apache.solr.cloud.DistributedMap
-
- PREFIX - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
The prefix for all parameters.
- PREFIX - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
-
- prefix - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
-
- PREFIX_GRID_SCAN_LEVEL - Static variable in class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
-
- PREFIX_OPERATOR - Static variable in interface org.apache.solr.common.params.SimpleParams
-
Enables PREFIX
operator (*)
- PrefixQParserPlugin - Class in org.apache.solr.search
-
Create a prefix query from the input value.
- PrefixQParserPlugin() - Constructor for class org.apache.solr.search.PrefixQParserPlugin
-
- PREFIXTERM - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.AnalyticsComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.ExpandComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.HighlightComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryElevationComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.ResponseLogComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
-
Prepare the response.
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
-
Responsible for issuing build and rebuild command to the specified
SolrSuggester
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
-
- prepare(ResponseBuilder) - Method in class org.apache.solr.search.facet.FacetModule
-
- prepare() - Method in class org.apache.solr.search.Grouping.Command
-
Prepare this Command
for execution.
- prepare() - Method in class org.apache.solr.search.Grouping.CommandField
-
Prepare this Command
for execution.
- prepare() - Method in class org.apache.solr.search.Grouping.CommandFunc
-
Prepare this Command
for execution.
- prepare() - Method in class org.apache.solr.search.Grouping.CommandQuery
-
Prepare this Command
for execution.
- PREPARE_COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
-
expert: calls IndexWriter.prepareCommit
- prepareCommit - Variable in class org.apache.solr.update.CommitUpdateCommand
-
- prepareCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- prepDistributed(ResponseBuilder) - Method in class org.apache.solr.handler.component.HttpShardHandler
-
- prepDistributed(ResponseBuilder) - Method in class org.apache.solr.handler.component.ShardHandler
-
- preRegister(CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
-
- PRESERVE_MULTI - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- PRESERVE_POSITION_INCREMENTS - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
-
Whether position holes should appear in the automaton.
- PRESERVE_SEP - Static variable in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
-
If true
, then a separator between tokens is preserved.
- preSoftCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.UpdateLog
-
- preTearDown() - Method in class org.apache.solr.SolrTestCaseJ4
-
Subclasses that override tearDown can optionally call this method
to log the fact that the tearDown process has started.
- 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.
- prettyPrint(String, int) - Static method in class org.apache.solr.common.cloud.SolrZkClient
-
- prevMap - Variable in class org.apache.solr.update.UpdateLog
-
- prevMap2 - Variable in class org.apache.solr.update.UpdateLog
-
- prevMapLog - Variable in class org.apache.solr.update.UpdateLog
-
- prevMapLog2 - Variable in class org.apache.solr.update.UpdateLog
-
- prevTlog - Variable in class org.apache.solr.update.UpdateLog
-
- PrimitiveFieldType - Class in org.apache.solr.schema
-
Abstract class defining shared behavior for primitive types
Intended to be used as base class for non-analyzed fields like
int, float, string, date etc, and set proper defaults for them
- PrimitiveFieldType() - Constructor for class org.apache.solr.schema.PrimitiveFieldType
-
- PrimUtils - Class in org.apache.solr.util
-
Utilities for primitive Java data types.
- PrimUtils() - Constructor for class org.apache.solr.util.PrimUtils
-
- PrimUtils.IntComparator - Class in org.apache.solr.util
-
- print(char[], int, int, boolean) - Method in class org.apache.solr.internal.csv.CSVPrinter
-
- print(String, boolean) - Method in class org.apache.solr.internal.csv.CSVPrinter
-
Print the string as the next value on the line.
- print(String) - Method in class org.apache.solr.internal.csv.CSVPrinter
-
Print the string as the next value on the line.
- printableUniqueKey(Document) - Method in class org.apache.solr.schema.IndexSchema
-
The printable value of the Unique Key field for
the specified Document
- printClusterStateInfo() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- printClusterStateInfo(String) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- printLayout() - Method in class org.apache.solr.cloud.AbstractDistribZkTestBase
-
- printLayout(String) - Method in class org.apache.solr.cloud.AbstractZkTestCase
-
- printLayout(String, int, StringBuilder) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Fills string with printout of current ZooKeeper layout.
- printLayoutOnTearDown - Variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- printLayoutToStdOut() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Prints current ZooKeeper layout to stdout.
- printLine(String[], CSVStrategy) - Static method in class org.apache.solr.internal.csv.CSVUtils
-
Converts an array of string values into a single CSV line.
- println() - Method in class org.apache.solr.internal.csv.CSVPrinter
-
Output a blank line
- println(String[]) - Method in class org.apache.solr.internal.csv.CSVPrinter
-
Print a single line of comma separated values.
- printlnComment(String) - Method in class org.apache.solr.internal.csv.CSVPrinter
-
Put a comment among the comma separated values.
- printStackTrace(PrintWriter) - Method in exception org.apache.solr.response.SortingResponseWriter.IgnoreException
-
- printStats(SolrQueryRequest) - Method in class org.apache.solr.search.stats.ExactSharedStatsCache
-
- printStats(SolrQueryRequest) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- printStats(SolrQueryRequest) - Method in class org.apache.solr.search.stats.LRUStatsCache
-
- PriorityQueue(int) - Constructor for class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
- PriorityQueue(int, boolean) - Constructor for class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
- process(SolrClient, String) - Method in class org.apache.solr.client.solrj.SolrRequest
-
Send this request to a
SolrClient
and return the response
- process(SolrClient) - Method in class org.apache.solr.client.solrj.SolrRequest
-
Send this request to a
SolrClient
and return the response
- process(WatchedEvent) - Method in class org.apache.solr.cloud.DistributedMap.LatchChildWatcher
-
- process(WatchedEvent) - Method in class org.apache.solr.common.cloud.ConnectionManager
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.AnalyticsComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.DebugComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.ExpandComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.FacetComponent
-
Actually run the query
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.HighlightComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.MoreLikeThisComponent
-
- process(String[]) - Method in class org.apache.solr.handler.component.PivotFacetProcessor
-
Processes all of the specified
FacetParams.FACET_PIVOT
strings, generating
a complete response tree for each pivot.
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryComponent
-
Actually run the query
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.QueryElevationComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.ResponseLogComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.SearchComponent
-
Process the request for this component
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.SpellCheckComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.StatsComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.SuggestComponent
-
Responsible for using the specified suggester to get the suggestions
for the query and write the results
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermsComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.handler.component.TermVectorComponent
-
- process(ResponseBuilder) - Method in class org.apache.solr.search.facet.FacetModule
-
- process() - Method in class org.apache.solr.search.facet.FacetProcessor
-
- process(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.grouping.distributed.responseprocessor.SearchGroupShardResponseProcessor
-
Processes the responses from the specified shardRequest.
- process(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor
-
Processes the responses from the specified shardRequest.
- process(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor
-
Processes the responses from the specified shardRequest.
- process(ResponseBuilder, ShardRequest) - Method in interface org.apache.solr.search.grouping.distributed.ShardResponseProcessor
-
Processes the responses from the specified shardRequest.
- process(SolrInputDocument) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
This is the main, testable process method called from processAdd()
- process(AddUpdateCommand, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.update.processor.SimpleUpdateProcessorFactory
-
This object is reused across requests.
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.uima.processor.UIMAUpdateRequestProcessor
-
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.BufferingRequestProcessor
-
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
-
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
-
Calls mutate
on any fields identified by the selector
before forwarding the command down the chain.
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
-
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
-
- processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
- processBoost(AddUpdateCommand) - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
-
- processCommandLineArgs(Option[], String[]) - Static method in class org.apache.solr.util.SolrCLI
-
Parses the command-line arguments passed by the user.
- processCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.processor.BufferingRequestProcessor
-
- processCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
-
- processCommit(CommitUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
-
- processDelete(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.BufferingRequestProcessor
-
- processDelete(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.DistributedUpdateProcessor
-
- processDelete(DeleteUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
-
- ProcessedFilter() - Constructor for class org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
-
- processEmpty - Variable in class org.apache.solr.search.facet.FacetRequest
-
- processGetUpdates(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- processGetVersions(ResponseBuilder) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- processIds(ResponseBuilder, DocList, IndexSchema, SolrIndexSearcher) - Method in class org.apache.solr.handler.component.ResponseLogComponent
-
- processingInstruction(String, String) - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- processMergeIndexes(MergeIndexesCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
-
- processMessage(ZkNodeProps, String) - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- PROCESSOR - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- processor - Variable in class org.apache.solr.update.processor.UpdateRequestProcessorChain.ProcessorInfo
-
- ProcessorInfo(SolrParams) - Constructor for class org.apache.solr.update.processor.UpdateRequestProcessorChain.ProcessorInfo
-
- processParams(SolrRequestHandler, SolrQueryRequest, SolrParams, SolrParams, SolrParams) - Static method in class org.apache.solr.request.json.RequestUtil
-
Set default-ish params on a SolrQueryRequest as well as do standard macro processing and JSON request parsing.
- processQueryFacets(Filter) - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
Initiates the collecting of query facets
- processRangeFacets(Filter) - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
Initiates the collecting of range facets
- processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.InputStreamResponseParser
-
- processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.InputStreamResponseParser
-
- processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
-
- processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
-
- processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.StreamingBinaryResponseParser
-
- processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.ResponseParser
-
- processResponse(Reader) - Method in class org.apache.solr.client.solrj.ResponseParser
-
- processResult(SolrIndexSearcher.QueryResult, ShardResultTransformer) - Method in class org.apache.solr.search.grouping.CommandHandler
-
- processRollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.processor.BufferingRequestProcessor
-
- processRollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.processor.UpdateRequestProcessor
-
- processScores(ResponseBuilder, DocList, IndexSchema, SolrIndexSearcher) - Method in class org.apache.solr.handler.component.ResponseLogComponent
-
- processStats(SimpleOrderedMap<Object>, DocSet, int) - Method in class org.apache.solr.search.facet.FacetProcessor
-
- processStoredData(Object) - Method in class org.apache.solr.rest.ManagedResource
-
Processes the stored data.
- processSubs(SimpleOrderedMap<Object>, Query, DocSet) - Method in class org.apache.solr.search.facet.FacetProcessor
-
- processSync(ResponseBuilder, int, String) - Method in class org.apache.solr.handler.component.RealTimeGetComponent
-
- PROHIBITED_TERM_FLAG - Static variable in class org.apache.solr.spelling.QueryConverter
-
This term is marked prohibited in the query with the minus sign.
- PROMPT - Static variable in class org.apache.solr.security.AuthorizationResponse
-
- prompt(Scanner, String) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- prompt(Scanner, String, String) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- promptForInt(Scanner, String, String, Integer, Integer, Integer) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- promptForPort(Scanner, int, String, Integer) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- PROP_ALLOW_COMPRESSION - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_BASIC_AUTH_PASS - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_BASIC_AUTH_USER - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_CONNECTION_TIMEOUT - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_FOLLOW_REDIRECTS - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_MAX_CONNECTIONS - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_MAX_CONNECTIONS_PER_HOST - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_SO_TIMEOUT - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- PROP_USE_RETRY - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- properties - Variable in class org.apache.solr.schema.FieldType
-
- PROPERTIES_ATTRIBUTE - Static variable in class org.apache.solr.servlet.SolrDispatchFilter
-
- PROPERTIES_FILE - Static variable in class org.apache.solr.response.VelocityResponseWriter
-
- PROPERTIES_FILENAME - Static variable in class org.apache.solr.core.CorePropertiesLocator
-
- PropertiesInputStream - Class in org.apache.solr.util
-
- PropertiesInputStream(IndexInput) - Constructor for class org.apache.solr.util.PropertiesInputStream
-
- PropertiesOutputStream - Class in org.apache.solr.util
-
- PropertiesOutputStream(IndexOutput) - Constructor for class org.apache.solr.util.PropertiesOutputStream
-
- PropertiesRequestHandler - Class in org.apache.solr.handler.admin
-
- PropertiesRequestHandler() - Constructor for class org.apache.solr.handler.admin.PropertiesRequestHandler
-
- propertiesToMap(Properties) - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
We'll send everything back as Strings as this class has
already converted them.
- PropertiesUtil - Class in org.apache.solr.util
-
Breaking out some utility methods into a separate class as part of SOLR-4196.
- PropertiesUtil() - Constructor for class org.apache.solr.util.PropertiesUtil
-
- PROPERTY_PREFIX - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
Prefix for core property name=value pair
- PROPERTY_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- PROPERTY_VALUE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- PROPERTY_WRITER - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- PropertyWriter - Class in org.apache.solr.handler.dataimport.config
-
- PropertyWriter(String, Map<String, String>) - Constructor for class org.apache.solr.handler.dataimport.config.PropertyWriter
-
- propMap - Variable in class org.apache.solr.common.cloud.ZkNodeProps
-
- provideCapacity(int) - Method in class org.apache.solr.internal.csv.CharBuffer
-
Copies the data into a new array of at least capacity
size.
- proxies - Variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- PS - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
query and init param for Phrase Slop value in phrase
boost query (in pf fields)
- PS2 - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
default phrase slop for bigram phrases (pf2)
- PS3 - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
default phrase slop for bigram phrases (pf3)
- publish(CoreDescriptor, Replica.State) - Method in class org.apache.solr.cloud.ZkController
-
- publish(CoreDescriptor, Replica.State, boolean) - Method in class org.apache.solr.cloud.ZkController
-
- publish(CoreDescriptor, Replica.State, boolean, boolean) - Method in class org.apache.solr.cloud.ZkController
-
Publish core state to overseer.
- publish(LogRecord) - Method in class org.apache.solr.logging.jul.RecordHandler
-
- publishAndWaitForDownStates() - Method in class org.apache.solr.cloud.ZkController
-
- publishCoresAsDown(List<SolrCore>) - Method in class org.apache.solr.core.ZkContainer
-
- publisherThread - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- Pump(String, Socket, Socket) - Constructor for class org.apache.solr.cloud.SocketProxy.Bridge.Pump
-
- PUMP_SOCKET_TIMEOUT_MS - Static variable in class org.apache.solr.cloud.SocketProxy
-
- 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_JSON_FACETS - Static variable in class org.apache.solr.search.facet.FacetModule
-
- PURPOSE_GET_MLT_RESULTS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_GET_STATS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_GET_TERM_DFS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_GET_TERM_STATS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_GET_TERMS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_GET_TOP_GROUPS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_GET_TOP_IDS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_PRIVATE - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_REFINE_FACETS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_REFINE_JSON_FACETS - Static variable in class org.apache.solr.search.facet.FacetModule
-
- PURPOSE_REFINE_PIVOT_FACETS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_REFINE_TOP_IDS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- PURPOSE_SET_TERM_STATS - Static variable in class org.apache.solr.handler.component.ShardRequest
-
- pushBack(Tuple) - Method in class org.apache.solr.client.solrj.io.stream.PushBackStream
-
- PushBackStream - Class in org.apache.solr.client.solrj.io.stream
-
A TupleStream that allows a single Tuple to be pushed back onto the stream after it's been read.
- PushBackStream(TupleStream) - Constructor for class org.apache.solr.client.solrj.io.stream.PushBackStream
-
- put(Object, Object) - Method in class org.apache.solr.client.solrj.io.stream.StreamContext
-
- put(Object, Object) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- put(String, byte[]) - Method in class org.apache.solr.cloud.DistributedMap
-
- put(String, byte[], long) - Method in class org.apache.solr.cloud.DistributedMap
-
Offer the data and wait for the response
- put(String, byte[]) - Method in class org.apache.solr.cloud.SizeLimitedDistributedMap
-
- put(String, Object) - Method in class org.apache.solr.common.SolrDocument
-
- put(String, SolrInputField) - Method in class org.apache.solr.common.SolrInputDocument
-
- put(K, V) - Method in interface org.apache.solr.common.util.Cache
-
- 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(String, T) - Method in class org.apache.solr.core.PluginBag
-
register a plugin by a name
- put(Representation) - Method in interface org.apache.solr.rest.PUTable
-
- put(Representation) - Method in class org.apache.solr.rest.RestManager.ManagedEndpoint
-
- put(Representation) - Method in class org.apache.solr.rest.schema.DynamicFieldResource
-
Accepts JSON add dynamic field request
- put(Representation) - Method in class org.apache.solr.rest.schema.FieldResource
-
Accepts JSON add field request, to URL
- put(Representation) - Method in class org.apache.solr.rest.schema.FieldTypeResource
-
Accepts JSON add fieldtype request, to URL
- put(K, V) - Method in class org.apache.solr.search.FastLRUCache
-
- put(K, V) - Method in class org.apache.solr.search.LFUCache
-
- put(K, V) - Method in class org.apache.solr.search.LRUCache
-
- put(K, V) - Method in interface org.apache.solr.search.SolrCache
-
:TODO: copy from Map
- put(K, V) - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- put(K, V) - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- put(String, String) - Method in class org.apache.solr.util.RestTestHarness
-
Processes a PUT request using a URL path (with no context path) + optional query params,
e.g.
- PUTable - Interface in org.apache.solr.rest
-
Marker interface for resource classes that handle PUT requests.
- putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.solr.common.SolrDocument
-
- putAll(Map<? extends String, ? extends SolrInputField>) - Method in class org.apache.solr.common.SolrInputDocument
-
- putBuffer(byte[]) - Method in class org.apache.solr.store.blockcache.BufferStore
-
- putBuffer(byte[]) - Method in interface org.apache.solr.store.blockcache.Store
-
- putConfig(String, SolrZkClient, File, String) - Static method in class org.apache.solr.cloud.AbstractZkTestCase
-
- putConfig(String, SolrZkClient, File, String, String) - Static method in class org.apache.solr.cloud.AbstractZkTestCase
-
- PythonResponseWriter - Class in org.apache.solr.response
-
- PythonResponseWriter() - Constructor for class org.apache.solr.response.PythonResponseWriter
-
- r - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- radius - Variable in class org.apache.solr.search.SpatialOptions
-
- ramBufferSizeMB - Variable in class org.apache.solr.update.SolrIndexConfig
-
- ramBytesUsed() - Method in class org.apache.solr.handler.component.SuggestComponent
-
- ramBytesUsed() - Method in class org.apache.solr.search.BitDocSet
-
- ramBytesUsed() - Method in class org.apache.solr.search.DocSlice
-
WARNING: this can over-estimate real memory use since backing arrays are shared with other DocSlice instances
- ramBytesUsed() - Method in class org.apache.solr.search.HashDocSet
-
- ramBytesUsed() - Method in class org.apache.solr.search.LRUCache
-
- ramBytesUsed() - Method in class org.apache.solr.search.SortedIntDocSet
-
- ramBytesUsed() - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
- RAMDirectoryFactory - Class in org.apache.solr.core
-
Factory to instantiate RAMDirectory
- RAMDirectoryFactory() - Constructor for class org.apache.solr.core.RAMDirectoryFactory
-
- rand(T...) - Static method in class org.apache.solr.SolrTestCaseHS
-
- RandDate() - Constructor for class org.apache.solr.BaseDistributedSearchTestCase.RandDate
-
- randomConnectionLoss() - Method in class org.apache.solr.cloud.ChaosMonkey
-
- randomDate() - Static method in class org.apache.solr.SolrTestCaseJ4
-
Returns a randomly generated Date in the appropriate Solr external (input) format
- randomlyEnableAutoSoftCommit() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- RandomMergePolicy - Class in org.apache.solr.util
-
A MergePolicy
with a no-arg constructor that proxies to a
wrapped instance retrieved from LuceneTestCase.newMergePolicy(java.util.Random)
.
- RandomMergePolicy() - Constructor for class org.apache.solr.util.RandomMergePolicy
-
- randomSkewedDate() - Static method in class org.apache.solr.SolrTestCaseJ4
-
Returns a Date such that all results from this method always have the same values for
year+month+day+hour+minute but the seconds are randomized.
- RandomSortField - Class in org.apache.solr.schema
-
Utility Field used for random sorting.
- RandomSortField() - Constructor for class org.apache.solr.schema.RandomSortField
-
- RandomSortField.RandomValueSource - Class in org.apache.solr.schema
-
- RandomValueSource(String) - Constructor for class org.apache.solr.schema.RandomSortField.RandomValueSource
-
- randomXmlUsableUnicodeString() - Static method in class org.apache.solr.SolrTestCaseJ4
-
We want "realistic" unicode strings beyond simple ascii, but because our
updates use XML we need to ensure we don't get "special" code block.
- RandVal() - Constructor for class org.apache.solr.BaseDistributedSearchTestCase.RandVal
-
- randVals - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- Range(int, int) - Constructor for class org.apache.solr.common.cloud.DocRouter.Range
-
- RANGE - Static variable in class org.apache.solr.common.cloud.Slice
-
- RANGE - Static variable in class org.apache.solr.handler.component.PivotFacetProcessor
-
- Range - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
Lexical state.
- RANGE_FACET - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- RANGE_FACET - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- RANGE_GOOP - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RANGE_QUOTED - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RANGE_TO - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- rangeCount(SimpleFacets.ParsedParams, SchemaField, Date, Date, boolean, boolean) - Method in class org.apache.solr.handler.component.DateFacetProcessor
-
- rangeCount(DocSet, RangeFacetRequest, RangeFacetRequest.FacetRange) - Method in class org.apache.solr.handler.component.RangeFacetProcessor
-
Macro for getting the numDocs of range over docs
- RangeEndpointCalculator<T extends Comparable<T>> - Class in org.apache.solr.analytics.util
-
- RangeEndpointCalculator(RangeFacetRequest) - Constructor for class org.apache.solr.analytics.util.RangeEndpointCalculator
-
- RangeEndpointCalculator.DateRangeEndpointCalculator - Class in org.apache.solr.analytics.util
-
- RangeEndpointCalculator.DoubleRangeEndpointCalculator - Class in org.apache.solr.analytics.util
-
- RangeEndpointCalculator.FacetRange - Class in org.apache.solr.analytics.util
-
- RangeEndpointCalculator.FloatRangeEndpointCalculator - Class in org.apache.solr.analytics.util
-
- RangeEndpointCalculator.IntegerRangeEndpointCalculator - Class in org.apache.solr.analytics.util
-
- RangeEndpointCalculator.LongRangeEndpointCalculator - Class in org.apache.solr.analytics.util
-
- RANGEEX_END - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RANGEEX_START - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RangeFacet<B,G> - Class in org.apache.solr.client.solrj.response
-
Represents a range facet result
- RangeFacet(String, B, B, G, Number, Number, Number) - Constructor for class org.apache.solr.client.solrj.response.RangeFacet
-
- RangeFacet.Count - Class in org.apache.solr.client.solrj.response
-
- RangeFacet.Date - Class in org.apache.solr.client.solrj.response
-
- RangeFacet.Numeric - Class in org.apache.solr.client.solrj.response
-
- RangeFacetAccumulator - Class in org.apache.solr.analytics.accumulator.facet
-
An Accumulator that manages a certain range of a given range facet.
- RangeFacetAccumulator(FacetValueAccumulator, String, String) - Constructor for class org.apache.solr.analytics.accumulator.facet.RangeFacetAccumulator
-
- rangeFacetCollectors - Variable in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- rangeFacetExpressions - Variable in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- rangeFacetParamPattern - Static variable in class org.apache.solr.analytics.request.AnalyticsRequestFactory
-
- rangeFacetPattern - Static variable in class org.apache.solr.analytics.request.AnalyticsRequestFactory
-
- RangeFacetProcessor - Class in org.apache.solr.handler.component
-
Processor for Range Facets
- RangeFacetProcessor(SolrQueryRequest, DocSet, SolrParams, ResponseBuilder) - Constructor for class org.apache.solr.handler.component.RangeFacetProcessor
-
- RangeFacetRequest - Class in org.apache.solr.analytics.request
-
Contains all of the specifications for a range facet.
- RangeFacetRequest(SchemaField) - Constructor for class org.apache.solr.analytics.request.RangeFacetRequest
-
- RangeFacetRequest(SchemaField, String, String, String[]) - Constructor for class org.apache.solr.analytics.request.RangeFacetRequest
-
- RangeFacetRequest - Class in org.apache.solr.handler.component
-
Encapsulates a single facet.range request along with all its parameters.
- RangeFacetRequest(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.RangeFacetRequest
-
- RangeFacetRequest.FacetRange - Class in org.apache.solr.handler.component
-
Represents a single facet range (or gap) for which the count is to be calculated
- rangeFacets - Variable in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- rangeFacets - Variable in class org.apache.solr.handler.component.FacetComponent.FacetInfo
-
- RANGEIN_END - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RANGEIN_START - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- ranges - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- RANGES - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
The hash ranges to be used to split a shard or an index
- ranges - Variable in class org.apache.solr.update.SplitIndexCommand
-
- rank - Variable in class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
-
- RankedSpellPossibility() - Constructor for class org.apache.solr.spelling.PossibilityIterator.RankedSpellPossibility
-
- RankQuery - Class in org.apache.solr.search
-
Note: This API is experimental and may change in non backward-compatible ways in the future
- RankQuery() - Constructor for class org.apache.solr.search.RankQuery
-
- RankStream - Class in org.apache.solr.client.solrj.io.stream
-
Iterates over a TupleStream and Ranks the topN tuples based on a Comparator.
- RankStream(TupleStream, int, Comparator<Tuple>) - Constructor for class org.apache.solr.client.solrj.io.stream.RankStream
-
- RankStream(StreamExpression, StreamFactory) - Constructor for class org.apache.solr.client.solrj.io.stream.RankStream
-
- rates - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- ratesFileLocation - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- raw - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- RAW - Static variable in class org.apache.solr.servlet.SolrRequestParsers
-
- rawField - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- RawQParserPlugin - Class in org.apache.solr.search
-
Create a term query from the input value without any text analysis or transformation whatsoever.
- RawQParserPlugin() - Constructor for class org.apache.solr.search.RawQParserPlugin
-
- RawResponseWriter - Class in org.apache.solr.response
-
Writes a ContentStream directly to the output.
- RawResponseWriter() - Constructor for class org.apache.solr.response.RawResponseWriter
-
- RawValueTransformerFactory - Class in org.apache.solr.response.transform
-
- RawValueTransformerFactory() - Constructor for class org.apache.solr.response.transform.RawValueTransformerFactory
-
- RawValueTransformerFactory(String) - Constructor for class org.apache.solr.response.transform.RawValueTransformerFactory
-
- RawValueTransformerFactory.WriteableStringValue - Class in org.apache.solr.response.transform
-
- rb - Variable in class org.apache.solr.handler.component.ShardRequest
-
- rb - Variable in class org.apache.solr.request.SimpleFacets
-
- rb - Variable in class org.apache.solr.request.SolrRequestInfo
-
- rdate - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- rdouble - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- read(String) - Method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.MergeStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.PushBackStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.RankStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.ReducerStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.SolrStream
-
Reads a Tuple from the stream.
- read() - Method in class org.apache.solr.client.solrj.io.stream.TupleStream
-
- read() - Method in class org.apache.solr.client.solrj.io.stream.UniqueStream
-
- read(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- read(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- read() - Method in class org.apache.solr.common.util.FastInputStream
-
- read(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
-
- read() - Method in class org.apache.solr.util.PropertiesInputStream
-
- READ_TIMEOUT - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
-
- READ_TIMEOUT_FIELD_NAME - Static variable in class org.apache.solr.handler.dataimport.URLDataSource
-
- readableSize(long) - Static method in class org.apache.solr.util.NumberUtils
-
- readableToIndexed(String) - Method in class org.apache.solr.schema.EnumField
-
Given the readable value, return the term value that will match it.
- readableToIndexed(CharSequence, BytesRefBuilder) - Method in class org.apache.solr.schema.EnumField
-
Given the readable value, return the term value that will match it.
- readableToIndexed(String) - Method in class org.apache.solr.schema.FieldType
-
Given the readable value, return the term value that will match it.
- readableToIndexed(CharSequence, BytesRefBuilder) - 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.TrieField
-
- readableToIndexed(CharSequence, BytesRefBuilder) - Method in class org.apache.solr.schema.TrieField
-
- readArray(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- readArray(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readBoolean() - Method in class org.apache.solr.common.util.FastInputStream
-
- readByte() - Method in class org.apache.solr.common.util.FastInputStream
-
- readByte() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readByte() - Method in class org.apache.solr.store.hdfs.HdfsFileReader
-
This method should never be used!
- readByteArray(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readBytes(byte[], int, int) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readBytes(byte[], int, int, boolean) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readBytes(byte[], int, int) - Method in class org.apache.solr.store.hdfs.HdfsFileReader
-
- readChar() - Method in class org.apache.solr.common.util.FastInputStream
-
- readChar() - Method in interface org.apache.solr.parser.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class org.apache.solr.parser.FastCharStream
-
- readCommands(Iterable<ContentStream>, SolrQueryResponse) - Static method in class org.apache.solr.util.CommandOperation
-
- readConfigName(String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Returns config set name for collection.
- readDoc(XMLStreamReader) - Method in class org.apache.solr.handler.loader.XMLLoader
-
Given the input stream, read a document
- readDocs(Document[], DocList) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Takes a list of docs (the doc ids actually), and reads them into an array
of Documents.
- readDocs(Document[], DocList, Set<String>) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Takes a list of docs (the doc ids actually) and a set of fields to load,
and reads them into an array of Documents.
- readDocs(DocList) - Method in class org.apache.solr.search.SolrIndexSearcher
-
Takes a list of docs (the doc ids actually), and returns an array
of Documents containing all of the stored fields.
- readDocument(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- readDocuments(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- readDouble() - Method in class org.apache.solr.common.util.FastInputStream
-
- readEnumFieldValue(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- reader - Variable in class org.apache.solr.cloud.overseer.ZkStateWriter
-
- reader - Variable in class org.apache.solr.spelling.IndexBasedSpellChecker
-
- reader - Variable in class org.apache.solr.spelling.SpellingOptions
-
An optional IndexReader
- reader - Variable in class org.apache.solr.spelling.suggest.Suggester
-
- readers - Variable in class org.apache.solr.update.MergeIndexesCommand
-
- readExternString(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readExternString(DataInputInputStream) - Method in class org.apache.solr.update.TransactionLog.LogCodec
-
- readExtraArgs(String[]) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- readFloat() - Method in class org.apache.solr.common.util.FastInputStream
-
- readFromResourceLoader(SolrResourceLoader, String) - Static method in class org.apache.solr.core.ConfigSetProperties
-
Return the properties associated with the ConfigSet (e.g. immutable)
- readFromResourceLoader(SolrResourceLoader, String) - Static method in class org.apache.solr.core.SolrConfig
-
- readFromStream - Variable in class org.apache.solr.common.util.FastInputStream
-
- readFromXml(Document) - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- readFully(byte[]) - Method in class org.apache.solr.common.util.FastInputStream
-
- readFully(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
-
- readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.DIHProperties
-
- readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- readIndexerProperties() - Method in class org.apache.solr.handler.dataimport.ZKPropertiesWriter
-
- readInt() - Method in class org.apache.solr.common.util.FastInputStream
-
- readInt() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readInternal(byte[], int, int) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
Expert: implements buffer refill.
- readIterator(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readLine() - Method in class org.apache.solr.common.util.FastInputStream
-
- readLong() - Method in class org.apache.solr.common.util.FastInputStream
-
- readLong() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readMap(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readMapEntry(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readNamedList(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- readNamedList(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- ReadOnlyCoresLocator - Class in org.apache.solr.util
-
- ReadOnlyCoresLocator() - Constructor for class org.apache.solr.util.ReadOnlyCoresLocator
-
- readOrderedMap(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readPivots(List<NamedList>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- readPluginInfos(String, boolean, boolean) - Method in class org.apache.solr.core.SolrConfig
-
- readRow(Map<String, Object>, String) - Method in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- readSchema(InputSource) - Method in class org.apache.solr.schema.IndexSchema
-
- readShort() - Method in class org.apache.solr.common.util.FastInputStream
-
- readSize(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readSmallInt(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readSmallLong(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readSolrDocument(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readSolrDocumentList(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readSolrInputDocument(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readSolrUIMAConfiguration() - Method in class org.apache.solr.uima.processor.SolrUIMAConfigurationReader
-
- readStr(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readStr(DataInputInputStream, JavaBinCodec.StringCache) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readUnsignedByte() - Method in class org.apache.solr.common.util.FastInputStream
-
- readUnsignedShort() - Method in class org.apache.solr.common.util.FastInputStream
-
- readUTF() - Method in class org.apache.solr.common.util.FastInputStream
-
- readVal(DataInputInputStream) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- readVInt(DataInputInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
-
- readVInt() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readVLong(DataInputInputStream) - Static method in class org.apache.solr.common.util.JavaBinCodec
-
- readVLong() - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- readWrappedStream(byte[], int, int) - Method in class org.apache.solr.common.util.FastInputStream
-
- RealTimeGetComponent - Class in org.apache.solr.handler.component
-
- RealTimeGetComponent() - Constructor for class org.apache.solr.handler.component.RealTimeGetComponent
-
- RealTimeGetHandler - Class in org.apache.solr.handler
-
- RealTimeGetHandler() - Constructor for class org.apache.solr.handler.RealTimeGetHandler
-
- rebuildUserQuery(List<ExtendedDismaxQParser.Clause>, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Generates a query string from the raw clauses, uppercasing
'and' and 'or' as needed.
- receiveGlobalStats(SolrQueryRequest) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- receiveGlobalStats(SolrQueryRequest) - Method in class org.apache.solr.search.stats.LocalStatsCache
-
- receiveGlobalStats(SolrQueryRequest) - Method in class org.apache.solr.search.stats.StatsCache
-
Receive global stats data from the master and update a local cache of stats
with this global data.
- RecentUpdates() - Constructor for class org.apache.solr.update.UpdateLog.RecentUpdates
-
- RECIP_DISTANCE - Static variable in class org.apache.solr.schema.AbstractSpatialFieldType
-
- reconfigureHttpClient(HttpClientConfigurer) - Method in class org.apache.solr.handler.component.HttpShardHandlerFactory
-
For an already created internal httpclient, this can be used to configure it
again.
- reconfigureHttpClient(HttpClientConfigurer) - Method in class org.apache.solr.update.UpdateShardHandler
-
- reconnect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.DefaultConnectionStrategy
-
- reconnect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
- recordCount - Variable in class org.apache.solr.store.blockcache.Metrics
-
- RecordHandler - Class in org.apache.solr.logging.jul
-
- RecordHandler(LogWatcher<LogRecord>) - Constructor for class org.apache.solr.logging.jul.RecordHandler
-
- RecordingJSONParser - Class in org.apache.solr.util
-
- RecordingJSONParser(Reader) - Constructor for class org.apache.solr.util.RecordingJSONParser
-
- recordReads - Variable in class org.apache.solr.store.blockcache.Metrics
-
- recordWrites - Variable in class org.apache.solr.store.blockcache.Metrics
-
- RECOVER_LEASE_SUCCESS_COUNT - Static variable in class org.apache.solr.util.FSHDFSUtils
-
- recovered() - Method in interface org.apache.solr.cloud.RecoveryStrategy.RecoveryListener
-
- recovered() - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- recoverFileLease(FileSystem, Path, Configuration, FSHDFSUtils.CallerInfo) - Static method in class org.apache.solr.util.FSHDFSUtils
-
Recover the lease from HDFS, retrying multiple times.
- recoverFromLog() - Method in class org.apache.solr.update.UpdateLog
-
- recoveryInfo - Variable in class org.apache.solr.update.UpdateLog
-
- RecoveryInfo() - Constructor for class org.apache.solr.update.UpdateLog.RecoveryInfo
-
- RecoveryStrategy - Class in org.apache.solr.cloud
-
- RecoveryStrategy(CoreContainer, CoreDescriptor, RecoveryStrategy.RecoveryListener) - Constructor for class org.apache.solr.cloud.RecoveryStrategy
-
- RecoveryStrategy.RecoveryListener - Interface in org.apache.solr.cloud
-
- recurseCount - Variable in class org.apache.solr.search.QParser
-
- recursive - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
The recursive given in data-config.
- RECURSIVE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- RedirectServlet - Class in org.apache.solr.servlet
-
A Simple redirection servlet to help us deprecate old UI elements
- RedirectServlet() - Constructor for class org.apache.solr.servlet.RedirectServlet
-
- ReducerStream - Class in org.apache.solr.client.solrj.io.stream
-
Iterates over a TupleStream and buffers Tuples that are equal based on a comparator.
- ReducerStream(TupleStream, Comparator<Tuple>) - Constructor for class org.apache.solr.client.solrj.io.stream.ReducerStream
-
- ReducerStream(StreamExpression, StreamFactory) - Constructor for class org.apache.solr.client.solrj.io.stream.ReducerStream
-
- refCnt - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
-
- refcount - Variable in class org.apache.solr.util.RefCounted
-
- RefCounted<Type> - Class in org.apache.solr.util
-
Keep track of a reference count on a resource and close it when
the count hits zero.
- RefCounted(Type) - Constructor for class org.apache.solr.util.RefCounted
-
- refill() - Method in class org.apache.solr.common.util.FastInputStream
-
- REFINE_PARAM - Static variable in class org.apache.solr.handler.component.PivotFacet
-
Local param used to indicate that refinements are required on a pivot.
- reflectWith(AttributeReflector) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
-
- refreshAnalyzers() - Method in class org.apache.solr.schema.IndexSchema
-
This will re-create the Analyzers.
- refreshCache(IndexReader) - Method in class org.apache.solr.search.function.FileFloatSource
-
Refresh the cache for an IndexReader.
- refreshIntervalSeconds - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- refreshRequestParams() - Method in class org.apache.solr.core.SolrConfig
-
- refreshSchemaFromZk(int) - Method in class org.apache.solr.schema.ZkIndexSchemaReader
-
- regenerateItem(SolrIndexSearcher, SolrCache, SolrCache, Object, Object) - Method in interface org.apache.solr.search.CacheRegenerator
-
Regenerate an old cache item and insert it into newCache
- regenerateItem(SolrIndexSearcher, SolrCache, SolrCache, Object, Object) - Method in class org.apache.solr.search.NoOpRegenerator
-
- regenerateItem(SolrIndexSearcher, SolrCache, SolrCache, Object, Object) - Method in class org.apache.solr.util.SolrPluginUtils.IdentityRegenerator
-
- regenerator - Variable in class org.apache.solr.search.SolrCacheBase
-
- REGEX - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- REGEX - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
-
- regex - Variable in class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern
-
- RegexFileFilter - Class in org.apache.solr.util
-
Accepts any file whose name matches the pattern
- RegexFileFilter(String) - Constructor for class org.apache.solr.util.RegexFileFilter
-
- RegexFileFilter(Pattern) - Constructor for class org.apache.solr.util.RegexFileFilter
-
- RegexFragmenter - Class in org.apache.solr.highlight
-
Fragmenter
that tries to produce snippets that "look" like a regular
expression.
- RegexFragmenter() - Constructor for class org.apache.solr.highlight.RegexFragmenter
-
- RegexpBoostProcessor - Class in org.apache.solr.update.processor
-
A processor which will match content of "inputField" against regular expressions
found in "boostFilename", and if it matches will return the corresponding boost
value from the file and output this to "boostField" as a double value.
- RegexpBoostProcessorFactory - Class in org.apache.solr.update.processor
-
Factory which creates RegexBoostProcessors
The factory initializes a shared object cache which is passed to the processor
and this way reduces rules file parsing to the first time the UpdateChain
is initialized.
- RegexpBoostProcessorFactory() - Constructor for class org.apache.solr.update.processor.RegexpBoostProcessorFactory
-
- REGEXPTERM - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RegexReplaceProcessorFactory - Class in org.apache.solr.update.processor
-
An updated processor that applies a configured regex to any
CharSequence values found in the selected fields, and replaces
any matches with the configured replacement string.
- RegexReplaceProcessorFactory() - Constructor for class org.apache.solr.update.processor.RegexReplaceProcessorFactory
-
- RegexRulesPasswordProvider - Class in org.apache.solr.handler.extraction
-
Password provider for Extracting request handler which finds correct
password based on file name matching against a list of regular expressions.
- RegexRulesPasswordProvider() - Constructor for class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
- RegexTransformer - Class in org.apache.solr.handler.dataimport
-
A
Transformer
implementation which uses Regular Expressions to extract, split
and replace data in fields.
- RegexTransformer() - Constructor for class org.apache.solr.handler.dataimport.RegexTransformer
-
- register(String, CoreDescriptor) - Method in class org.apache.solr.cloud.ZkController
-
Register shard with ZooKeeper.
- register(String, CoreDescriptor, boolean, boolean) - Method in class org.apache.solr.cloud.ZkController
-
Register shard with ZooKeeper.
- register(String, SolrRequestHandler) - Method in class org.apache.solr.core.RequestHandlers
-
Handlers must be initialized before calling this function.
- register(String, FieldType) - Method in class org.apache.solr.schema.FieldTypePluginLoader
-
- register() - Method in class org.apache.solr.search.SolrIndexSearcher
-
Register sub-objects such as caches
- register(String, T) - Method in class org.apache.solr.util.plugin.AbstractPluginLoader
-
Register a plugin with a given name.
- register(String, T) - Method in class org.apache.solr.util.plugin.MapPluginLoader
-
- register(String, T) - Method in class org.apache.solr.util.plugin.NamedListPluginLoader
-
- registerCommitCallback(SolrEventListener) - Method in class org.apache.solr.update.UpdateHandler
-
NOTE: this function is not thread safe.
- registerConfListenerForCore(String, SolrCore, Runnable) - Method in class org.apache.solr.cloud.ZkController
-
This will give a callback to the listener whenever a child is modified in the
conf directory.
- registerCopyField(String, String) - Method in class org.apache.solr.schema.IndexSchema
-
- registerCopyField(String, String, int) - Method in class org.apache.solr.schema.IndexSchema
-
NOTE: this function is not thread safe.
- registerCore(String, SolrCore, boolean) - Method in class org.apache.solr.core.CoreContainer
-
- registerDirectory(HdfsDirectory) - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
Add a directory for block locality reporting.
- registerDynamicFields(SchemaField...) - Method in class org.apache.solr.schema.IndexSchema
-
Register one or more new Dynamic Fields with the Schema.
- registerExplicitSrcAndDestFields(String, int, SchemaField, SchemaField) - Method in class org.apache.solr.schema.IndexSchema
-
- registerFirstSearcherListener(SolrEventListener) - Method in class org.apache.solr.core.SolrCore
-
NOTE: this function is not thread safe.
- registerInfoBean(String, SolrInfoMBean) - Method in class org.apache.solr.core.SolrCore
-
- registerInZk(SolrCore, boolean) - Method in class org.apache.solr.core.ZkContainer
-
- registerListener(ListenerConfig) - Method in class org.apache.solr.logging.jul.JulWatcher
-
- registerListener(ListenerConfig) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- registerListener(ListenerConfig) - Method in class org.apache.solr.logging.LogWatcher
-
- registerManagedResource(String, Class<? extends ManagedResource>, ManagedResourceObserver) - Method in class org.apache.solr.rest.RestManager.Registry
-
Register the need to use a ManagedResource; this method is typically called
by a Solr component during core initialization to register itself as an
observer of a specific type of ManagedResource.
- registerNewSearcherListener(SolrEventListener) - Method in class org.apache.solr.core.SolrCore
-
NOTE: this function is not thread safe.
- registerOptimizeCallback(SolrEventListener) - Method in class org.apache.solr.update.UpdateHandler
-
NOTE: this function is not thread safe.
- registerRequestHandler(String, SolrRequestHandler) - Method in class org.apache.solr.core.SolrCore
-
Registers a handler at the specified location.
- registerResponseWriter(String, QueryResponseWriter) - Method in class org.apache.solr.core.SolrCore
-
NOTE: this function is not thread safe.
- registerSoftCommitCallback(SolrEventListener) - Method in class org.apache.solr.update.UpdateHandler
-
NOTE: this function is not thread safe.
- registry - Variable in class org.apache.solr.rest.RestManager
-
- Registry() - Constructor for class org.apache.solr.rest.RestManager.Registry
-
- ReInit(CharStream) - Method in class org.apache.solr.parser.QueryParser
-
Reinitialise.
- ReInit(QueryParserTokenManager) - Method in class org.apache.solr.parser.QueryParser
-
Reinitialise.
- ReInit(CharStream) - Method in class org.apache.solr.parser.QueryParserTokenManager
-
Reinitialise parser.
- ReInit(CharStream, int) - Method in class org.apache.solr.parser.QueryParserTokenManager
-
Reinitialise parser.
- ReInit(CharStream) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
- reject(Thread) - Method in class org.apache.solr.SolrIgnoredThreadsFilter
-
- reject(Thread) - Method in class org.apache.solr.util.BadHdfsThreadsFilter
-
- reject(Thread) - Method in class org.apache.solr.util.BadMrClusterThreadsFilter
-
- reject(Thread) - Method in class org.apache.solr.util.BadZookeeperThreadsFilter
-
- REJOIN_AT_HEAD_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- rejoinOverseerElection(String, boolean) - Method in class org.apache.solr.cloud.ZkController
-
- rejoinShardLeaderElection(SolrParams) - Method in class org.apache.solr.cloud.ZkController
-
- release(Object) - Static method in class org.apache.solr.common.util.ObjectReleaseTracker
-
- release(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- release(Directory) - Method in class org.apache.solr.core.DirectoryFactory
-
Releases the Directory so that it may be closed when it is no longer
referenced.
- release(BlockCacheKey) - Method in class org.apache.solr.store.blockcache.BlockCache
-
- release() - Method in class org.apache.solr.util.AdjustableSemaphore
-
- release(int) - Method in class org.apache.solr.util.AdjustableSemaphore
-
- releaseCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
Release a previously saved commit point
- releaseResources() - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
-
- releaseResources() - Method in interface org.apache.solr.store.blockcache.Cache
-
Release any resources associated with the cache.
- Reload() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.Reload
-
- reload(String) - Method in class org.apache.solr.core.CoreContainer
-
Recreates a SolrCore.
- reload(ConfigSet) - Method in class org.apache.solr.core.SolrCore
-
- reload() - Method in interface org.apache.solr.schema.ExchangeRateProvider
-
Ask the currency provider to explicitly reload/refresh its configuration.
- reload() - Method in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.ConjunctionSolrSpellChecker
-
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.IndexBasedSpellChecker
-
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.SolrSpellChecker
-
Reloads the index.
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.SolrSuggester
-
Reloads the underlying Lucene Suggester
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.suggest.Suggester
-
- reload(SolrCore, SolrIndexSearcher) - Method in class org.apache.solr.spelling.WordBreakSolrSpellChecker
-
- reload() - Method in class org.apache.solr.update.VersionInfo
-
- reload() - Method in class org.apache.solr.util.BaseTestHarness
-
Reloads the core
- reload() - Method in class org.apache.solr.util.RestTestHarness
-
Reloads the first core listed in the response to the core admin handler STATUS command
- reload() - Method in class org.apache.solr.util.TestHarness
-
- RELOAD_CONF_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
-
- ReloadCacheRequestHandler() - Constructor for class org.apache.solr.search.function.FileFloatSource.ReloadCacheRequestHandler
-
- reloadCore(String, SolrClient) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- reloadFromStorage() - Method in class org.apache.solr.rest.ManagedResource
-
Invoked when this object determines it needs to reload the stored data.
- RemoteCallback - Interface in org.apache.solr.cloud.rule
-
- remoteCallback(SnitchContext, Map<String, Object>) - Method in interface org.apache.solr.cloud.rule.RemoteCallback
-
- remoteCallback(SnitchContext, Map<String, Object>) - Method in class org.apache.solr.cloud.rule.SnitchContext
-
- RemoteSolrException(String, int, String, Throwable) - Constructor for exception org.apache.solr.client.solrj.impl.HttpSolrClient.RemoteSolrException
-
- remove(String) - Method in class org.apache.solr.cloud.DistributedMap
-
- remove() - Method in class org.apache.solr.cloud.DistributedQueue
-
Attempts to remove the head of the queue and return it.
- remove(DistributedQueue.QueueEvent) - Method in class org.apache.solr.cloud.DistributedQueue
-
Remove the event and save the response into the other path.
- remove(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
remove a field at the given name
- remove(String, String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
remove the given value for the given name
- remove(Object) - Method in class org.apache.solr.common.SolrDocument
-
- remove(Object) - Method in class org.apache.solr.common.SolrInputDocument
-
- remove(K) - Method in interface org.apache.solr.common.util.Cache
-
- remove() - Method in class org.apache.solr.common.util.IteratorChain
-
Deprecated.
- remove(int) - Method in class org.apache.solr.common.util.NamedList
-
Removes the name/value pair at the specified index.
- remove(String) - Method in class org.apache.solr.common.util.NamedList
-
NOTE: this runs in linear time (it scans starting at the
beginning of the list until it finds the first pair with
the specified name).
- remove(String) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- remove(Directory) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- remove(String, boolean) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- remove(Directory, boolean) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- remove(Directory) - Method in class org.apache.solr.core.DirectoryFactory
-
Removes the Directory's persistent storage.
- remove(Directory, boolean) - Method in class org.apache.solr.core.DirectoryFactory
-
Removes the Directory's persistent storage.
- remove(String, boolean) - Method in class org.apache.solr.core.DirectoryFactory
-
This remove is special in that it may be called even after
the factory has been closed.
- remove(String) - Method in class org.apache.solr.core.DirectoryFactory
-
This remove is special in that it may be called even after
the factory has been closed.
- remove(Directory) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
-
- remove(String) - Method in class org.apache.solr.core.EphemeralDirectoryFactory
-
- remove(Object) - Method in class org.apache.solr.core.JmxMonitoredMap
-
Removes the SolrInfoMBean object at the given key and unregisters it from
MBeanServer
- remove() - Method in class org.apache.solr.response.DocsStreamer
-
- remove() - Method in class org.apache.solr.spelling.PossibilityIterator
-
- remove(K) - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- remove(K) - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- remove(Object) - Method in class org.apache.solr.util.MapListener
-
- removeAction() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
Remove the action parameter from this request.
- removeAll(String) - Method in class org.apache.solr.common.util.NamedList
-
Removes and returns all values for the specified name.
- removeAllRefinementsForShard(int) - Method in class org.apache.solr.handler.component.PivotFacet
-
Clears the list of queued refinements for the specified shard
- RemoveBlankFieldUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Removes any values found which are CharSequence with a length of 0.
- RemoveBlankFieldUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.RemoveBlankFieldUpdateProcessorFactory
-
- removeBooleanArg(String) - Method in class org.apache.solr.common.util.NamedList
-
Used for getting a boolean argument from a NamedList object.
- removeCloseHook(Closeable) - Method in class org.apache.solr.search.QueryContext
-
- removeConfigArgs(String) - Method in class org.apache.solr.common.util.NamedList
-
Used for getting one or many arguments from NamedList objects that hold
configuration parameters.
- removeConfListener(Runnable) - Method in class org.apache.solr.core.SolrCore
-
Remove a listener
- removeDirectory(CachingDirectoryFactory.CacheValue) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- removeDirectory(CachingDirectoryFactory.CacheValue) - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- removeDirectory(CachingDirectoryFactory.CacheValue) - Method in class org.apache.solr.core.StandardDirectoryFactory
-
- removeEntries - Variable in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
-
- removeEntries - Variable in class org.apache.solr.core.CachingDirectoryFactory
-
- removeFacetField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
remove a facet field
- removeFacetQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
remove a facet query
- removeFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
Remove the field facet info
- removeField(String) - Method in class org.apache.solr.common.SolrInputDocument
-
Remove a field from the document
- removeFields(String) - Method in class org.apache.solr.common.SolrDocument
-
Remove all fields with the name
- removeFilterQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- removeHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
remove a field for highlighting
- removeHttpHeader(String) - Method in class org.apache.solr.response.SolrQueryResponse
-
Removes a previously added header with the given name (only
the first one if multiple are present for the same name)
NOTE: this runs in linear time (it scans starting at the
beginning of the list until it finds the first pair with
the specified name).
- removeHttpHeaders(String) - Method in class org.apache.solr.response.SolrQueryResponse
-
Removes all previously added headers with the given name.
- removeIntervalFacets(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Remove all Interval Facets on a field
- removeNamespace(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
-
- removeNulls(Map.Entry<String, T>[], NamedList<T>) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Adds to dest
all the not-null elements of entries
that have non-null names
- removeReplica(ClusterState, ZkNodeProps) - Method in class org.apache.solr.cloud.overseer.SliceMutator
-
- removeReplicaFromLeaderInitiatedRecoveryHandling(String) - Method in class org.apache.solr.cloud.ZkController
-
- removeRequestInterceptor(HttpRequestInterceptor) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- RemoveRole() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.RemoveRole
-
- removeRoutingRule(ClusterState, ZkNodeProps) - Method in class org.apache.solr.cloud.overseer.SliceMutator
-
- removeScheme(String) - Static method in class org.apache.solr.common.util.URLUtil
-
- removeSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
- removeSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Removes a single sort field from the current sort information.
- removeSort(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Removes a single sort field from the current sort information.
- removeTask(String, String) - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
Helper method to remove a task from a tracking map.
- removeZKWatch(String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
This is not a public API.
- rename(String, String) - Method in class org.apache.solr.core.CoreContainer
-
- rename(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.core.CorePropertiesLocator
-
- rename(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in interface org.apache.solr.core.CoresLocator
-
Persist the new name of a renamed core
- rename(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.util.ReadOnlyCoresLocator
-
- renameCacheFile(String, String) - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
-
- renameCacheFile(String, String) - Method in interface org.apache.solr.store.blockcache.Cache
-
Expert: Rename the specified file in the cache.
- renameCore(String, String, SolrClient) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- RenameFieldTransformer - Class in org.apache.solr.response.transform
-
Return a field with a name that is different that what is indexed
- RenameFieldTransformer(String, String, boolean) - Constructor for class org.apache.solr.response.transform.RenameFieldTransformer
-
- renameFile(String, String) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- reopen() - Method in class org.apache.solr.cloud.SocketProxy
-
- repeatRule - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- REPFACT - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
-
- REPLACE_WITH - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
-
- ReplaceDynamicField(Map<String, Object>) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.ReplaceDynamicField
-
Creates a new instance of the request.
- ReplaceDynamicField(Map<String, Object>, SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.ReplaceDynamicField
-
- replaceDynamicField(String, FieldType, Map<String, ?>) - Method in class org.apache.solr.schema.IndexSchema
-
Copies this schema, deletes the named dynamic field from the copy, creates a new dynamic
field with the same field name pattern using the given args, then rebinds any referring
dynamic copy fields to the replacement dynamic field.
- replaceDynamicField(String, FieldType, Map<String, ?>) - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- ReplaceField(Map<String, Object>) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.ReplaceField
-
Creates a new instance of the request.
- ReplaceField(Map<String, Object>, SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.ReplaceField
-
- replaceField(String, FieldType, Map<String, ?>) - Method in class org.apache.solr.schema.IndexSchema
-
Copies this schema, deletes the named field from the copy, creates a new field
with the same name using the given args, then rebinds any referring copy fields
to the replacement field.
- replaceField(String, FieldType, Map<String, ?>) - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- ReplaceFieldType(FieldTypeDefinition) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.ReplaceFieldType
-
Creates a new instance of the request.
- ReplaceFieldType(FieldTypeDefinition, SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.ReplaceFieldType
-
- replaceFieldType(String, String, Map<String, Object>) - Method in class org.apache.solr.schema.IndexSchema
-
Copies this schema, deletes the named field type from the copy, creates a new field type
with the same name using the given args, rebuilds fields and dynamic fields of the given
type, then rebinds any referring copy fields to the rebuilt fields.
- replaceFieldType(String, String, Map<String, Object>) - Method in class org.apache.solr.schema.ManagedIndexSchema
-
- replaceFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.Context
-
Resolve variables in a template
- replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- replaceTokens(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
-
Given a String with place holders, replace them with the value tokens.
- REPLAY - Static variable in class org.apache.solr.update.UpdateCommand
-
- Replica - Class in org.apache.solr.common.cloud
-
- Replica(String, Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.Replica
-
- REPLICA - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
The replica name in solr cloud
- Replica.State - Enum in org.apache.solr.common.cloud
-
The replica's state.
- REPLICA_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- ReplicaAssigner - Class in org.apache.solr.cloud.rule
-
- ReplicaAssigner(List<Rule>, Map<String, Integer>, List, Map<String, Map<String, Integer>>, List<String>, CoreContainer, ClusterState) - Constructor for class org.apache.solr.cloud.rule.ReplicaAssigner
-
- ReplicaAssigner.Position - Class in org.apache.solr.cloud.rule
-
- ReplicaMutator - Class in org.apache.solr.cloud.overseer
-
- ReplicaMutator(ZkStateReader) - Constructor for class org.apache.solr.cloud.overseer.ReplicaMutator
-
- REPLICAS - Static variable in class org.apache.solr.common.cloud.Slice
-
- REPLICATE_AFTER - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- REPLICATION_FACTOR - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- REPLICATION_PROPERTIES - Static variable in class org.apache.solr.handler.IndexFetcher
-
- replicationFactor - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- ReplicationHandler - Class in org.apache.solr.handler
-
A Handler which provides a REST API for replication and serves replication requests from Slaves.
- ReplicationHandler() - Constructor for class org.apache.solr.handler.ReplicationHandler
-
- report(String, String, Object, Location) - Method in class org.apache.solr.common.util.XMLErrorLogger
-
- reportStatus(String, Map<String, Object>, HttpClient) - Method in class org.apache.solr.util.SolrCLI.StatusTool
-
- req - Variable in class org.apache.solr.analytics.request.AnalyticsStats
-
- Req(SolrRequest, List<String>) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- req - Variable in class org.apache.solr.cloud.Overseer.FailedOp
-
- req - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- req - Variable in class org.apache.solr.request.SimpleFacets
-
- req - Variable in class org.apache.solr.request.SolrRequestInfo
-
- req - Variable in class org.apache.solr.response.TextResponseWriter
-
- req - Variable in class org.apache.solr.response.transform.TransformContext
-
- req - Variable in class org.apache.solr.search.QParser
-
- req - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- req(String...) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Generates a SolrQueryRequest using the LocalRequestFactory
- req(String[], String...) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Generates a SolrQueryRequest using the LocalRequestFactory
- req(SolrParams, String...) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Generates a SolrQueryRequest
- req - Variable in class org.apache.solr.update.SolrCmdDistributor.Error
-
- Req(String, SolrCmdDistributor.Node, UpdateRequest, boolean) - Constructor for class org.apache.solr.update.SolrCmdDistributor.Req
-
- Req(String, SolrCmdDistributor.Node, UpdateRequest, boolean, DistributedUpdateProcessor.RequestReplicationTracker, int) - Constructor for class org.apache.solr.update.SolrCmdDistributor.Req
-
- req - Variable in class org.apache.solr.update.UpdateCommand
-
- request - Variable in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
- REQUEST - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- request - Variable in class org.apache.solr.analytics.util.RangeEndpointCalculator
-
- request(SolrRequest, String) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
-
- request(SolrRequest, String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- request(SolrRequest, String) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- request(SolrRequest, String) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Process the request.
- request(SolrRequest, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- request(SolrRequest, ResponseParser, String) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- request - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- request(LBHttpSolrClient.Req) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Tries to query a live server from the list provided in Req.
- request(SolrRequest, String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Tries to query a live server.
- request(SolrRequest, String) - Method in class org.apache.solr.client.solrj.SolrClient
-
Execute a request against a Solr server for a given collection
- request(SolrRequest) - Method in class org.apache.solr.client.solrj.SolrClient
-
Execute a request against a Solr server
- request(String, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
-
For example:
String json = solr.request( "/select?
- request(String, SolrParams, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
-
- request(SolrRequestHandler, SolrParams, String) - Method in class org.apache.solr.servlet.DirectSolrConnection
-
- REQUEST_ID - Static variable in interface org.apache.solr.common.params.CommonParams
-
Request ID parameter added to the request when using debug=track
- REQUEST_PURPOSE - Static variable in interface org.apache.solr.common.params.CommonParams
-
Request Purpose parameter added to each internal shard request when using debug=track
- REQUEST_TIMER_SERVLET_ATTRIBUTE - Static variable in class org.apache.solr.servlet.SolrRequestParsers
-
- RequestHandlerBase - Class in org.apache.solr.handler
-
- RequestHandlerBase() - Constructor for class org.apache.solr.handler.RequestHandlerBase
-
- RequestHandlers - Class in org.apache.solr.core
-
- RequestHandlers(SolrCore) - Constructor for class org.apache.solr.core.RequestHandlers
-
- RequestHandlerUtils - Class in org.apache.solr.handler
-
Common helper functions for RequestHandlers
- RequestHandlerUtils() - Constructor for class org.apache.solr.handler.RequestHandlerUtils
-
- requestId - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
-
- REQUESTID - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- REQUESTID - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
- RequestInfo - Class in org.apache.solr.handler.dataimport
-
- RequestInfo(SolrQueryRequest, Map<String, Object>, ContentStream) - Constructor for class org.apache.solr.handler.dataimport.RequestInfo
-
- requestLog - Static variable in class org.apache.solr.core.SolrCore
-
- RequestParams - Class in org.apache.solr.core
-
The class encapsulates the request time parameters .
- RequestParams(Map, int) - Constructor for class org.apache.solr.core.RequestParams
-
- RequestParams.VersionedParams - Class in org.apache.solr.core
-
- RequestRecovery() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestRecovery
-
- RequestStatus() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
-
- requestStatusMap - Variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- RequestSyncShard() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- requestTime - Variable in class org.apache.solr.cloud.Overseer.Stat
-
- RequestTrackingQueue() - Constructor for class org.apache.solr.handler.component.TrackingShardHandlerFactory.RequestTrackingQueue
-
- requestType - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- RequestUtil - Class in org.apache.solr.request.json
-
- RequestUtil() - Constructor for class org.apache.solr.request.json.RequestUtil
-
- requestWithRetryOnStaleState(SolrRequest, int, String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
As this class doesn't watch external collections on the client side,
there's a chance that the request will fail due to cached stale state,
which means the state must be refreshed from ZK and retried.
- requestWriter - Variable in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
The RequestWriter used to write all requests to Solr
- RequestWriter - Class in org.apache.solr.client.solrj.request
-
A RequestWriter is used to write requests to Solr.
- RequestWriter() - Constructor for class org.apache.solr.client.solrj.request.RequestWriter
-
- RequestWriter.LazyContentStream - Class in org.apache.solr.client.solrj.request
-
- required() - Method in class org.apache.solr.common.params.SolrParams
-
returns a RequiredSolrParams wrapping this
- required - Variable in class org.apache.solr.request.SimpleFacets.ParsedParams
-
- REQUIRED - Static variable in class org.apache.solr.schema.FieldProperties
-
- REQUIRED - Static variable in class org.apache.solr.schema.IndexSchema
-
- REQUIRED_TERM_FLAG - Static variable in class org.apache.solr.spelling.QueryConverter
-
This term is marked required in the query with the plus sign.
- requiredFields - Variable in class org.apache.solr.schema.IndexSchema
-
- RequiredSolrParams - Class in org.apache.solr.common.params
-
This is a simple wrapper to SolrParams that will throw a 400
exception if you ask for a parameter that does not exist.
- RequiredSolrParams(SolrParams) - Constructor for class org.apache.solr.common.params.RequiredSolrParams
-
- requiresLayout() - Method in class org.apache.solr.logging.log4j.EventAppender
-
- ReRankQParserPlugin - Class in org.apache.solr.search
-
- ReRankQParserPlugin() - Constructor for class org.apache.solr.search.ReRankQParserPlugin
-
- ReRankQParserPlugin.BoostedComp - Class in org.apache.solr.search
-
- reserve(int) - Method in class org.apache.solr.common.util.FastOutputStream
-
reserve at least len bytes at the end of the buffer.
- RESERVE - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- RESERVED_WORDS - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- reset() - Method in class org.apache.solr.analysis.ReversedWildcardFilter
-
- reset() - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
-
- reset(int[], int) - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
-
- reset(int[], int) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
-
- reset() - Method in class org.apache.solr.logging.LogWatcher
-
- reset() - Static method in class org.apache.solr.logging.MDCLoggingContext
-
- reset() - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
-
- reset() - Method in class org.apache.solr.search.facet.SlotAcc
-
- reset() - Static method in class org.apache.solr.search.SolrQueryTimeoutImpl
-
Cleanup the ThreadLocal timeout value.
- resetBuf() - Method in class org.apache.solr.util.RecordingJSONParser
-
- resetCache() - Static method in class org.apache.solr.search.function.FileFloatSource
-
Remove all cached entries.
- resetExceptionIgnores() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- resetExceptionIgnores() - Static method in class org.apache.solr.util.AbstractSolrTestCase
-
- resetExplicitPassword() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Resets explicit password, so that map will be used for lookups
- resetFactory() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- resetStats() - Method in class org.apache.solr.search.facet.FacetProcessor
-
- resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.DoubleAsc
-
- resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.DoubleDesc
-
- resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.FloatAsc
-
- resetValue() - Method in class org.apache.solr.response.SortingResponseWriter.FloatDesc
-
- resetValue() - Method in interface org.apache.solr.response.SortingResponseWriter.IntComp
-
- resize(int) - Method in class org.apache.solr.logging.CircularList
-
- resize(SlotAcc.Resizer) - Method in class org.apache.solr.search.facet.SlotAcc
-
- resize(double[], double) - Method in class org.apache.solr.search.facet.SlotAcc.Resizer
-
- resize(int[], int) - Method in class org.apache.solr.search.facet.SlotAcc.Resizer
-
- resize(T[], T) - Method in class org.apache.solr.search.facet.SlotAcc.Resizer
-
- resize(int) - Method in class org.apache.solr.util.LongPriorityQueue
-
- Resizer() - Constructor for class org.apache.solr.search.facet.SlotAcc.Resizer
-
- resolve(Object, JavaBinCodec) - Method in interface org.apache.solr.common.util.JavaBinCodec.ObjectResolver
-
- resolve(String) - Method in class org.apache.solr.core.SolrResourceLoader
-
- resolve(String) - Method in class org.apache.solr.handler.dataimport.Context
-
Use this directly to resolve variable
- resolve(String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- resolve() - Method in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
-
- resolve(String) - Method in class org.apache.solr.handler.dataimport.VariableResolver
-
Resolves a given value with a name
- resolve(Object, JavaBinCodec) - Method in class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- resolve(Object, JavaBinCodec) - Method in class org.apache.solr.response.transform.RawValueTransformerFactory.WriteableStringValue
-
- resolveEntity(String, String, String, String) - Method in class org.apache.solr.util.SystemIdResolver
-
- resolveEntity(String, String) - Method in class org.apache.solr.util.SystemIdResolver
-
- resolveLanguage(String, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
Chooses a language based on the list of candidates detected
- resolveLanguage(List<DetectedLanguage>, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
Chooses a language based on the list of candidates detected
- resolvePath(File, String) - Static method in class org.apache.solr.util.FileUtils
-
Resolves a path relative a base directory.
- resolvePaths(String) - Method in class org.apache.solr.core.CoreDescriptor
-
- Resolver(SolrQueryRequest, ReturnFields) - Constructor for class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- resolveResourceId(Request) - Static method in class org.apache.solr.rest.RestManager.ManagedEndpoint
-
Determines the ManagedResource resourceId from the Restlet request.
- resolveSolrUrl(CommandLine) - Static method in class org.apache.solr.util.SolrCLI
-
Get the base URL of a live Solr instance from either the solrUrl command-line option from ZooKeeper.
- resolveWrapper(Evaluator.VariableWrapper, Locale, TimeZone) - Method in class org.apache.solr.handler.dataimport.DateFormatEvaluator
-
NOTE: declared as a method to allow for extensibility
- RESOURCE - Static variable in class org.apache.solr.core.RequestParams
-
- resource - Variable in class org.apache.solr.util.RefCounted
-
- RESOURCE_LOADER_AUTHORITY_ABSOLUTE - Static variable in class org.apache.solr.util.SystemIdResolver
-
- RESOURCE_LOADER_URI_SCHEME - Static variable in class org.apache.solr.util.SystemIdResolver
-
- RESOURCE_NAME - Static variable in class org.apache.solr.core.ConfigOverlay
-
- RESOURCE_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- RESOURCE_PASSWORD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- resourceLoader - Variable in class org.apache.solr.core.PluginBag.LazyPluginHolder
-
- resourceLoader - Variable in class org.apache.solr.schema.OpenExchangeRatesOrgProvider
-
- ResourceModifiedInZkException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.cloud.ZkController.ResourceModifiedInZkException
-
- resourceName - Variable in class org.apache.solr.schema.IndexSchema
-
- resp - Variable in class org.apache.solr.cloud.Overseer.FailedOp
-
- respectMinCount(long) - Method in class org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
-
- response - Variable in class org.apache.solr.client.solrj.request.GenericSolrRequest
-
- RESPONSE - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- response - Variable in class org.apache.solr.search.facet.FacetProcessor
-
- response - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- Response() - Constructor for class org.apache.solr.update.SolrCmdDistributor.Response
-
- RESPONSE_KEY - Static variable in class org.apache.solr.handler.component.SpatialHeatmapFacets
-
- RESPONSE_MESSAGE - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- response_prefix - Variable in class org.apache.solr.cloud.DistributedMap
-
- RESPONSE_STATUS - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- ResponseBuilder - Class in org.apache.solr.handler.component
-
This class is experimental and will be changing in the future.
- ResponseBuilder(SolrQueryRequest, SolrQueryResponse, List<SearchComponent>) - Constructor for class org.apache.solr.handler.component.ResponseBuilder
-
- ResponseBuilder.GlobalCollectionStat - Class in org.apache.solr.handler.component
-
- ResponseLogComponent - Class in org.apache.solr.handler.component
-
Adds to the log file the document IDs that are sent in the query response.
- ResponseLogComponent() - Constructor for class org.apache.solr.handler.component.ResponseLogComponent
-
- responseMsg - Variable in class org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactory
-
- ResponseParser - Class in org.apache.solr.client.solrj
-
- ResponseParser() - Constructor for class org.apache.solr.client.solrj.ResponseParser
-
- responses - Variable in class org.apache.solr.handler.component.ShardRequest
-
list of responses... filled out by framework
- ResponseUtils - Class in org.apache.solr.servlet
-
Response helper methods.
- restartZk(int) - Method in class org.apache.solr.cloud.AbstractDistribZkTestBase
-
- RESTfulServerProvider - Interface in org.apache.solr.util
-
- RestManager - Class in org.apache.solr.rest
-
Supports runtime mapping of REST API endpoints to ManagedResource
implementations; endpoints can be registered at either the /schema
or /config base paths, depending on which base path is more appropriate
for the type of managed resource.
- RestManager() - Constructor for class org.apache.solr.rest.RestManager
-
- RestManager.ManagedEndpoint - Class in org.apache.solr.rest
-
The Restlet router needs a lightweight extension of ServerResource to delegate a request
to.
- RestManager.Registry - Class in org.apache.solr.rest
-
Per-core registry of ManagedResources found during core initialization.
- RestoreCore - Class in org.apache.solr.handler
-
- RestoreCore(SolrCore, String, String) - Constructor for class org.apache.solr.handler.RestoreCore
-
- restrictProps(int) - Method in class org.apache.solr.schema.FieldType
-
:TODO: document this method
- RestTestBase - Class in org.apache.solr.util
-
- RestTestBase() - Constructor for class org.apache.solr.util.RestTestBase
-
- restTestHarness - Static variable in class org.apache.solr.util.RestTestBase
-
- RestTestHarness - Class in org.apache.solr.util
-
Facilitates testing Solr's REST API via a provided embedded Jetty
- RestTestHarness(RESTfulServerProvider) - Constructor for class org.apache.solr.util.RestTestHarness
-
- RESULT - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- result() - Method in interface org.apache.solr.search.grouping.Command
-
Returns the results that the collectors created
by
Command.create()
contain after a search has been executed.
- result() - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand
-
- result() - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand
-
- result() - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand
-
- ResultContext - Class in org.apache.solr.response
-
A class to hold the QueryResult and the Query
- ResultContext() - Constructor for class org.apache.solr.response.ResultContext
-
- ResultEntry - Class in org.apache.solr.spelling
-
- resultIds - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- results - Variable in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- RESULTS - Static variable in interface org.apache.solr.common.params.CommonParams
-
CommonParams.DEBUG
value indicating an interest in debug output related to the results (explains)
- resume() - Method in class org.apache.solr.util.RTimer
-
- retries - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
-
- retrieve(ScoreDoc) - Method in interface org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer.SolrDocumentSource
-
- retrievedDocuments - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- retrieveStatsRequest(ResponseBuilder) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- retrieveStatsRequest(ResponseBuilder) - Method in class org.apache.solr.search.stats.LocalStatsCache
-
- retrieveStatsRequest(ResponseBuilder) - Method in class org.apache.solr.search.stats.StatsCache
-
Creates a
ShardRequest
to retrieve per-shard stats related to the
current query and the current state of the requester's
StatsCache
.
- retry - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- retryDelay(int) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
Performs a retry delay if this is not the first attempt
- RetryNode(ZkCoreNodeProps, ZkStateReader, String, String) - Constructor for class org.apache.solr.update.SolrCmdDistributor.RetryNode
-
- retryOnConnLoss - Variable in class org.apache.solr.rest.ManagedResourceStorage.ZooKeeperStorageIO
-
- retryOnThrowable(Class, long, long, RetryUtil.RetryCmd) - Static method in class org.apache.solr.common.util.RetryUtil
-
- retryOperation(ZkOperation) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
Perform the given operation, retrying if the connection fails
- RetryUtil - Class in org.apache.solr.common.util
-
- RetryUtil() - Constructor for class org.apache.solr.common.util.RetryUtil
-
- RetryUtil.RetryCmd - Interface in org.apache.solr.common.util
-
- returnFields - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- returnFields - Variable in class org.apache.solr.response.SolrQueryResponse
-
- returnFields - Variable in class org.apache.solr.response.TextResponseWriter
-
- ReturnFields - Class in org.apache.solr.search
-
A class representing the return fields
- ReturnFields() - Constructor for class org.apache.solr.search.ReturnFields
-
- returnLocalStats(ResponseBuilder, SolrIndexSearcher) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- returnLocalStats(ResponseBuilder, SolrIndexSearcher) - Method in class org.apache.solr.search.stats.LocalStatsCache
-
- returnLocalStats(ResponseBuilder, SolrIndexSearcher) - Method in class org.apache.solr.search.stats.StatsCache
-
Prepare a local (from the local shard) response to a "retrieve stats" shard
request.
- ReusedBufferedIndexOutput - Class in org.apache.solr.store.blockcache
-
- ReusedBufferedIndexOutput(String) - Constructor for class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
-
- ReusedBufferedIndexOutput(String, int) - Constructor for class org.apache.solr.store.blockcache.ReusedBufferedIndexOutput
-
- reverse(char[], int, int) - Static method in class org.apache.solr.analysis.ReversedWildcardFilter
-
Partially reverses the given input buffer in-place from the given offset
up to the given length, keeping surrogate pairs in the correct (non-reversed) order.
- REVERSE - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- reverse() - Method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
-
- ReversedWildcardFilter - Class in org.apache.solr.analysis
-
This class produces a special form of reversed tokens, suitable for
better handling of leading wildcards.
- ReversedWildcardFilter(TokenStream, boolean, char) - Constructor for class org.apache.solr.analysis.ReversedWildcardFilter
-
- ReversedWildcardFilterFactory - Class in org.apache.solr.analysis
-
- ReversedWildcardFilterFactory(Map<String, String>) - Constructor for class org.apache.solr.analysis.ReversedWildcardFilterFactory
-
Creates a new ReversedWildcardFilterFactory
- ReverseOrdFieldSource - Class in org.apache.solr.search.function
-
Obtains the ordinal of the field value from LeafReader.getSortedDocValues(java.lang.String)
and reverses the order.
- ReverseOrdFieldSource(String) - Constructor for class org.apache.solr.search.function.ReverseOrdFieldSource
-
- ReverseReader() - Constructor for class org.apache.solr.update.TransactionLog.ReverseReader
-
- ReverseStringFunction - Class in org.apache.solr.analytics.util.valuesource
-
ReverseStringFunction
reverses the string value of the source it contains.
- ReverseStringFunction(ValueSource) - Constructor for class org.apache.solr.analytics.util.valuesource.ReverseStringFunction
-
- RevertDefaultThreadHandlerRule - Class in org.apache.solr.util
-
- RevertDefaultThreadHandlerRule() - Constructor for class org.apache.solr.util.RevertDefaultThreadHandlerRule
-
- rewrite(IndexReader) - Method in class org.apache.solr.search.ExportQParserPlugin.ExportQuery
-
- rewrite(IndexReader) - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- rewrite(IndexReader) - Method in class org.apache.solr.search.WrappedQuery
-
- rfloat - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- rfTracker - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
-
- rightField - Variable in class org.apache.solr.client.solrj.io.comp.StreamComparator
-
- rint - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- rlong - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- role - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionAdminRoleRequest
-
- ROLES - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- ROLES - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
- ROLES_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- rollback() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- rollback(String) - Method in class org.apache.solr.client.solrj.SolrClient
-
Performs a rollback of all non-committed documents pending.
- rollback() - Method in class org.apache.solr.client.solrj.SolrClient
-
Performs a rollback of all non-committed documents pending.
- ROLLBACK - Static variable in interface org.apache.solr.common.params.UpdateParams
-
Rollback update commands
- rollback() - Method in interface org.apache.solr.handler.dataimport.DIHWriter
-
If this writer supports transactions or commit points, then roll back any uncommitted changes.
- rollback() - Method in class org.apache.solr.handler.dataimport.SolrWriter
-
- ROLLBACK - Static variable in class org.apache.solr.handler.UpdateRequestHandler
-
- rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- rollback(long) - Method in class org.apache.solr.update.HdfsTransactionLog
-
- rollback() - Method in class org.apache.solr.update.SolrIndexWriter
-
- rollback(long) - Method in class org.apache.solr.update.TransactionLog
-
- rollback(RollbackUpdateCommand) - Method in class org.apache.solr.update.UpdateHandler
-
- rollbackCommands - Variable in class org.apache.solr.update.processor.BufferingRequestProcessor
-
- rollbackIndexWriter(SolrCore) - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- rollbackIndexWriter(SolrCore) - Method in class org.apache.solr.update.SolrCoreState
-
Rollback the current IndexWriter.
- RollbackUpdateCommand - Class in org.apache.solr.update
-
- RollbackUpdateCommand(SolrQueryRequest) - Constructor for class org.apache.solr.update.RollbackUpdateCommand
-
- rollbackWriter() - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- ROOT_ENTITY - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- ROOT_NAME - Static variable in class org.apache.solr.logging.LoggerInfo
-
- ROOT_OBJ - Static variable in class org.apache.solr.util.CommandOperation
-
- rootName - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
-
- round(Calendar, String) - Static method in class org.apache.solr.util.DateMathParser
-
Modifies the specified Calendar by "rounding" down to the specified unit
- ROUTE - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
-
- route - Variable in class org.apache.solr.update.UpdateCommand
-
- RouteException(SolrException.ErrorCode, NamedList<Throwable>, Map<String, LBHttpSolrClient.Req>) - Constructor for exception org.apache.solr.client.solrj.impl.CloudSolrClient.RouteException
-
- routeFieldName - Variable in class org.apache.solr.update.SplitIndexCommand
-
- routeKey - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- ROUTER - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- router - Variable in class org.apache.solr.update.SplitIndexCommand
-
- RouteResponse() - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteResponse
-
- routerField - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- routerName - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- RoutingRule - Class in org.apache.solr.common.cloud
-
Used for routing docs with particular keys into another collection
- RoutingRule(String, Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.RoutingRule
-
- rowcache - Variable in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- rowCount - Variable in class org.apache.solr.store.blockcache.Metrics
-
- rowIterator - Variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
- rowReads - Variable in class org.apache.solr.store.blockcache.Metrics
-
- ROWS - Static variable in interface org.apache.solr.common.params.CommonParams
-
number of documents to return starting at "start"
- ROWS_DEFAULT - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
-
- rowsCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
-
- rowWrites - Variable in class org.apache.solr.store.blockcache.Metrics
-
- RPAREN - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- RptWithGeometrySpatialField - Class in org.apache.solr.schema
-
A Solr Spatial FieldType based on CompositeSpatialStrategy
.
- RptWithGeometrySpatialField() - Constructor for class org.apache.solr.schema.RptWithGeometrySpatialField
-
- RQ - Static variable in interface org.apache.solr.common.params.CommonParams
-
rank query
- RSAKeyPair() - Constructor for class org.apache.solr.util.CryptoKeys.RSAKeyPair
-
- Rsp() - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp
-
- rsp - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp
-
- rsp - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- rsp - Variable in class org.apache.solr.request.SolrRequestInfo
-
- rsp - Variable in class org.apache.solr.response.TextResponseWriter
-
- RTimer - Class in org.apache.solr.util
-
A recursive timer.
- RTimer() - Constructor for class org.apache.solr.util.RTimer
-
- RTimer.TimerImpl - Interface in org.apache.solr.util
-
- RubyResponseWriter - Class in org.apache.solr.response
-
- RubyResponseWriter() - Constructor for class org.apache.solr.response.RubyResponseWriter
-
- Rule - Class in org.apache.solr.cloud.rule
-
- Rule(Map) - Constructor for class org.apache.solr.cloud.rule.Rule
-
- RULE - Static variable in class org.apache.solr.common.cloud.DocCollection
-
- Rule.Condition - Class in org.apache.solr.cloud.rule
-
- Rule.Operand - Enum in org.apache.solr.cloud.rule
-
- RuleBasedAuthorizationPlugin - Class in org.apache.solr.security
-
- RuleBasedAuthorizationPlugin() - Constructor for class org.apache.solr.security.RuleBasedAuthorizationPlugin
-
- RuleBasedAuthorizationPlugin.Predicate<T> - Interface in org.apache.solr.security
-
For making the code work in Java 7.
- run() - Method in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
-
- run() - Method in class org.apache.solr.cloud.OverseerAutoReplicaFailoverThread
-
- run() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- run() - Method in class org.apache.solr.cloud.OverseerCollectionProcessor.Runner
-
- run() - Method in class org.apache.solr.cloud.RecoveryStrategy
-
- run() - Method in class org.apache.solr.cloud.SocketProxy.Acceptor
-
- run() - Method in class org.apache.solr.cloud.SocketProxy.Bridge.Pump
-
- run() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- run() - Method in class org.apache.solr.cloud.ZkTestServer
-
- run() - Method in class org.apache.solr.handler.admin.CoreAdminHandler.ParallelCoreAdminHandlerThread
-
- run() - Method in class org.apache.solr.update.CommitTracker
-
This is the worker part for the ScheduledFuture
- runAsync(RequestInfo, DIHWriter) - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- runCloudExample(CommandLine) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- runCloudTool(CloudSolrClient, CommandLine) - Method in class org.apache.solr.util.SolrCLI.CreateCollectionTool
-
- runCloudTool(CloudSolrClient, CommandLine) - Method in class org.apache.solr.util.SolrCLI.HealthcheckTool
-
- runCloudTool(CloudSolrClient, CommandLine) - Method in class org.apache.solr.util.SolrCLI.SolrCloudTool
-
Runs a SolrCloud tool with CloudSolrServer initialized
- runDihExample(CommandLine) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- runExample(CommandLine, String) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- RunExampleTool() - Constructor for class org.apache.solr.util.SolrCLI.RunExampleTool
-
Default constructor used by the framework when running as a command-line application.
- RunExampleTool(Executor, InputStream, PrintStream) - Constructor for class org.apache.solr.util.SolrCLI.RunExampleTool
-
- runIamLeaderProcess(ElectionContext, boolean) - Method in class org.apache.solr.cloud.LeaderElector
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.ApiTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.ConfigTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.CreateCollectionTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.CreateCoreTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.CreateTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.DeleteTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.SolrCloudTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.StatusTool
-
- runImpl(CommandLine) - Method in class org.apache.solr.util.SolrCLI.ToolBase
-
- Runner(ZkNodeProps, String, DistributedQueue.QueueEvent) - Constructor for class org.apache.solr.cloud.OverseerCollectionProcessor.Runner
-
- RUNNING - Static variable in class org.apache.solr.handler.admin.CoreAdminHandler
-
- RuntimeLib(SolrCore) - Constructor for class org.apache.solr.core.PluginBag.RuntimeLib
-
- runTool(CommandLine) - Method in interface org.apache.solr.util.SolrCLI.Tool
-
- runTool(CommandLine) - Method in class org.apache.solr.util.SolrCLI.ToolBase
-
- RunUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
Executes the update commands using the underlying UpdateHandler.
- RunUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.RunUpdateProcessorFactory
-
- safeCheckCollectionExists(String, String) - Static method in class org.apache.solr.util.SolrCLI
-
- safeCheckCoreExists(String, String) - Static method in class org.apache.solr.util.SolrCLI
-
- safeStop() - Method in class org.apache.solr.cloud.StoppableIndexingThread
-
- Sample - Interface in org.apache.solr.util.stats
-
A statistically representative sample of a data stream.
- SaslZkACLProvider - Class in org.apache.solr.common.cloud
-
ZkACLProvider that gives all permissions for the user specified in System
property "solr.authorization.superuser" (default: "solr") when using sasl,
and gives read permissions for anyone else.
- SaslZkACLProvider() - Constructor for class org.apache.solr.common.cloud.SaslZkACLProvider
-
- saveCommitPoint(Long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
Permanently prevent this commit point from being deleted.
- SAX_INSTANCE - Static variable in class org.apache.solr.util.EmptyEntityResolver
-
- scheduleCommitWithin(long) - Method in class org.apache.solr.update.CommitTracker
-
schedule individual commits
- SCHEMA - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
If you specify a schema, what is its name
- SCHEMA - Static variable in class org.apache.solr.handler.BlobHandler
-
- schema - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
-
- schema - Variable in class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- schema - Variable in class org.apache.solr.parser.SolrQueryParserBase
-
- schema - Variable in class org.apache.solr.request.SolrQueryRequestBase
-
- schema - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- schema - Variable in class org.apache.solr.response.TextResponseWriter
-
- schema - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- SCHEMA - Static variable in class org.apache.solr.schema.IndexSchema
-
- schema - Variable in class org.apache.solr.update.processor.AtomicUpdateDocumentMerger
-
- schema - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
- SCHEMA_BASE_PATH - Static variable in class org.apache.solr.rest.RestManager
-
- schemaAware - Variable in class org.apache.solr.schema.IndexSchema
-
- SchemaAware - Interface in org.apache.solr.schema
-
An interface that can be extended to provide a callback mechanism for
informing an
IndexSchema
instance of changes to it, dynamically
performed at runtime.
- SchemaCaching(SolrResourceLoader, String) - Constructor for class org.apache.solr.core.ConfigSetService.SchemaCaching
-
- SchemaChangedInZkException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.schema.ManagedIndexSchema.SchemaChangedInZkException
-
- SchemaCodecFactory - Class in org.apache.solr.core
-
Per-field CodecFactory implementation, extends Lucene's
and returns postings format implementations according to the
schema configuration.
- SchemaCodecFactory() - Constructor for class org.apache.solr.core.SchemaCodecFactory
-
- schemaField - Variable in class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- schemaField - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
- 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.
- SchemaHandler - Class in org.apache.solr.handler
-
- SchemaHandler() - Constructor for class org.apache.solr.handler.SchemaHandler
-
- SCHEMALESS_CONFIGSET - Static variable in class org.apache.solr.util.ExternalPaths
-
- SchemaManager - Class in org.apache.solr.schema
-
A utility class to manipulate schema using the bulk mode.
- SchemaManager(SolrQueryRequest) - Constructor for class org.apache.solr.schema.SchemaManager
-
- SchemaManager.OpType - Enum in org.apache.solr.schema
-
- schemaName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- SchemaName() - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.SchemaName
-
- SchemaName(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.SchemaName
-
- SchemaNameResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.SchemaNameResponse
-
- SchemaRepresentation - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaRepresentation() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- SchemaRequest - Class in org.apache.solr.client.solrj.request.schema
-
This class offers access to the operations exposed by the Solr Schema API.
- SchemaRequest() - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest
-
Default constructor.
- SchemaRequest(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest
-
- SchemaRequest.AddCopyField - Class in org.apache.solr.client.solrj.request.schema
-
Adds a new copy field rule to the schema of the specified collection.
- SchemaRequest.AddDynamicField - Class in org.apache.solr.client.solrj.request.schema
-
Adds a new dynamic field rule to the schema of the specified collection.
- SchemaRequest.AddField - Class in org.apache.solr.client.solrj.request.schema
-
Adds a new field definition to the schema.
- SchemaRequest.AddFieldType - Class in org.apache.solr.client.solrj.request.schema
-
Update request used to add a new field type to the schema.
- SchemaRequest.CopyFields - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that retrieves the source and destination of
each copy field in the schema.
- SchemaRequest.DefaultQueryOperator - Class in org.apache.solr.client.solrj.request.schema
-
Retrieves the default operator if it is defined in the schema.
- SchemaRequest.DeleteCopyField - Class in org.apache.solr.client.solrj.request.schema
-
Deletes a copy field rule from the schema of the specified collection.
- SchemaRequest.DeleteDynamicField - Class in org.apache.solr.client.solrj.request.schema
-
Deletes a dynamic field rule from your schema.
- SchemaRequest.DeleteField - Class in org.apache.solr.client.solrj.request.schema
-
Removes a field definition from the schema.
- SchemaRequest.DeleteFieldType - Class in org.apache.solr.client.solrj.request.schema
-
Removes a field type from the schema of the specified collection.
- SchemaRequest.DynamicField - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that lists the dynamic field definition for the specified field
contained in the schema.
- SchemaRequest.DynamicFields - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that lists the dynamic field definitions contained in the schema.
- SchemaRequest.Field - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that lists the field definition for the specified field
contained in the schema.
- SchemaRequest.Fields - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request class that lists the field definitions contained in the schema.
- SchemaRequest.FieldType - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that retrieves the type definitions for the specified field
type contained in the schema.
- SchemaRequest.FieldTypes - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that lists the types definitions contained
in the schema.
- SchemaRequest.GlobalSimilarity - Class in org.apache.solr.client.solrj.request.schema
-
Retrieves the class name of the global similarity defined (if any) in the schema.
- SchemaRequest.MultiUpdate - Class in org.apache.solr.client.solrj.request.schema
-
The Schema API offers the possibility to perform one or more add requests in a single command.
- SchemaRequest.ReplaceDynamicField - Class in org.apache.solr.client.solrj.request.schema
-
Replaces a dynamic field rule in the schema of the specified collection.
- SchemaRequest.ReplaceField - Class in org.apache.solr.client.solrj.request.schema
-
Replaces a field's definition.
- SchemaRequest.ReplaceFieldType - Class in org.apache.solr.client.solrj.request.schema
-
Replaces a field type in schema belonging to the schema of the specified collection.
- SchemaRequest.SchemaName - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request class that can be used to retrieve the name of the schema.
- SchemaRequest.SchemaVersion - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that can be used to retrieve the version
of the schema for the specified collection.
- SchemaRequest.UniqueKey - Class in org.apache.solr.client.solrj.request.schema
-
Schema API request that retrieves the field name that is defined as
the uniqueKey for the index of the specified collection.
- SchemaRequest.Update - Class in org.apache.solr.client.solrj.request.schema
-
- SchemaResponse - Class in org.apache.solr.client.solrj.response.schema
-
This class is used to wrap the response messages retrieved from Solr Schema API.
- SchemaResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse
-
- SchemaResponse.CopyFieldsResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.DefaultQueryOperatorResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.DynamicFieldResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.DynamicFieldsResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.FieldResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.FieldsResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.FieldTypeResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.FieldTypesResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.GlobalSimilarityResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.SchemaNameResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.SchemaVersionResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.UniqueKeyResponse - Class in org.apache.solr.client.solrj.response.schema
-
- SchemaResponse.UpdateResponse - Class in org.apache.solr.client.solrj.response.schema
-
- schemaRouter - Variable in class org.apache.solr.rest.RestManager
-
- SchemaSimilarityFactory - Class in org.apache.solr.search.similarities
-
SimilarityFactory that returns a PerFieldSimilarityWrapper
that delegates to the field type, if it's configured, otherwise
DefaultSimilarity
.
- SchemaSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.SchemaSimilarityFactory
-
- schemaString - Static variable in class org.apache.solr.SolrTestCaseJ4
-
- SchemaVersion() - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.SchemaVersion
-
- SchemaVersion(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.schema.SchemaRequest.SchemaVersion
-
- SchemaVersionResponse() - Constructor for class org.apache.solr.client.solrj.response.schema.SchemaResponse.SchemaVersionResponse
-
- SchemaXmlResponseWriter - Class in org.apache.solr.response
-
- SchemaXmlResponseWriter() - Constructor for class org.apache.solr.response.SchemaXmlResponseWriter
-
- SchemaXmlWriter - Class in org.apache.solr.response
-
- SchemaXmlWriter(Writer, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.SchemaXmlWriter
-
- SCOPE_DOC - Static variable in class org.apache.solr.handler.dataimport.Context
-
An object stored in document scope is available for the current document only but across entities.
- SCOPE_ENTITY - Static variable in class org.apache.solr.handler.dataimport.Context
-
An object stored in entity scope is valid only for the current entity for the current document only.
- SCOPE_GLOBAL - Static variable in class org.apache.solr.handler.dataimport.Context
-
An object stored in global scope is available for the current import only but across entities and documents.
- SCOPE_SOLR_CORE - Static variable in class org.apache.solr.handler.dataimport.Context
-
An object stored in 'solrcore' scope is available across imports, entities and documents throughout the life of
a solr core.
- SCORE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- score - Variable in class org.apache.solr.search.CollapsingQParserPlugin.CollapseScore
-
- score() - Method in interface org.apache.solr.search.DocIterator
-
Returns the score for the document just returned by nextDoc()
The value returned may be meaningless depending on the context
in which the DocIterator instance was retrieved.
- SCORE - Static variable in class org.apache.solr.search.join.ScoreJoinQParserPlugin
-
- SCORE - Static variable in class org.apache.solr.search.QueryParsing
-
- SCORE - Static variable in class org.apache.solr.search.SolrReturnFields
-
- SCORE_B - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SCORE_COMP - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- SCORE_COMP - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- SCORE_K1 - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SCORE_PARAM - Static variable in class org.apache.solr.schema.AbstractSpatialFieldType
-
- SCORE_PIVOT - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- ScoreAugmenter - Class in org.apache.solr.response.transform
-
Simple Augmenter that adds the score
- ScoreAugmenter(String) - Constructor for class org.apache.solr.response.transform.ScoreAugmenter
-
- ScoreFilter - Interface in org.apache.solr.search
-
- ScoreJoinQParserPlugin - Class in org.apache.solr.search.join
-
Create a query-time join query with scoring.
- ScoreJoinQParserPlugin() - Constructor for class org.apache.solr.search.join.ScoreJoinQParserPlugin
-
- ScoreOrderFragmentsBuilder - Class in org.apache.solr.highlight
-
- ScoreOrderFragmentsBuilder() - Constructor for class org.apache.solr.highlight.ScoreOrderFragmentsBuilder
-
- scorer - Variable in class org.apache.solr.search.DelegatingCollector
-
- scorer(LeafReaderContext) - Method in class org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
-
- scratch - Variable in class org.apache.solr.search.SolrIndexSearcher.DocsEnumState
-
- SCRIPT - Static variable in class org.apache.solr.handler.dataimport.config.ConfigNameConstants
-
- Script - Class in org.apache.solr.handler.dataimport.config
-
- Script(Element) - Constructor for class org.apache.solr.handler.dataimport.config.Script
-
- script - Variable in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- ScriptEngineCustomizer - Interface in org.apache.solr.update.processor
-
Enables customization of a script engine.
- ScriptTransformer - Class in org.apache.solr.handler.dataimport
-
A
Transformer
instance capable of executing functions written in scripting
languages as a
Transformer
instance.
- ScriptTransformer() - Constructor for class org.apache.solr.handler.dataimport.ScriptTransformer
-
- sd - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- sdoc(Object...) - Static method in class org.apache.solr.SolrTestCaseJ4
-
- sdocs(SolrInputDocument...) - Static method in class org.apache.solr.SolrTestCaseJ4
-
- search(SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.SolrIndexSearcher
-
- SearchComponent - Class in org.apache.solr.handler.component
-
TODO!
- SearchComponent() - Constructor for class org.apache.solr.handler.component.SearchComponent
-
- searcher - Variable in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
- searcher - Variable in class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- searcher - Variable in class org.apache.solr.analytics.request.AnalyticsStats
-
- searcher - Variable in class org.apache.solr.request.SimpleFacets
-
Searcher to use for all calculations
- searcher - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- searcher - Variable in class org.apache.solr.response.transform.TransformContext
-
- searcher() - Method in class org.apache.solr.search.QueryContext
-
- searcherHolder - Variable in class org.apache.solr.request.SolrQueryRequestBase
-
- searchersReserveCommitPoints() - Method in class org.apache.solr.core.DirectoryFactory
-
If your implementation can count on delete-on-last-close semantics
or throws an exception when trying to remove a file in use, return
false (eg NFS).
- searchersReserveCommitPoints() - Method in class org.apache.solr.core.HdfsDirectoryFactory
-
- SearchGroupsFieldCommand - Class in org.apache.solr.search.grouping.distributed.command
-
Creates all the collectors needed for the first phase and how to handle the results.
- SearchGroupsFieldCommand.Builder - Class in org.apache.solr.search.grouping.distributed.command
-
- SearchGroupShardResponseProcessor - Class in org.apache.solr.search.grouping.distributed.responseprocessor
-
Concrete implementation for merging SearchGroup
instances from shard responses.
- SearchGroupShardResponseProcessor() - Constructor for class org.apache.solr.search.grouping.distributed.responseprocessor.SearchGroupShardResponseProcessor
-
- SearchGroupsRequestFactory - Class in org.apache.solr.search.grouping.distributed.requestfactory
-
- SearchGroupsRequestFactory() - Constructor for class org.apache.solr.search.grouping.distributed.requestfactory.SearchGroupsRequestFactory
-
- SearchGroupsResultTransformer - Class in org.apache.solr.search.grouping.distributed.shardresultserializer
-
Implementation for transforming
SearchGroup
into a
NamedList
structure and visa versa.
- SearchGroupsResultTransformer(SolrIndexSearcher) - Constructor for class org.apache.solr.search.grouping.distributed.shardresultserializer.SearchGroupsResultTransformer
-
- searchGroupToShards - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- SearchHandler - Class in org.apache.solr.handler.component
-
Refer SOLR-281
- SearchHandler() - Constructor for class org.apache.solr.handler.component.SearchHandler
-
- securityConfHandler - Variable in class org.apache.solr.core.CoreContainer
-
- SecurityConfHandler - Class in org.apache.solr.handler.admin
-
- SecurityConfHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.SecurityConfHandler
-
- securityNodeChanged() - Method in class org.apache.solr.core.CoreContainer
-
- SecurityPluginHolder<T> - Class in org.apache.solr.security
-
- SecurityPluginHolder(int, T) - Constructor for class org.apache.solr.security.SecurityPluginHolder
-
- seedBucketsWithHighestVersion(SolrIndexSearcher, VersionInfo) - Method in class org.apache.solr.update.UpdateLog
-
Used to seed all version buckets with the max value of the version field in the index.
- seedBucketsWithHighestVersion(SolrIndexSearcher) - Method in class org.apache.solr.update.UpdateLog
-
- seedBucketsWithHighestVersion(long) - Method in class org.apache.solr.update.VersionInfo
-
- seedSolrHome(File) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- seedVersionBuckets() - Method in class org.apache.solr.core.SolrCore
-
- seek(long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- seek(long) - Method in class org.apache.solr.store.hdfs.HdfsFileReader
-
- seekInternal(long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
Expert: implements seek.
- segmentCount - Variable in class org.apache.solr.store.blockcache.Metrics
-
- SegmentsInfoRequestHandler - Class in org.apache.solr.handler.admin
-
This handler exposes information about last commit generation segments
- SegmentsInfoRequestHandler() - Constructor for class org.apache.solr.handler.admin.SegmentsInfoRequestHandler
-
- SELECT_ALL_FIELDS - Static variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
-
Singleton indicating all fields should be mutated
- SELECT_NO_FIELDS - Static variable in class org.apache.solr.update.processor.FieldMutatingUpdateProcessor
-
Singleton indicating no fields should be mutated
- SelectorParams() - Constructor for class org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
-
- send4LetterWord(String, int, String) - Static method in class org.apache.solr.cloud.ZkTestServer
-
Send the 4letterword
- sendDocsWithRetry(List<SolrInputDocument>, int, int, int) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- sendError(Throwable) - Method in class org.apache.solr.servlet.HttpSolrCall
-
- sendError(int, String) - Method in class org.apache.solr.servlet.HttpSolrCall
-
- sendGlobalStats(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.stats.ExactStatsCache
-
- sendGlobalStats(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.stats.LocalStatsCache
-
- sendGlobalStats(ResponseBuilder, ShardRequest) - Method in class org.apache.solr.search.stats.StatsCache
-
Prepare global stats data to be sent out to shards in this request.
- sendNotModified(HttpServletResponse) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
-
- sendPreconditionFailed(HttpServletResponse) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
-
- sendRecoveryCommandWithRetry() - Method in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
-
- sendRequest(SolrRequest, String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- sentinel - Variable in class org.apache.solr.util.LongPriorityQueue
-
- SEPARATOR - Static variable in class org.apache.solr.common.cloud.CompositeIdRouter
-
- SEPARATOR - Static variable in class org.apache.solr.search.TermsQParserPlugin
-
The separator to use in the underlying suggester
- SEPARATOR - Static variable in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
-
The separator to use in the underlying suggester;
- serializable(SolrResponse) - Static method in class org.apache.solr.client.solrj.SolrResponse
-
- serializeTopDocs(QueryCommandResult) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
-
- serializeTopGroups(TopGroups<BytesRef>, SchemaField) - Method in class org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer
-
- server - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp
-
- SERVER_HOME - Static variable in class org.apache.solr.util.ExternalPaths
-
- serverDir - Variable in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- servers - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- ServerWrapper(HttpSolrClient) - Constructor for class org.apache.solr.client.solrj.impl.LBHttpSolrClient.ServerWrapper
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404
-
- serviceUrl - Variable in class org.apache.solr.core.SolrConfig.JmxConfiguration
-
- Servlet404() - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404
-
- set(String, String...) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
Replace any existing parameter with the given name.
- set(String, int) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- set(String, boolean) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- set(AtomicReference<?>) - Method in interface org.apache.solr.common.util.ExecutorUtil.InheritableThreadLocalProvider
-
This is invoked in the Threadpool thread. set the appropriate values in the threadlocal
of this thread.
- SET - Static variable in class org.apache.solr.handler.SolrConfigHandler
-
- set(Long) - Static method in class org.apache.solr.search.SolrQueryTimeoutImpl
-
Method to set the time at which the timeOut should happen.
- set(T...) - Static method in class org.apache.solr.SolrTestCaseHS
-
- set(int) - Method in class org.apache.solr.store.blockcache.BlockLocks
-
Thread safe set operation that will set the bit if and only if the bit was
not previously set.
- SET_PROPERTY - Static variable in class org.apache.solr.handler.SolrConfigHandler
-
- SET_USER_PROPERTY - Static variable in class org.apache.solr.handler.SolrConfigHandler
-
- setAcceptBacklog(int) - Method in class org.apache.solr.cloud.SocketProxy
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
Sets appropriate parameters for the given ACTION
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(CollectionParams.CollectionAction) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest
-
- setAction(CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setActionDisable() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
Set the action parameter on this request to enable.
- setActionEnable() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
Set the action parameter on this request to enable.
- setActionPing() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
Set the action parameter on this request to ping.
- setActPosition(int) - Method in interface org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttribute
-
- setActPosition(int) - Method in class org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
-
- setActualDocFreq(int, int) - Method in class org.apache.solr.search.facet.UnInvertedField
-
- setAddRequestHeadersToContext(boolean) - Method in class org.apache.solr.servlet.SolrRequestParsers
-
- setAliasedCollections(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- setAliasName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- setAliasName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteAlias
-
- setAlive(boolean) - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- setAlive(boolean) - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- setAliveCheckInterval(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
LBHttpSolrServer keeps pinging the dead servers at fixed interval to find if it is alive.
- setAllowCompression(DefaultHttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Control HTTP payload compression.
- setAllowCompression(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Allow server->client communication to be compressed.
- setAllowLeadingWildcard(boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Set to true
to allow leading wildcard characters.
- setAllValues(NamedList<Object>) - Method in class org.apache.solr.response.SolrQueryResponse
-
Sets data to be returned in this response
- setAnalyzer(AnalyzerDefinition) - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- setAnalyzer(Analyzer) - Method in class org.apache.solr.spelling.QueryConverter
-
Set the analyzer to use.
- setArgs(IndexSchema, Map<String, String>) - Method in class org.apache.solr.schema.FieldType
-
- setAssumeContentType(String) - Method in class org.apache.solr.handler.UpdateRequestHandler
-
- setAsyncId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- setAsyncId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setAsyncId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- setAsyncId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- setAttributes(Map<String, Object>) - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- setAttributes(Map<String, Object>) - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- setAutoAddReplicas(boolean) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setAutoGeneratePhraseQueries(boolean) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Set to true if phrase queries will be automatically generated
when the analyzer returns more than one term from whitespace
delimited text.
- setAutoReplicaFailoverBadNodeExpiration(int) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setAutoReplicaFailoverWaitAfterExpiration(int) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setAutoReplicaFailoverWorkLoopDelay(int) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setBankId(int) - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- setBasicAuth(DefaultHttpClient, String, String) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set http basic auth information.
- setBlock(long) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
-
- setBlock(int) - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- setBoost(float) - Method in class org.apache.solr.common.SolrInputField
-
- setBoost(float) - Method in class org.apache.solr.search.WrappedQuery
-
- setBytes(byte[]) - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
-
- setBytes(byte[]) - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
-
- setCache(boolean) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- setCache(boolean) - Method in interface org.apache.solr.search.ExtendedQuery
-
- setCache(boolean) - Method in class org.apache.solr.search.ExtendedQueryBase
-
- setCache(boolean) - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- setCacheControlHeader(SolrConfig, HttpServletResponse, Method) - Static method in class org.apache.solr.servlet.cache.HttpCacheHeaderUtil
-
Set the Cache-Control HTTP header (and Expires if needed)
based on the SolrConfig.
- setCacheSep(boolean) - Method in class org.apache.solr.search.CollapsingQParserPlugin.CollapsingPostFilter
-
- setCacheSep(boolean) - Method in interface org.apache.solr.search.ExtendedQuery
-
- setCacheSep(boolean) - Method in class org.apache.solr.search.ExtendedQueryBase
-
- setCacheSep(boolean) - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- setCharFilters(List<Map<String, Object>>) - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- setCheckLive(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setClientAuth(boolean) - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- setCloudConfig(CloudConfig) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setClusterProperty(String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
This method sets a cluster property.
- setCollationQuery(String) - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- setCollationQueryString(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- setCollection(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- setCollection(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setCollection(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- setCollectionCacheTTl(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Sets the cache ttl for DocCollection Objects cached .
- setCollectionConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setCollectionConfigProperty(String, String, String, String) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- setCollectionName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- setCollectionName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- setCollectionName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionSpecificAdminRequest
-
- setCollectionName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias
-
- setCollectionName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- setCollectionName(String) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setCollectionsAdminHandlerClass(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setCommandData(Object) - Method in class org.apache.solr.util.CommandOperation
-
- setCommentStart(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setCommitWithin(int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setComp(Comparator<Tuple>) - Method in class org.apache.solr.client.solrj.io.stream.UniqueStream
-
- setConfig(CSVConfig) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
-
Set the CSVConfig
- setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setConfigSet(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setConfigSetBaseDirectory(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setConfigurer(HttpClientConfigurer) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Replace the
HttpClientConfigurer
class used in configuring the http
clients with a custom implementation.
- setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- setConnectionTimeout(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set connection timeout.
- setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
HttpConnectionParams.setConnectionTimeout
- setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
- setContentStreams(Collection<ContentStream>) - Method in class org.apache.solr.client.solrj.request.GenericSolrRequest
-
- setContentStreams(Iterable<ContentStream>) - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- setContentType(String) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setContext(String) - Method in class org.apache.solr.client.solrj.embedded.JettyConfig.Builder
-
- setContext(TransformContext) - Method in class org.apache.solr.response.transform.DocTransformer
-
This is called before transform and sets
- setContext(TransformContext) - Method in class org.apache.solr.response.transform.DocTransformers
-
- setContext(TransformContext) - Method in class org.apache.solr.response.transform.TransformerWithContext
-
Deprecated.
- setContext(TransformContext) - Method in class org.apache.solr.response.transform.ValueSourceAugmenter
-
- setCopyFields(List<Map<String, Object>>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setCore(SolrCore) - Static method in class org.apache.solr.logging.MDCLoggingContext
-
- setCoreAdminHandlerClass(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setCoreDescriptor(CoreDescriptor) - Static method in class org.apache.solr.logging.MDCLoggingContext
-
- setCoreLoadThreads(int) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setCoreNodeName(String) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setCoreRootDirectory(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setCorrection(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- setCorrection(String) - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- setCost(int) - Method in interface org.apache.solr.search.ExtendedQuery
-
- setCost(int) - Method in class org.apache.solr.search.ExtendedQueryBase
-
- setCost(int) - Method in class org.apache.solr.search.SolrConstantScoreQuery
-
- setCount(long) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- setCount(int) - Method in class org.apache.solr.search.SortSpec
-
- setCreateNodeSet(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setCurrentValue(int) - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
-
- setCurrentValue(SortingResponseWriter.SortValue) - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
-
- setCursorMark(CursorMark) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setCursorMark(CursorMark) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setData(String, byte[], int, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns node's state
- setData(String, byte[], boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Write data to ZooKeeper.
- setData(String, File, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Write file to ZooKeeper - default system encoding used.
- setDataDir(String) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setDatasource(DataSource) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- setDebug(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setDebugInfo(NamedList<Object>) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setDebugQuery(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setDebugResults(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setDebugStream(PrintStream) - Method in class org.apache.solr.parser.QueryParserTokenManager
-
Set debug output.
- setDebugTimings(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setDebugTrack(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setDefaultCollection(String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Sets the default collection for request
- setDefaultFormat(Grouping.Format) - Method in class org.apache.solr.search.Grouping
-
- setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Set the maximum number of connections that can be open to a single host at
any given time.
- setDefaultOperator(String) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setDefaultOperator(QueryParser.Operator) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Sets the boolean operator of the QueryParser.
- setDefaults(SolrQueryRequest, SolrParams, SolrParams, SolrParams) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Set default-ish params on a SolrQueryRequest.
- setDefaults(SolrRequestHandler, SolrQueryRequest, SolrParams, SolrParams, SolrParams) - Static method in class org.apache.solr.util.SolrPluginUtils
-
- setDefaultSearchField(String) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setDefaultTotalCount(Grouping.TotalCount) - Method in class org.apache.solr.search.Grouping
-
- setDelegate(Collector) - Method in class org.apache.solr.search.DelegatingCollector
-
- setDeleteDataDir(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- setDeleteIndex(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- setDeleteInstanceDir(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- setDeleteOnClose(boolean, boolean) - Method in class org.apache.solr.core.CachingDirectoryFactory.CacheValue
-
- setDeleteQuery(List<String>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- setDelimiter(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setDelimiter(char) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Set the delimiter to use
- setDeltaKeys(Set<Map<String, Object>>) - Method in interface org.apache.solr.handler.dataimport.DIHWriter
-
Specify the keys to be modified by a delta update (required by writers that can store duplicate keys)
- setDeltaKeys(Set<Map<String, Object>>) - Method in class org.apache.solr.handler.dataimport.DIHWriterBase
-
- setDependencies(Set<String>) - Method in class org.apache.solr.analytics.request.QueryFacetRequest
-
- setDirection(FieldFacetRequest.FacetSortDirection) - Method in class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- setDirection(String) - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- setDistrib(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setDistributedParams(ModifiableSolrParams) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- setDistributedParams(ModifiableSolrParams) - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- setDocCollectionLimit(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
-
- setDocIterator(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- setDocList(DocList) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- setDocListAndSet(DocListAndSet) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- setDocs(List<String>) - Method in class org.apache.solr.client.solrj.response.Cluster
-
- setDocSet(DocSet) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
- setDocSet(SolrIndexSearcher) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
Sets the docSet based on the created
DocSet
- setDocSet(DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- setDocsPerGroupDefault(int) - Method in class org.apache.solr.search.Grouping
-
- setDocsToCollect(int) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
- setDocumentBoost(float) - Method in class org.apache.solr.common.SolrInputDocument
-
- setDocumentLocator(Locator) - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- setDynamicFields(List<String>) - Method in class org.apache.solr.client.solrj.response.schema.FieldTypeRepresentation
-
- setDynamicFields(List<Map<String, Object>>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setElapsedTime(long) - Method in class org.apache.solr.client.solrj.response.SimpleSolrResponse
-
- setElapsedTime(long) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- setElapsedTime(long) - Method in class org.apache.solr.client.solrj.SolrResponse
-
- setElapsedTime(long) - Method in class org.apache.solr.cloud.OverseerSolrResponse
-
- setEmitManagedSchemaDoNotEditWarning(boolean) - Method in class org.apache.solr.response.SchemaXmlWriter
-
- setEnabled(boolean) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
-
- setEnabled(boolean) - Method in class org.apache.solr.update.processor.RegexpBoostProcessor
-
- setEnabled(boolean) - Method in class org.apache.solr.update.processor.URLClassifyProcessor
-
- setEncapsulator(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setEnd(String) - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- setEndTrimmed(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Specify if the end of the line needs to be trimmed.
- setErrHeader(String) - Method in class org.apache.solr.handler.ContentStreamLoader
-
- setEscape(char) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setEvaluators(Map<String, Evaluator>) - Method in class org.apache.solr.handler.dataimport.VariableResolver
-
- setException(Exception) - Method in class org.apache.solr.response.SolrQueryResponse
-
Causes an error to be returned instead of the results.
- setExplicitPassword(String) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Sets an explicit password which will be used instead of password map
- setExpression(Expression) - Method in class org.apache.solr.analytics.request.ExpressionRequest
-
- setExpressions(List<ExpressionRequest>) - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- setExpressionString(String) - Method in class org.apache.solr.analytics.request.ExpressionRequest
-
- setFacet(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
enable/disable faceting.
- setFacetLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
set the facet limit
- setFacetMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
set facet minimum count
- setFacetMissing(Boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Sets facet missing boolean flag
- setFacetPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFacetPrefix(String, String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFacetSort(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
set facet sort
- setField(SchemaField) - Method in class org.apache.solr.analytics.request.AbstractFieldFacetRequest
-
- setField(String, Object) - Method in class org.apache.solr.common.SolrDocument
-
Set a field with the given object.
- setField(String, Object) - Method in class org.apache.solr.common.SolrInputDocument
-
Set a field with implied null value for boost.
- setField(String, Object, float) - Method in class org.apache.solr.common.SolrInputDocument
-
- setField(SchemaField) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
-
- setField(SchemaField) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setFieldFacets(List<FieldFacetRequest>) - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- setFieldFlags(int) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setFieldHeader(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Specify if you want to use a field header.
- setFieldMappings(Map<String, String>) - Method in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- setFieldMappings(Map<String, String>) - Method in class org.apache.solr.client.solrj.io.stream.SolrStream
-
- setFieldNames(List<String>) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the field names on which the analysis should be performed.
- setFields(List<String>) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- setFields(List<String>) - Method in class org.apache.solr.client.solrj.response.schema.FieldTypeRepresentation
-
- setFields(List<Map<String, Object>>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setFields(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFields(CSVField[]) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Set the fields that should be used by the writer.
- setFields(Collection) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Set the fields that should be used by the writer
- setFields(String[]) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setFieldTypes(List<String>) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the field types on which analysis should be performed.
- setFieldTypes(List<FieldTypeDefinition>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setFieldValue(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the field value to be analyzed.
- setFile(int) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
-
- setFileName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- setFill(int) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Set the fill pattern.
- setFill(int) - Method in class org.apache.solr.internal.csv.writer.CSVField
-
Sets overrideFill to true.
- setFillChar(char) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Set the fill char
- setFilter(DocSet) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setFilterList(List<Query>) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setFilterList(Query) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
A simple setter to build a filterList from a query
- setFilterQueries(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFilters(List<Map<String, Object>>) - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- setFilters(List<Query>) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setFirstPhaseGroups(Collection<SearchGroup<BytesRef>>) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setFixedWidth(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Specify if the CSV file is fixed width.
- setFlags(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setFlags(int) - Method in class org.apache.solr.update.UpdateCommand
-
- setFollowRedirects(HttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set follow redirects.
- setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Configure whether the client should follow redirects or not.
- setForwardTimeout(int) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- setFrequency(long) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- setFunctionName(String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpression
-
- setFunctionName(String) - Method in class org.apache.solr.handler.dataimport.ScriptTransformer
-
- setFunctions(String[]) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setFuzzyMinSim(float) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Set the minimum similarity for fuzzy queries.
- setFuzzyPrefixLength(int) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Set the prefix length for fuzzy queries.
- setGaps(String[]) - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- setGetFieldStatistics(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setGetFieldStatistics(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setGetGroupedDocSet(boolean) - Method in class org.apache.solr.search.Grouping
-
- setGroupingSpec(GroupingSpecification) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setGroupLimit(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setGroupOffset(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setGroupOffsetDefault(int) - Method in class org.apache.solr.search.Grouping
-
- setGroupSort(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
-
- setGroupSort(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setGroupSort(Sort) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setGroupSort(Sort) - Method in class org.apache.solr.search.Grouping
-
- setHandleSelect(boolean) - Method in class org.apache.solr.servlet.SolrRequestParsers
-
- setHardEnd(boolean) - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- setHasFieldHeader(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
Specify if the CSV file has a field header
- setHidden(boolean) - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- setHighlight(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightFragsize(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightQuery(Query) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setHighlightRequireFieldMatch(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightSimplePost(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightSimplePre(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightSnippets(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHits(int) - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- setHost(String) - Method in class org.apache.solr.store.hdfs.HdfsLocalityReporter
-
Set the host name to use when determining locality
- setHostNameVerifier(DefaultHttpClient, X509HostnameVerifier) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- setHttpCaching(boolean) - Method in class org.apache.solr.response.SolrQueryResponse
-
Enables or disables the emission of HTTP caching headers for this response.
- setHttpClientImpl(Class<? extends DefaultHttpClient>, Class<? extends SystemDefaultHttpClient>) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil.HttpClientFactory
-
- setHttpHeader(String, String) - Method in class org.apache.solr.response.SolrQueryResponse
-
Sets a response header with the given name and value.
- setId(String) - Method in class org.apache.solr.cloud.DistributedMap.MapEvent
-
- setId(String) - Method in class org.apache.solr.cloud.DistributedQueue.QueueEvent
-
- setId(String) - Method in class org.apache.solr.update.DeleteUpdateCommand
-
- setIdField(String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- setIgnoreDelimiter(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Specify if the writer should ignore the delimiter.
- setIgnoreEmptyLines(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setIgnoreLeadingWhitespaces(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setIgnoreTrailingWhitespaces(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setIgnoreValueDelimiter(boolean) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Specify if the writer should ignore the value delimiter.
- setInclude(EnumSet<FacetParams.FacetRangeInclude>) - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- setIncludeGroupCount(boolean) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
-
- setIncludeGroupCount(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setIncludeHitCount(boolean) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
-
- setIncludeScore(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setIndent(boolean) - Method in class org.apache.solr.response.TextResponseWriter
-
- setIndexAnalyzer(AnalyzerDefinition) - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- setIndexAnalyzer(Analyzer) - Method in class org.apache.solr.schema.FieldType
-
Sets the Analyzer to be used when indexing fields of this type.
- setIndexDirs(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- setIndexedId(BytesRef) - Method in class org.apache.solr.update.AddUpdateCommand
-
- setIndexedId(BytesRef) - Method in class org.apache.solr.update.DeleteUpdateCommand
-
- setIndexInfoNeeded(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setIndexPhases(String, List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
- setInfoHandlerClass(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setInitalized(boolean) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- setInitialized(boolean) - Method in class org.apache.solr.handler.dataimport.EntityProcessorWrapper
-
- setInputStream(InputStream) - Method in class org.apache.solr.internal.csv.writer.CSVConfigGuesser
-
- setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setInterceptorRegistered() - Method in class org.apache.solr.security.PKIAuthenticationPlugin
-
- setInternalRank(int) - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- setIsExplicitAnalyzer(boolean) - Method in class org.apache.solr.schema.FieldType
-
- setIsExplicitMultiTermAnalyzer(boolean) - Method in class org.apache.solr.schema.TextField
-
- setIsExplicitQueryAnalyzer(boolean) - Method in class org.apache.solr.schema.FieldType
-
- setIsLoadOnStartup(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setIsTransient(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setIterator(String, Iterator<Map<String, Object>>) - Static method in class org.apache.solr.handler.dataimport.MockDataSource
-
- setJSON(Map<String, Object>) - Method in interface org.apache.solr.request.SolrQueryRequest
-
- setJSON(Map<String, Object>) - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- setLabels(List<String>) - Method in class org.apache.solr.client.solrj.response.Cluster
-
- setLastDelegate(Collector) - Method in class org.apache.solr.search.DelegatingCollector
-
Sets the last delegate in a chain of DelegatingCollectors
- setLastDelegateCount - Static variable in class org.apache.solr.search.DelegatingCollector
-
- setLastException(Exception) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- setLastReplicateIndexSuccess(boolean) - Method in class org.apache.solr.update.DefaultSolrCoreState
-
- setLastReplicateIndexSuccess(boolean) - Method in class org.apache.solr.update.SolrCoreState
-
- setLatestSchema(IndexSchema) - Method in class org.apache.solr.core.SolrCore
-
Sets the latest schema snapshot to be used by this core instance.
- setLeader(boolean) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setLeader(Replica) - Method in class org.apache.solr.cloud.overseer.ReplicaMutator
-
- setLeaderConflictResolveWait(int) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setLeaderVoteWait(int) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setLen(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setLevel(int) - Method in class org.apache.solr.response.SmileResponseWriter.SmileWriter
-
- setLevel(int) - Method in class org.apache.solr.response.TextResponseWriter
-
- setLimit(int) - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- setLimit(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setLimitDefault(int) - Method in class org.apache.solr.search.Grouping
-
- setLocalParams(SolrParams) - Method in class org.apache.solr.search.QParser
-
- setLoggingHandler(LoggingHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
-
- setLoggingLevel(Level) - Static method in class org.apache.solr.SolrTestCaseJ4
-
- setLogLevel(String, String) - Method in class org.apache.solr.logging.jul.JulWatcher
-
- setLogLevel(String, String) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- setLogLevel(String, String) - Method in class org.apache.solr.logging.LogWatcher
-
Sets the log level within this framework
- setLogWatcherConfig(LogWatcherConfig) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setMain(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setManagementPath(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setMaps(List<Map>) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- setMaxCollationEvaluations(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
-
- setMaxCollations(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
-
- setMaxCollationTries(int) - Method in class org.apache.solr.spelling.SpellCheckCollator
-
- setMaxCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
-
- setMaxConnections(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set max total connections allowed.
- setMaxConnectionsPerHost(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set max connections allowed per host.
- setMaxDocPerGroup(int) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setMaxOptimizedCommitsToKeep(int) - Method in class org.apache.solr.core.SolrDeletionPolicy
-
- setMaxPermits(int) - Method in class org.apache.solr.util.AdjustableSemaphore
-
- setMaxRetries(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- setMaxScore(Float) - Method in class org.apache.solr.common.SolrDocumentList
-
- setMaxShardsPerNode(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setMaxSize(int) - Method in class org.apache.solr.util.BoundedTreeSet
-
- setMaxTotalConnections(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Set the maximum number of connections that can be open at any given time.
- setMessage(String) - Method in class org.apache.solr.security.AuthorizationResponse
-
- setMetadata(NamedList<String>) - Method in exception org.apache.solr.common.SolrException
-
- setMetadata(String, String) - Method in exception org.apache.solr.common.SolrException
-
- setMethod(SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setMetrics(Map<String, Map>) - Method in class org.apache.solr.client.solrj.io.Tuple
-
- setMinShouldMatch(BooleanQuery.Builder, 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.
- setMinShouldMatch(BooleanQuery, String) - Static method in class org.apache.solr.util.SolrPluginUtils
-
- setMisspellingsAndCorrections(NamedList<String>) - Method in class org.apache.solr.spelling.SpellCheckCollation
-
- setMultiTermAnalyzer(AnalyzerDefinition) - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- setMultiTermAnalyzer(Analyzer) - Method in class org.apache.solr.schema.TextField
-
- setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
By default QueryParser uses MultiTermQuery.CONSTANT_SCORE_REWRITE
when creating a PrefixQuery, WildcardQuery or RangeQuery.
- setName(String) - Method in class org.apache.solr.analytics.request.ExpressionRequest
-
- setName(String) - Method in class org.apache.solr.analytics.request.QueryFacetRequest
-
- setName(String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- setName(String) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- setName(String) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setName(String) - Method in class org.apache.solr.common.SolrInputField
-
- setName(String) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setName(int, String) - Method in class org.apache.solr.common.util.NamedList
-
Modifies the name of the pair at the specified index.
- setName(String) - Method in class org.apache.solr.core.SolrCore
-
- setName(String) - Method in class org.apache.solr.handler.component.SearchComponent
-
Sets the name of the SearchComponent.
- setName(String) - Method in class org.apache.solr.internal.csv.writer.CSVField
-
Set the name of the field
- setNeedDocList(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setNeedDocSet(boolean) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setNeedDocSet(boolean) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
-
Sets whether to compute a
DocSet
.
- setNeedDocSet(boolean) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setNeedMaxScore(Boolean) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setNeedScore(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setNeedScores(boolean) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
- setNeedScores(Boolean) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setNextCursorMark(CursorMark) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setNextCursorMark(CursorMark) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- setNextReader(LeafReaderContext) - Method in class org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector
-
- setNextReader(LeafReaderContext) - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- setNextReader(LeafReaderContext) - Method in interface org.apache.solr.analytics.statistics.StatsCollector
-
- setNextReader(LeafReaderContext) - Method in class org.apache.solr.handler.component.FieldFacetStats
-
- setNextReader(LeafReaderContext) - Method in interface org.apache.solr.handler.component.StatsValues
-
- setNextReader(LeafReaderContext) - Method in interface org.apache.solr.response.SortingResponseWriter.SortValue
-
- setNextReader(LeafReaderContext) - Method in class org.apache.solr.search.facet.SlotAcc
-
- setNode(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- setNode(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionAdminRoleRequest
-
- setNode(CoreContainer) - Static method in class org.apache.solr.logging.MDCLoggingContext
-
- setNode(String) - Static method in class org.apache.solr.logging.MDCLoggingContext
-
- setNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setNodeSet(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
-
- setNow(Date) - Method in class org.apache.solr.util.DateMathParser
-
Defines this instance's concept of "now".
- setNumberOfHits(long) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- setNumberOfOccurences(int) - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- setNumDeadServersToTry(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
-
- setNumFound(long) - Method in class org.apache.solr.common.SolrDocumentList
-
- setNumShards(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setNumShards(int) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setNumShards(int) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setNumTerms(int) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
the number of terms to return for a given field.
- setObjectSerialize(boolean) - Method in class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- setOffset(int) - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- setOffset(int) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setOffset(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setOffset(int) - Method in class org.apache.solr.search.SortSpec
-
- setOnlyActiveNodes(Boolean) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- setOnlyIfDown(boolean) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplica
-
- setOnlyIfLeader(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setOnlyIfLeaderActive(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setOpenSearcher(boolean) - Method in class org.apache.solr.update.CommitTracker
-
- setOriginal(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- setOriginal(Token) - Method in class org.apache.solr.spelling.SpellCheckCorrection
-
- setOtherCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setOthers(EnumSet<FacetParams.FacetRangeOther>) - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- setParallelCacheRefreshes(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
If caches are expired they are refreshed after acquiring a lock.
- setParallelUpdates(boolean) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- setParam(String, String) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setParam(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setParam(String, boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setParameter(StreamExpressionParameter) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- setParameter(String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- setParameters(List<StreamExpressionParameter>) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpression
-
- setParams(ModifiableSolrParams) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
Sets the parameters for this update request, overwriting any previous
- setParams(SolrParams) - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
-
- setParams(SolrParams) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setParams(String, Map) - Method in class org.apache.solr.core.RequestParams
-
- setParams(SolrParams) - Method in interface org.apache.solr.request.SolrQueryRequest
-
Change the parameters for this request.
- setParams(SolrParams) - Method in class org.apache.solr.request.SolrQueryRequestBase
-
- setParams(SolrParams) - Method in class org.apache.solr.search.QParser
-
- setParams(NamedList) - Method in class org.apache.solr.spelling.suggest.DictionaryFactory
-
Sets the parameters available to SolrSuggester for use in Dictionary creation
- setParseMultipleSources(boolean) - Method in class org.apache.solr.search.FunctionQParser
-
- setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Note: This setter method is not thread-safe.
- setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Note: This setter method is not thread-safe.
- setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Changes the
ResponseParser
that will be used for the internal
SolrServer objects.
- setParseToEnd(boolean) - Method in class org.apache.solr.search.FunctionQParser
-
- setPartialResults(boolean) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryResult
-
- setPasswordMap(LinkedHashMap<Pattern, String>) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
- setPath(String) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setPath(String) - Method in class org.apache.solr.store.blockcache.BlockCacheKey
-
- setPauseAtStart(boolean) - Method in class org.apache.solr.cloud.SocketProxy
-
- setPhraseSlop(int) - Method in class org.apache.solr.parser.SolrQueryParserBase
-
Sets the default slop for phrases.
- setPluginInfo(PluginInfo) - Method in class org.apache.solr.handler.RequestHandlerBase
-
- setPollQueueTime(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- setPort(int) - Method in class org.apache.solr.client.solrj.embedded.JettyConfig.Builder
-
- setPort(int) - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
If it needs to change
- setPositionIncrementGap(int) - Method in class org.apache.solr.analysis.SolrAnalyzer
-
- setPrinterNewline(String) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setProperties(Properties) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- setProperties(Properties) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setProperties(Properties) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateShard
-
- setProperties(Properties) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- setProperties(Properties) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- setPropertiesHandler(PropertiesRequestHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
-
- setProperty(Replica, String, String) - Method in class org.apache.solr.cloud.overseer.ReplicaMutator
-
- setProperty(String, Object) - Method in class org.apache.solr.core.ConfigOverlay
-
- setPropertyName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- setPropertyName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- setPropertyName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterProp
-
- setPropertyName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplicaProp
-
- setPropertyValue(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- setPropertyValue(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterProp
-
- setProxyPort(int) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
Sets the port of a local socket proxy that sits infront of this server; if set
then all client traffic will flow through the proxy, giving us the ability to
simulate network partitions very easily.
- setQparser(QParser) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setQueries(List<String>) - Method in class org.apache.solr.analytics.request.QueryFacetRequest
-
- setQueries(String[]) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setQuery(String) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Sets the query to be analyzed.
- setQuery(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the query to be analyzed.
- setQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setQuery(Query) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setQuery(Query) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
- setQuery(String, SolrQueryRequest) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
Sets the group query from the specified groupQueryString.
- setQuery(Query) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setQuery(String) - Method in class org.apache.solr.update.DeleteUpdateCommand
-
- setQueryAnalyzer(AnalyzerDefinition) - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- setQueryAnalyzer(Analyzer) - Method in class org.apache.solr.schema.FieldType
-
Sets the Analyzer to be used when querying fields of this type.
- setQueryCommand(SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
-
- setQueryFacets(List<QueryFacetRequest>) - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
Expert Method.
- setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Expert Method
- setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Expert Method.
- setQueryParams(Set<String>) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setQueryPhases(List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
- setQueryStatsCollectorReaders(LeafReaderContext) - Method in interface org.apache.solr.analytics.accumulator.facet.FacetValueAccumulator
-
- setQueryStatsCollectorReaders(LeafReaderContext) - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- setQueryString(String) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setQueueLength(int) - Method in class org.apache.solr.cloud.Overseer.Stats
-
- setRangeFacets(List<RangeFacetRequest>) - Method in class org.apache.solr.analytics.request.AnalyticsRequest
-
- setRanges(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- setRangeStatsCollectorReaders(LeafReaderContext) - Method in interface org.apache.solr.analytics.accumulator.facet.FacetValueAccumulator
-
- setRangeStatsCollectorReaders(LeafReaderContext) - Method in class org.apache.solr.analytics.accumulator.FacetingAccumulator
-
- setRankQuery(RankQuery) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setReceiveBufferSize(int) - Method in class org.apache.solr.cloud.SocketProxy
-
- setRecoveringAfterStartup(boolean) - Method in class org.apache.solr.cloud.RecoveryStrategy
-
- setRegenerator(CacheRegenerator) - Method in class org.apache.solr.search.CacheConfig
-
- setRemoved(boolean) - Method in class org.apache.solr.store.blockcache.BlockCacheLocation
-
- setRemoveStopFilter(boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser
-
- setReplica(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- setReplica(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplica
-
- setReplica(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.DeleteReplicaProp
-
- setReplicationFactor(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setReq(SolrQueryRequest) - Method in class org.apache.solr.search.QParser
-
- setReq(SolrQueryRequest) - Method in class org.apache.solr.update.UpdateCommand
-
- setRequestHandler(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
The Request Handler to use (see the solrconfig.xml), which is stored in the "qt" parameter.
- setRequestId(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.RequestStatus
-
- setRequestInfo(SolrRequestInfo) - Static method in class org.apache.solr.request.SolrRequestInfo
-
- setRequestUrl(String) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
- setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Changes the
RequestWriter
that will be used for the internal
SolrServer objects.
- setReserveDuration(Long, long) - Method in class org.apache.solr.core.IndexDeletionPolicyWrapper
-
Set the duration for which commit point is to be reserved by the deletion policy.
- setResourceName(String) - Method in class org.apache.solr.schema.IndexSchema
-
Sets the name of the resource used to instantiate this schema.
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.CopyFieldsResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.DefaultQueryOperatorResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.DynamicFieldResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.DynamicFieldsResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldsResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldTypeResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.FieldTypesResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.GlobalSimilarityResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.SchemaNameResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.SchemaVersionResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.UniqueKeyResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaResponse.UpdateResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.SimpleSolrResponse
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.SolrResponse
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.cloud.OverseerSolrResponse
-
- setResponseBuilder(ResponseBuilder) - Method in class org.apache.solr.request.SolrRequestInfo
-
- setResponseDocs(SolrDocumentList) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setResponseFormat(Grouping.Format) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setResponseParser(ResponseParser) - Method in class org.apache.solr.client.solrj.SolrRequest
-
Optionally specify how the Response should be parsed.
- setResult(SolrIndexSearcher.QueryResult) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
Sets results from a SolrIndexSearcher.QueryResult.
- setResults(DocListAndSet) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setRetryDelay(long) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
- setReturnFields(ReturnFields) - Method in class org.apache.solr.response.SolrQueryResponse
-
Sets the document field names of fields to return by default when
returning DocLists
- setRole(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionAdminRoleRequest
-
- setRoles(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setRoles(String) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setRoute(String) - Method in class org.apache.solr.update.UpdateCommand
-
- setRouteKey(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplica
-
- setRouteKey(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- setRouteResponses(NamedList) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteResponse
-
- setRouterField(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setRouterName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setRoutes(Map<String, LBHttpSolrClient.Req>) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteResponse
-
- setRows(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setRule(String...) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setSchema(ManagedIndexSchema) - Method in class org.apache.solr.schema.ManagedIndexSchemaFactory
-
- setSchemaName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setScore(double) - Method in class org.apache.solr.client.solrj.response.Cluster
-
- setScorer(Scorer) - Method in class org.apache.solr.search.DelegatingCollector
-
- setScorer(Scorer) - Method in class org.apache.solr.search.DocSetCollector
-
- setSearcher(SolrIndexSearcher) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
-
- setSessionAttribute(String, Object, String) - Method in class org.apache.solr.handler.dataimport.Context
-
Store values in a certain name and scope (entity, document,global)
- setSessionAttribute(String, Object, String) - Method in class org.apache.solr.handler.dataimport.ContextImpl
-
- setShard(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- setShardHandlerFactoryConfig(PluginInfo) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setShardId(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setShardId(String) - Method in class org.apache.solr.cloud.CloudDescriptor
-
- setShardLeader(ClusterState, ZkNodeProps) - Method in class org.apache.solr.cloud.overseer.SliceMutator
-
- setShardName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- setShardName(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- setShardRequest(ShardRequest) - Method in class org.apache.solr.handler.component.ShardResponse
-
- setShards(String) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- setShards(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setShardUnique(Boolean) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.AddReplicaProp
-
- setShardUnique(Boolean) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.BalanceShardUnique
-
- setSharedLibDirectory(String) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setShorterFormat() - Method in class org.apache.solr.util.SolrLogLayout
-
- setShowDebugInfo(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Sets whether index time tokens that match query time tokens should be marked as a "match".
- setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets whether index time tokens that match query time tokens should be marked as a "match".
- setShowSchema(boolean) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- setSimilarity(Map<String, Object>) - Method in class org.apache.solr.client.solrj.request.schema.FieldTypeDefinition
-
- setSimilarity(Map<String, Object>) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setSimilarity(SimilarityFactory) - Method in class org.apache.solr.schema.FieldType
-
Sets the Similarity used when scoring fields of this type
- setSize(Long) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setSize(int) - Method in class org.apache.solr.internal.csv.writer.CSVField
-
Set the size of the field.
- setSnitch(String...) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setSolrClientCache(SolrClientCache) - Method in class org.apache.solr.client.solrj.io.stream.StreamContext
-
- setSolrProperties(Properties) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setSolrResponse(SolrResponse) - Method in class org.apache.solr.handler.component.ShardResponse
-
- setSort(FieldFacetRequest.FacetSortSpecification) - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- setSort(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Replaces the current sort information with a single sort clause
- setSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Replaces the current sort information with a single sort clause
- setSort(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder
-
- setSort(Sort) - Method in class org.apache.solr.search.Grouping
-
- setSort(Sort) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setSortAndFields(Sort, List<SchemaField>) - Method in class org.apache.solr.search.SortSpec
-
the specified SchemaFields must correspond one to one with the Sort's SortFields,
using null where appropriate.
- setSorts(List<SolrQuery.SortClause>) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Replaces the current sort information.
- setSortSpec(SortSpec) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setSortValues(List<Object>) - Method in class org.apache.solr.search.CursorMark
-
Sets the (raw, unmarshalled) sort values (which must conform to the existing
sortSpec) to populate this object.
- setSortWithinGroup(Sort) - Method in class org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.Builder
-
- setSortWithinGroup(Sort) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
set soTimeout (read timeout) on the underlying HttpConnectionManager.
- setSoTimeout(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Defines the socket timeout (SO_TIMEOUT) in milliseconds.
- setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Set SoTimeout (read timeout).
- setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
set soTimeout (read timeout) on the underlying HttpConnectionManager.
- setSourceInfo(String) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setSplitKey(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- setSplitKey(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- setSrcCores(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- setSSLSystemProperties() - Static method in class org.apache.solr.util.SSLTestConfig
-
- setStaleCheckingEnabled(HttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- setStart(String) - Method in class org.apache.solr.analytics.request.RangeFacetRequest
-
- setStart(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setStart(long) - Method in class org.apache.solr.common.SolrDocumentList
-
- setStartingVersions(List<Long>) - Method in class org.apache.solr.update.PeerSync
-
optional list of updates we had before possibly receiving new updates
- setState(Replica.State) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setState(Replica, String) - Method in class org.apache.solr.cloud.overseer.ReplicaMutator
-
- setState(ClusterState, ZkNodeProps) - Method in class org.apache.solr.cloud.overseer.ReplicaMutator
-
- setState(SolrCache.State) - Method in class org.apache.solr.search.FastLRUCache
-
- setState(SolrCache.State) - Method in class org.apache.solr.search.LFUCache
-
- setState(SolrCache.State) - Method in interface org.apache.solr.search.SolrCache
-
Set different cache states.
- setState(SolrCache.State) - Method in class org.apache.solr.search.SolrCacheBase
-
- setStateFormat(Integer) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- setStatistic(String) - Method in class org.apache.solr.analytics.request.FieldFacetRequest.FacetSortSpecification
-
- setStatus(DataImporter.Status) - Method in class org.apache.solr.handler.dataimport.DataImporter
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.MergeStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.ParallelStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.PushBackStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.RankStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.ReducerStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.SolrStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.TupleStream
-
- setStreamContext(StreamContext) - Method in class org.apache.solr.client.solrj.io.stream.UniqueStream
-
- setStreamFactory(StreamFactory) - Method in class org.apache.solr.client.solrj.io.stream.StreamContext
-
- setStreamingResponseCallback(StreamingResponseCallback) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setString(String) - Method in class org.apache.solr.search.FunctionQParser
-
- setString(String) - Method in class org.apache.solr.search.QParser
-
- setStringCache(JavaBinCodec.StringCache) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- setSuggestionsMayOverlap(boolean) - Method in class org.apache.solr.spelling.SpellCheckCollator
-
- setSupersetMaxDoc(int) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setSystemInfoHandler(SystemInfoHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
-
- setTarget(URI) - Method in class org.apache.solr.cloud.SocketProxy
-
- setTargetCollection(String) - Method in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Migrate
-
- setTcpNoDelay(HttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- setTerm(String) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- setTerms(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
enable/disable terms.
- setTermsLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsLower(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsLowerInclusive(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsMaxCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsRaw(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsRegex(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsRegexFlag(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsSortString(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsUpper(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsUpperInclusive(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTheTickTime(int) - Method in class org.apache.solr.cloud.ZkTestServer
-
- setThreadDumpHandler(ThreadDumpHandler) - Method in class org.apache.solr.handler.admin.InfoHandler
-
- setThreshold(String) - Method in class org.apache.solr.logging.jul.JulWatcher
-
- setThreshold(String) - Method in class org.apache.solr.logging.log4j.Log4jWatcher
-
- setThreshold(String) - Method in class org.apache.solr.logging.LogWatcher
-
- setTimeAllowed(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Set the maximum time allowed for this query.
- setTimeAllowed(long) - Method in class org.apache.solr.search.SolrIndexSearcher.QueryCommand
-
- setTimer(RTimer) - Method in class org.apache.solr.handler.component.ResponseBuilder
-
- setTimeUpperBound(long) - Method in class org.apache.solr.update.CommitTracker
-
- setTokenizer(Map<String, Object>) - Method in class org.apache.solr.client.solrj.request.schema.AnalyzerDefinition
-
- setTokens(Collection<Token>) - Method in class org.apache.solr.spelling.SpellingResult
-
- setTopNGroups(int) - Method in class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
-
- setTrace(boolean) - Method in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- setTrace(boolean) - Method in class org.apache.solr.client.solrj.io.stream.SolrStream
-
Setting trace to true will include the "_CORE_" field in each Tuple emitted by the stream.
- setTrackingQueue(Queue<TrackingShardHandlerFactory.ShardRequestAndParams>) - Method in class org.apache.solr.handler.component.TrackingShardHandlerFactory
-
Set the tracking queue for this factory.
- setTrackingQueue(MiniSolrCloudCluster, Queue<TrackingShardHandlerFactory.ShardRequestAndParams>) - Static method in class org.apache.solr.handler.component.TrackingShardHandlerFactory
-
Sets the tracking queue for all nodes participating in this cluster.
- setTrackingQueue(List<JettySolrRunner>, Queue<TrackingShardHandlerFactory.ShardRequestAndParams>) - Static method in class org.apache.solr.handler.component.TrackingShardHandlerFactory
-
Sets the tracking queue for all nodes participating in this cluster.
- setTransientCacheSize(int) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setTruncateGroups(boolean) - Method in class org.apache.solr.search.grouping.CommandHandler.Builder
-
- setTruncateGroups(boolean) - Method in class org.apache.solr.search.grouping.GroupingSpecification
-
- setUlogDir(String) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
- setUlogDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setUnicodeEscapeInterpretation(boolean) - Method in class org.apache.solr.internal.csv.CSVStrategy
-
- setUniqueKey(String) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setup(ElectionContext) - Method in class org.apache.solr.cloud.LeaderElector
-
Set up any ZooKeeper nodes needed for leader election.
- setUp() - Method in class org.apache.solr.SolrTestCaseJ4
-
- setUp() - Method in class org.apache.solr.util.DOMUtilTestBase
-
- setUpdateShardHandlerConfig(UpdateShardHandlerConfig) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setupExampleDir(File, File, String) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- setupJettySolrHome(File) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
- setupJettyTestHome(File, String) - Static method in class org.apache.solr.SolrJettyTestBase
-
- setupNoCoreTest(File, String) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Call this from @BeforeClass to set up the test harness and update handler with no cores.
- setUseGenericCoreNames(boolean) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setUseMultiPartPost(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Set the multipart connection properties
- setUseRetry(DefaultHttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Control retry handler
- setUserProperty(String, Object) - Method in class org.apache.solr.core.ConfigOverlay
-
- setUseSchemaCache(boolean) - Method in class org.apache.solr.core.NodeConfig.NodeConfigBuilder
-
- setUseSSL(boolean) - Method in class org.apache.solr.client.solrj.embedded.SSLConfig
-
- setVal(int, T) - Method in class org.apache.solr.common.util.NamedList
-
Modifies the value of the pair at the specified index.
- setValue(String) - Method in class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionValue
-
- setValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
-
Set the value for a field.
- setValue(T) - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
-
- setValue(SolrDocument, Object) - Method in class org.apache.solr.response.transform.ValueSourceAugmenter
-
- setValueDelimiter(char) - Method in class org.apache.solr.internal.csv.writer.CSVConfig
-
Set the value delimiter to use
- setValues - Variable in class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- setValues(SimpleOrderedMap<Object>, int) - Method in class org.apache.solr.search.facet.SlotAcc
-
- setVersion(float) - Method in class org.apache.solr.client.solrj.response.schema.SchemaRepresentation
-
- setVersion(long) - Method in class org.apache.solr.update.UpdateCommand
-
- setViolationReportAction(ZkTestServer.LimitViolationAction) - Method in class org.apache.solr.cloud.ZkTestServer
-
- setWaitSearcher(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setWrappedQuery(Query) - Method in class org.apache.solr.search.WrappedQuery
-
- setWritableDocFields(JavaBinCodec.WritableDocFields) - Method in class org.apache.solr.common.util.JavaBinCodec
-
- setWriter(Writer) - Method in class org.apache.solr.internal.csv.writer.CSVWriter
-
Set the writer to write the CSV file to.
- setWriterType(String) - Method in class org.apache.solr.client.solrj.impl.NoOpResponseParser
-
- setWritten(long) - Method in class org.apache.solr.common.util.FastOutputStream
-
Resets the count returned by written()
- setWt(SolrQueryRequest, String) - Static method in class org.apache.solr.handler.SolrConfigHandler
-
- setZkACLProviderClass(String) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setZkClientTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Set the timeout to the zookeeper ensemble in ms
- setZkClientTimeout(int) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setZkConnectTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Set the connect timeout to the zookeeper ensemble in ms
- setZkCredentialsProviderClass(String) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setZkCredentialsToAddAutomatically(ZkCredentialsProvider) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
- setZkHost(String) - Method in class org.apache.solr.core.CloudConfig.CloudConfigBuilder
-
- setZkIndexSchemaReader(ZkIndexSchemaReader) - Method in class org.apache.solr.cloud.ZkSolrResourceLoader
-
- SEVERE - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
-
- sha256(String, String) - Static method in class org.apache.solr.security.Sha256AuthenticationProvider
-
- Sha256AuthenticationProvider - Class in org.apache.solr.security
-
- Sha256AuthenticationProvider() - Constructor for class org.apache.solr.security.Sha256AuthenticationProvider
-
- shallowCopy() - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Returns a shallow writable copy of the properties
- shapeToString(Shape) - Method in class org.apache.solr.schema.AbstractSpatialFieldType
-
Returns a String version of a shape to be used for the stored value.
- shapeToString(Shape) - Method in class org.apache.solr.schema.DateRangeField
-
- shard - Variable in class org.apache.solr.cloud.rule.ReplicaAssigner.Position
-
- SHARD - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
The shard id in solr cloud
- shard - Variable in class org.apache.solr.handler.component.ShardDoc
-
- shard - Variable in class org.apache.solr.handler.component.TrackingShardHandlerFactory.ShardRequestAndParams
-
- SHARD1 - Static variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- SHARD2 - Static variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- SHARD_ID_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_LEADERS_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_PARENT - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
The parent shard if applicable
- SHARD_PARENT_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_RANGE - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
The shard range in solr cloud
- SHARD_RANGE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_STATE - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
The shard range in solr cloud
- SHARD_STATE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_UNIQUE - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- SHARD_URL - Static variable in interface org.apache.solr.common.params.ShardParams
-
The requested URL for this shard
- shardAddress - Variable in class org.apache.solr.handler.component.ShardDoc
-
- ShardAugmenterFactory - Class in org.apache.solr.response.transform
-
- ShardAugmenterFactory() - Constructor for class org.apache.solr.response.transform.ShardAugmenterFactory
-
- shardBuffercacheAllocate - Variable in class org.apache.solr.store.blockcache.Metrics
-
- shardBuffercacheLost - Variable in class org.apache.solr.store.blockcache.Metrics
-
- ShardDoc - Class in org.apache.solr.handler.component
-
- ShardDoc(float, Object[], Object, String) - Constructor for class org.apache.solr.handler.component.ShardDoc
-
- ShardDoc() - Constructor for class org.apache.solr.handler.component.ShardDoc
-
- ShardFacetCount() - Constructor for class org.apache.solr.handler.component.FacetComponent.ShardFacetCount
-
- ShardHandler - Class in org.apache.solr.handler.component
-
- ShardHandler() - Constructor for class org.apache.solr.handler.component.ShardHandler
-
- shardHandlerFactory - Variable in class org.apache.solr.core.CoreContainer
-
- ShardHandlerFactory - Class in org.apache.solr.handler.component
-
- ShardHandlerFactory() - Constructor for class org.apache.solr.handler.component.ShardHandlerFactory
-
- shardHasContributed(int) - Method in class org.apache.solr.handler.component.PivotFacetValue
-
A NON-Recursive method indicating if the specified shard has already
contributed to the count for this value.
- shardId - Variable in class org.apache.solr.cloud.LeaderInitiatedRecoveryThread
-
- shardId - Variable in class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- shardName - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.ClusterStatus
-
- shardName - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.CollectionShardAdminRequest
-
- ShardParams - Interface in org.apache.solr.common.params
-
Parameters used for distributed search.
- ShardRequest - Class in org.apache.solr.handler.component
-
- ShardRequest() - Constructor for class org.apache.solr.handler.component.ShardRequest
-
- ShardRequestAndParams(ShardRequest, String, ModifiableSolrParams) - Constructor for class org.apache.solr.handler.component.TrackingShardHandlerFactory.ShardRequestAndParams
-
- ShardRequestFactory - Interface in org.apache.solr.search.grouping.distributed
-
Responsible for creating shard requests to the shards in the cluster to perform distributed grouping.
- ShardResponse - Class in org.apache.solr.handler.component
-
- ShardResponse() - Constructor for class org.apache.solr.handler.component.ShardResponse
-
- ShardResponseProcessor - Interface in org.apache.solr.search.grouping.distributed
-
Responsible for processing shard responses.
- ShardResultTransformer<T,R> - Interface in org.apache.solr.search.grouping.distributed.shardresultserializer
-
A ShardResultTransformer
is responsible for transforming a grouped shard result into group related
structures (such as TopGroups
and SearchGroup
)
and visa versa.
- shards - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- shards - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- SHARDS - Static variable in class org.apache.solr.common.cloud.DocCollection
-
- SHARDS - Static variable in interface org.apache.solr.common.params.ShardParams
-
the shards to use (distributed configuration)
- SHARDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- shards - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- shards - Variable in class org.apache.solr.handler.component.ShardRequest
-
- SHARDS_INFO - Static variable in interface org.apache.solr.common.params.ShardParams
-
Request detailed match info for each shard (true/false)
- SHARDS_PROP - Static variable in class org.apache.solr.cloud.OverseerCollectionProcessor
-
- SHARDS_PURPOSE - Static variable in interface org.apache.solr.common.params.ShardParams
-
query purpose for shard requests
- SHARDS_QT - Static variable in interface org.apache.solr.common.params.ShardParams
-
The Request Handler for shard requests
- SHARDS_ROWS - Static variable in interface org.apache.solr.common.params.ShardParams
-
per-shard start and rows
- shards_rows - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- SHARDS_START - Static variable in interface org.apache.solr.common.params.ShardParams
-
- shards_start - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- SHARDS_TOLERANT - Static variable in interface org.apache.solr.common.params.ShardParams
-
Should things fail if there is an error?
- shardsArr - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- ShardsRepeatRule() - Constructor for class org.apache.solr.BaseDistributedSearchTestCase.ShardsRepeatRule
-
- shardToJetty - Variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- shardToLeaderJetty - Variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- SHORT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- shortCircuitedURL - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- shorterFormat - Variable in class org.apache.solr.util.SolrLogLayout
-
- shouldExit() - Method in class org.apache.solr.search.SolrQueryTimeoutImpl
-
Return true if a timeoutAt value is set and the current time has exceeded the set timeOut.
- shouldMutate(String) - Method in interface org.apache.solr.update.processor.FieldMutatingUpdateProcessor.FieldNameSelector
-
- shouldRemoveStopFilter(ExtendedDismaxQParser.ExtendedDismaxConfiguration, Query) - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
Determines if query should be re-parsed removing the stop filter.
- shouldReverse(String) - Method in class org.apache.solr.analysis.ReversedWildcardFilterFactory
-
This method encapsulates the logic that determines whether
a query token should be reversed in order to use the
reversed terms in the index.
- SHOW_CONF_CMD - Static variable in class org.apache.solr.handler.dataimport.DataImporter
-
- SHOW_DEFAULTS - Static variable in class org.apache.solr.rest.BaseSolrResource
-
- SHOW_MATCH - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Set to true
to indicate that the index tokens that match query tokens should be marked as "mateched".
- SHOW_MISSING - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- SHOW_MISSING - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- showCounts() - Method in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- showDiff(SolrDocumentList, SolrDocumentList, String, String) - Static method in class org.apache.solr.cloud.CloudInspectUtil
-
Shows the difference between two lists of documents.
- 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
-
- showMissing(boolean) - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
If there are missing values in the facet field, include the bucket
for the missing facet values in the facet response.
- showsMissing() - Method in class org.apache.solr.analytics.request.FieldFacetRequest
-
- shrink() - Method in class org.apache.solr.internal.csv.CharBuffer
-
Shrinks the capacity of the buffer to the current length if necessary.
- shrink(int[], int) - Static method in class org.apache.solr.search.SortedIntDocSet
-
- shutdown() - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
-
Deprecated.
- shutdown() - Method in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
Deprecated.
- shutdown() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
Deprecated.
- shutdown() - Method in class org.apache.solr.client.solrj.impl.HttpSolrClient
-
Deprecated.
- shutdown() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrClient
-
Deprecated.
- shutdown() - Method in class org.apache.solr.client.solrj.SolrClient
-
- shutdown() - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Shut down the cluster, including all Solr nodes and ZooKeeper
- shutdown() - Method in class org.apache.solr.cloud.ZkTestServer
-
- shutdown() - Method in class org.apache.solr.core.CoreContainer
-
Stops all cores.
- shutdown() - Method in class org.apache.solr.handler.admin.CoreAdminHandler
-
Method to ensure shutting down of the ThreadPool Executor.
- shutdown() - Method in class org.apache.solr.update.StreamingSolrClients
-
- shutdownAndAwaitTermination(ExecutorService) - Static method in class org.apache.solr.common.util.ExecutorUtil
-
- shutdownNow() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient
-
- shutdownNowAndAwaitTermination(ExecutorService) - Static method in class org.apache.solr.common.util.ExecutorUtil
-
- Signature - Class in org.apache.solr.update.processor
-
- Signature() - Constructor for class org.apache.solr.update.processor.Signature
-
- SignatureUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
- SignatureUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.SignatureUpdateProcessorFactory
-
- signSha256(byte[]) - Method in class org.apache.solr.util.CryptoKeys.RSAKeyPair
-
- similarity - Variable in class org.apache.solr.schema.FieldType
-
- SIMILARITY - Static variable in class org.apache.solr.schema.FieldType
-
- SIMILARITY - Static variable in class org.apache.solr.schema.IndexSchema
-
- similarity - Variable in class org.apache.solr.schema.IndexSchema
-
- SIMILARITY_FIELDS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
-
- similarityFactory - Variable in class org.apache.solr.schema.FieldType
-
- similarityFactory - Variable in class org.apache.solr.schema.IndexSchema
-
- SimilarityFactory - Class in org.apache.solr.schema
-
A factory interface for configuring a Similarity
in the Solr
schema.xml.
- SimilarityFactory() - Constructor for class org.apache.solr.schema.SimilarityFactory
-
- SIMPLE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SIMPLE - Static variable in class org.apache.solr.servlet.SolrRequestParsers
-
- SIMPLE_POST - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SIMPLE_PRE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SimpleAggValueSource - Class in org.apache.solr.search.facet
-
- SimpleAggValueSource(String, ValueSource) - Constructor for class org.apache.solr.search.facet.SimpleAggValueSource
-
- SimpleBoundaryScanner - Class in org.apache.solr.highlight
-
- SimpleBoundaryScanner() - Constructor for class org.apache.solr.highlight.SimpleBoundaryScanner
-
- SimpleEndResultTransformer - Class in org.apache.solr.search.grouping.endresulttransformer
-
- SimpleEndResultTransformer() - Constructor for class org.apache.solr.search.grouping.endresulttransformer.SimpleEndResultTransformer
-
- SimpleFacets - Class in org.apache.solr.request
-
A class that generates simple Facet information for a request.
- SimpleFacets(SolrQueryRequest, DocSet, SolrParams) - Constructor for class org.apache.solr.request.SimpleFacets
-
- SimpleFacets(SolrQueryRequest, DocSet, SolrParams, ResponseBuilder) - Constructor for class org.apache.solr.request.SimpleFacets
-
- SimpleFacets.CountPair<K extends Comparable<? super K>,V extends Comparable<? super V>> - Class in org.apache.solr.request
-
A simple key=>val pair whose natural order is such that
higher vals come before lower vals.
- SimpleFacets.ParsedParams - Class in org.apache.solr.request
-
- SimpleFragListBuilder - Class in org.apache.solr.highlight
-
- SimpleFragListBuilder() - Constructor for class org.apache.solr.highlight.SimpleFragListBuilder
-
- SimpleFragmentsBuilder - Class in org.apache.solr.highlight
-
- SimpleFragmentsBuilder() - Constructor for class org.apache.solr.highlight.SimpleFragmentsBuilder
-
- SimpleFSDirectoryFactory - Class in org.apache.solr.core
-
Factory to instantiate SimpleFSDirectory
- SimpleFSDirectoryFactory() - Constructor for class org.apache.solr.core.SimpleFSDirectoryFactory
-
- SimpleMLTQParser - Class in org.apache.solr.search.mlt
-
- SimpleMLTQParser(String, SolrParams, SolrParams, SolrQueryRequest) - Constructor for class org.apache.solr.search.mlt.SimpleMLTQParser
-
- SimpleOrderedMap<T> - Class in org.apache.solr.common.util
-
SimpleOrderedMap
is a
NamedList
where access by key is more
important than maintaining order when it comes to representing the
held data in other forms, as ResponseWriters normally do.
- SimpleOrderedMap() - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
-
Creates an empty instance
- SimpleOrderedMap(int) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
-
- SimpleOrderedMap(List<Object>) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
-
Deprecated.
- SimpleOrderedMap(Map.Entry<String, T>[]) - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
-
- SimpleParams - Interface in org.apache.solr.common.params
-
Parameters used by the SimpleQParser.
- SimplePostTool - Class in org.apache.solr.util
-
A simple utility class for posting raw updates to a Solr server,
has a main method so it can be run on the command line.
- SimplePostTool(String, URL, boolean, String, int, int, String, OutputStream, boolean, boolean, String[]) - Constructor for class org.apache.solr.util.SimplePostTool
-
Constructor which takes in all mandatory input for the tool to work.
- SimplePostTool() - Constructor for class org.apache.solr.util.SimplePostTool
-
- SimplePostTool.BAOS - Class in org.apache.solr.util
-
- SimplePostTool.PageFetcherResult - Class in org.apache.solr.util
-
Utility class to hold the result form a page fetch
- SimplePreAnalyzedParser - Class in org.apache.solr.schema
-
- SimplePreAnalyzedParser() - Constructor for class org.apache.solr.schema.SimplePreAnalyzedParser
-
- SimplePropertiesWriter - Class in org.apache.solr.handler.dataimport
-
- SimplePropertiesWriter() - Constructor for class org.apache.solr.handler.dataimport.SimplePropertiesWriter
-
- SimpleQParserPlugin - Class in org.apache.solr.search
-
Create a query from the input value that will be parsed by Lucene's SimpleQueryParser.
- SimpleQParserPlugin() - Constructor for class org.apache.solr.search.SimpleQParserPlugin
-
- SimpleSolrResponse - Class in org.apache.solr.client.solrj.response
-
- SimpleSolrResponse() - Constructor for class org.apache.solr.client.solrj.response.SimpleSolrResponse
-
- simpleTag(String, String...) - Static method in class org.apache.solr.util.BaseTestHarness
-
- SimpleUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
A base class for writing a very simple UpdateProcessor without worrying too much about the API.
- SimpleUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.SimpleUpdateProcessorFactory
-
- SingleDelegateExpression - Class in org.apache.solr.analytics.expression
-
Abstraction of an expression that applies a function to one delegate expression.
- SingleDelegateExpression(Expression) - Constructor for class org.apache.solr.analytics.expression.SingleDelegateExpression
-
- SingleDoubleFunction - Class in org.apache.solr.analytics.util.valuesource
-
Abstract ValueSource
implementation which wraps one ValueSource
and applies an extendible double function to its values.
- SingleDoubleFunction(ValueSource) - Constructor for class org.apache.solr.analytics.util.valuesource.SingleDoubleFunction
-
- SingleFragListBuilder - Class in org.apache.solr.highlight
-
- SingleFragListBuilder() - Constructor for class org.apache.solr.highlight.SingleFragListBuilder
-
- SingleStringFunction - Class in org.apache.solr.analytics.util.valuesource
-
Abstract ValueSource
implementation which wraps one ValueSource
and applies an extendible string function to its values.
- SingleStringFunction(ValueSource) - Constructor for class org.apache.solr.analytics.util.valuesource.SingleStringFunction
-
- sink - Variable in class org.apache.solr.util.FastWriter
-
- SINT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- size() - Method in class org.apache.solr.cloud.DistributedMap
-
- size() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- size() - Method in class org.apache.solr.common.SolrDocument
-
- size() - Method in class org.apache.solr.common.SolrInputDocument
-
- size - Variable in class org.apache.solr.common.util.ContentStreamBase
-
- size() - Method in class org.apache.solr.common.util.FastOutputStream
-
- size() - Method in class org.apache.solr.common.util.NamedList
-
The total number of name/value pairs
- size() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
- SIZE - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- SIZE - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- size() - Method in class org.apache.solr.logging.CircularList
-
- size - Variable in class org.apache.solr.logging.ListenerConfig
-
- size - Variable in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
- size() - Method in class org.apache.solr.response.SortingResponseWriter.PriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size() - Method in class org.apache.solr.response.transform.DocTransformers
-
- size() - Method in class org.apache.solr.search.BitDocSet
-
- size() - Method in interface org.apache.solr.search.DocList
-
Returns the number of ids in this list.
- size() - Method in interface org.apache.solr.search.DocSet
-
Returns the number of documents in the set.
- size() - Method in class org.apache.solr.search.DocSlice
-
- size() - Method in class org.apache.solr.search.FastLRUCache
-
- size() - Method in class org.apache.solr.search.HashDocSet
-
- size() - Method in class org.apache.solr.search.LFUCache
-
- size() - Method in class org.apache.solr.search.LRUCache
-
- size() - Method in interface org.apache.solr.search.SolrCache
-
:TODO: copy from Map
- size() - Method in class org.apache.solr.search.SortedIntDocSet
-
- size() - Method in class org.apache.solr.store.blockcache.BlockDirectoryCache
-
- size() - Method in interface org.apache.solr.store.blockcache.Cache
-
Number of entries in the cache.
- size() - Method in class org.apache.solr.util.ConcurrentLFUCache
-
- size() - Method in class org.apache.solr.util.ConcurrentLRUCache
-
- size - Variable in class org.apache.solr.util.LongPriorityQueue
-
- size() - Method in class org.apache.solr.util.LongPriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size() - Method in class org.apache.solr.util.stats.ExponentiallyDecayingSample
-
- size() - Method in interface org.apache.solr.util.stats.Sample
-
Returns the number of values recorded.
- size() - Method in class org.apache.solr.util.stats.Snapshot
-
Returns the number of values in the snapshot.
- size() - Method in class org.apache.solr.util.stats.UniformSample
-
- SizeLimitedDistributedMap - Class in org.apache.solr.cloud
-
A size limited distributed map maintained in zk.
- SizeLimitedDistributedMap(SolrZkClient, String, List<ACL>, int) - Constructor for class org.apache.solr.cloud.SizeLimitedDistributedMap
-
- sizeOf(Directory, String) - Static method in class org.apache.solr.core.DirectoryFactory
-
- sizeOfDirectory(Directory) - Static method in class org.apache.solr.core.DirectoryFactory
-
- skewed(Object, Object) - Static method in class org.apache.solr.SolrTestCaseJ4
-
Returns likely
most (1/10) of the time, otherwise unlikely
- SKIP - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- SKIP - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
-
- SKIP - Static variable in class org.apache.solr.handler.dataimport.EntityProcessorBase
-
- skip(int) - Method in class org.apache.solr.search.QueryParsing.StrParser
-
- SKIP_DOC - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
-
- SKIP_FIELD_VALUE_LIST_SINGLETON - Static variable in class org.apache.solr.update.processor.AllValuesOrNoneFieldMutatingUpdateProcessor
-
- SKIP_LINE_REGEX - Static variable in class org.apache.solr.handler.dataimport.LineEntityProcessor
-
Holds the name of entity attribute that will be parsed to obtain
the pattern to be used when checking to see if a line should
be ignored.
- SKIP_ROW - Static variable in exception org.apache.solr.handler.dataimport.DataImportHandlerException
-
- SKIP_ROW - Static variable in class org.apache.solr.handler.dataimport.DocBuilder
-
- skipArray(JSONParser, String, boolean) - Static method in class org.apache.solr.request.json.JSONUtil
-
- skipBytes(int) - Method in class org.apache.solr.common.util.FastInputStream
-
- skipDocCount - Variable in class org.apache.solr.handler.dataimport.DocBuilder.Statistics
-
- skippedEntity(String) - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- SKIPVAL - Static variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- SLASH - Static variable in class org.apache.solr.schema.IndexSchema
-
- Slice - Class in org.apache.solr.common.cloud
-
A Slice contains immutable information about a logical shard (all replicas that share the same shard id).
- Slice(String, Map<String, Replica>, Map<String, Object>) - Constructor for class org.apache.solr.common.cloud.Slice
-
- slice(String, long, long) - Method in class org.apache.solr.store.blockcache.CustomBufferedIndexInput
-
- Slice.State - Enum in org.apache.solr.common.cloud
-
The slice's state.
- SLICE_UNIQUE_BOOLEAN_PROPERTIES - Static variable in class org.apache.solr.cloud.overseer.SliceMutator
-
- sliceCount - Variable in class org.apache.solr.cloud.AbstractFullDistribZkTestBase
-
- sliceHash(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- sliceHash(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- SliceMutator - Class in org.apache.solr.cloud.overseer
-
- SliceMutator(ZkStateReader) - Constructor for class org.apache.solr.cloud.overseer.SliceMutator
-
- slices - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- slist - Variable in class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- SLONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SLOP - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SlotAcc - Class in org.apache.solr.search.facet
-
- SlotAcc(FacetContext) - Constructor for class org.apache.solr.search.facet.SlotAcc
-
- SlotAcc.Resizer - Class in org.apache.solr.search.facet
-
- slowQueryThresholdMillis - Variable in class org.apache.solr.core.SolrConfig
-
- SMALLER_THAN - Static variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- smallerThan - Variable in class org.apache.solr.handler.dataimport.FileListEntityProcessor
-
- SmileResponseWriter - Class in org.apache.solr.response
-
- SmileResponseWriter() - Constructor for class org.apache.solr.response.SmileResponseWriter
-
- SmileResponseWriter.SmileWriter - Class in org.apache.solr.response
-
- SmileWriter(OutputStream, SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.response.SmileResponseWriter.SmileWriter
-
- SnapShooter - Class in org.apache.solr.handler
-
Provides functionality equivalent to the snapshooter script
This is no longer used in standard replication.
- SnapShooter(SolrCore, String, String) - Constructor for class org.apache.solr.handler.SnapShooter
-
- snapshot() - Method in class org.apache.solr.update.TransactionLog
-
takes a snapshot of the current position and number of records
for later possible rollback, and returns the position
- Snapshot - Class in org.apache.solr.util.stats
-
- Snapshot(Collection<Long>) - Constructor for class org.apache.solr.util.stats.Snapshot
-
Create a new
Snapshot
with the given values.
- Snapshot(double[]) - Constructor for class org.apache.solr.util.stats.Snapshot
-
Create a new
Snapshot
with the given values.
- SNIPPETS - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- Snitch - Class in org.apache.solr.cloud.rule
-
- Snitch() - Constructor for class org.apache.solr.cloud.rule.Snitch
-
- SNITCH - Static variable in class org.apache.solr.common.cloud.DocCollection
-
- SnitchContext - Class in org.apache.solr.cloud.rule
-
This is the context provided to the snitches to interact with the system.
- SnitchContext.SnitchInfo - Class in org.apache.solr.cloud.rule
-
- SocketProxy - Class in org.apache.solr.cloud
-
Kindly borrowed the idea and base implementation from the ActiveMQ project;
useful for blocking traffic on a specified port.
- SocketProxy() - Constructor for class org.apache.solr.cloud.SocketProxy
-
- SocketProxy(boolean) - Constructor for class org.apache.solr.cloud.SocketProxy
-
- SocketProxy(int, boolean) - Constructor for class org.apache.solr.cloud.SocketProxy
-
- SocketProxy.Acceptor - Class in org.apache.solr.cloud
-
- SocketProxy.Bridge - Class in org.apache.solr.cloud
-
- SocketProxy.Bridge.Pump - Class in org.apache.solr.cloud
-
- SOFT_COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
-
- SOFT_COMMIT - Static variable in class org.apache.solr.handler.UpdateRequestHandler
-
- softCommit - Variable in class org.apache.solr.update.CommitUpdateCommand
-
- softCommitCallbacks - Variable in class org.apache.solr.update.UpdateHandler
-
- softCommitTracker - Variable in class org.apache.solr.update.DirectUpdateHandler2
-
- SOLR_CORE_PROP_PREFIX - Static variable in class org.apache.solr.core.CoreDescriptor
-
- SOLR_QUERY_PARSER - Static variable in class org.apache.solr.schema.IndexSchema
-
- SOLR_RESOURCE_LOADER_ENABLED - Static variable in class org.apache.solr.response.VelocityResponseWriter
-
- SOLR_SECURITY_CONF_PATH - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SOLR_SERVER - Static variable in class org.apache.solr.handler.dataimport.SolrEntityProcessor
-
- SOLR_TESTS_ALLOW_READING_FILES_STILL_OPEN_FOR_WRITE - Static variable in class org.apache.solr.core.MockDirectoryFactory
-
- SOLR_XML_FILE - Static variable in class org.apache.solr.core.SolrXmlConfig
-
- SolrAnalyzer - Class in org.apache.solr.analysis
-
- SolrAnalyzer() - Constructor for class org.apache.solr.analysis.SolrAnalyzer
-
- SolrBoundaryScanner - Class in org.apache.solr.highlight
-
- SolrBoundaryScanner() - Constructor for class org.apache.solr.highlight.SolrBoundaryScanner
-
- SolrCache<K,V> - Interface in org.apache.solr.search
-
Primary API for dealing with Solr's internal caches.
- SolrCache.State - Enum in org.apache.solr.search
-
Enumeration of possible States for cache instances.
- SolrCacheBase - Class in org.apache.solr.search
-
Common base class of reusable functionality for SolrCaches
- SolrCacheBase() - Constructor for class org.apache.solr.search.SolrCacheBase
-
- SolrCacheBase.AutoWarmCountRef - Class in org.apache.solr.search
-
Decides how many things to autowarm based on the size of another cache
- solrClassRules - Static variable in class org.apache.solr.SolrTestCaseJ4
-
- SolrCLI - Class in org.apache.solr.util
-
Command-line utility for working with Solr.
- SolrCLI() - Constructor for class org.apache.solr.util.SolrCLI
-
- SolrCLI.ApiTool - Class in org.apache.solr.util
-
Used to send an arbitrary HTTP request to a Solr API endpoint.
- SolrCLI.ConfigTool - Class in org.apache.solr.util
-
Sends a POST to the Config API to perform a specified action.
- SolrCLI.CreateCollectionTool - Class in org.apache.solr.util
-
Supports create_collection command in the bin/solr script.
- SolrCLI.CreateCoreTool - Class in org.apache.solr.util
-
- SolrCLI.CreateTool - Class in org.apache.solr.util
-
- SolrCLI.DeleteTool - Class in org.apache.solr.util
-
- SolrCLI.HealthcheckTool - Class in org.apache.solr.util
-
Requests health information about a specific collection in SolrCloud.
- SolrCLI.RunExampleTool - Class in org.apache.solr.util
-
Supports an interactive session with the user to launch (or relaunch the -e cloud example)
- SolrCLI.SolrCloudTool - Class in org.apache.solr.util
-
Helps build SolrCloud aware tools by initializing a CloudSolrClient
instance before running the tool.
- SolrCLI.StatusTool - Class in org.apache.solr.util
-
Get the status of a Solr server.
- SolrCLI.Tool - Interface in org.apache.solr.util
-
Defines the interface to a Solr tool that can be run from this command-line app.
- SolrCLI.ToolBase - Class in org.apache.solr.util
-
- SolrClient - Class in org.apache.solr.client.solrj
-
Abstraction through which all communication with a Solr server may be routed
- SolrClient() - Constructor for class org.apache.solr.client.solrj.SolrClient
-
- SolrClientCache - Class in org.apache.solr.client.solrj.io
-
The SolrClientCache caches SolrClients so they can be reused by different TupleStreams.
- SolrClientCache() - Constructor for class org.apache.solr.client.solrj.io.SolrClientCache
-
- SolrCloudTool(PrintStream) - Constructor for class org.apache.solr.util.SolrCLI.SolrCloudTool
-
- SolrCmdDistributor - Class in org.apache.solr.update
-
- SolrCmdDistributor(UpdateShardHandler) - Constructor for class org.apache.solr.update.SolrCmdDistributor
-
- SolrCmdDistributor(StreamingSolrClients, int, int) - Constructor for class org.apache.solr.update.SolrCmdDistributor
-
- SolrCmdDistributor.AbortCheck - Interface in org.apache.solr.update
-
- SolrCmdDistributor.Error - Class in org.apache.solr.update
-
- SolrCmdDistributor.Node - Class in org.apache.solr.update
-
- SolrCmdDistributor.Req - Class in org.apache.solr.update
-
- SolrCmdDistributor.Response - Class in org.apache.solr.update
-
- SolrCmdDistributor.RetryNode - Class in org.apache.solr.update
-
- SolrCmdDistributor.StdNode - Class in org.apache.solr.update
-
- SolrConfig - Class in org.apache.solr.core
-
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
- SolrConfig() - Constructor for class org.apache.solr.core.SolrConfig
-
Creates a default instance from the solrconfig.xml.
- SolrConfig(String) - Constructor for class org.apache.solr.core.SolrConfig
-
Creates a configuration instance from a configuration name.
- SolrConfig(String, InputSource) - Constructor for class org.apache.solr.core.SolrConfig
-
Creates a configuration instance from a configuration name and stream.
- SolrConfig(String, String, InputSource) - Constructor for class org.apache.solr.core.SolrConfig
-
Creates a configuration instance from an instance directory, configuration name and stream.
- SolrConfig(SolrResourceLoader, String, InputSource) - Constructor for class org.apache.solr.core.SolrConfig
-
Creates a configuration instance from a resource loader, a configuration name and a stream.
- solrConfig - Variable in class org.apache.solr.schema.IndexSchema
-
- solrConfig - Static variable in class org.apache.solr.SolrTestCaseJ4
-
- 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.PluginOpts - Enum in org.apache.solr.core
-
- SolrConfig.SolrPluginInfo - Class in org.apache.solr.core
-
- SolrConfig.UpdateHandlerInfo - Class in org.apache.solr.core
-
- SolrConfigHandler - Class in org.apache.solr.handler
-
- SolrConfigHandler() - Constructor for class org.apache.solr.handler.SolrConfigHandler
-
- 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.ConstantWeight - Class in org.apache.solr.search
-
- SolrContentHandler - Class in org.apache.solr.handler.extraction
-
The class responsible for handling Tika events and translating them into
SolrInputDocument
s.
- SolrContentHandler(Metadata, SolrParams, IndexSchema) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandler
-
- SolrContentHandler(Metadata, SolrParams, IndexSchema, Collection<String>) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandler
-
- SolrContentHandlerFactory - Class in org.apache.solr.handler.extraction
-
- SolrContentHandlerFactory(Collection<String>) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandlerFactory
-
- SolrCore - Class in org.apache.solr.core
-
- SolrCore(String, String, SolrConfig, IndexSchema, CoreDescriptor) - Constructor for class org.apache.solr.core.SolrCore
-
- SolrCore(CoreDescriptor, ConfigSet) - Constructor for class org.apache.solr.core.SolrCore
-
- SolrCore(String, CoreDescriptor) - Constructor for class org.apache.solr.core.SolrCore
-
- SolrCore(String, String, SolrConfig, IndexSchema, NamedList, CoreDescriptor, UpdateHandler, IndexDeletionPolicyWrapper, SolrCore) - Constructor for class org.apache.solr.core.SolrCore
-
Creates a new core and register it in the list of cores.
- solrCore - Variable in class org.apache.solr.highlight.DefaultSolrHighlighter
-
- SolrCore.RawWriter - Interface in org.apache.solr.core
-
- SolrCoreAware - Interface in org.apache.solr.util.plugin
-
- solrCoreState - Variable in class org.apache.solr.update.DirectUpdateHandler2
-
- SolrCoreState - Class in org.apache.solr.update
-
The state in this class can be easily shared between SolrCores across
SolrCore reloads.
- SolrCoreState() - Constructor for class org.apache.solr.update.SolrCoreState
-
- SolrCoreState.IndexWriterCloser - Interface in org.apache.solr.update
-
- SolrDeletionPolicy - Class in org.apache.solr.core
-
Standard Solr deletion policy that allows reserving index commit points
for certain amounts of time to support features such as index replication
or snapshooting directly out of a live index directory.
- SolrDeletionPolicy() - Constructor for class org.apache.solr.core.SolrDeletionPolicy
-
- solrDispatchFilter - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- SolrDispatchFilter - Class in org.apache.solr.servlet
-
This filter looks at the incoming URL maps them to handlers defined in solrconfig.xml
- SolrDispatchFilter() - Constructor for class org.apache.solr.servlet.SolrDispatchFilter
-
- SOLRDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- solrDoc - Variable in class org.apache.solr.update.AddUpdateCommand
-
- SOLRDOCLST - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SolrDocument - Class in org.apache.solr.common
-
A concrete representation of a document within a Solr index.
- SolrDocument() - Constructor for class org.apache.solr.common.SolrDocument
-
- SolrDocumentList - Class in org.apache.solr.common
-
Represent a list of SolrDocuments returned from a search.
- SolrDocumentList() - Constructor for class org.apache.solr.common.SolrDocumentList
-
- SolrEncoder - Interface in org.apache.solr.highlight
-
- SolrEntityProcessor - Class in org.apache.solr.handler.dataimport
-
An implementation of
EntityProcessor
which fetches values from a
separate Solr implementation using the SolrJ client library.
- SolrEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.SolrEntityProcessor
-
- SolrEventListener - Interface in org.apache.solr.core
-
- SolrException - Exception in org.apache.solr.common
-
- SolrException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.common.SolrException
-
- SolrException(SolrException.ErrorCode, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
-
- SolrException(SolrException.ErrorCode, Throwable) - Constructor for exception org.apache.solr.common.SolrException
-
- SolrException(int, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
-
Constructor that can set arbitrary http status code.
- solrException - Variable in class org.apache.solr.core.PluginBag.LazyPluginHolder
-
- SolrException.ErrorCode - Enum in org.apache.solr.common
-
This list of valid HTTP Status error codes that Solr may return in
the case of a "Server Side" error.
- SolrExtendedPostingsHighlighter(SolrQueryRequest) - Constructor for class org.apache.solr.highlight.PostingsSolrHighlighter.SolrExtendedPostingsHighlighter
-
- SolrFieldCacheMBean - Class in org.apache.solr.search
-
A SolrInfoMBean that provides introspection of the Solr FieldCache
- SolrFieldCacheMBean() - Constructor for class org.apache.solr.search.SolrFieldCacheMBean
-
- SolrFilter - Class in org.apache.solr.search
-
A SolrFilter extends the Lucene Filter and adds extra semantics such as passing on
weight context info for function queries.
- SolrFilter() - Constructor for class org.apache.solr.search.SolrFilter
-
- SolrFormatter - Interface in org.apache.solr.highlight
-
- SolrFragListBuilder - Interface in org.apache.solr.highlight
-
- SolrFragmenter - Interface in org.apache.solr.highlight
-
- SolrFragmentsBuilder - Class in org.apache.solr.highlight
-
- SolrFragmentsBuilder() - Constructor for class org.apache.solr.highlight.SolrFragmentsBuilder
-
- SolrHighlighter - Class in org.apache.solr.highlight
-
- SolrHighlighter() - Constructor for class org.apache.solr.highlight.SolrHighlighter
-
- SOLRHOME - Static variable in class org.apache.solr.cloud.AbstractZkTestCase
-
- solrHome - Variable in class org.apache.solr.core.CoreContainer
-
- SOLRHOME_ATTRIBUTE - Static variable in class org.apache.solr.servlet.SolrDispatchFilter
-
- SolrIgnoredThreadsFilter - Class in org.apache.solr
-
This ignores those threads in Solr for which there is no way to
clean up after a suite.
- SolrIgnoredThreadsFilter() - Constructor for class org.apache.solr.SolrIgnoredThreadsFilter
-
- SolrIndexConfig - Class in org.apache.solr.update
-
This config object encapsulates IndexWriter config params,
defined in the <indexConfig> section of solrconfig.xml
- SolrIndexConfig(SolrConfig, String, SolrIndexConfig) - Constructor for class org.apache.solr.update.SolrIndexConfig
-
Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml
- SolrIndexSearcher - Class in org.apache.solr.search
-
SolrIndexSearcher adds schema awareness and caching functionality
over the lucene IndexSearcher.
- SolrIndexSearcher(SolrCore, String, IndexSchema, SolrIndexConfig, String, boolean, DirectoryFactory) - Constructor for class org.apache.solr.search.SolrIndexSearcher
-
- SolrIndexSearcher(SolrCore, String, IndexSchema, String, DirectoryReader, boolean, boolean, boolean, DirectoryFactory) - Constructor for class org.apache.solr.search.SolrIndexSearcher
-
- SolrIndexSearcher.DocsEnumState - Class in org.apache.solr.search
-
- SolrIndexSearcher.ProcessedFilter - Class in org.apache.solr.search
-
- SolrIndexSearcher.QueryCommand - Class in org.apache.solr.search
-
A query request command to avoid having to change the method signatures
if we want to pass additional information to the searcher.
- SolrIndexSearcher.QueryResult - Class in org.apache.solr.search
-
The result of a search.
- SolrIndexSplitter - Class in org.apache.solr.update
-
- SolrIndexSplitter(SplitIndexCommand) - Constructor for class org.apache.solr.update.SolrIndexSplitter
-
- SolrIndexWriter - Class in org.apache.solr.update
-
An IndexWriter that is configured via Solr config mechanisms.
- SolrInfoMBean - Interface in org.apache.solr.core
-
MBean interface for getting various ui friendly strings and URLs
for use by objects which are 'pluggable' to make server administration
easier.
- SolrInfoMBean.Category - Enum in org.apache.solr.core
-
- SolrInfoMBeanHandler - Class in org.apache.solr.handler.admin
-
A request handler that provides info about all
registered SolrInfoMBeans.
- SolrInfoMBeanHandler() - Constructor for class org.apache.solr.handler.admin.SolrInfoMBeanHandler
-
- SOLRINPUTDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SOLRINPUTDOC_CHILDS - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SolrInputDocument - Class in org.apache.solr.common
-
Represent the field and boost information needed to construct and index
a Lucene Document.
- SolrInputDocument() - Constructor for class org.apache.solr.common.SolrInputDocument
-
- SolrInputDocument(Map<String, SolrInputField>) - Constructor for class org.apache.solr.common.SolrInputDocument
-
- SolrInputField - Class in org.apache.solr.common
-
- SolrInputField(String) - Constructor for class org.apache.solr.common.SolrInputField
-
- SolrInstance(File, String, String) - Constructor for class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- SolrInstances(int, String, String) - Constructor for class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- SolrJettyTestBase - Class in org.apache.solr
-
- SolrJettyTestBase() - Constructor for class org.apache.solr.SolrJettyTestBase
-
- SolrjNamedThreadFactory - Class in org.apache.solr.common.util
-
- SolrjNamedThreadFactory(String) - Constructor for class org.apache.solr.common.util.SolrjNamedThreadFactory
-
- SolrLogLayout - Class in org.apache.solr.util
-
- SolrLogLayout() - Constructor for class org.apache.solr.util.SolrLogLayout
-
- SolrLogLayout.CoreInfo - Class in org.apache.solr.util
-
- SolrLogLayout.Method - Class in org.apache.solr.util
-
- SolrLogLayout.TG - Interface in org.apache.solr.util
-
Add this interface to a thread group and the string returned by getTag()
will appear in log statements of any threads under that group.
- SolrOutputRepresentation() - Constructor for class org.apache.solr.rest.BaseSolrResource.SolrOutputRepresentation
-
- SolrParamResourceLoader - Class in org.apache.solr.response
-
- SolrParamResourceLoader(SolrQueryRequest) - Constructor for class org.apache.solr.response.SolrParamResourceLoader
-
- SolrParams - Class in org.apache.solr.common.params
-
SolrParams hold request parameters.
- SolrParams() - Constructor for class org.apache.solr.common.params.SolrParams
-
- solrParams - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
-
- SolrPing - Class in org.apache.solr.client.solrj.request
-
Verify that there is a working Solr core at the URL of a
SolrClient
.
- SolrPing() - Constructor for class org.apache.solr.client.solrj.request.SolrPing
-
Create a new SolrPing object.
- SolrPingResponse - Class in org.apache.solr.client.solrj.response
-
- SolrPingResponse() - Constructor for class org.apache.solr.client.solrj.response.SolrPingResponse
-
- SolrPluginUtils - Class in org.apache.solr.util
-
Utilities that may be of use to RequestHandlers.
- SolrPluginUtils() - Constructor for class org.apache.solr.util.SolrPluginUtils
-
- SolrPluginUtils.DisjunctionMaxQueryParser - Class in org.apache.solr.util
-
A subclass of SolrQueryParser that supports aliasing fields for
constructing DisjunctionMaxQueries.
- SolrPluginUtils.DisjunctionMaxQueryParser.Alias - Class in org.apache.solr.util
-
A simple container for storing alias info
- SolrPluginUtils.IdentityRegenerator - Class in org.apache.solr.util
-
A CacheRegenerator that can be used whenever the items in the cache
are not dependant on the current searcher.
- solrProperties - Variable in class org.apache.solr.core.NodeConfig
-
- SolrQuery - Class in org.apache.solr.client.solrj
-
This is an augmented SolrParams with get/set/add fields for common fields used
in the Standard and Dismax request handlers
- SolrQuery() - Constructor for class org.apache.solr.client.solrj.SolrQuery
-
- SolrQuery(String) - Constructor for class org.apache.solr.client.solrj.SolrQuery
-
Create a new SolrQuery
- SolrQuery.ORDER - Enum in org.apache.solr.client.solrj
-
- SolrQuery.SortClause - Class in org.apache.solr.client.solrj
-
A single sort clause, encapsulating what to sort and the sort order.
- SolrQueryEscapingEvaluator - Class in org.apache.solr.handler.dataimport
-
- SolrQueryEscapingEvaluator() - Constructor for class org.apache.solr.handler.dataimport.SolrQueryEscapingEvaluator
-
- SolrQueryParser - Class in org.apache.solr.search
-
Solr's default query parser, a schema-driven superset of the classic lucene query parser.
- SolrQueryParser(QParser, String) - Constructor for class org.apache.solr.search.SolrQueryParser
-
- SolrQueryParserBase - Class in org.apache.solr.parser
-
This class is overridden by QueryParser in QueryParser.jj
and acts to separate the majority of the Java code from the .jj grammar file.
- SolrQueryParserBase() - Constructor for class org.apache.solr.parser.SolrQueryParserBase
-
- SolrQueryParserBase.MagicFieldName - Enum in org.apache.solr.parser
-
Identifies the list of all known "magic fields" that trigger
special parsing behavior
- SolrQueryRequest - Interface in org.apache.solr.request
-
Container for a request to execute a query.
- solrQueryRequest - Variable in class org.apache.solr.response.BinaryResponseWriter.Resolver
-
- SolrQueryRequestBase - Class in org.apache.solr.request
-
Base implementation of SolrQueryRequest
that provides some
convenience methods for accessing parameters, and manages an IndexSearcher
reference.
- SolrQueryRequestBase(SolrCore, SolrParams, RTimer) - Constructor for class org.apache.solr.request.SolrQueryRequestBase
-
- SolrQueryRequestBase(SolrCore, SolrParams) - Constructor for class org.apache.solr.request.SolrQueryRequestBase
-
- SolrQueryResponse - Class in org.apache.solr.response
-
SolrQueryResponse
is used by a query handler to return
the response to a query request.
- SolrQueryResponse() - Constructor for class org.apache.solr.response.SolrQueryResponse
-
// another way of returning an error
int errCode;
String errMsg;
- SolrQueryTimeoutImpl - Class in org.apache.solr.search
-
Implementation of QueryTimeout
that is used by Solr.
- solrReq - Variable in class org.apache.solr.servlet.HttpSolrCall
-
- SolrRequest<T extends SolrResponse> - Class in org.apache.solr.client.solrj
-
- SolrRequest(SolrRequest.METHOD, String) - Constructor for class org.apache.solr.client.solrj.SolrRequest
-
- SolrRequest.METHOD - Enum in org.apache.solr.client.solrj
-
- SolrRequestHandler - Interface in org.apache.solr.request
-
Implementations of SolrRequestHandler
are called to handle query requests.
- SolrRequestInfo - Class in org.apache.solr.request
-
- SolrRequestInfo(SolrQueryRequest, SolrQueryResponse) - Constructor for class org.apache.solr.request.SolrRequestInfo
-
- SolrRequestParsers - Class in org.apache.solr.servlet
-
- SolrRequestParsers(SolrConfig) - Constructor for class org.apache.solr.servlet.SolrRequestParsers
-
Pass in an xml configuration.
- SolrResourceLoader - Class in org.apache.solr.core
-
- SolrResourceLoader(String, ClassLoader, Properties) - Constructor for class org.apache.solr.core.SolrResourceLoader
-
This loader will delegate to the context classloader when possible,
otherwise it will attempt to resolve resources using any jar files
found in the "lib/" directory in the specified instance directory.
- SolrResourceLoader(String, ClassLoader) - Constructor for class org.apache.solr.core.SolrResourceLoader
-
This loader will delegate to the context classloader when possible,
otherwise it will attempt to resolve resources using any jar files
found in the "lib/" directory in the specified instance directory.
- SolrResourceLoader(String) - Constructor for class org.apache.solr.core.SolrResourceLoader
-
- solrResourceLoader - Variable in class org.apache.solr.rest.ManagedResource
-
- SolrResourceNotFoundException - Exception in org.apache.solr.core
-
- SolrResourceNotFoundException() - Constructor for exception org.apache.solr.core.SolrResourceNotFoundException
-
- SolrResourceNotFoundException(String) - Constructor for exception org.apache.solr.core.SolrResourceNotFoundException
-
- SolrResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.solr.core.SolrResourceNotFoundException
-
- SolrResourceNotFoundException(Throwable) - Constructor for exception org.apache.solr.core.SolrResourceNotFoundException
-
- SolrResponse - Class in org.apache.solr.client.solrj
-
- SolrResponse() - Constructor for class org.apache.solr.client.solrj.SolrResponse
-
- SolrResponseBase - Class in org.apache.solr.client.solrj.response
-
- SolrResponseBase() - Constructor for class org.apache.solr.client.solrj.response.SolrResponseBase
-
- SolrReturnFields - Class in org.apache.solr.search
-
The default implementation of return fields parsing for Solr.
- SolrReturnFields() - Constructor for class org.apache.solr.search.SolrReturnFields
-
- SolrReturnFields(SolrQueryRequest) - Constructor for class org.apache.solr.search.SolrReturnFields
-
- SolrReturnFields(String, SolrQueryRequest) - Constructor for class org.apache.solr.search.SolrReturnFields
-
- SolrReturnFields(String[], SolrQueryRequest) - Constructor for class org.apache.solr.search.SolrReturnFields
-
- SolrSchemaRestApi - Class in org.apache.solr.rest
-
Restlet servlet handling /<context>/<collection>/schema/* URL paths
- SolrSchemaRestApi() - Constructor for class org.apache.solr.rest.SolrSchemaRestApi
-
- SolrServer - Class in org.apache.solr.client.solrj
-
- SolrServer() - Constructor for class org.apache.solr.client.solrj.SolrServer
-
Deprecated.
- SolrServerException - Exception in org.apache.solr.client.solrj
-
Exception to catch all types of communication / parsing issues associated with talking to SOLR
- SolrServerException(String, Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
-
- SolrServerException(String) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
-
- SolrServerException(Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
-
- SolrSpellChecker - Class in org.apache.solr.spelling
-
- SolrSpellChecker() - Constructor for class org.apache.solr.spelling.SolrSpellChecker
-
- SolrStream - Class in org.apache.solr.client.solrj.io.stream
-
Queries a single Solr instance and maps SolrDocs to a Stream of Tuples.
- SolrStream(String, Map) - Constructor for class org.apache.solr.client.solrj.io.stream.SolrStream
-
- solrStreams - Variable in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- SolrSuggester - Class in org.apache.solr.spelling.suggest
-
Responsible for loading the lookup and dictionary Implementations specified by
the SolrConfig.
- SolrSuggester() - Constructor for class org.apache.solr.spelling.suggest.SolrSuggester
-
- SolrTestCaseHS - Class in org.apache.solr
-
- SolrTestCaseHS() - Constructor for class org.apache.solr.SolrTestCaseHS
-
- SolrTestCaseHS.Client - Class in org.apache.solr
-
- SolrTestCaseHS.Client.Tester - Class in org.apache.solr
-
- SolrTestCaseHS.ClientProvider - Class in org.apache.solr
-
- SolrTestCaseHS.SolrInstance - Class in org.apache.solr
-
- SolrTestCaseHS.SolrInstances - Class in org.apache.solr
-
- SolrTestCaseJ4 - Class in org.apache.solr
-
A junit4 Solr test harness that extends LuceneTestCaseJ4.
- SolrTestCaseJ4() - Constructor for class org.apache.solr.SolrTestCaseJ4
-
- SolrTestCaseJ4.CoreDescriptorBuilder - Class in org.apache.solr
-
- SolrTestCaseJ4.Doc - Class in org.apache.solr
-
- SolrTestCaseJ4.Fld - Class in org.apache.solr
-
- SolrTestCaseJ4.FldType - Class in org.apache.solr
-
- SolrTestCaseJ4.FVal - Class in org.apache.solr
-
- SolrTestCaseJ4.IRange - Class in org.apache.solr
-
- SolrTestCaseJ4.IVals - Class in org.apache.solr
-
- SolrTestCaseJ4.IValsPercent - Class in org.apache.solr
-
- SolrTestCaseJ4.SuppressObjectReleaseTracker - Annotation Type in org.apache.solr
-
Annotation for test classes that want to disable ObjectReleaseTracker
- SolrTestCaseJ4.SuppressSSL - Annotation Type in org.apache.solr
-
Annotation for test classes that want to disable SSL
- SolrTestCaseJ4.SVal - Class in org.apache.solr
-
- SolrTestCaseJ4.Vals - Class in org.apache.solr
-
- SolrTestCaseJ4.XmlDoc - Class in org.apache.solr
-
Necessary to make method signatures un-ambiguous
- solrTestRules - Variable in class org.apache.solr.SolrTestCaseJ4
-
- SolrUIMAConfiguration - Class in org.apache.solr.uima.processor
-
Configuration holding all the configurable parameters for calling UIMA inside Solr
- SolrUIMAConfigurationReader - Class in org.apache.solr.uima.processor
-
Read configuration for Solr-UIMA integration
- SolrUIMAConfigurationReader(NamedList<Object>) - Constructor for class org.apache.solr.uima.processor.SolrUIMAConfigurationReader
-
- SolrVelocityLogger - Class in org.apache.solr.response
-
- SolrVelocityLogger(Logger) - Constructor for class org.apache.solr.response.SolrVelocityLogger
-
- SolrVelocityResourceLoader - Class in org.apache.solr.response
-
Velocity resource loader wrapper around Solr resource loader
- SolrVelocityResourceLoader(SolrResourceLoader) - Constructor for class org.apache.solr.response.SolrVelocityResourceLoader
-
- SolrWriter - Class in org.apache.solr.handler.dataimport
-
Writes documents to SOLR.
- SolrWriter(UpdateRequestProcessor, SolrQueryRequest) - Constructor for class org.apache.solr.handler.dataimport.SolrWriter
-
- SolrXmlConfig - Class in org.apache.solr.core
-
- SolrXmlConfig() - Constructor for class org.apache.solr.core.SolrXmlConfig
-
- SolrZkClient - Class in org.apache.solr.common.cloud
-
All Solr ZooKeeper interactions should go through this class rather than
ZooKeeper.
- SolrZkClient() - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int, int) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int, int, OnReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int, ZkClientConnectionStrategy, OnReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int, int, ZkClientConnectionStrategy, OnReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int, int, ZkClientConnectionStrategy, OnReconnect, BeforeReconnect) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkClient(String, int, int, ZkClientConnectionStrategy, OnReconnect, BeforeReconnect, ZkACLProvider) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- SolrZkServer - Class in org.apache.solr.cloud
-
- SolrZkServer(String, String, String, String, int) - Constructor for class org.apache.solr.cloud.SolrZkServer
-
- SolrZooKeeper - Class in org.apache.solr.common.cloud
-
- SolrZooKeeper(String, int, Watcher) - Constructor for class org.apache.solr.common.cloud.SolrZooKeeper
-
- SORT - Static variable in interface org.apache.solr.common.params.CommonParams
-
sort order
- sort - Variable in class org.apache.solr.handler.component.FacetComponent.FieldFacet
-
- sort() - Method in class org.apache.solr.handler.component.PivotFacetField
-
Recursively sorts the collection of values associated with this field, and
any sub-pivots those values have.
- sort() - Method in class org.apache.solr.handler.component.PivotFacetFieldValueCollection
-
Sorts the collection and recursively sorts the collections assocaited with
any sub-pivots.
- sort - Variable in class org.apache.solr.search.Grouping.Command
-
- sort(int) - Method in class org.apache.solr.util.LongPriorityQueue
-
Pops the smallest n items from the heap, placing them in the internal array at
arr[size] through arr[size-(n-1)] with the smallest (first element popped)
being at arr[size].
- sort(int, int, int[], PrimUtils.IntComparator) - Static method in class org.apache.solr.util.PrimUtils
-
Sort the integer array from "start" inclusive to "end" exclusive in ascending order,
using the provided comparator.
- SORT_DIRECTION - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- SORT_FIELD - Static variable in class org.apache.solr.spelling.suggest.DocumentExpressionDictionaryFactory
-
- SORT_MISSING_FIRST - Static variable in class org.apache.solr.schema.FieldProperties
-
- SORT_MISSING_LAST - Static variable in class org.apache.solr.schema.FieldProperties
-
- SORT_SPECIFICATION - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- SORT_STATISTIC - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- SortableStr2double(String) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2double(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2doubleStr(String) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2float(String) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2float(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2floatStr(String) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2int(String) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2int(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2int(String, int, int) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2int(BytesRef, int, int) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2long(String) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2long(BytesRef) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2long(String, int, int) - Static method in class org.apache.solr.util.NumberUtils
-
- SortableStr2long(BytesRef, int, int) - Static method in class org.apache.solr.util.NumberUtils
-
- SortClause(String, SolrQuery.ORDER) - Constructor for class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates a SortClause based on item and order
- SortClause(String, String) - Constructor for class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates a SortClause based on item and order
- sortDocSet(SolrIndexSearcher.QueryResult, SolrIndexSearcher.QueryCommand) - Method in class org.apache.solr.search.SolrIndexSearcher
-
- SortedIntDocSet - Class in org.apache.solr.search
-
SortedIntDocSet
represents a sorted set of Lucene Document Ids.
- SortedIntDocSet(int[]) - Constructor for class org.apache.solr.search.SortedIntDocSet
-
- SortedIntDocSet(int[], int) - Constructor for class org.apache.solr.search.SortedIntDocSet
-
- SortedMapBackedCache - Class in org.apache.solr.handler.dataimport
-
- SortedMapBackedCache() - Constructor for class org.apache.solr.handler.dataimport.SortedMapBackedCache
-
- Sorting - Class in org.apache.solr.search
-
Extra lucene sorting utilities & convenience methods
- Sorting() - Constructor for class org.apache.solr.search.Sorting
-
- SortingResponseWriter - Class in org.apache.solr.response
-
- SortingResponseWriter() - Constructor for class org.apache.solr.response.SortingResponseWriter
-
- SortingResponseWriter.DoubleAsc - Class in org.apache.solr.response
-
- SortingResponseWriter.DoubleDesc - Class in org.apache.solr.response
-
- SortingResponseWriter.FieldWriter - Class in org.apache.solr.response
-
- SortingResponseWriter.FloatAsc - Class in org.apache.solr.response
-
- SortingResponseWriter.FloatDesc - Class in org.apache.solr.response
-
- SortingResponseWriter.IgnoreException - Exception in org.apache.solr.response
-
- SortingResponseWriter.IntComp - Interface in org.apache.solr.response
-
- SortingResponseWriter.PriorityQueue<T> - Class in org.apache.solr.response
-
- SortingResponseWriter.SortValue - Interface in org.apache.solr.response
-
- sortMissingFirst() - Method in class org.apache.solr.schema.SchemaField
-
- sortMissingLast() - Method in class org.apache.solr.schema.SchemaField
-
- sortSeqs(List<String>) - Static method in class org.apache.solr.cloud.LeaderElector
-
Sort n string sequence list.
- SortSpec - Class in org.apache.solr.search
-
SortSpec encapsulates a Lucene Sort and a count of the number of documents
to return.
- SortSpec(Sort, List<SchemaField>) - Constructor for class org.apache.solr.search.SortSpec
-
- SortSpec(Sort, SchemaField[]) - Constructor for class org.apache.solr.search.SortSpec
-
- sortValues - Variable in class org.apache.solr.analytics.accumulator.facet.FieldFacetAccumulator
-
- source - Variable in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- source - Variable in class org.apache.solr.analytics.util.valuesource.FilterFieldSource
-
- source - Variable in class org.apache.solr.analytics.util.valuesource.SingleDoubleFunction
-
- source - Variable in class org.apache.solr.analytics.util.valuesource.SingleStringFunction
-
- SOURCE - Static variable in class org.apache.solr.schema.IndexSchema
-
- source1 - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
-
- source2 - Variable in class org.apache.solr.search.function.distance.VectorDistanceFunction
-
- SOURCE_FILE_CHAR_ENCODING - Static variable in class org.apache.solr.spelling.FileBasedSpellChecker
-
- SOURCE_HOME - Static variable in class org.apache.solr.util.ExternalPaths
-
The main directory path for the solr source being built if it can be determined.
- SOURCE_PARAM - Static variable in class org.apache.solr.update.processor.CloneFieldUpdateProcessorFactory
-
- sourceInfo - Variable in class org.apache.solr.common.util.ContentStreamBase
-
- sourceLocation - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- sourceLocation - Variable in class org.apache.solr.spelling.suggest.Suggester
-
- sources - Variable in class org.apache.solr.analytics.util.valuesource.MultiDateFunction
-
- sources - Variable in class org.apache.solr.analytics.util.valuesource.MultiDoubleFunction
-
- sources - Variable in class org.apache.solr.analytics.util.valuesource.MultiStringFunction
-
- sp - Variable in class org.apache.solr.search.FunctionQParser
-
- SpatialBoxQParserPlugin - Class in org.apache.solr.search
-
- SpatialBoxQParserPlugin() - Constructor for class org.apache.solr.search.SpatialBoxQParserPlugin
-
- SpatialFilterQParser - Class in org.apache.solr.search
-
- SpatialFilterQParser(String, SolrParams, SolrParams, SolrQueryRequest, boolean) - Constructor for class org.apache.solr.search.SpatialFilterQParser
-
- SpatialFilterQParserPlugin - Class in org.apache.solr.search
-
Creates a spatial Filter based on the type of spatial point used.
- SpatialFilterQParserPlugin() - Constructor for class org.apache.solr.search.SpatialFilterQParserPlugin
-
- SpatialHeatmapFacets - Class in org.apache.solr.handler.component
-
A 2D spatial faceting summary of a rectangular region.
- SpatialHeatmapFacets() - Constructor for class org.apache.solr.handler.component.SpatialHeatmapFacets
-
- SpatialHeatmapFacets.HeatmapFacet - Class in org.apache.solr.handler.component
-
- SpatialOptions - Class in org.apache.solr.search
-
- SpatialOptions() - Constructor for class org.apache.solr.search.SpatialOptions
-
- SpatialOptions(String, double, SchemaField, String, double) - Constructor for class org.apache.solr.search.SpatialOptions
-
- SpatialParams - Interface in org.apache.solr.common.params
-
- SpatialPointVectorFieldType - Class in org.apache.solr.schema
-
- SpatialPointVectorFieldType() - Constructor for class org.apache.solr.schema.SpatialPointVectorFieldType
-
- SpatialQueryable - Interface in org.apache.solr.schema
-
Indicate that the implementing class is capable of generating a Query against spatial resources.
- SpatialRecursivePrefixTreeFieldType - Class in org.apache.solr.schema
-
- SpatialRecursivePrefixTreeFieldType() - Constructor for class org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType
-
- SpatialTermQueryPrefixTreeFieldType - Class in org.apache.solr.schema
-
- SpatialTermQueryPrefixTreeFieldType() - Constructor for class org.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType
-
- SpatialUtils - Class in org.apache.solr.util
-
Utility methods pertaining to spatial.
- specialToken - Variable in class org.apache.solr.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SPELLCHECK_ACCURACY - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Certain spelling implementations may allow for an accuracy setting.
- SPELLCHECK_ALTERNATIVE_TERM_COUNT - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The count of suggestions to return for each query term existing in the index and/or dictionary.
- SPELLCHECK_BUILD - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Whether to build the index or not.
- SPELLCHECK_COLLATE - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Take the top suggestion for each token and create a new query from it
- SPELLCHECK_COLLATE_EXTENDED_RESULTS - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Whether to use the Extended Results Format for collations.
- SPELLCHECK_COLLATE_MAX_COLLECT_DOCS - Static variable in interface org.apache.solr.common.params.SpellingParams
-
- SPELLCHECK_COLLATE_PARAM_OVERRIDE - Static variable in interface org.apache.solr.common.params.SpellingParams
-
- SPELLCHECK_COUNT - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The count of suggestions to return for each query term not in the index and/or dictionary.
- SPELLCHECK_DICT - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The name of the dictionary to be used for giving the suggestion for a
request.
- SPELLCHECK_EXTENDED_RESULTS - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Whether to use the extended response format, which is more complicated but
richer.
- SPELLCHECK_MAX_COLLATION_EVALUATIONS - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The maximum number of word correction combinations to rank and evaluate prior to deciding which collation
candidates to test against the index.
- SPELLCHECK_MAX_COLLATION_TRIES - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The maximum number of collations to test by querying against the index.
- SPELLCHECK_MAX_COLLATIONS - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The maximum number of collations to return.
- SPELLCHECK_MAX_RESULTS_FOR_SUGGEST - Static variable in interface org.apache.solr.common.params.SpellingParams
-
The maximum number of hits the request can return in order to both
generate spelling suggestions and set the "correctlySpelled" element to "false".
- SPELLCHECK_ONLY_MORE_POPULAR - Static variable in interface org.apache.solr.common.params.SpellingParams
-
When this parameter is set to true and the misspelled word exists in the
user field, only words that occur more frequently in the Solr field than
the one given will be returned.
- SPELLCHECK_PREFIX - Static variable in interface org.apache.solr.common.params.SpellingParams
-
- SPELLCHECK_Q - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Use the value for this parameter as the query to spell check.
- SPELLCHECK_RELOAD - Static variable in interface org.apache.solr.common.params.SpellingParams
-
Whether to reload the index.
- SpellCheckCollation - Class in org.apache.solr.spelling
-
- SpellCheckCollation() - Constructor for class org.apache.solr.spelling.SpellCheckCollation
-
- SpellCheckCollator - Class in org.apache.solr.spelling
-
- SpellCheckCollator() - Constructor for class org.apache.solr.spelling.SpellCheckCollator
-
- SpellCheckComponent - Class in org.apache.solr.handler.component
-
A SearchComponent implementation which provides support for spell checking
and suggestions using the Lucene contributed SpellChecker.
- SpellCheckComponent() - Constructor for class org.apache.solr.handler.component.SpellCheckComponent
-
- SpellCheckCorrection - Class in org.apache.solr.spelling
-
- SpellCheckCorrection() - Constructor for class org.apache.solr.spelling.SpellCheckCorrection
-
- spellChecker - Variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- SPELLCHECKER_ARG_NAME - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- spellCheckers - Variable in class org.apache.solr.handler.component.SpellCheckComponent
-
Key is the dictionary, value is the SpellChecker for that dictionary name
- SpellCheckMergeData - Class in org.apache.solr.handler.component
-
- SpellCheckMergeData() - Constructor for class org.apache.solr.handler.component.SpellCheckMergeData
-
- SpellCheckResponse - Class in org.apache.solr.client.solrj.response
-
Encapsulates responses from SpellCheckComponent
- SpellCheckResponse(NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- SpellCheckResponse.Collation - Class in org.apache.solr.client.solrj.response
-
- SpellCheckResponse.Correction - Class in org.apache.solr.client.solrj.response
-
- SpellCheckResponse.Suggestion - Class in org.apache.solr.client.solrj.response
-
- SpellingOptions - Class in org.apache.solr.spelling
-
- SpellingOptions() - Constructor for class org.apache.solr.spelling.SpellingOptions
-
- SpellingOptions(Collection<Token>, int) - Constructor for class org.apache.solr.spelling.SpellingOptions
-
- SpellingOptions(Collection<Token>, IndexReader) - Constructor for class org.apache.solr.spelling.SpellingOptions
-
- SpellingOptions(Collection<Token>, IndexReader, int) - Constructor for class org.apache.solr.spelling.SpellingOptions
-
- SpellingOptions(Collection<Token>, IndexReader, int, SuggestMode, boolean, float, SolrParams) - Constructor for class org.apache.solr.spelling.SpellingOptions
-
- SpellingOptions(Collection<Token>, IndexReader, int, int, SuggestMode, boolean, float, SolrParams) - Constructor for class org.apache.solr.spelling.SpellingOptions
-
- SpellingParams - Interface in org.apache.solr.common.params
-
Parameters used for spellchecking
- SpellingQueryConverter - Class in org.apache.solr.spelling
-
Converts the query string to a Collection of Lucene tokens using a regular expression.
- SpellingQueryConverter() - Constructor for class org.apache.solr.spelling.SpellingQueryConverter
-
- SpellingResult - Class in org.apache.solr.spelling
-
Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
- SpellingResult() - Constructor for class org.apache.solr.spelling.SpellingResult
-
- SpellingResult(Collection<Token>) - Constructor for class org.apache.solr.spelling.SpellingResult
-
- SPHERE_RADIUS - Static variable in interface org.apache.solr.common.params.SpatialParams
-
The radius of the sphere to use to in calculating spherical distances like Haversine
- split(String, boolean) - Static method in class org.apache.solr.search.ExtendedDismaxQParser
-
- split(SplitIndexCommand) - Method in class org.apache.solr.update.DirectUpdateHandler2
-
- split() - Method in class org.apache.solr.update.SolrIndexSplitter
-
- split(SplitIndexCommand) - Method in class org.apache.solr.update.UpdateHandler
-
- split(String) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Split a value that may contain a comma, space of bar separated list.
- SPLIT_BY - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
-
- splitFileNames(String) - Static method in class org.apache.solr.common.util.StrUtils
-
Splits file names separated by comma character.
- SplitIndexCommand - Class in org.apache.solr.update
-
A split index command encapsulated in an object.
- SplitIndexCommand(SolrQueryRequest, List<String>, List<SolrCore>, List<DocRouter.Range>, DocRouter, String, String) - Constructor for class org.apache.solr.update.SplitIndexCommand
-
- splitIntoClauses(String, boolean) - Method in class org.apache.solr.search.ExtendedDismaxQParser
-
- splitKey - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- splitKey - Variable in class org.apache.solr.update.SplitIndexCommand
-
- SplitShard() - Constructor for class org.apache.solr.client.solrj.request.CollectionAdminRequest.SplitShard
-
- splitSmart(String, char) - Static method in class org.apache.solr.common.util.StrUtils
-
Split a string based on a separator, but don't split if it's inside
a string.
- splitSmart(String, String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
-
Splits a backslash escaped string on the separator.
- splitWS(String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
-
- SQL_ESCAPE_EVALUATOR - Static variable in class org.apache.solr.handler.dataimport.Evaluator
-
- SqlEntityProcessor - Class in org.apache.solr.handler.dataimport
-
An
EntityProcessor
instance which provides support for reading from
databases.
- SqlEntityProcessor() - Constructor for class org.apache.solr.handler.dataimport.SqlEntityProcessor
-
- SqlEscapingEvaluator - Class in org.apache.solr.handler.dataimport
-
Escapes values in SQL queries.
- SqlEscapingEvaluator() - Constructor for class org.apache.solr.handler.dataimport.SqlEscapingEvaluator
-
- SquaredEuclideanFunction - Class in org.apache.solr.search.function.distance
-
While not strictly a distance, the Sq.
- SquaredEuclideanFunction(MultiValueSource, MultiValueSource) - Constructor for class org.apache.solr.search.function.distance.SquaredEuclideanFunction
-
- src - Variable in class org.apache.solr.cloud.SocketProxy.Bridge.Pump
-
- SRC_COL_NAME - Static variable in class org.apache.solr.handler.dataimport.RegexTransformer
-
- SRC_CORE - Static variable in class org.apache.solr.common.params.CoreAdminParams
-
If you merge indexes, what is the source core's name
More than one source core can be specified by multiple srcCore parameters
- srcCores - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- sreq - Variable in class org.apache.solr.handler.component.TrackingShardHandlerFactory.ShardRequestAndParams
-
- sslConfig - Variable in class org.apache.solr.client.solrj.embedded.JettyConfig
-
- SSLConfig - Class in org.apache.solr.client.solrj.embedded
-
- SSLConfig(boolean, boolean, String, String, String, String) - Constructor for class org.apache.solr.client.solrj.embedded.SSLConfig
-
- sslConfig - Static variable in class org.apache.solr.SolrTestCaseJ4
-
- SSLTestConfig - Class in org.apache.solr.util
-
- SSLTestConfig() - Constructor for class org.apache.solr.util.SSLTestConfig
-
- SSLTestConfig(boolean, boolean) - Constructor for class org.apache.solr.util.SSLTestConfig
-
- SSLTestConfig(boolean, boolean, String, String, String, String) - Constructor for class org.apache.solr.util.SSLTestConfig
-
- stage - Variable in class org.apache.solr.handler.component.ResponseBuilder
-
- STAGE_DONE - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- STAGE_EXECUTE_QUERY - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- STAGE_GET_FIELDS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- STAGE_PARSE_QUERY - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- STAGE_START - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
public static final String NUMDOCS = "nd";
public static final String DOCFREQS = "tdf";
public static final String TERMS = "terms";
public static final String EXTRACT_QUERY_TERMS = "eqt";
public static final String LOCAL_SHARD = "local";
public static final String DOC_QUERY = "dq";
*
- STAGE_TOP_GROUPS - Static variable in class org.apache.solr.handler.component.ResponseBuilder
-
- STANDARD - Static variable in class org.apache.solr.servlet.SolrRequestParsers
-
- standard_components - Static variable in class org.apache.solr.handler.component.SearchComponent
-
- StandardDirectoryFactory - Class in org.apache.solr.core
-
Directory provider which mimics original Solr
FSDirectory
based behavior.
- StandardDirectoryFactory() - Constructor for class org.apache.solr.core.StandardDirectoryFactory
-
- StandardIndexReaderFactory - Class in org.apache.solr.core
-
Default IndexReaderFactory implementation.
- StandardIndexReaderFactory() - Constructor for class org.apache.solr.core.StandardIndexReaderFactory
-
- standardPlugins - Static variable in class org.apache.solr.search.QParserPlugin
-
Internal use - name to class mappings of builtin parsers.
- standardPropNames - Static variable in class org.apache.solr.core.CoreDescriptor
-
- StandardRequestHandler - Class in org.apache.solr.handler
-
All of the following options may be configured for this handler
in the solrconfig as defaults, and may be overriden as request parameters.
- StandardRequestHandler() - Constructor for class org.apache.solr.handler.StandardRequestHandler
-
- standardValueSourceParsers - Static variable in class org.apache.solr.search.ValueSourceParser
-
- STAR - Static variable in interface org.apache.solr.parser.QueryParserConstants
-
RegularExpression Id.
- START - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- start - Variable in class org.apache.solr.analytics.request.RangeFacetRequest
-
- START - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- start() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
Start the Jetty server
- start(List<JettySolrRunner>) - Static method in class org.apache.solr.cloud.ChaosMonkey
-
- start(JettySolrRunner) - Static method in class org.apache.solr.cloud.ChaosMonkey
-
- start(String) - Method in class org.apache.solr.cloud.Overseer
-
- start() - Method in class org.apache.solr.cloud.SolrZkServer
-
- START - Static variable in interface org.apache.solr.common.params.CommonParams
-
zero based offset of matching documents to retrieve
- start - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
- start() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- start() - Method in interface org.apache.solr.util.RTimer.TimerImpl
-
- start - Variable in class org.apache.solr.util.TestHarness.LocalRequestFactory
-
- startDocument() - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- STARTED - Static variable in class org.apache.solr.util.RTimer
-
- startElement(String, String, String, Attributes) - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
- startJettySolrRunner(String, SortedMap<ServletHolder, String>, SortedMap<Class<? extends Filter>, String>) - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Start a new Solr instance
- startJettySolrRunner(String, SortedMap<ServletHolder, String>, SortedMap<Class<? extends Filter>, String>, SSLConfig) - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Start a new Solr instance
- startJettySolrRunner(JettyConfig) - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Start a new Solr instance
- startJettySolrRunner(String, JettyConfig) - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Start a new Solr instance on a particular servlet context
- startJettySolrRunner() - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Start a new Solr instance, using the default config
- startObj - Variable in class org.apache.solr.handler.component.RangeFacetRequest
-
The computed start value of this range
- startPrefixMapping(String, String) - Method in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- startRequest() - Method in class org.apache.solr.analytics.plugin.AnalyticsStatisticsCollector
-
- startSolr(File, boolean, CommandLine, int, String, int) - Method in class org.apache.solr.util.SolrCLI.RunExampleTool
-
- startTheMonkey(boolean, int) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- startTime - Variable in class org.apache.solr.request.SolrQueryRequestBase
-
- startTrackingSearchers() - Static method in class org.apache.solr.SolrTestCaseJ4
-
- stat - Variable in class org.apache.solr.analytics.expression.BaseExpression
-
- Stat() - Constructor for class org.apache.solr.cloud.Overseer.Stat
-
- STAT_COUNT - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_MAX - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_MEAN - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_MEDIAN - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_MIN - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_MISSING - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_NAME - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- STAT_PERCENTILE - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_STANDARD_DEVIATION - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_SUM - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_SUM_OF_SQUARES - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STAT_UNIQUE - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- state - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- state - Variable in class org.apache.solr.update.UpdateLog
-
- state - Variable in class org.apache.solr.util.RTimer
-
- STATE_FORMAT - Static variable in class org.apache.solr.common.cloud.DocCollection
-
- STATE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- STATE_UPDATE_DELAY - Static variable in class org.apache.solr.cloud.Overseer
-
- STATE_VERSION - Static variable in class org.apache.solr.client.solrj.impl.CloudSolrClient
-
- stateFormat - Variable in class org.apache.solr.client.solrj.request.CollectionAdminRequest.Create
-
- StatelessScriptUpdateProcessorFactory - Class in org.apache.solr.update.processor
-
An update request processor factory that enables the use of update
processors implemented as scripts which can be loaded by the
SolrResourceLoader
(usually via the
conf
dir for
the SolrCore).
- StatelessScriptUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactory
-
- states - Variable in class org.apache.solr.schema.PreAnalyzedField.ParseResult
-
- STATISTIC - Variable in class org.apache.solr.analytics.request.AnalyticsContentHandler
-
- Statistics() - Constructor for class org.apache.solr.handler.dataimport.DocBuilder.Statistics
-
- statPattern - Static variable in class org.apache.solr.analytics.request.AnalyticsRequestFactory
-
- Stats() - Constructor for class org.apache.solr.cloud.Overseer.Stats
-
- stats - Variable in class org.apache.solr.cloud.overseer.ZkStateWriter
-
- STATS - Static variable in interface org.apache.solr.common.params.StatsParams
-
- Stats() - Constructor for class org.apache.solr.util.ConcurrentLFUCache.Stats
-
- Stats() - Constructor for class org.apache.solr.util.ConcurrentLRUCache.Stats
-
- STATS_CALC_DISTINCT - Static variable in interface org.apache.solr.common.params.StatsParams
-
- STATS_FACET - Static variable in interface org.apache.solr.common.params.StatsParams
-
- STATS_FIELD - Static variable in interface org.apache.solr.common.params.StatsParams
-
- STATS_SOURCE - Static variable in class org.apache.solr.search.SolrIndexSearcher
-
- StatsCache - Class in org.apache.solr.search.stats
-
This class represents a cache of global document frequency information for
selected terms.
- StatsCache() - Constructor for class org.apache.solr.search.stats.StatsCache
-
- statsCollector - Variable in class org.apache.solr.analytics.expression.BaseExpression
-
- statsCollector - Variable in class org.apache.solr.analytics.request.AnalyticsStats
-
- StatsCollector - Interface in org.apache.solr.analytics.statistics
-
StatsCollector
implementations reduce a list of Objects to a single value.
- statsCollectorArraySupplier - Variable in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
- statsCollectors - Variable in class org.apache.solr.analytics.accumulator.BasicAccumulator
-
- StatsCollectorSupplierFactory - Class in org.apache.solr.analytics.statistics
-
- StatsCollectorSupplierFactory() - Constructor for class org.apache.solr.analytics.statistics.StatsCollectorSupplierFactory
-
- 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
-
- StatsField - Class in org.apache.solr.handler.component
-
- StatsField(ResponseBuilder, String) - Constructor for class org.apache.solr.handler.component.StatsField
-
- StatsField.HllOptions - Class in org.apache.solr.handler.component
-
Helper Struct for parsing and encapsulating all of the options relaed to building a HLL
- StatsField.Stat - Enum in org.apache.solr.handler.component
-
An enumeration representing the sumer set of all possible stat values that can be computed.
- statsList - Variable in class org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector
-
- statsList - Variable in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- StatsParams - Interface in org.apache.solr.common.params
-
Stats Parameters
- StatsSource - Class in org.apache.solr.search.stats
-
The purpose of this class is only to provide two pieces of information
necessary to create Weight
from a Query
, that is
TermStatistics
for a term and CollectionStatistics
for the
whole collection.
- StatsSource() - Constructor for class org.apache.solr.search.stats.StatsSource
-
- statString(String) - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- StatsUtil - Class in org.apache.solr.search.stats
-
Various utilities for de/serialization of term stats and collection stats.
- StatsUtil() - Constructor for class org.apache.solr.search.stats.StatsUtil
-
- StatsValues - Interface in org.apache.solr.handler.component
-
StatsValue defines the interface for the collection of statistical values about fields and facets.
- StatsValuesFactory - Class in org.apache.solr.handler.component
-
- StatsValuesFactory() - Constructor for class org.apache.solr.handler.component.StatsValuesFactory
-
- STATUS - Static variable in class org.apache.solr.handler.ReplicationHandler
-
- STATUS_MSGS - Static variable in class org.apache.solr.handler.dataimport.DataImporter
-
- statusCode - Variable in class org.apache.solr.security.AuthorizationResponse
-
- statusCode - Variable in class org.apache.solr.update.SolrCmdDistributor.Error
-
- StatusTool() - Constructor for class org.apache.solr.util.SolrCLI.StatusTool
-
- StatusTool(PrintStream) - Constructor for class org.apache.solr.util.SolrCLI.StatusTool
-
- STAX_INSTANCE - Static variable in class org.apache.solr.util.EmptyEntityResolver
-
- stddev - Variable in class org.apache.solr.analytics.statistics.NumericStatsCollector
-
- StdNode(ZkCoreNodeProps) - Constructor for class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- StdNode(ZkCoreNodeProps, String, String) - Constructor for class org.apache.solr.update.SolrCmdDistributor.StdNode
-
- stdout - Variable in class org.apache.solr.util.SolrCLI.ToolBase
-
- stop() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
-
Stop the Jetty server
- stop(List<JettySolrRunner>) - Static method in class org.apache.solr.cloud.ChaosMonkey
-
- stop(JettySolrRunner) - Static method in class org.apache.solr.cloud.ChaosMonkey
-
- stop() - Method in class org.apache.solr.cloud.SolrZkServer
-
- stop() - Method in class org.apache.solr.rest.SolrSchemaRestApi
-
- stop() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstance
-
- stop() - Method in class org.apache.solr.SolrTestCaseHS.SolrInstances
-
- stop() - Method in class org.apache.solr.util.RTimer
-
Recursively stop timer and sub timers
- stop() - Method in class org.apache.solr.util.stats.TimerContext
-
Stops recording the elapsed time, updates the timer and returns the elapsed time
- stopAtShutdown(boolean) - Method in class org.apache.solr.client.solrj.embedded.JettyConfig.Builder
-
- stopAtShutdown - Variable in class org.apache.solr.client.solrj.embedded.JettyConfig
-
- stopJetty(AbstractFullDistribZkTestBase.CloudJettyRunner) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopJetty(JettySolrRunner) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopJettySolrRunner(int) - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
Stop a Solr instance
- stopJettySolrRunner(JettySolrRunner) - Method in class org.apache.solr.cloud.MiniSolrCloudCluster
-
- StoppableIndexingThread - Class in org.apache.solr.cloud
-
- StoppableIndexingThread(SolrClient, SolrClient, String, boolean) - Constructor for class org.apache.solr.cloud.StoppableIndexingThread
-
- StoppableIndexingThread(SolrClient, SolrClient, String, boolean, int, int, boolean) - Constructor for class org.apache.solr.cloud.StoppableIndexingThread
-
- STOPPED - Static variable in class org.apache.solr.util.RTimer
-
- stopRandomShard() - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopRandomShard(String) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopShard(String, int) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopShard(String) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopShardExcept(String, String) - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopTheMonkey() - Method in class org.apache.solr.cloud.ChaosMonkey
-
- stopwords - Variable in class org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration
-
- storage - Variable in class org.apache.solr.rest.ManagedResource
-
- STORAGE_DIR_INIT_ARG - Static variable in class org.apache.solr.rest.ManagedResourceStorage
-
- STORAGE_IO_CLASS_INIT_ARG - Static variable in class org.apache.solr.rest.ManagedResourceStorage
-
- storageIO - Variable in class org.apache.solr.rest.ManagedResourceStorage
-
- storageIO - Variable in class org.apache.solr.rest.RestManager
-
- store(AtomicReference<?>) - Method in interface org.apache.solr.common.util.ExecutorUtil.InheritableThreadLocalProvider
-
This is invoked in the parent thread which submitted a task.
- store(String, Object) - Method in class org.apache.solr.rest.ManagedResourceStorage.JsonStorage
-
- store(String, Object) - Method in class org.apache.solr.rest.ManagedResourceStorage
-
Persists the given toStore object with the given resourceId.
- store(BlockCacheKey, int, byte[], int, int) - Method in class org.apache.solr.store.blockcache.BlockCache
-
- Store - Interface in org.apache.solr.store.blockcache
-
- STORE_DIR - Static variable in class org.apache.solr.spelling.suggest.SolrSuggester
-
Name of the location where to persist the dictionary.
- STORE_DIR - Static variable in class org.apache.solr.spelling.suggest.Suggester
-
Name of the location where to persist the dictionary.
- STORE_OFFSETS - Static variable in class org.apache.solr.schema.FieldProperties
-
- STORE_TERMOFFSETS - Static variable in class org.apache.solr.schema.FieldProperties
-
- STORE_TERMPAYLOADS - Static variable in class org.apache.solr.schema.FieldProperties
-
- STORE_TERMPOSITIONS - Static variable in class org.apache.solr.schema.FieldProperties
-
- STORE_TERMVECTORS - Static variable in class org.apache.solr.schema.FieldProperties
-
- STORED - Static variable in class org.apache.solr.schema.FieldProperties
-
- stored() - Method in class org.apache.solr.schema.SchemaField
-
- StoredFieldsShardRequestFactory - Class in org.apache.solr.search.grouping.distributed.requestfactory
-
- StoredFieldsShardRequestFactory() - Constructor for class org.apache.solr.search.grouping.distributed.requestfactory.StoredFieldsShardRequestFactory
-
- StoredFieldsShardResponseProcessor - Class in org.apache.solr.search.grouping.distributed.responseprocessor
-
Concrete implementation for processing the stored field values from shard responses.
- StoredFieldsShardResponseProcessor() - Constructor for class org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor
-
- storeDir - Variable in class org.apache.solr.spelling.suggest.Suggester
-
- storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.EnumField
-
Given the stored field, return the indexed form
- storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.FieldType
-
Given the stored field, return the indexed form
- storedToIndexed(IndexableField) - Method in class org.apache.solr.schema.TrieField
-
- storedToReadable(IndexableField) - Method in class org.apache.solr.schema.FieldType
-
Given the stored field, return the human readable representation
- storedToReadable(IndexableField) - Method in class org.apache.solr.schema.TrieField
-
- storeFailureDetails(String, ZkNodeProps, SolrResponse) - Method in class org.apache.solr.cloud.Overseer.Stats
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FreeTextLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FSTLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.fst.WFSTLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory
-
- storeFileName() - Method in class org.apache.solr.spelling.suggest.LookupFactory
-
Returns the filename in which the in-memory data structure is stored
NOTE: not all Lookup
implementations store in-memory data structures
- storeFileName() - Method in class org.apache.solr.spelling.suggest.tst.TSTLookupFactory
-
- storeManagedData(Object) - Method in class org.apache.solr.rest.ManagedResource
-
Persists managed data to the configured storage IO as a JSON object.
- storeOffsetsWithPositions() - Method in class org.apache.solr.schema.SchemaField
-
- storeTermOffsets() - Method in class org.apache.solr.schema.SchemaField
-
- storeTermPayloads() - Method in class org.apache.solr.schema.SchemaField
-
- storeTermPositions() - Method in class org.apache.solr.schema.SchemaField
-
- storeTermVector() - Method in class org.apache.solr.schema.SchemaField
-
- STR - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- str - Variable in class org.apache.solr.schema.PreAnalyzedField.ParseResult
-
- str1 - Variable in class org.apache.solr.search.function.distance.StringDistanceFunction
-
- str2 - Variable in class org.apache.solr.search.function.distance.StringDistanceFunction
-
- StrAggValueSource - Class in org.apache.solr.search.facet
-
- StrAggValueSource(String, String) - Constructor for class org.apache.solr.search.facet.StrAggValueSource
-
- strategy - Variable in class org.apache.solr.internal.csv.CSVPrinter
-
- STREAM - Static variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- STREAM_BODY - Static variable in interface org.apache.solr.common.params.CommonParams
-
If the content stream should come directly from a field
- STREAM_CONTENT_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
-
- STREAM_CONTENTTYPE - Static variable in interface org.apache.solr.common.params.CommonParams
-
Explicitly set the content type for the input stream
If multiple streams are specified, the explicit contentType
will be used for all of them.
- STREAM_FILE - Static variable in interface org.apache.solr.common.params.CommonParams
-
If the content stream should come from a File (using FileReader)
- STREAM_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
-
- STREAM_SIZE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
-
- STREAM_SOURCE_INFO - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
-
- STREAM_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
The type of the stream.
- STREAM_URL - Static variable in interface org.apache.solr.common.params.CommonParams
-
If the content stream should come from a URL (using URLConnection)
- StreamComparator - Class in org.apache.solr.client.solrj.io.comp
-
Defines a comparator that can be expressed in an expression
- StreamComparator(String, ComparatorOrder) - Constructor for class org.apache.solr.client.solrj.io.comp.StreamComparator
-
- StreamComparator(String, String, ComparatorOrder) - Constructor for class org.apache.solr.client.solrj.io.comp.StreamComparator
-
- streamContext - Variable in class org.apache.solr.client.solrj.io.stream.CloudSolrStream
-
- StreamContext - Class in org.apache.solr.client.solrj.io.stream
-
The StreamContext is passed to TupleStreams using the TupleStream.setStreamContext() method.
- StreamContext() - Constructor for class org.apache.solr.client.solrj.io.stream.StreamContext
-
- streamDocListInfo(long, long, Float) - Method in class org.apache.solr.client.solrj.StreamingResponseCallback
-
- StreamExpression - Class in org.apache.solr.client.solrj.io.stream.expr
-
Expression containing a function and set of parameters
- StreamExpression(String) - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamExpression
-
- StreamExpressionNamedParameter - Class in org.apache.solr.client.solrj.io.stream.expr
-
Provides a named parameter
- StreamExpressionNamedParameter(String) - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- StreamExpressionNamedParameter(String, String) - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- StreamExpressionNamedParameter(String, StreamExpressionParameter) - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionNamedParameter
-
- StreamExpressionParameter - Interface in org.apache.solr.client.solrj.io.stream.expr
-
Base interface of a stream parameter
- StreamExpressionParser - Class in org.apache.solr.client.solrj.io.stream.expr
-
Takes a prefix notation expression and returns a tokenized expression
- StreamExpressionParser() - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionParser
-
- StreamExpressionValue - Class in org.apache.solr.client.solrj.io.stream.expr
-
Basic string stream expression
- StreamExpressionValue(String) - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamExpressionValue
-
- StreamFactory - Class in org.apache.solr.client.solrj.io.stream.expr
-
Used to convert strings into stream expressions
- StreamFactory() - Constructor for class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
- StreamHandler - Class in org.apache.solr.handler
-
- StreamHandler() - Constructor for class org.apache.solr.handler.StreamHandler
-
- StreamingBinaryResponseParser - Class in org.apache.solr.client.solrj.impl
-
A BinaryResponseParser that sends callback events rather then build
a large response
- StreamingBinaryResponseParser(StreamingResponseCallback) - Constructor for class org.apache.solr.client.solrj.impl.StreamingBinaryResponseParser
-
- StreamingResponseCallback - Class in org.apache.solr.client.solrj
-
A callback interface for streaming response
- StreamingResponseCallback() - Constructor for class org.apache.solr.client.solrj.StreamingResponseCallback
-
- StreamingSolrClients - Class in org.apache.solr.update
-
- StreamingSolrClients(UpdateShardHandler) - Constructor for class org.apache.solr.update.StreamingSolrClients
-
- StreamOpener(SolrStream, Comparator<Tuple>) - Constructor for class org.apache.solr.client.solrj.io.stream.CloudSolrStream.StreamOpener
-
- streamRecords(Reader, JsonRecordReader.Handler) - Method in class org.apache.solr.common.util.JsonRecordReader
-
Creates an JSONParser on top of whatever reader has been
configured.
- streamRecords(JSONParser, JsonRecordReader.Handler) - Method in class org.apache.solr.common.util.JsonRecordReader
-
- streamRecords(Reader, XPathRecordReader.Handler) - Method in class org.apache.solr.handler.dataimport.XPathRecordReader
-
Creates an XML stream reader on top of whatever reader has been
configured.
- streamRows - Variable in class org.apache.solr.handler.dataimport.XPathEntityProcessor
-
- streams - Variable in class org.apache.solr.request.SolrQueryRequestBase
-
- streamSolrDocument(SolrDocument) - Method in class org.apache.solr.client.solrj.StreamingResponseCallback
-
- stress - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- StrField - Class in org.apache.solr.schema
-
- StrField() - Constructor for class org.apache.solr.schema.StrField
-
- StrFieldSource - Class in org.apache.solr.schema
-
- StrFieldSource(String) - Constructor for class org.apache.solr.schema.StrFieldSource
-
- STRING_DISTANCE - Static variable in class org.apache.solr.spelling.AbstractLuceneSpellChecker
-
- STRING_DISTANCE - Static variable in class org.apache.solr.spelling.DirectSolrSpellChecker
-
- STRING_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- STRING_OPERATION_SET - Static variable in interface org.apache.solr.analytics.util.AnalyticsParams
-
- STRING_PARSER - Static variable in class org.apache.solr.analytics.util.AnalyticsParsers
-
Converts the BytesRef to the correct string.
- StringBytes(byte[], int, int) - Constructor for class org.apache.solr.common.util.JavaBinCodec.StringBytes
-
- StringCache(Cache<JavaBinCodec.StringBytes, String>) - Constructor for class org.apache.solr.common.util.JavaBinCodec.StringCache
-
- StringDistanceFunction - Class in org.apache.solr.search.function.distance
-
- StringDistanceFunction(ValueSource, ValueSource, StringDistance) - Constructor for class org.apache.solr.search.function.distance.StringDistanceFunction
-
- stringIncludingLocalParams - Variable in class org.apache.solr.search.QParser
-
- StringStream(String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.StringStream
-
- StringStream(String, String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.StringStream
-
- stringToStream(String) - Static method in class org.apache.solr.util.SimplePostTool
-
Converts a string to an input stream
- StringUtils - Class in org.apache.solr.common
-
- StringUtils() - Constructor for class org.apache.solr.common.StringUtils
-
- stringValueToIntValue(String) - Method in class org.apache.solr.schema.EnumField
-
Converting the string (displayed) value (internal) to integer value (indicating the sort order)
- STRIP_HTML - Static variable in class org.apache.solr.handler.dataimport.HTMLStripTransformer
-
- stripIllegalOperators(CharSequence) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Strips operators that are used illegally, otherwise returns its
input.
- stripTrailingSlash(String) - Method in class org.apache.solr.core.CachingDirectoryFactory
-
- stripUnbalancedQuotes(CharSequence) - Static method in class org.apache.solr.util.SolrPluginUtils
-
Returns its input if there is an even (ie: balanced) number of
'"' characters -- otherwise returns a String in which all '"'
characters are striped out.
- StrParser(String) - Constructor for class org.apache.solr.search.QueryParsing.StrParser
-
- StrParser(String, int, int) - Constructor for class org.apache.solr.search.QueryParsing.StrParser
-
- StrUtils - Class in org.apache.solr.common.util
-
- StrUtils() - Constructor for class org.apache.solr.common.util.StrUtils
-
- sub(String) - Method in class org.apache.solr.util.RTimer
-
Create new subtimer with given name
Subtimer will be started.
- SUB_FIELD_SUFFIX - Static variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- SUB_FIELD_TYPE - Static variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- Subfacet() - Constructor for class org.apache.solr.search.facet.LegacyFacet.Subfacet
-
- subFacets - Variable in class org.apache.solr.search.facet.FacetRequest
-
- subField(SchemaField, int, IndexSchema) - Method in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- subFieldType - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- submit(ShardRequest, String, ModifiableSolrParams) - Method in class org.apache.solr.handler.component.HttpShardHandler
-
- submit(ShardRequest, String, ModifiableSolrParams) - Method in class org.apache.solr.handler.component.ShardHandler
-
- subParser - Variable in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
-
- subQuery(String, String) - Method in class org.apache.solr.search.QParser
-
Create a new QParser for parsing an embedded sub-query
- subset(int, int) - Method in interface org.apache.solr.search.DocList
-
Get a subset of an existing DocList.
- subset(int, int) - Method in class org.apache.solr.search.DocSlice
-
- substitutableProperties - Variable in class org.apache.solr.core.CoreDescriptor
-
The properties for this core, substitutable by resource loaders
- substituteProperties() - Method in class org.apache.solr.core.Config
-
- substituteProperties(Node, Properties) - Static method in class org.apache.solr.util.DOMUtil
-
Replaces ${property[:default value]} references in all attributes
and text nodes of supplied node.
- substituteProperty(String, Properties) - Static method in class org.apache.solr.util.DOMUtil
-
- substituteProperty(String, Properties) - Static method in class org.apache.solr.util.PropertiesUtil
-
- substituteSystemProperties(Node) - Static method in class org.apache.solr.util.DOMUtil
-
Replaces ${system.property[:default value]} references in all attributes
and text nodes of supplied node.
- subSuffix - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- subType - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- success - Variable in class org.apache.solr.cloud.Overseer.Stat
-
- success(String) - Method in class org.apache.solr.cloud.Overseer.Stats
-
- suffix - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- suffixes - Variable in class org.apache.solr.schema.AbstractSubTypeFieldType
-
- SUGGEST_BUILD - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
Whether to build the index or not.
- SUGGEST_BUILD_ALL - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
Whether to build the index or not for all suggesters in the component.
- SUGGEST_COUNT - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
The count of suggestions to return for each query term not in the index and/or dictionary.
- SUGGEST_DICT - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
The name of the dictionary to be used for giving the suggestion for a
request.
- SUGGEST_PREFIX - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
- SUGGEST_Q - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
Use the value for this parameter as the query to spell check.
- SUGGEST_RELOAD - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
Whether to reload the index.
- SUGGEST_RELOAD_ALL - Static variable in interface org.apache.solr.spelling.suggest.SuggesterParams
-
Whether to reload the index or not for all suggesters in the component.
- SuggestComponent - Class in org.apache.solr.handler.component
-
SuggestComponent: interacts with multiple
SolrSuggester
to serve up suggestions
Responsible for routing commands and queries to the appropriate
SolrSuggester
and for initializing them as specified by SolrConfig
- SuggestComponent() - Constructor for class org.apache.solr.handler.component.SuggestComponent
-
- suggestedVsWord - Variable in class org.apache.solr.handler.component.SpellCheckMergeData
-
- Suggester - Class in org.apache.solr.spelling.suggest
-
- Suggester() - Constructor for class org.apache.solr.spelling.suggest.Suggester
-
- SuggesterOptions - Class in org.apache.solr.spelling.suggest
-
Encapsulates the inputs required to be passed on to
the underlying suggester in
SolrSuggester
- SuggesterOptions(CharsRef, int) - Constructor for class org.apache.solr.spelling.suggest.SuggesterOptions
-
- SuggesterParams - Interface in org.apache.solr.spelling.suggest
-
- SuggesterResponse - Class in org.apache.solr.client.solrj.response
-
Encapsulates responses from the Suggester Component
- SuggesterResponse(Map<String, NamedList<Object>>) - Constructor for class org.apache.solr.client.solrj.response.SuggesterResponse
-
- SuggesterResult - Class in org.apache.solr.spelling.suggest
-
Encapsulates the results returned by the suggester in
SolrSuggester
- SuggesterResult() - Constructor for class org.apache.solr.spelling.suggest.SuggesterResult
-
- suggesters - Variable in class org.apache.solr.handler.component.SuggestComponent
-
Key is the dictionary name used in SolrConfig, value is the corresponding
SolrSuggester
- Suggestion(String, NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- Suggestion - Class in org.apache.solr.client.solrj.response
-
This class models a Suggestion coming from Solr Suggest Component.
- Suggestion(String, long, String) - Constructor for class org.apache.solr.client.solrj.response.Suggestion
-
- suggestion - Variable in class org.apache.solr.spelling.ResultEntry
-
- suggestMode - Variable in class org.apache.solr.spelling.SpellingOptions
-
- SuggestQueryConverter - Class in org.apache.solr.spelling
-
Passes the entire query string to the configured analyzer as-is.
- SuggestQueryConverter() - Constructor for class org.apache.solr.spelling.SuggestQueryConverter
-
- sum - Variable in class org.apache.solr.analytics.statistics.NumericStatsCollector
-
- SumAgg - Class in org.apache.solr.search.facet
-
- SumAgg(ValueSource) - Constructor for class org.apache.solr.search.facet.SumAgg
-
- SumAgg.Merger - Class in org.apache.solr.search.facet
-
- sumDocFreq - Variable in class org.apache.solr.search.stats.CollectionStats
-
- sumOfSquares - Variable in class org.apache.solr.analytics.statistics.NumericStatsCollector
-
- SumsqAgg - Class in org.apache.solr.search.facet
-
- SumsqAgg(ValueSource) - Constructor for class org.apache.solr.search.facet.SumsqAgg
-
- sumTotalTermFreq - Variable in class org.apache.solr.search.stats.CollectionStats
-
- supportedScoreModes - Variable in class org.apache.solr.schema.AbstractSpatialFieldType
-
- supportsAnalyzers() - Method in class org.apache.solr.schema.FieldType
-
Returns true if this type supports index and query analyzers, false otherwise.
- supportsAnalyzers() - Method in class org.apache.solr.schema.TextField
-
- SuppressForbidden - Annotation Type in org.apache.solr.common.util
-
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- SurroundQParserPlugin - Class in org.apache.solr.search
-
Plugin for lucene/contrib Surround query parser, bringing SpanQuery support
to Solr.
- SurroundQParserPlugin() - Constructor for class org.apache.solr.search.SurroundQParserPlugin
-
- SVal() - Constructor for class org.apache.solr.SolrTestCaseJ4.SVal
-
- SVal(char, char, int, int) - Constructor for class org.apache.solr.SolrTestCaseJ4.SVal
-
- swap(String, String) - Method in class org.apache.solr.core.CoreContainer
-
Swaps two SolrCore descriptors.
- swap(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.core.CorePropertiesLocator
-
- swap(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in interface org.apache.solr.core.CoresLocator
-
Swap two core definitions
- swap(CoreContainer, CoreDescriptor, CoreDescriptor) - Method in class org.apache.solr.util.ReadOnlyCoresLocator
-
- SweetSpotSimilarityFactory - Class in org.apache.solr.search.similarities
-
Factory for SweetSpotSimilarity
.
- SweetSpotSimilarityFactory() - Constructor for class org.apache.solr.search.similarities.SweetSpotSimilarityFactory
-
- SWITCH_CASE - Static variable in class org.apache.solr.search.SwitchQParserPlugin
-
Used as both a local params key to find the "default" if no
blank input is provided to the parser, as well as a prefix (followed by
'.' for looking up the switch input.
- SWITCH_DEFAULT - Static variable in class org.apache.solr.search.SwitchQParserPlugin
-
A local param whose value, if specified, is used if no switch case
matches the parser input.
- SwitchQParserPlugin - Class in org.apache.solr.search
-
A QParserPlugin that acts like a "switch/case" statement.
- SwitchQParserPlugin() - Constructor for class org.apache.solr.search.SwitchQParserPlugin
-
- SwitchTo(int) - Method in class org.apache.solr.parser.QueryParserTokenManager
-
Switch to specified lex state.
- sync(ZkController, SolrCore, ZkNodeProps) - Method in class org.apache.solr.cloud.SyncStrategy
-
- sync(ZkController, SolrCore, ZkNodeProps, boolean) - Method in class org.apache.solr.cloud.SyncStrategy
-
- sync(Collection<String>) - Method in class org.apache.solr.store.hdfs.HdfsDirectory
-
- sync() - Method in class org.apache.solr.update.PeerSync
-
Returns true if peer sync was successful, meaning that this core may not be considered to have the latest updates
when considering the last N updates between it and its peers.
- sync(SolrCore, List<String>, int) - Static method in class org.apache.solr.update.PeerSync
-
Requests and applies recent updates from peers
- sync(File) - Static method in class org.apache.solr.util.FileUtils
-
Copied from Lucene's FSDirectory.fsync(String)
- synchronous - Variable in class org.apache.solr.update.SolrCmdDistributor.Req
-
- SyncStrategy - Class in org.apache.solr.cloud
-
- SyncStrategy(CoreContainer) - Constructor for class org.apache.solr.cloud.SyncStrategy
-
- SYNONYM_MAPPINGS - Static variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory
-
- SynonymManager(String, SolrResourceLoader, ManagedResourceStorage.StorageIO) - Constructor for class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
-
- synonymMappings - Variable in class org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory.SynonymManager
-
- syntaxError - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- SyntaxError - Exception in org.apache.solr.search
-
Simple checked exception for parsing errors
- SyntaxError(String) - Constructor for exception org.apache.solr.search.SyntaxError
-
- SyntaxError(String, Throwable) - Constructor for exception org.apache.solr.search.SyntaxError
-
- SyntaxError(Throwable) - Constructor for exception org.apache.solr.search.SyntaxError
-
- SYS_PROP_CHECK_PEER_NAME - Static variable in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
- SYSPROP - Static variable in class org.apache.solr.cloud.rule.ImplicitSnitch
-
- SYSTEM_COLL - Static variable in class org.apache.solr.handler.admin.CollectionsHandler
-
- SystemIdResolver - Class in org.apache.solr.util
-
This is a helper class to support resolving of XIncludes or other hrefs
inside XML files on top of a ResourceLoader
.
- SystemIdResolver(ResourceLoader) - Constructor for class org.apache.solr.util.SystemIdResolver
-
- SystemInfoHandler - Class in org.apache.solr.handler.admin
-
This handler returns system info
- SystemInfoHandler() - Constructor for class org.apache.solr.handler.admin.SystemInfoHandler
-
- SystemInfoHandler(CoreContainer) - Constructor for class org.apache.solr.handler.admin.SystemInfoHandler
-
- V - Static variable in class org.apache.solr.search.QueryParsing
-
- val() - Method in class org.apache.solr.BaseDistributedSearchTestCase.RandDate
-
- val() - Method in class org.apache.solr.BaseDistributedSearchTestCase.RandVal
-
- val - Variable in class org.apache.solr.request.SimpleFacets.CountPair
-
- val - Variable in class org.apache.solr.response.transform.RawValueTransformerFactory.WriteableStringValue
-
- val - Variable in class org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- val - Variable in class org.apache.solr.search.QueryParsing.StrParser
-
- val1 - Variable in class org.apache.solr.common.util.Hash.LongPair
-
- val2 - Variable in class org.apache.solr.common.util.Hash.LongPair
-
- VAL_EXPLICIT - Static variable in class org.apache.solr.search.QueryParsing
-
- valFollowedParams - Variable in class org.apache.solr.search.QParser
-
- validateCommitParams(SolrParams) - Static method in class org.apache.solr.handler.RequestHandlerUtils
-
- validateControlData(QueryResponse) - Method in class org.apache.solr.BaseDistributedSearchTestCase
-
Implementations can pre-test the control data for basic correctness before using it
as a check for the shard data.
- validateDeleteSnapshot() - Method in class org.apache.solr.handler.SnapShooter
-
- validateErrorUpdate(String) - Method in class org.apache.solr.util.BaseTestHarness
-
Validates that an "update" (add, commit or optimize) results in success.
- validateName(String) - Static method in class org.apache.solr.handler.SolrConfigHandler
-
- validatePut(String, String, String...) - Method in class org.apache.solr.util.RestTestHarness
-
Validates an XML PUT response against an array of XPath test strings
- validateQuery(String, String...) - Method in class org.apache.solr.util.RestTestHarness
-
Validates an XML "query" response against an array of XPath test strings
- 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.BaseTestHarness
-
Validates that an "update" (add, commit or optimize) results in success.
- validateXPath(String, String...) - Static method in class org.apache.solr.util.BaseTestHarness
-
A helper method which validates a String against an array of XPath test
strings.
- vals - Variable in class org.apache.solr.SolrTestCaseJ4.Fld
-
- vals - Variable in class org.apache.solr.SolrTestCaseJ4.FldType
-
- Vals() - Constructor for class org.apache.solr.SolrTestCaseJ4.Vals
-
- value - Variable in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- VALUE - Static variable in interface org.apache.solr.common.params.CommonParams
-
- value - Variable in class org.apache.solr.response.transform.ValueAugmenterFactory
-
- value - Variable in class org.apache.solr.search.facet.LegacyFacet.Subfacet
-
- VALUE_LONG - Static variable in interface org.apache.solr.common.params.CommonParams
-
- ValueAccumulator - Class in org.apache.solr.analytics.accumulator
-
Abstract Collector that manages all StatsCollectors, Expressions and Facets.
- ValueAccumulator() - Constructor for class org.apache.solr.analytics.accumulator.ValueAccumulator
-
- ValueAugmenterFactory - Class in org.apache.solr.response.transform
-
- ValueAugmenterFactory() - Constructor for class org.apache.solr.response.transform.ValueAugmenterFactory
-
- valueCollection - Variable in class org.apache.solr.handler.component.PivotFacetField
-
- valueCount - Variable in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- valueFiller - Variable in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- valueOf(String) - Static method in enum org.apache.solr.analytics.request.FieldFacetRequest.FacetSortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.io.comp.ComparatorOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.cloud.overseer.OverseerAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.cloud.rule.Rule.Operand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.cloud.ZkTestServer.LimitViolationAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.cloud.Replica.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.cloud.Slice.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.luke.FieldFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.core.DirectoryFactory.DirContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.core.SolrConfig.PluginOpts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.core.SolrInfoMBean.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.handler.component.StatsField.Stat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.handler.dataimport.DataImporter.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.handler.dataimport.DIHLogLevels
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.handler.PingRequestHandler.ACTIONS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.parser.QueryParser.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.response.transform.ExplainAugmenterFactory.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.schema.FieldType.MultiValueSelector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.schema.SchemaManager.OpType
-
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.facet.FacetField.FacetMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.search.facet.FacetField.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.search.Grouping.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.search.Grouping.TotalCount
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.search.SolrCache.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.security.AuthorizationContext.RequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.servlet.cache.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.spelling.WordBreakSolrSpellChecker.BreakSuggestionTieBreaker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.update.UpdateLog.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.update.UpdateLog.SyncLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.solr.util.DistanceUnits
-
Parses a string representation of distance units and returns its implementing class instance.
- valueOf(String) - Static method in enum org.apache.solr.util.PivotListEntry
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.solr.analytics.request.FieldFacetRequest.FacetSortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.apache.solr.analytics.statistics.PercentileStatsCollector
-
- values() - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.io.comp.ComparatorOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.cloud.overseer.OverseerAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.cloud.rule.Rule.Operand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.cloud.ZkTestServer.LimitViolationAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.cloud.Replica.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.common.cloud.Slice.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.common.luke.FieldFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.solr.common.SolrDocument
-
- values() - Static method in enum org.apache.solr.common.SolrException.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.solr.common.SolrInputDocument
-
- values() - Static method in enum org.apache.solr.core.DirectoryFactory.DirContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.core.SolrConfig.HttpCachingConfig.LastModFrom
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.core.SolrConfig.PluginOpts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.core.SolrInfoMBean.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.handler.component.StatsField.Stat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.handler.dataimport.DataImporter.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.handler.dataimport.DIHLogLevels
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.handler.PingRequestHandler.ACTIONS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.parser.QueryParser.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.parser.SolrQueryParserBase.MagicFieldName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.apache.solr.response.SolrQueryResponse
-
Container for user defined values
- values() - Static method in enum org.apache.solr.response.transform.ExplainAugmenterFactory.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.schema.FieldType.MultiValueSelector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.schema.SchemaManager.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.schema.TrieField.TrieTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.search.facet.FacetField.FacetMethod
-
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.facet.FacetField.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.search.Grouping.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.search.Grouping.TotalCount
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.search.SolrCache.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.security.AuthorizationContext.RequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.servlet.cache.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.spelling.WordBreakSolrSpellChecker.BreakSuggestionTieBreaker
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.update.UpdateLog.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.update.UpdateLog.SyncLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.util.PivotListEntry
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSource - Variable in class org.apache.solr.response.transform.ValueSourceAugmenter
-
- ValueSourceAugmenter - Class in org.apache.solr.response.transform
-
Add values from a ValueSource (function query etc)
NOT really sure how or if this could work...
- ValueSourceAugmenter(String, QParser, ValueSource) - Constructor for class org.apache.solr.response.transform.ValueSourceAugmenter
-
- ValueSourceParser - Class in org.apache.solr.search
-
A factory that parses user queries to generate ValueSource instances.
- ValueSourceParser() - Constructor for class org.apache.solr.search.ValueSourceParser
-
- ValueSourceRangeFilter - Class in org.apache.solr.search.function
-
RangeFilter over a ValueSource.
- ValueSourceRangeFilter(ValueSource, String, String, boolean, boolean) - Constructor for class org.apache.solr.search.function.ValueSourceRangeFilter
-
- valueSourceString() - Method in class org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector
-
- valueSourceString() - Method in class org.apache.solr.analytics.statistics.MinMaxStatsCollector
-
- valueSourceString() - Method in interface org.apache.solr.analytics.statistics.StatsCollector
-
- VariableResolver - Class in org.apache.solr.handler.dataimport
-
A set of nested maps that can resolve variables by namespaces.
- VariableResolver() - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
-
- VariableResolver(Properties) - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
-
- VariableResolver(Map<String, Object>) - Constructor for class org.apache.solr.handler.dataimport.VariableResolver
-
- VariableWrapper(String, VariableResolver) - Constructor for class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
-
- varName - Variable in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
-
- vectorBoxCorner(double[], double[], double, boolean) - Static method in class org.apache.solr.schema.PointType
-
Return the coordinates of a vector that is the corner of a box (upper right or lower left), assuming a Rectangular
coordinate system.
- vectorDistance(double[], double[], double) - Static method in class org.apache.solr.search.function.distance.VectorDistanceFunction
-
Calculate the p-norm (i.e. length) between two vectors.
- vectorDistance(double[], double[], double, double) - Static method in class org.apache.solr.search.function.distance.VectorDistanceFunction
-
Calculate the p-norm (i.e. length) between two vectors.
- VectorDistanceFunction - Class in org.apache.solr.search.function.distance
-
Calculate the p-norm for a Vector.
- VectorDistanceFunction(float, MultiValueSource, MultiValueSource) - Constructor for class org.apache.solr.search.function.distance.VectorDistanceFunction
-
- VelocityResponseWriter - Class in org.apache.solr.response
-
- VelocityResponseWriter() - Constructor for class org.apache.solr.response.VelocityResponseWriter
-
- VER - Static variable in class org.apache.solr.client.solrj.request.UpdateRequest
-
- VERBOSE - Static variable in class org.apache.solr.core.SolrCore
-
- verbose(Object...) - Static method in class org.apache.solr.core.SolrCore
-
- verbose - Variable in class org.apache.solr.handler.dataimport.DebugInfo
-
- verbose - Variable in class org.apache.solr.util.SolrCLI.ToolBase
-
- verify() - Method in class org.apache.solr.core.PluginBag.RuntimeLib
-
- verify(String, ByteBuffer) - Method in class org.apache.solr.util.CryptoKeys
-
Try with all signatures and return the name of the signature that matched
- verify(PublicKey, byte[], ByteBuffer) - Static method in class org.apache.solr.util.CryptoKeys
-
Verify the signature of a file
- verifyProp(Map<String, Object>, String) - Static method in class org.apache.solr.common.cloud.DocCollection
-
- verifyRuleParams(CoreContainer, Map<String, Object>) - Static method in class org.apache.solr.handler.admin.CollectionsHandler
-
- verifySnitchConf(CoreContainer, List) - Static method in class org.apache.solr.cloud.rule.ReplicaAssigner
-
- verifyStress - Variable in class org.apache.solr.BaseDistributedSearchTestCase
-
- version - Variable in class org.apache.solr.common.cloud.ZkStateReader.ConfigData
-
- VERSION - Static variable in interface org.apache.solr.common.params.CommonParams
-
version parameter to check request-response compatibility
- version - Static variable in class org.apache.solr.core.SolrCore
-
- VERSION - Static variable in class org.apache.solr.handler.UpdateRequestHandler
-
- VERSION - Static variable in class org.apache.solr.schema.IndexSchema
-
- version - Variable in class org.apache.solr.schema.IndexSchema
-
- VERSION - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- version - Variable in class org.apache.solr.update.UpdateCommand
-
- version - Variable in class org.apache.solr.update.UpdateLog.DBQ
-
- VERSION_FIELD - Static variable in class org.apache.solr.update.processor.DistributedUpdateProcessor
-
- VERSION_FIELD - Static variable in class org.apache.solr.update.VersionInfo
-
- VERSION_KEY - Static variable in class org.apache.solr.schema.JsonPreAnalyzedParser
-
- VersionBucket - Class in org.apache.solr.update
-
- VersionBucket() - Constructor for class org.apache.solr.update.VersionBucket
-
- VersionedFile - Class in org.apache.solr.util
-
- VersionedFile() - Constructor for class org.apache.solr.util.VersionedFile
-
- VersionedParams(Map<String, String>, Map) - Constructor for class org.apache.solr.core.RequestParams.VersionedParams
-
- versionInfo - Variable in class org.apache.solr.update.UpdateLog
-
- VersionInfo - Class in org.apache.solr.update
-
- VersionInfo(UpdateLog, int) - Constructor for class org.apache.solr.update.VersionInfo
-
- VERSIONS - Static variable in interface org.apache.solr.common.params.UpdateParams
-
Return versions of updates?
- visitTerm(TermsEnum, int) - Method in class org.apache.solr.search.facet.UnInvertedField
-
- VMParamsAllAndReadonlyDigestZkACLProvider - Class in org.apache.solr.common.cloud
-
- VMParamsAllAndReadonlyDigestZkACLProvider() - Constructor for class org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider
-
- VMParamsAllAndReadonlyDigestZkACLProvider(String, String, String, String) - Constructor for class org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider
-
- VMParamsSingleSetCredentialsDigestZkCredentialsProvider - Class in org.apache.solr.common.cloud
-
- VMParamsSingleSetCredentialsDigestZkCredentialsProvider() - Constructor for class org.apache.solr.common.cloud.VMParamsSingleSetCredentialsDigestZkCredentialsProvider
-
- VMParamsSingleSetCredentialsDigestZkCredentialsProvider(String, String) - Constructor for class org.apache.solr.common.cloud.VMParamsSingleSetCredentialsDigestZkCredentialsProvider
-
- vr - Variable in class org.apache.solr.handler.dataimport.Evaluator.VariableWrapper
-
- vr - Variable in class org.apache.solr.handler.dataimport.FieldReaderDataSource
-
- vr - Variable in class org.apache.solr.handler.dataimport.FieldStreamDataSource
-