Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.client.solrj.io.graph |
Streaming Graph Traversals
|
org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
org.apache.solr.client.solrj.request.schema |
Convenience classes for making Schema API requests.
|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
org.apache.solr.common.cloud.rule |
Classes for managing Replica placement strategy when operating in SolrCloud mode.
|
org.apache.solr.common.params |
Parameter constants and enumerations.
|
Class and Description |
---|
ModifiableSolrParams
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
ModifiableSolrParams
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
ModifiableSolrParams
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
CollectionParams.CollectionAction |
ConfigSetParams.ConfigSetAction |
CoreAdminParams.CoreAdminAction |
ModifiableSolrParams
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
SolrParams
SolrParams hold request parameters.
|
Class and Description |
---|
ModifiableSolrParams
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
Class and Description |
---|
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.
|
CollectionParams.CollectionAction |
CollectionParams.LockLevel |
CommonParams.EchoParamStyle
valid values for:
echoParams |
ConfigSetParams.ConfigSetAction |
CoreAdminParams.CoreAdminAction |
DefaultSolrParams |
FacetParams.FacetRangeInclude
An enumeration of the legal values for
FacetParams.FACET_DATE_INCLUDE and FacetParams.FACET_RANGE_INCLUDE
lower = all gap based ranges include their lower bound upper = all gap based ranges include their upper bound edge = the first and last gap ranges include their edge bounds (ie: lower for the first one, upper for the last one) even if the corresponding upper/lower option is not specified outer = the BEFORE and AFTER ranges should be inclusive of their bounds, even if the first or last ranges already include those boundaries. |
FacetParams.FacetRangeMethod
An enumeration of the legal values for
FacetParams.FACET_RANGE_METHOD
filter =
dv =
|
FacetParams.FacetRangeOther
An enumeration of the legal values for
FacetParams.FACET_RANGE_OTHER and FacetParams.FACET_DATE_OTHER ... |
ModifiableSolrParams
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
MoreLikeThisParams.TermStyle |
RequiredSolrParams
This is a simple wrapper to SolrParams that will throw a 400
exception if you ask for a parameter that does not exist.
|
SolrParams
SolrParams hold request parameters.
|
TermsParams.TermsRegexpFlag |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.