Uses of Interface
org.apache.solr.common.NavigableObject
-
Packages that use NavigableObject Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.cloud Common classes for SolrCloud.org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.client.solrj.request.beans Annotated Data objects used in V2 Requestsorg.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses.org.apache.solr.client.solrj.response.schema Convenience classes for dealing with Schema API responses.org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexed
andresult documents
.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.params Parameter constants and enumerations.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of NavigableObject in org.apache.solr.client.solrj
Classes in org.apache.solr.client.solrj that implement NavigableObject Modifier and Type Class Description class
JacksonParsingResponse<T>
class
SolrQuery
This is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlersclass
SolrResponse
-
Uses of NavigableObject in org.apache.solr.client.solrj.cloud
Classes in org.apache.solr.client.solrj.cloud that implement NavigableObject Modifier and Type Class Description class
ShardTerms
Hold values of terms, this class is immutable. -
Uses of NavigableObject in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement NavigableObject Modifier and Type Class Description static class
CloudSolrClient.RouteResponse<T extends LBSolrClient.Req>
-
Uses of NavigableObject in org.apache.solr.client.solrj.request
-
Uses of NavigableObject in org.apache.solr.client.solrj.request.beans
-
Uses of NavigableObject in org.apache.solr.client.solrj.response
Classes in org.apache.solr.client.solrj.response that implement NavigableObject Modifier and Type Class Description class
AnalysisResponseBase
A base class for all analysis responses.class
CollectionAdminResponse
class
ConfigSetAdminResponse
No special handling at this time.static class
ConfigSetAdminResponse.List
class
CoreAdminResponse
class
DelegationTokenResponse
Delegation Token responsesstatic class
DelegationTokenResponse.Cancel
static class
DelegationTokenResponse.Get
static class
DelegationTokenResponse.Renew
class
DocumentAnalysisResponse
A response that is returned by processing theDocumentAnalysisRequest
.class
FieldAnalysisResponse
A response that is returned by processing theFieldAnalysisRequest
.class
HealthCheckResponse
class
LukeResponse
This is an incomplete representation of the data returned from Lukeclass
QueryResponse
class
SimpleSolrResponse
class
SolrPingResponse
class
SolrResponseBase
class
UpdateResponse
TODO -- mostly a stub until we have a defined output formatclass
V2Response
-
Uses of NavigableObject in org.apache.solr.client.solrj.response.schema
Classes in org.apache.solr.client.solrj.response.schema that implement NavigableObject Modifier and Type Class Description class
SchemaResponse
This class is used to wrap the response messages retrieved from Solr Schema API.static class
SchemaResponse.CopyFieldsResponse
static class
SchemaResponse.DynamicFieldResponse
static class
SchemaResponse.DynamicFieldsResponse
static class
SchemaResponse.FieldResponse
static class
SchemaResponse.FieldsResponse
static class
SchemaResponse.FieldTypeResponse
static class
SchemaResponse.FieldTypesResponse
static class
SchemaResponse.GlobalSimilarityResponse
static class
SchemaResponse.SchemaNameResponse
static class
SchemaResponse.SchemaVersionResponse
static class
SchemaResponse.UniqueKeyResponse
static class
SchemaResponse.UpdateResponse
-
Uses of NavigableObject in org.apache.solr.cluster.api
Subinterfaces of NavigableObject in org.apache.solr.cluster.api Modifier and Type Interface Description interface
SimpleMap<T>
A simplified read-only key-value structure. -
Uses of NavigableObject in org.apache.solr.common
Subinterfaces of NavigableObject in org.apache.solr.common Modifier and Type Interface Description interface
MapWriter
Use this class to push all entries of a Map into an output.Classes in org.apache.solr.common that implement NavigableObject Modifier and Type Class Description class
ConditionalKeyMapWriter
class
ConditionalMapWriter
class
LinkedHashMapWriter<V>
class
MapWriterMap
class
SolrDocument
A concrete representation of a document within a Solr index.class
SolrDocumentBase<T,K>
class
SolrDocumentList
Represent a list of SolrDocuments returned from a search.class
SolrInputDocument
Represent the field-value information needed to construct and index a Lucene Document. -
Uses of NavigableObject in org.apache.solr.common.cloud
Classes in org.apache.solr.common.cloud that implement NavigableObject Modifier and Type Class Description class
ClusterState
Immutable state of the cloud.class
DocCollection
Models a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")class
PerReplicaStates
This represents the individual replica states in a collection This is an immutable object.static class
PerReplicaStates.State
The state of a replica as stored as a node under /collections/collection-name/state.json/replica-stateclass
Replica
class
RoutingRule
Used for routing docs with particular keys into another collectionclass
Slice
A Slice contains immutable information about a logical shard (all replicas that share the same shard id).class
ZkNodeProps
ZkNodeProps contains generic immutable properties. -
Uses of NavigableObject in org.apache.solr.common.params
Classes in org.apache.solr.common.params that implement NavigableObject Modifier and Type Class Description class
AppendedSolrParams
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.class
DefaultSolrParams
class
MapSolrParams
SolrParams
implementation that can be built from and is backed by aMap
.class
ModifiableSolrParams
This class is similar toMultiMapSolrParams
except you can edit the parameters after it is initialized.class
MultiMapSolrParams
class
RequiredSolrParams
This is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.class
SolrParams
SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Uses of NavigableObject in org.apache.solr.common.util
Subinterfaces of NavigableObject in org.apache.solr.common.util Modifier and Type Interface Description interface
ReflectMapWriter
Classes in org.apache.solr.common.util that implement NavigableObject Modifier and Type Class Description class
NamedList<T>
A simple container class for modeling an ordered list of name/value pairs.class
Pair<T1,T2>
class
SimpleOrderedMap<T>
SimpleOrderedMap
is aNamedList
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.static class
Utils.DelegateReflectWriter
class
ValidatingJsonMap
class
WrappedSimpleMap<T>
-