- AbstractUpdateRequest - Class in org.apache.solr.client.solrj.request
-
- AbstractUpdateRequest(SolrRequest.METHOD, String) - Constructor for class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- AbstractUpdateRequest.ACTION - Enum in org.apache.solr.client.solrj.request
-
- action - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- ACTION - Static variable in interface org.apache.solr.common.params.CollectionParams
-
What action
- ACTION - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
What action
- ACTIVE - Static variable in class org.apache.solr.common.cloud.Slice
-
- ACTIVE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- add(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Adds the documents supplied by the given iterator.
- add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
- add(SolrInputDocument, int, boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
- add(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
-
Insert at the end of the list
- add(Group) - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Adds a group to this command.
- add(GroupCommand) - Method in class org.apache.solr.client.solrj.response.GroupResponse
-
Adds a grouping command to the response.
- add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a collection of documents
- add(Collection<SolrInputDocument>, int) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a collection of documents, specifying max time before they become committed
- add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a single document
- add(SolrInputDocument, int) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a single document specifying max time before it becomes committed
- add(String, String...) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
Add the given values to any existing name
- add(SolrParams) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- add(String, T) - Method in class org.apache.solr.common.util.NamedList
-
Adds a name/value pair to the end of the list.
- addAll(Map<String, T>) - Method in class org.apache.solr.common.util.NamedList
-
Iterates over the Map and sequentially adds it's key/value pairs
- addAll(NamedList<T>) - Method in class org.apache.solr.common.util.NamedList
-
Appends the elements of the given NamedList to this one.
- addBean(Object) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a single bean
- addBean(Object, int) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a single bean specifying max time before it becomes committed
- addBeans(Iterator<?>) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Adds the beans supplied by the given iterator.
- addBeans(Collection<?>) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a collection of beans
- addBeans(Collection<?>, int) - Method in class org.apache.solr.client.solrj.SolrServer
-
Adds a collection of beans specifying max time before they become committed
- addConnectedListener(ZkClientConnectionStrategy.ConnectedListener) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
- addContentStream(ContentStream) - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
-
- addCount(String, int) - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- addDateRangeFacet(String, Date, Date, String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Add a numeric range facet.
- addDisconnectedListener(ZkClientConnectionStrategy.DisconnectedListener) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
- addDocument(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Adds a document to be analyzed.
- addDocuments(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Adds a collection of documents to be analyzed.
- addFacetField(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Add field(s) for facet computation.
- addFacetPivotField(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Add field(s) for pivot computation.
- addFacetQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
add a faceting query
- addField(String) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- addField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- addField(String, Object) - Method in class org.apache.solr.common.SolrDocument
-
This will add a field to the document.
- addField(String, Object) - Method in class org.apache.solr.common.SolrInputDocument
-
Add a field with implied null value for boost.
- addField(String, Object, float) - Method in class org.apache.solr.common.SolrInputDocument
-
Adds a field with the given name, value and boost.
- addFieldName(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Adds the given field name for analysis.
- addFieldType(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Adds the given field type for analysis.
- addFile(File, String) - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
-
- addFilterQuery(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- addFrequency(long) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- addHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
add highlight field
- addIterator(Iterator<E>) - Method in class org.apache.solr.common.util.IteratorChain
-
- addMisspellingsAndCorrection(SpellCheckResponse.Correction) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- addNumericRangeFacet(String, Number, Number, Number) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Add a numeric range facet.
- addOrUpdateSort(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Updates or adds a single sort clause to the query.
- addOrUpdateSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Updates or adds a single sort field specification to the current sort
information.
- addParam(String, String, Map<String, String[]>) - Static method in class org.apache.solr.common.params.MultiMapSolrParams
-
- addSlices(Map<String, Slice>, String, Collection<Slice>, boolean) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
-
Constructs a slices map from a collection of slices and handles disambiguation if multiple collections are being queried simultaneously
- addSolrServer(String) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
- addSort(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Adds a single sort clause to the end of the current sort information.
- addSort(SolrQuery.SortClause) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Adds a single sort clause to the end of the query.
- addSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- addStatsFieldFacets(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- addTermsField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- addValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
-
Add values to a field.
- AGENT - Static variable in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
User-Agent String.
- Aliases - Class in org.apache.solr.common.cloud
-
- Aliases(Map<String, Map<String, String>>) - Constructor for class org.apache.solr.common.cloud.Aliases
-
- Aliases() - Constructor for class org.apache.solr.common.cloud.Aliases
-
- ALIASES - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- ALL - Static variable in interface org.apache.solr.common.params.TermVectorParams
-
Return all the options: TF, positions, offsets, idf
- ALTERNATE_FIELD - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- ALTERNATE_FIELD_LENGTH - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- ALTQ - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
Alternate query (expressed in Solr QuerySyntax)
to use if main query (q) is empty
- AnalysisParams - Interface in org.apache.solr.common.params
-
Defines the request parameters used by all analysis request handlers.
- AnalysisResponseBase - Class in org.apache.solr.client.solrj.response
-
A base class for all analysis responses.
- AnalysisResponseBase() - Constructor for class org.apache.solr.client.solrj.response.AnalysisResponseBase
-
- AnalysisResponseBase.AnalysisPhase - Class in org.apache.solr.client.solrj.response
-
A phase in the analysis process.
- AnalysisResponseBase.TokenInfo - Class in org.apache.solr.client.solrj.response
-
Holds all information of a token as part of an analysis phase.
- AppendedSolrParams - Class in org.apache.solr.common.params
-
SolrParams wrapper which acts similar to DefaultSolrParams except that
it "appends" the values of multi-value params from both sub instances, so
that all of the values are returned.
- AppendedSolrParams(SolrParams, SolrParams) - Constructor for class org.apache.solr.common.params.AppendedSolrParams
-
- ARR - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- asc(String) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates an ascending SortClause for an item
- ASSUME_CONTENT_TYPE - Static variable in interface org.apache.solr.common.params.UpdateParams
-
Override the content type used for UpdateLoader
- available() - Method in class org.apache.solr.common.util.FastInputStream
-
- CACHE - Static variable in interface org.apache.solr.common.params.CommonParams
-
Used as a local parameter on queries.
- checkLive - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- clean(String) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- clear() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
clear the pending documents and delete commands
- clear() - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
clear the pending documents and delete commands
- clear() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
clear all parameters
- clear() - Method in class org.apache.solr.common.SolrDocument
-
Remove all fields from the document
- clear() - Method in class org.apache.solr.common.SolrInputDocument
-
Remove all fields and boosts from the document
- clear() - Method in class org.apache.solr.common.util.NamedList
-
- clearSorts() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Clears current sort information.
- ClientUtils - Class in org.apache.solr.client.solrj.util
-
- ClientUtils() - Constructor for class org.apache.solr.client.solrj.util.ClientUtils
-
- clone() - Method in class org.apache.solr.common.util.NamedList
-
Makes a shallow copy of the named list.
- clone() - Method in class org.apache.solr.common.util.SimpleOrderedMap
-
- ClosableThread - Interface in org.apache.solr.common.cloud
-
- close() - Method in interface org.apache.solr.common.cloud.ClosableThread
-
- close() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- close() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
-
- close() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- close() - Method in class org.apache.solr.common.util.FastInputStream
-
- close() - Method in class org.apache.solr.common.util.FastOutputStream
-
- CloudSolrServer - Class in org.apache.solr.client.solrj.impl
-
SolrJ client class to communicate with SolrCloud.
- CloudSolrServer(String) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
-
- CloudSolrServer(String, LBHttpSolrServer) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
-
- CloudSolrServer(String, LBHttpSolrServer, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CloudSolrServer
-
- CLUSTER_STATE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- ClusterState - Class in org.apache.solr.common.cloud
-
Immutable state of the cloud.
- ClusterState(Set<String>, Map<String, DocCollection>) - Constructor for class org.apache.solr.common.cloud.ClusterState
-
Use this constr when ClusterState is meant for publication.
- ClusterState(Integer, Set<String>, Map<String, DocCollection>) - Constructor for class org.apache.solr.common.cloud.ClusterState
-
Use this constr when ClusterState is meant for consumption.
- code() - Method in exception org.apache.solr.common.SolrException
-
The HTTP Status code associated with this Exception.
- code - Variable in enum org.apache.solr.common.SolrException.ErrorCode
-
- collection - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- COLLECTION - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
The collection name in solr cloud
- COLLECTION_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- collectionAliasSize() - Method in class org.apache.solr.common.cloud.Aliases
-
- CollectionParams - Interface in org.apache.solr.common.params
-
- CollectionParams.CollectionAction - Enum in org.apache.solr.common.params
-
- COLLECTIONS_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- command() - Method in interface org.apache.solr.common.cloud.OnReconnect
-
- commit() - Method in class org.apache.solr.client.solrj.SolrServer
-
Performs an explicit commit, causing pending documents to be committed for indexing
- commit(boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
-
Performs an explicit commit, causing pending documents to be committed for indexing
- commit(boolean, boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
-
Performs an explicit commit, causing pending documents to be committed for indexing
- COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
-
Commit everything after the command completes
- COMMIT_WITHIN - Static variable in interface org.apache.solr.common.params.UpdateParams
-
Commit within a certain time period (in ms)
- commitWithin - Variable in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- CommonParams - Interface in org.apache.solr.common.params
-
Parameters used across many handlers
- CommonParams.EchoParamStyle - Enum in org.apache.solr.common.params
-
valid values for: echoParams
- CompositeIdRouter - Class in org.apache.solr.common.cloud
-
- CompositeIdRouter() - Constructor for class org.apache.solr.common.cloud.CompositeIdRouter
-
- ConcurrentUpdateSolrServer - Class in org.apache.solr.client.solrj.impl
-
ConcurrentUpdateSolrServer buffers all added documents and writes
them into open HTTP connections.
- ConcurrentUpdateSolrServer(String, int, int) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
Uses an internaly managed HttpClient instance.
- ConcurrentUpdateSolrServer(String, HttpClient, int, int) - Constructor for class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
Uses the supplied HttpClient to send documents to the Solr server.
- CONFIG - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
If you specify a config, what is its name
- configName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- configure(DefaultHttpClient, SolrParams) - Method in class org.apache.solr.client.solrj.impl.HttpClientConfigurer
-
- configureClient(DefaultHttpClient, SolrParams) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Configures DefaultHttpClient
, only sets parameters if they are
present in config.
- connect() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
Connect to the zookeeper ensemble.
- connect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.DefaultConnectionStrategy
-
- connect(String, int, Watcher, ZkClientConnectionStrategy.ZkUpdate) - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
- connected() - Method in class org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
- connected() - Method in interface org.apache.solr.common.cloud.ZkClientConnectionStrategy.ConnectedListener
-
- CONSTRUCTION - Static variable in class org.apache.solr.common.cloud.Slice
-
- containsKey(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Check if property key exists.
- containsKey(Object) - Method in class org.apache.solr.common.SolrDocument
-
- containsKey(Object) - Method in class org.apache.solr.common.SolrInputDocument
-
- containsValue(Object) - Method in class org.apache.solr.common.SolrDocument
-
- containsValue(Object) - Method in class org.apache.solr.common.SolrInputDocument
-
- ContentStream - Interface in org.apache.solr.common.util
-
- ContentStreamBase - Class in org.apache.solr.common.util
-
Three concrete implementations for ContentStream - one for File/URL/String
- ContentStreamBase() - Constructor for class org.apache.solr.common.util.ContentStreamBase
-
- ContentStreamBase.FileStream - Class in org.apache.solr.common.util
-
Construct a ContentStream
from a File
- ContentStreamBase.FileStream(File) - Constructor for class org.apache.solr.common.util.ContentStreamBase.FileStream
-
- ContentStreamBase.StringStream - Class in org.apache.solr.common.util
-
Construct a ContentStream
from a String
- ContentStreamBase.StringStream(String) - Constructor for class org.apache.solr.common.util.ContentStreamBase.StringStream
-
- ContentStreamBase.URLStream - Class in org.apache.solr.common.util
-
Construct a ContentStream
from a URL
This uses a URLConnection
to get the content stream
- ContentStreamBase.URLStream(URL) - Constructor for class org.apache.solr.common.util.ContentStreamBase.URLStream
-
- ContentStreamUpdateRequest - Class in org.apache.solr.client.solrj.request
-
Basic functionality to upload a File or
ContentStream
to a Solr Cell or some
other handler that takes ContentStreams (CSV)
- ContentStreamUpdateRequest(String) - Constructor for class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
-
- contentType - Variable in class org.apache.solr.common.util.ContentStreamBase
-
- core - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- CORE - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
What Core are we talking about
- CORE_NAME_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- CORE_NODE_NAME - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
- CORE_NODE_NAME_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- CoreAdminParams - Interface in org.apache.solr.common.params
-
- CoreAdminParams.CoreAdminAction - Enum in org.apache.solr.common.params
-
- CoreAdminRequest - Class in org.apache.solr.client.solrj.request
-
This class is experimental and subject to change.
- CoreAdminRequest() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- CoreAdminRequest(String) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- CoreAdminRequest.Create - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.Create() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- CoreAdminRequest.MergeIndexes - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.MergeIndexes() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- CoreAdminRequest.Persist - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.Persist() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- CoreAdminRequest.RequestRecovery - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.RequestRecovery() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestRecovery
-
- CoreAdminRequest.RequestSyncShard - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.RequestSyncShard() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- CoreAdminRequest.Unload - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.Unload(boolean) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- CoreAdminRequest.WaitForState - Class in org.apache.solr.client.solrj.request
-
- CoreAdminRequest.WaitForState() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- CoreAdminResponse - Class in org.apache.solr.client.solrj.response
-
- CoreAdminResponse() - Constructor for class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- coreNodeName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- COST - Static variable in interface org.apache.solr.common.params.CommonParams
-
Used as a local param on filter queries in conjunction with cache=false.
- create(String, SolrQuery.ORDER) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates an ascending SortClause for an item
- create(String, String) - Static method in class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates a SortClause based on item and order
- create(String, byte[], List<ACL>, CreateMode, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns path of created node
- create(String, byte[], CreateMode, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns path of created node
- createClient(SolrParams) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Creates new http client by using the provided configuration.
- createClusterStateWatchersAndUpdate() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- createCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- createCore(String, String, SolrServer, String, String) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- createCore(String, String, SolrServer, String, String, String, String) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- FACET - Static variable in interface org.apache.solr.common.params.FacetParams
-
Should facet counts be calculated?
- FACET_DATE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any field whose terms the user wants to enumerate over for
Facet Contraint Counts (multi-value)
- FACET_DATE_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Date string indicating the endinging point for a date facet range.
- FACET_DATE_GAP - Static variable in interface org.apache.solr.common.params.FacetParams
-
Date Math string indicating the interval of sub-ranges for a date
facet range.
- FACET_DATE_HARD_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean indicating how counts should be computed if the range
between 'start' and 'end' is not evenly divisible by 'gap'.
- FACET_DATE_INCLUDE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Multivalued string indicating what rules should be applied to determine
when the the ranges generated for date faceting should be inclusive or
exclusive of their end points.
- FACET_DATE_OTHER - Static variable in interface org.apache.solr.common.params.FacetParams
-
String indicating what "other" ranges should be computed for a
date facet range (multi-value).
- FACET_DATE_START - Static variable in interface org.apache.solr.common.params.FacetParams
-
Date string indicating the starting point for a date facet range.
- FACET_ENUM_CACHE_MINDF - Static variable in interface org.apache.solr.common.params.FacetParams
-
When faceting by enumerating the terms in a field,
only use the filterCache for terms with a df >= to this parameter.
- FACET_FIELD - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any field whose terms the user wants to enumerate over for
Facet Constraint Counts (multi-value)
- FACET_LIMIT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Numeric option indicating the maximum number of facet field counts
be included in the response for each field - in descending order of count.
- FACET_METHOD - Static variable in interface org.apache.solr.common.params.FacetParams
-
What method should be used to do the faceting
- FACET_METHOD_enum - Static variable in interface org.apache.solr.common.params.FacetParams
-
Value for FACET_METHOD param to indicate that Solr should enumerate over terms
in a field to calculate the facet counts.
- FACET_METHOD_fc - Static variable in interface org.apache.solr.common.params.FacetParams
-
Value for FACET_METHOD param to indicate that Solr should enumerate over documents
and count up terms by consulting an uninverted representation of the field values
(such as the FieldCache used for sorting).
- FACET_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_PIVOT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Comma separated list of fields to pivot
example: author,type (for types by author / types within author)
- FACET_PIVOT_MINCOUNT - Static variable in interface org.apache.solr.common.params.FacetParams
-
Minimum number of docs that need to match to be included in the sublist
default value is 1
- FACET_PREFIX - Static variable in interface org.apache.solr.common.params.FacetParams
-
Only return constraints of a facet field with the given prefix.
- FACET_QUERY - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any lucene formated queries the user would like to use for
Facet Constraint Counts (multi-value)
- FACET_RANGE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Any numerical field whose terms the user wants to enumerate over
Facet Contraint Counts for selected ranges.
- FACET_RANGE_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Number indicating the ending point for a numerical range facet.
- FACET_RANGE_GAP - Static variable in interface org.apache.solr.common.params.FacetParams
-
Number indicating the interval of sub-ranges for a numerical
facet range.
- FACET_RANGE_HARD_END - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean indicating how counts should be computed if the range
between 'start' and 'end' is not evenly divisible by 'gap'.
- FACET_RANGE_INCLUDE - Static variable in interface org.apache.solr.common.params.FacetParams
-
Multivalued string indicating what rules should be applied to determine
when the the ranges generated for numeric faceting should be inclusive or
exclusive of their end points.
- FACET_RANGE_OTHER - Static variable in interface org.apache.solr.common.params.FacetParams
-
String indicating what "other" ranges should be computed for a
numerical range facet (multi-value).
- FACET_RANGE_START - Static variable in interface org.apache.solr.common.params.FacetParams
-
Number indicating the starting point for a numerical range facet.
- FACET_SORT - Static variable in interface org.apache.solr.common.params.FacetParams
-
String option: "count" causes facets to be sorted
by the count, "index" results in index order.
- FACET_SORT_COUNT - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_SORT_COUNT_LEGACY - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_SORT_INDEX - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_SORT_INDEX_LEGACY - Static variable in interface org.apache.solr.common.params.FacetParams
-
- FACET_ZEROS - Static variable in interface org.apache.solr.common.params.FacetParams
-
Boolean option indicating whether facet field counts of "0" should
be included in the response.
- FacetField - Class in org.apache.solr.client.solrj.response
-
A utility class to hold the facet response.
- FacetField(String) - Constructor for class org.apache.solr.client.solrj.response.FacetField
-
- FacetField(String, String, Date) - Constructor for class org.apache.solr.client.solrj.response.FacetField
-
- FacetField.Count - Class in org.apache.solr.client.solrj.response
-
- FacetField.Count(FacetField, String, long) - Constructor for class org.apache.solr.client.solrj.response.FacetField.Count
-
- FacetParams - Interface in org.apache.solr.common.params
-
Facet parameters
- FacetParams.FacetDateOther - Enum in org.apache.solr.common.params
-
- FacetParams.FacetRangeInclude - Enum in org.apache.solr.common.params
-
- FacetParams.FacetRangeOther - Enum in org.apache.solr.common.params
-
- FALSE - Static variable in interface org.apache.solr.common.params.CommonParams
-
- FastInputStream - Class in org.apache.solr.common.util
-
Single threaded buffered InputStream
Internal Solr use only, subject to change.
- FastInputStream(InputStream) - Constructor for class org.apache.solr.common.util.FastInputStream
-
- FastInputStream(InputStream, byte[], int, int) - Constructor for class org.apache.solr.common.util.FastInputStream
-
- FastOutputStream - Class in org.apache.solr.common.util
-
Single threaded buffered OutputStream
Internal Solr use only, subject to change.
- FastOutputStream(OutputStream) - Constructor for class org.apache.solr.common.util.FastOutputStream
-
- FastOutputStream(OutputStream, byte[], int) - Constructor for class org.apache.solr.common.util.FastOutputStream
-
- fatalError(SAXParseException) - Method in class org.apache.solr.common.util.XMLErrorLogger
-
- fatalError(TransformerException) - Method in class org.apache.solr.common.util.XMLErrorLogger
-
- Field - Annotation Type in org.apache.solr.client.solrj.beans
-
- FIELD - Static variable in interface org.apache.solr.common.params.CommonParams
-
- FIELD - Static variable in interface org.apache.solr.common.params.SpatialParams
-
- FIELD_MATCH - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FIELD_NAME - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Holds the value of the field which should be analyzed.
- FIELD_TYPE - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Holds a comma-separated list of field types that the analysis should be peformed for.
- FIELD_VALUE - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Hodls a comma-separated list of field named that the analysis should be performed for.
- FieldAnalysisRequest - Class in org.apache.solr.client.solrj.request
-
A request for the org.apache.solr.handler.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.
- 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.
- FieldFlag - Enum in org.apache.solr.common.luke
-
- FIELDS - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FIELDS - Static variable in interface org.apache.solr.common.params.TermVectorParams
-
The fields to get term vectors for
- FieldStatsInfo - Class in org.apache.solr.client.solrj.response
-
Holds stats info
- FieldStatsInfo(NamedList<Object>, String) - Constructor for class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- FILE - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
If you specify a file, what is its name
- fileName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- finalize() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
- FIRST_SEARCHER - Static variable in interface org.apache.solr.common.params.EventParams
-
- FL - Static variable in interface org.apache.solr.common.params.CommonParams
-
query and init param for field list
- FLOAT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- flush() - Method in class org.apache.solr.common.util.FastOutputStream
-
- flush(byte[], int, int) - Method in class org.apache.solr.common.util.FastOutputStream
-
All writes to the sink will go through this method
- flushBuffer() - Method in class org.apache.solr.common.util.FastOutputStream
-
Only flushes the buffer of the FastOutputStream, not that of the
underlying stream.
- fmts - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
-
- FORCE_ELEVATION - Static variable in interface org.apache.solr.common.params.QueryElevationParams
-
- 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)
- FORMATTER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- fpname(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
- FQ - Static variable in interface org.apache.solr.common.params.CommonParams
-
Lucene query string(s) for filtering the results without affecting scoring
- FRAG_LIST_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FRAGMENTER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FRAGMENTS_BUILDER - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- FRAGSIZE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- fromJSON(byte[]) - Static method in class org.apache.solr.common.cloud.ZkStateReader
-
- fromKeyVals(Object...) - Static method in class org.apache.solr.common.cloud.ZkNodeProps
-
- fromString(String) - Method in class org.apache.solr.common.cloud.DocRouter
-
- fromString(String) - Method in class org.apache.solr.common.cloud.HashPartitioner
-
- fullRange() - Method in class org.apache.solr.common.cloud.DocRouter
-
- fullRange() - Method in class org.apache.solr.common.cloud.HashPartitioner
-
- GEN - Static variable in interface org.apache.solr.common.params.DisMaxParams
-
query and init param for field list
- get(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
- get(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
- get(String) - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
- get(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
-
- get(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
-
- get(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
-
- get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
-
Deprecated.
- get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
- get(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
-
- get(String) - Method in class org.apache.solr.common.params.MapSolrParams
-
- get(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- get(String) - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
-
- get(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- get(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
get the param from params, fail if not found
- get(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- get(String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String value of a param, or null if not set
- get(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the value of the param, or def if not set
- get(Object) - Method in class org.apache.solr.common.SolrDocument
-
- get(Object) - Method in class org.apache.solr.common.SolrInputDocument
-
- get(String) - Method in class org.apache.solr.common.util.NamedList
-
Gets the value for the first instance of the specified name
found.
- get(String, int) - Method in class org.apache.solr.common.util.NamedList
-
Gets the value for the first instance of the specified name
found starting at the specified index.
- getAbbreviation() - Method in enum org.apache.solr.common.luke.FieldFlag
-
- getAcl() - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
- getAction() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- getActiveSlices(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getActiveSlices() - Method in class org.apache.solr.common.cloud.DocCollection
-
Return the list of active slices for this collection.
- getActiveSlicesMap(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
- getActiveSlicesMap() - Method in class org.apache.solr.common.cloud.DocCollection
-
Get the map of active slices (sliceName->Slice) for this collection.
- getAfter() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getAliases() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getAliasMap() - Method in class org.apache.solr.common.cloud.Aliases
-
- getAll(String) - Method in class org.apache.solr.common.util.NamedList
-
Gets the values for the the specified name
- getAllFieldNameAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns all field name analysese with their associated field names.
- getAllFieldTypeAnalysis() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns all field type analyses with their associated field types.
- getAlternativeFrequencies() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
The frequencies of the alternatives in the corpus, or null if this information was not returned
- getAlternatives() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
The list of alternatives
- getAnalyzer() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getAsFilterQuery() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getBaseURL() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
- getBaseUrl() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getBaseUrlForNodeName(String) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns the baseURL corrisponding to a given node's nodeName --
NOTE: does not (currently) imply that the nodeName (or resulting
baseURL) exists in the cluster.
- 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
-
- getBinder() - Method in class org.apache.solr.client.solrj.SolrServer
-
- getBits(String, int) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- getBool(String, boolean) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getBool(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Boolean value of the param, or null if not set
- getBool(String, boolean) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the boolean value of the param, or def if not set
- getBoost() - Method in class org.apache.solr.common.SolrInputField
-
- getCharsetFromContentType(String) - Static method in class org.apache.solr.common.util.ContentStreamBase
-
- getCheckLive() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getChildren(String, Watcher, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns children of the node at the path
- 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
-
- getClusterState() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- 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.
- getCollationQueryString() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- getCollection() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getCollection() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- getCollection(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Get the named DocCollection object, or throw an exception if it doesn't exist.
- getCollectionAlias(String) - Method in class org.apache.solr.common.cloud.Aliases
-
- getCollectionAliasMap() - Method in class org.apache.solr.common.cloud.Aliases
-
- getCollections() - Method in class org.apache.solr.common.cloud.ClusterState
-
Get collection names.
- getCollectionStates() - Method in class org.apache.solr.common.cloud.ClusterState
-
- getCommitWithin() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- getConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getConnection() - Method in class org.apache.solr.common.cloud.SolrZooKeeper
-
- getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
-
- getContentStream(UpdateRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.ContentStreamUpdateRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
-
- getContentStreams(SolrRequest) - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
- getContentStreams() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getContentType() - Method in interface org.apache.solr.common.util.ContentStream
-
- getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
-
- getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getContentType() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
-
- getCopy() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get a deep copy of this object
- getCoreName() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getCoreNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getCoreStatus() - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getCoreStatus(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getCoreUrl() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreUrl(ZkNodeProps) - Static method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCoreUrl(String, String) - Static method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getCorrection() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- 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.PivotField
-
- getCount() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
-
- getCounts() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getData(String, Watcher, Stat, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns node's data
- getDataDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getDebugMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getDeleteById() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDeleteById() - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
- getDeleteQuery() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDeleteQuery() - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
- getDisplay() - Method in enum org.apache.solr.common.luke.FieldFlag
-
- getDistinct() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getDocIterator() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getDocRouter(Object) - Static method in class org.apache.solr.common.cloud.DocRouter
-
- getDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getDocumentAnalysesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
-
Returns the number of document analyses in this response.
- getDocumentAnalysis(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
-
Returns the document analysis for the document associated with the given unique key (id), null
if no such
association exists.
- getDocumentBoost() - Method in class org.apache.solr.common.SolrInputDocument
-
- getDocumentKey() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
Returns the unique key of the analyzed document.
- getDocuments() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Returns all documents that will be analyzed when processing the request.
- getDocuments() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- 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
- getElapsedTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getElapsedTime() - Method in class org.apache.solr.client.solrj.SolrResponse
-
- getEnd() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the end position of this token within the text it was originally extracted from.
- getEnd() - Method in class org.apache.solr.client.solrj.response.FacetField
-
Date End Facet parameter
- getEnd() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getEndOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getErrorCode(int) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
-
- getExplainMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetDate(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetDates() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetField() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getFacetField(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
get
- getFacetFields() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get the facet fields
- getFacetLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get current facet limit
- getFacetMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get facet minimum count
- getFacetPivot() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetQuery() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacetQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get facet queries
- getFacetRanges() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFacets() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getFacetSort() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getFacetSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get facet sort
- getField() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getField(String) - Method in class org.apache.solr.common.SolrInputDocument
-
- getFieldAnalysesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
Returns the number of field analyses for the documents.
- getFieldAnalysis(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
-
- getFieldBool(String, String, boolean) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldBool(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Boolean value of the field param,
or the value for param, or null if neither is set.
- getFieldBool(String, String, boolean) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the boolean value of the field param,
or the value for param, or def if neither is set.
- 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.
- getFieldFloat(String, String, float) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldFloat(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the field param.
- getFieldFloat(String, String, float) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the field param,
or the value for param, or def if neither is set.
- getFieldInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldInt(String, String, int) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldInt(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
- getFieldInt(String, String, int) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the int value of the field param,
or the value for param, or def if neither is set.
- getFieldName() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the field name.
- getFieldNameAnalysis(String) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the analysis for the given field name or null
if no such analysis exists.
- getFieldNameAnalysisCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the number of field name analyses.
- getFieldNames() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns a list of field names the analysis should be performed on.
- getFieldNames() - Method in class org.apache.solr.common.SolrDocument
-
- getFieldNames() - Method in class org.apache.solr.common.SolrInputDocument
-
Get all field names.
- getFieldParam(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldParam(String, String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldParam(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String value of the field parameter, "f.field.param", or
the value for "param" if that is not set.
- getFieldParam(String, String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String value of the field parameter, "f.field.param", or
the value for "param" if that is not set.
- getFieldParams(String, String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFieldParams(String, String) - Method in class org.apache.solr.common.params.SolrParams
-
returns the String values of the field parameter, "f.field.param", or
the values for "param" if that is not set.
- getFields() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getFieldStatsInfo() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getFieldTypeAnalysis(String) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the analysis for the given field type or null
if no such analysis exists.
- getFieldTypeAnalysisCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
-
Returns the number of field type analyses.
- getFieldTypeInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldTypeInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getFieldTypes() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns a list of field types the analysis should be performed on.
- getFieldValue() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns the field value that will be analyzed when this request is processed.
- getFieldValue(String) - Method in class org.apache.solr.common.SolrDocument
-
Get the value or collection of values for a given field.
- getFieldValue(String) - Method in class org.apache.solr.common.SolrInputDocument
-
Get the first value for a field.
- getFieldValueMap() - Method in class org.apache.solr.common.SolrDocument
-
Expose a Map interface to the solr fields.
- getFieldValues(String) - Method in class org.apache.solr.common.SolrDocument
-
Get a collection of values for a given field name
- getFieldValues(String) - Method in class org.apache.solr.common.SolrInputDocument
-
Get all the values for a field.
- getFieldValuesMap() - Method in class org.apache.solr.common.SolrDocument
-
Expose a Map interface to the solr field value collection.
- getFileName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- getFilterQueries() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getFirstSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getFirstValue(String) - Method in class org.apache.solr.common.SolrDocument
-
returns the first value for a field
- getFirstValue() - Method in class org.apache.solr.common.SolrInputField
-
- getFlag(char) - Static method in enum org.apache.solr.common.luke.FieldFlag
-
- getFlags() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getFloat(String, float) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getFloat(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Float value of the param, or null if not set
- getFloat(String, float) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the float value of the param, or def if not set
- getFrequency() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- 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
-
- getGroupResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getGroupValue() - Method in class org.apache.solr.client.solrj.response.Group
-
Returns the common group value that all documents share inside this group.
- getHeader() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getHighlight() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
get list of highlighted fields
- getHighlightFragsize() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlighting() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getHighlightRequireFieldMatch() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightSimplePost() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightSimplePre() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHighlightSnippets() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getHttpClient() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Return the HttpClient this instance uses.
- getHttpClient() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
- getId(SolrInputDocument, SolrParams) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- getIndexDirectory() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getIndexDirs() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- getIndexInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getIndexPhases(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the index time analysis phases for the given field value.
- getIndexPhases() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the index time analysis phases for this analysis.
- getIndexPhasesByFieldValue() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the index time analysis phases for all field values.
- getIndexPhasesCount(String) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the number of index time analysis phases the given field value has.
- getIndexPhasesCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the index time analysis phases for this analysis.
- getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getInt(String, int) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getInt(String) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the Integer value of the param, or null if not set
- getInt(String, int) - Method in class org.apache.solr.common.params.SolrParams
-
Returns the int value of the param, or def if not set
- getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Retrieve the default list of parameters are added to every request
regardless.
- getIsLoadOnStartup() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getIsTransient() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getItem() - Method in class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Gets the item to sort, typically a function or a fieldname
- getKey() - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
-
- getLbServer() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
- getLeader(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Get the lead replica for specific collection, or null if one currently doesn't exist.
- getLeader() - Method in class org.apache.solr.common.cloud.Slice
-
- getLeaderRetry(String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Get shard leader properties, with retry if none exist.
- getLeaderRetry(String, String, int) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
Get shard leader properties, with retry if none exist.
- getLeaderUrl(String, String, int) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getLimitingFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getLimitingFields(long) - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getLiveNodes() - Method in class org.apache.solr.common.cloud.ClusterState
-
Get names of the currently live nodes.
- getMap() - Method in class org.apache.solr.common.params.MapSolrParams
-
- getMap() - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- getMatches() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the total number of documents found for this command.
- getMax() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMaxDoc() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getMaxScore() - Method in class org.apache.solr.common.SolrDocumentList
-
- getMean() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMethod() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getMin() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMissing() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getMisspellingsAndCorrections() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- getName() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getName() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- getName() - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getName() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getName() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the name of this command.
- getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
-
- getName() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getName() - Method in class org.apache.solr.common.cloud.DocCollection
-
Return collection name.
- getName() - Method in class org.apache.solr.common.cloud.Replica
-
- getName() - Method in class org.apache.solr.common.cloud.Slice
-
Return slice name (shard id).
- getName() - Method in class org.apache.solr.common.SolrInputField
-
- getName() - Method in interface org.apache.solr.common.util.ContentStream
-
- getName() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getName(int) - Method in class org.apache.solr.common.util.NamedList
-
The name of the pair at the specified List index
- getNGroups() - Method in class org.apache.solr.client.solrj.response.GroupCommand
-
Returns the total number of groups found for this command.
- getNodeName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- 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
-
- getNodeProps() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getNumberOfHits() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- getNumDeadServersToTry() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
-
- getNumDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- getNumFound() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getNumFound() - Method in class org.apache.solr.common.SolrDocumentList
-
- getNumTerms() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- getNumTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- 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
-
- getOriginalFrequency() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getParameterNames() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.DefaultSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.MapSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.RequiredSolrParams
-
returns an Iterator over the parameter names
- getParameterNamesIterator() - Method in class org.apache.solr.common.params.SolrParams
-
returns an Iterator over the parameter names
- getParams() - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestRecovery
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Unload
-
- getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getParams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
- getParams() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
- getParams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
-
- getParams() - Method in class org.apache.solr.client.solrj.request.SolrPing
-
- getParams() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getParams(String) - Method in class org.apache.solr.common.params.AppendedSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.DefaultSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.MapSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.ModifiableSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.MultiMapSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.RequiredSolrParams
-
- getParams(String) - Method in class org.apache.solr.common.params.SolrParams
-
returns an array of the String values of a param, or null if none
- getParser() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
- 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
-
- getPivot() - Method in class org.apache.solr.client.solrj.response.PivotField
-
- getPosition() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the position of this token within the produced token stream.
- getProperties() - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Get all properties as map.
- getQTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getQuery() - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Returns the query that will be analyzed when processing the request.
- getQuery() - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Returns the query that will be analyzed.
- getQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getQueryPhases() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the query time analysis phases for the field or null
if this field doesn't hold a query time analysis.
- getQueryPhases() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the query time analysis phases for this analysis or null
if query time analysis doesn't exist.
- getQueryPhasesCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the number of query time analysis phases or -1
if
this field analysis doesn't hold a query time analysis.
- getQueryPhasesCount() - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
-
Returns the number of query time analysis phases in this analysis or
-1
if query time analysis doesn't exist.
- getQueryType() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getRange() - Method in class org.apache.solr.common.cloud.Slice
-
- getRangeFacet() - Method in class org.apache.solr.client.solrj.response.RangeFacet.Count
-
- 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
- getReplica(String, String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Gets the replica by the core name (assuming the slice is unknown) or null if replica is not found.
- getReplica(String) - Method in class org.apache.solr.common.cloud.Slice
-
- getReplicaProps(String, String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getReplicaProps(String, String, String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getReplicaProps(String, String, String, String, String, String) - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getReplicas() - Method in class org.apache.solr.common.cloud.Slice
-
Gets the list of replicas for this slice.
- getReplicasCopy() - Method in class org.apache.solr.common.cloud.Slice
-
- getReplicasMap() - Method in class org.apache.solr.common.cloud.Slice
-
Get the map of coreNodeName to replicas for this slice.
- getRequest() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
-
- getRequestHandler() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getRequestUrl() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getResponse() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
-
The response from the server
- getResponse() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getResponse() - Method in class org.apache.solr.client.solrj.SolrResponse
-
- getResponseHeader() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getResponseParser() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getResult() - Method in class org.apache.solr.client.solrj.response.Group
-
Returns the documents to be displayed that belong to this group.
- getResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getRetryDelay() - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
- getRoles() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getRootCause() - Method in exception org.apache.solr.client.solrj.SolrServerException
-
- getRootCause(Throwable) - Static method in exception org.apache.solr.common.SolrException
-
- getRouter() - Method in class org.apache.solr.common.cloud.DocCollection
-
- getRows() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getSchema() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getSchemaName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- 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
-
- getServer() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
-
The server that returned the response
- getServers() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
-
- getShard() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- getShardId() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getShardId(String) - Method in class org.apache.solr.common.cloud.ClusterState
-
Get the slice/shardId for a core.
- getShardLeadersPath(String, String) - Static method in class org.apache.solr.common.cloud.ZkStateReader
-
Get path where shard leader properties live in zookeeper.
- 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
-
- 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.
- getSolrZooKeeper() - Method in class org.apache.solr.common.cloud.SolrZkClient
-
- getSortField() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Gets the raw sort field, as it will be sent to Solr.
- getSortFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Deprecated.
Use SolrQuery.getSorts()
instead, which is part
of an api handling a wider range of sort specifications.
- getSorts() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Gets an a list of current sort clauses.
- getSortValues() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getSourceInfo() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getSourceInfo() - Method in interface org.apache.solr.common.util.ContentStream
-
- getSourceInfo() - Method in class org.apache.solr.common.util.ContentStreamBase
-
- getSpellCheckResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getSrcCores() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- getStart() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the start position of this token within the text it was originally extracted from.
- getStart() - Method in class org.apache.solr.client.solrj.response.RangeFacet
-
- getStart() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getStart() - Method in class org.apache.solr.common.SolrDocumentList
-
- getStartOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getStartTime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getState() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- getState() - Method in class org.apache.solr.common.cloud.Slice
-
- getState() - Method in class org.apache.solr.common.cloud.ZkCoreNodeProps
-
- getStatus(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- getStatus() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- getStddev() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getStr(String) - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Get a string property value.
- getStream() - Method in class org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream
-
- getStream() - Method in interface org.apache.solr.common.util.ContentStream
-
Get an open stream.
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.FileStream
-
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.StringStream
-
- getStream() - Method in class org.apache.solr.common.util.ContentStreamBase.URLStream
-
- getStreamingResponseCallback() - Method in class org.apache.solr.client.solrj.SolrRequest
-
- getSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getSuggestionFrequencies() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
Deprecated.
- getSuggestionMap() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
Deprecated.
- getSum() - Method in class org.apache.solr.client.solrj.response.FieldStatsInfo
-
- getTargetSlice(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.DocRouter
-
Returns the Slice that the document should reside on, or null if there is not enough information
- getTargetSlice(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- getTargetSlice(String, SolrInputDocument, SolrParams, DocCollection) - Method in class org.apache.solr.common.cloud.ImplicitDocRouter
-
- getTerm() - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- getTermMap() - Method in class org.apache.solr.client.solrj.response.TermsResponse
-
- getTerms(String) - Method in class org.apache.solr.client.solrj.response.TermsResponse
-
Get's the term list for a given field
- getTerms() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsFields() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsLower() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsLowerInclusive() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsMaxCount() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsPrefix() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsRaw() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsRegex() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsRegexFlags() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- getTermsResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- getTermsSortString() - Method in class org.apache.solr.client.solrj.SolrQuery
-
- 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.
- getThreadLocalDateFormat() - Static method in class org.apache.solr.client.solrj.util.ClientUtils
-
- getThreadLocalDateFormat() - Static method in class org.apache.solr.common.util.DateUtil
-
Returns a formatter that can be use by the current thread if needed to
convert Date objects to the Internal representation.
- getTimeAllowed() - Method in class org.apache.solr.client.solrj.SolrQuery
-
Get the maximum time allowed for this query.
- getToken() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- getTokens() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
-
Returns a list of tokens which represent the token stream produced in this phase.
- getTopTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getType() - Method in class org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
-
Returns the type of the token.
- getType() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
-
- getUlogDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- getUpdateContentType() - Method in class org.apache.solr.client.solrj.impl.BinaryRequestWriter
-
- getUpdateContentType() - Method in class org.apache.solr.client.solrj.request.RequestWriter
-
- getUpdateLock() - Method in class org.apache.solr.common.cloud.ZkStateReader
-
- getUptime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
-
- getVal(int) - Method in class org.apache.solr.common.util.NamedList
-
The value of the pair at the specified List index
- getValue() - Method in class org.apache.solr.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
-
- getValueCount() - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
Returns the number of values the field has.
- getValueCount() - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getValueCount() - Method in class org.apache.solr.common.SolrInputField
-
- getValues() - Method in class org.apache.solr.client.solrj.response.FacetField
-
- getValues() - Method in class org.apache.solr.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
-
- getVersion() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- getVersion() - Method in class org.apache.solr.client.solrj.ResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
-
- getWriterType() - Method in class org.apache.solr.client.solrj.ResponseParser
-
- getXML() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- getXML() - Method in class org.apache.solr.client.solrj.request.UpdateRequestExt
-
- 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
-
- getZkClusterStateVersion() - Method in class org.apache.solr.common.cloud.ClusterState
-
The version of clusterstate.json in ZooKeeper.
- getZkStateReader() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
- 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_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).
- 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.
- 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
-
- SCHEMA - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
If you specify a schema, what is its name
- schemaName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- SCORE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SCORE_B - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SCORE_K1 - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SCORE_PIVOT - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- serializable(SolrResponse) - Static method in class org.apache.solr.client.solrj.SolrResponse
-
- server - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Rsp
-
- servers - Variable in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
-
- 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
-
- setAcl(List<ACL>) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
Sets appropriate parameters for the given ACTION
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(AbstractUpdateRequest.ACTION, boolean, boolean, int, boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setAction(CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setAliveCheckInterval(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
LBHttpSolrServer keeps pinging the dead servers at fixed interval to find if it is alive.
- setAllowCompression(DefaultHttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Control HTTP payload compression.
- setAllowCompression(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Allow server->client communication to be compressed.
- setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
- setBasicAuth(DefaultHttpClient, String, String) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set http basic auth information.
- setBits(int) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- setBoost(float) - Method in class org.apache.solr.common.SolrInputField
-
- setCheckLive(Boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setCollationQueryString(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- setCollection(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setCollection(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- setCommitWithin(int) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setConfigurer(HttpClientConfigurer) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Replace the
HttpClientConfigurer
class used in configuring the http
clients with a custom implementation.
- setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
- setConnectionTimeout(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set connection timeout.
- setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
HttpConnectionParams.setConnectionTimeout
- setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
- setContentType(String) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setCoreNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setCorrection(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- setCount(long) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- setData(String, byte[], int, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Returns node's state
- setData(String, byte[], boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Write data to ZooKeeper.
- setData(String, File, boolean) - Method in class org.apache.solr.common.cloud.SolrZkClient
-
Write file to ZooKeeper - default system encoding used.
- setDataDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setDefaultCollection(String) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
Sets the default collection for request
- setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Set the maximum number of connections that can be open to a single host at
any given time.
- 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
-
- setDocIterator(Iterator<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
-
- setDocumentBoost(float) - Method in class org.apache.solr.common.SolrInputDocument
-
- setElapsedTime(long) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- setFacet(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
enable/disable faceting.
- setFacetLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
set the facet limit
- setFacetMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
set facet minimum count
- setFacetMissing(Boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Sets facet missing boolean flag
- setFacetPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFacetPrefix(String, String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFacetSort(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
set facet sort
- setFacetSort(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setField(String, Object) - Method in class org.apache.solr.common.SolrDocument
-
Set a field with the given object.
- setField(String, Object) - Method in class org.apache.solr.common.SolrInputDocument
-
Set a field with implied null value for boost.
- setField(String, Object, float) - Method in class org.apache.solr.common.SolrInputDocument
-
- setFieldNames(List<String>) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the field names on which the analysis should be performed.
- setFields(List<String>) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- setFields(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFieldTypes(List<String>) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the field types on which analysis should be performed.
- setFieldValue(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the field value to be analyzed.
- setFileName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
-
- setFilterQueries(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setFollowRedirects(HttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Set follow redirects.
- setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Configure whether the client should follow redirects or not.
- setFrequency(long) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- setGetFieldStatistics(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setGetFieldStatistics(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlight(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightFragsize(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightRequireFieldMatch(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightSimplePost(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightSimplePre(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setHighlightSnippets(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setIncludeScore(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setIndexDirs(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- 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
-
- setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- 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
-
- 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.
- setMaxRetries(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Set maximum number of retries to attempt in the event of transient errors.
- setMaxScore(Float) - Method in class org.apache.solr.common.SolrDocumentList
-
- setMaxTotalConnections(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Set the maximum number of connections that can be open at any given time.
- setMethod(SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setMissing(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setName(String) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
-
- setName(String) - Method in class org.apache.solr.common.SolrInputField
-
- setName(String) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setName(int, String) - Method in class org.apache.solr.common.util.NamedList
-
Modifies the name of the pair at the specified index.
- setNodeName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setNumberOfHits(long) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- setNumDeadServersToTry(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req
-
- setNumFound(long) - Method in class org.apache.solr.common.SolrDocumentList
-
- setNumShards(int) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setNumTerms(int) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
the number of terms to return for a given field.
- setOnlyIfLeader(boolean) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setOriginal(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- setOtherCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
-
- setParam(String, String) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setParam(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setParam(String, boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setParams(ModifiableSolrParams) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
Sets the parameters for this update request, overwriting any previous
- setParams(SolrParams) - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
-
- setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
- setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Note: This setter method is not thread-safe.
- setPath(String) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setQuery(String) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Sets the query to be analyzed.
- setQuery(String) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets the query to be analyzed.
- setQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setQueryPhases(List<AnalysisResponseBase.AnalysisPhase>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse.FieldAnalysis
-
- setQueryType(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- 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.
- setRequestUrl(String) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
- setRequestWriter(RequestWriter) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.DocumentAnalysisResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.FieldAnalysisResponse
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
-
- setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.SolrResponse
-
- setResponseParser(ResponseParser) - Method in class org.apache.solr.client.solrj.SolrRequest
-
Optionally specify how the Response should be parsed.
- setRetryDelay(long) - Method in class org.apache.solr.common.cloud.ZkCmdExecutor
-
- setRoles(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setRows(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setSchemaName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setShard(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard
-
- setShardId(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setShowDebugInfo(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.DocumentAnalysisRequest
-
Sets whether index time tokens that match query time tokens should be marked as a "match".
- setShowMatch(boolean) - Method in class org.apache.solr.client.solrj.request.FieldAnalysisRequest
-
Sets whether index time tokens that match query time tokens should be marked as a "match".
- setShowSchema(boolean) - Method in class org.apache.solr.client.solrj.request.LukeRequest
-
- setSize(Long) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- 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
- setSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setSorts(List<SolrQuery.SortClause>) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Replaces the current sort information.
- setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
set soTimeout (read timeout) on the underlying HttpConnectionManager.
- setSoTimeout(HttpClient, int) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Defines the socket timeout (SO_TIMEOUT) in milliseconds.
- setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Set SoTimeout (read timeout).
- setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
set soTimeout (read timeout) on the underlying HttpConnectionManager.
- setSourceInfo(String) - Method in class org.apache.solr.common.util.ContentStreamBase
-
- setSrcCores(List<String>) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- setStart(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setStart(long) - Method in class org.apache.solr.common.SolrDocumentList
-
- setState(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- setStreamingResponseCallback(StreamingResponseCallback) - Method in class org.apache.solr.client.solrj.SolrRequest
-
- setTerm(String) - Method in class org.apache.solr.client.solrj.response.TermsResponse.Term
-
- setTerms(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
enable/disable terms.
- setTermsLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsLower(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsLowerInclusive(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsMaxCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsRaw(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsRegex(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsRegexFlag(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsSortString(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsUpper(String) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTermsUpperInclusive(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
-
- setTimeAllowed(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
-
Set the maximum time allowed for this query.
- setUlogDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
-
- setUseMultiPartPost(boolean) - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Set the multipart connection properties
- setUseRetry(DefaultHttpClient, boolean) - Static method in class org.apache.solr.client.solrj.impl.HttpClientUtil
-
Control retry handler
- setVal(int, T) - Method in class org.apache.solr.common.util.NamedList
-
Modifies the value of the pair at the specified index.
- setValue(Object, float) - Method in class org.apache.solr.common.SolrInputField
-
Set the value for a field.
- setValue(T) - Method in class org.apache.solr.common.util.NamedList.NamedListEntry
-
- setWaitSearcher(boolean) - Method in class org.apache.solr.client.solrj.request.AbstractUpdateRequest
-
- setWritten(long) - Method in class org.apache.solr.common.util.FastOutputStream
-
Resets the count returned by written()
- setZkClientTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
Set the timeout to the zookeeper ensemble in ms
- setZkConnectTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
Set the connect timeout to the zookeeper ensemble in ms
- shallowCopy() - Method in class org.apache.solr.common.cloud.ZkNodeProps
-
Returns a shallow writable copy of the properties
- SHARD - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
The shard id in solr cloud
- SHARD_ID_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_KEYS - Static variable in interface org.apache.solr.common.params.ShardParams
-
Should things fail if there is an error? (true/false)
- SHARD_LEADERS_ZKNODE - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_RANGE - Static variable in interface 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 interface org.apache.solr.common.params.CoreAdminParams
-
The shard range in solr cloud
- SHARD_STATE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- SHARD_URL - Static variable in interface org.apache.solr.common.params.ShardParams
-
The requested URL for this shard
- ShardParams - Interface in org.apache.solr.common.params
-
Parameters used for distributed search.
- 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_INFO - Static variable in interface org.apache.solr.common.params.ShardParams
-
Request detailed match info for each shard (true/false)
- 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_START - Static variable in interface org.apache.solr.common.params.ShardParams
-
- SHARDS_TOLERANT - Static variable in interface org.apache.solr.common.params.ShardParams
-
Should things fail if there is an error? (true/false)
- SHORT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SHOW_MATCH - Static variable in interface org.apache.solr.common.params.AnalysisParams
-
Set to true
to indicate that the index tokens that match query tokens should be marked as "mateched".
- shutdown() - Method in class org.apache.solr.client.solrj.impl.CloudSolrServer
-
- shutdown() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
- shutdown() - Method in class org.apache.solr.client.solrj.impl.HttpSolrServer
-
Close the ClientConnectionManager
from the internal client.
- shutdown() - Method in class org.apache.solr.client.solrj.impl.LBHttpSolrServer
-
- shutdown() - Method in class org.apache.solr.client.solrj.SolrServer
-
Release allocated resources.
- shutdownAndAwaitTermination(ExecutorService) - Static method in class org.apache.solr.common.util.ExecutorUtil
-
- shutdownNow() - Method in class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer
-
- shutdownNowAndAwaitTermination(ExecutorService) - Static method in class org.apache.solr.common.util.ExecutorUtil
-
- SIMILARITY_FIELDS - Static variable in interface org.apache.solr.common.params.MoreLikeThisParams
-
- SIMPLE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SIMPLE_POST - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SIMPLE_PRE - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SimpleOrderedMap<T> - Class in org.apache.solr.common.util
-
SimpleOrderedMap
is a
NamedList
where access by key is more
important than maintaining order when it comes to representing the
held data in other forms, as ResponseWriters normally do.
- SimpleOrderedMap() - Constructor for class org.apache.solr.common.util.SimpleOrderedMap
-
Creates an empty instance
- SimpleOrderedMap(List<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
-
- SINT - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- size() - Method in class org.apache.solr.common.SolrDocument
-
- size() - Method in class org.apache.solr.common.SolrInputDocument
-
- size - Variable in class org.apache.solr.common.util.ContentStreamBase
-
- size() - Method in class org.apache.solr.common.util.FastOutputStream
-
- size() - Method in class org.apache.solr.common.util.NamedList
-
The total number of name/value pairs
- skipBytes(int) - Method in class org.apache.solr.common.util.FastInputStream
-
- 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
-
- sliceHash(String, SolrInputDocument, SolrParams) - Method in class org.apache.solr.common.cloud.CompositeIdRouter
-
- sliceHash(String, SolrInputDocument, SolrParams) - Method in class org.apache.solr.common.cloud.HashBasedRouter
-
- SLONG - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SLOP - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SNIPPETS - Static variable in interface org.apache.solr.common.params.HighlightParams
-
- SOFT_COMMIT - Static variable in interface org.apache.solr.common.params.UpdateParams
-
- SOLRDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SOLRDOCLST - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SolrDocument - Class in org.apache.solr.common
-
A concrete representation of a document within a Solr index.
- SolrDocument() - Constructor for class org.apache.solr.common.SolrDocument
-
- SolrDocumentList - Class in org.apache.solr.common
-
Represent a list of SolrDocuments returned from a search.
- SolrDocumentList() - Constructor for class org.apache.solr.common.SolrDocumentList
-
- SolrException - Exception in org.apache.solr.common
-
- SolrException(SolrException.ErrorCode, String) - Constructor for exception org.apache.solr.common.SolrException
-
- SolrException(SolrException.ErrorCode, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
-
- SolrException(SolrException.ErrorCode, Throwable) - Constructor for exception org.apache.solr.common.SolrException
-
- SolrException(int, String, Throwable) - Constructor for exception org.apache.solr.common.SolrException
-
Constructor that can set arbitrary http status code.
- SolrException.ErrorCode - Enum in org.apache.solr.common
-
This list of valid HTTP Status error codes that Solr may return in
the case of a "Server Side" error.
- SOLRINPUTDOC - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- SolrInputDocument - Class in org.apache.solr.common
-
Represent the field and boost information needed to construct and index
a Lucene Document.
- SolrInputDocument() - Constructor for class org.apache.solr.common.SolrInputDocument
-
- SolrInputDocument(Map<String, SolrInputField>) - Constructor for class org.apache.solr.common.SolrInputDocument
-
- SolrInputField - Class in org.apache.solr.common
-
- SolrInputField(String) - Constructor for class org.apache.solr.common.SolrInputField
-
- SolrjNamedThreadFactory - Class in org.apache.solr.common.util
-
- SolrjNamedThreadFactory(String) - Constructor for class org.apache.solr.common.util.SolrjNamedThreadFactory
-
- SolrParams - Class in org.apache.solr.common.params
-
SolrParams hold request parameters.
- SolrParams() - Constructor for class org.apache.solr.common.params.SolrParams
-
- SolrPing - Class in org.apache.solr.client.solrj.request
-
Verify that there is a working Solr core at the URL of a
SolrServer
.
- SolrPing() - Constructor for class org.apache.solr.client.solrj.request.SolrPing
-
- SolrPingResponse - Class in org.apache.solr.client.solrj.response
-
- SolrPingResponse() - Constructor for class org.apache.solr.client.solrj.response.SolrPingResponse
-
- SolrQuery - Class in org.apache.solr.client.solrj
-
This is an augmented SolrParams with get/set/add fields for common fields used
in the Standard and Dismax request handlers
- SolrQuery() - Constructor for class org.apache.solr.client.solrj.SolrQuery
-
- SolrQuery(String) - Constructor for class org.apache.solr.client.solrj.SolrQuery
-
Create a new SolrQuery
- SolrQuery.ORDER - Enum in org.apache.solr.client.solrj
-
- SolrQuery.SortClause - Class in org.apache.solr.client.solrj
-
A single sort clause, encapsulating what to sort and the sort order.
- SolrQuery.SortClause(String, SolrQuery.ORDER) - Constructor for class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates a SortClause based on item and order
- SolrQuery.SortClause(String, String) - Constructor for class org.apache.solr.client.solrj.SolrQuery.SortClause
-
Creates a SortClause based on item and order
- SolrRequest - Class in org.apache.solr.client.solrj
-
- SolrRequest(SolrRequest.METHOD, String) - Constructor for class org.apache.solr.client.solrj.SolrRequest
-
- SolrRequest.METHOD - Enum in org.apache.solr.client.solrj
-
- SolrResponse - Class in org.apache.solr.client.solrj
-
- SolrResponse() - Constructor for class org.apache.solr.client.solrj.SolrResponse
-
- SolrResponseBase - Class in org.apache.solr.client.solrj.response
-
- SolrResponseBase() - Constructor for class org.apache.solr.client.solrj.response.SolrResponseBase
-
- SolrServer - Class in org.apache.solr.client.solrj
-
- SolrServer() - Constructor for class org.apache.solr.client.solrj.SolrServer
-
- SolrServerException - Exception in org.apache.solr.client.solrj
-
Exception to catch all types of communication / parsing issues associated with talking to SOLR
- SolrServerException(String, Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
-
- SolrServerException(String) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
-
- SolrServerException(Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
-
- SolrZkClient - Class in org.apache.solr.common.cloud
-
All Solr ZooKeeper interactions should go through this class rather than
ZooKeeper.
- SolrZkClient(String, 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, ZkClientConnectionStrategy, OnReconnect, int) - Constructor for class org.apache.solr.common.cloud.SolrZkClient
-
- 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
- sourceInfo - Variable in class org.apache.solr.common.util.ContentStreamBase
-
- SpatialParams - Interface in org.apache.solr.common.params
-
- 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_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.
- SpellCheckResponse - Class in org.apache.solr.client.solrj.response
-
Encapsulates responses from SpellCheckComponent
- SpellCheckResponse(NamedList<NamedList<Object>>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse
-
- SpellCheckResponse.Collation - Class in org.apache.solr.client.solrj.response
-
- SpellCheckResponse.Collation() - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
-
- SpellCheckResponse.Correction - Class in org.apache.solr.client.solrj.response
-
- SpellCheckResponse.Correction(String, String) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- SpellCheckResponse.Suggestion - Class in org.apache.solr.client.solrj.response
-
- SpellCheckResponse.Suggestion(String, NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
-
- SpellingParams - Interface in org.apache.solr.common.params
-
Parameters used for spellchecking
- 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
- splitFileNames(String) - Static method in class org.apache.solr.common.util.StrUtils
-
Splits file names separated by comma character.
- splitSmart(String, char) - Static method in class org.apache.solr.common.util.StrUtils
-
Split a string based on a separator, but don't split if it's inside
a string.
- splitSmart(String, String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
-
Splits a backslash escaped string on the separator.
- splitWS(String, boolean) - Static method in class org.apache.solr.common.util.StrUtils
-
- SRC_CORE - Static variable in interface org.apache.solr.common.params.CoreAdminParams
-
If you merge indexes, what is the source core's name
More than one source core can be specified by multiple srcCore parameters
- srcCores - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.MergeIndexes
-
- START - Static variable in interface org.apache.solr.common.params.CommonParams
-
zero based offset of matching documents to retrieve
- state - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.WaitForState
-
- STATE - Static variable in class org.apache.solr.common.cloud.Slice
-
- STATE_PROP - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- STATS - Static variable in interface org.apache.solr.common.params.StatsParams
-
- STATS_FACET - Static variable in interface org.apache.solr.common.params.StatsParams
-
- STATS_FIELD - Static variable in interface org.apache.solr.common.params.StatsParams
-
- StatsParams - Interface in org.apache.solr.common.params
-
Stats Parameters
- STR - Static variable in class org.apache.solr.common.util.JavaBinCodec
-
- STREAM_BODY - Static variable in interface org.apache.solr.common.params.CommonParams
-
If the content stream should come directly from a field
- STREAM_CONTENTTYPE - Static variable in interface org.apache.solr.common.params.CommonParams
-
Explicitly set the content type for the input stream
If multiple streams are specified, the explicit contentType
will be used for all of them.
- STREAM_FILE - Static variable in interface org.apache.solr.common.params.CommonParams
-
If the content stream should come from a File (using FileReader)
- STREAM_URL - Static variable in interface org.apache.solr.common.params.CommonParams
-
If the content stream should come from a URL (using URLConnection)
- streamDocListInfo(long, long, Float) - Method in class org.apache.solr.client.solrj.StreamingResponseCallback
-
- StreamingBinaryResponseParser - Class in org.apache.solr.client.solrj.impl
-
A BinaryResponseParser that sends callback events rather then build
a large response
- StreamingBinaryResponseParser(StreamingResponseCallback) - Constructor for class org.apache.solr.client.solrj.impl.StreamingBinaryResponseParser
-
- StreamingResponseCallback - Class in org.apache.solr.client.solrj
-
A callback interface for streaming response
- StreamingResponseCallback() - Constructor for class org.apache.solr.client.solrj.StreamingResponseCallback
-
- streamSolrDocument(SolrDocument) - Method in class org.apache.solr.client.solrj.StreamingResponseCallback
-
- StrUtils - Class in org.apache.solr.common.util
-
- StrUtils() - Constructor for class org.apache.solr.common.util.StrUtils
-
- SYNC - Static variable in class org.apache.solr.common.cloud.ZkStateReader
-
- VALUE - Static variable in interface org.apache.solr.common.params.CommonParams
-
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.luke.FieldFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.solr.common.SolrException.ErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.request.AbstractUpdateRequest.ACTION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.luke.FieldFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.CollectionParams.CollectionAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.CommonParams.EchoParamStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetDateOther
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeInclude
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.FacetParams.FacetRangeOther
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.MoreLikeThisParams.TermStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.solr.common.params.TermsParams.TermsRegexpFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.solr.common.SolrDocument
-
- values() - Static method in enum org.apache.solr.common.SolrException.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.solr.common.SolrInputDocument
-
- VERSION - Static variable in interface org.apache.solr.common.params.CommonParams
-
version parameter to check request-response compatibility
- VERSIONS - Static variable in interface org.apache.solr.common.params.UpdateParams
-
Return versions of updates?