public class SearchApiLimits
Contains limits on field values, document sizes, and other properties of objects in the Search API.
Static Fields
FACET_DEFAULT_DISCOVERY_LIMIT
public static final int FACET_DEFAULT_DISCOVERY_LIMIT
The default value for number of discovered facets.
Field Value | |
---|---|
Type | Description |
int |
FACET_MAXIMUM_CONSTRAINTS
public static final int FACET_MAXIMUM_CONSTRAINTS
The maximum number of facet value constraint can be requested.
Field Value | |
---|---|
Type | Description |
int |
FACET_MAXIMUM_DEPTH
public static final int FACET_MAXIMUM_DEPTH
The maximum number for facet depth option.
Field Value | |
---|---|
Type | Description |
int |
FACET_MAXIMUM_DISCOVERY_LIMIT
public static final int FACET_MAXIMUM_DISCOVERY_LIMIT
The maximum number of facet discoveries that can be requested.
Field Value | |
---|---|
Type | Description |
int |
FACET_MAXIMUM_RANGES
public static final int FACET_MAXIMUM_RANGES
The maximum number of facet ranges can be requested.
Field Value | |
---|---|
Type | Description |
int |
FACET_MAXIMUM_VALUE_LIMIT
public static final int FACET_MAXIMUM_VALUE_LIMIT
The maximum value for facet value limit option.
Field Value | |
---|---|
Type | Description |
int |
FIELD_NAME_PATTERN
public static final String FIELD_NAME_PATTERN
The pattern each document field name should match.
Field Value | |
---|---|
Type | Description |
String |
GET_INDEXES_DEFAULT_LIMIT
public static final int GET_INDEXES_DEFAULT_LIMIT
The default number of indexes we will try to return.
Field Value | |
---|---|
Type | Description |
int |
GET_INDEXES_MAXIMUM_LIMIT
public static final int GET_INDEXES_MAXIMUM_LIMIT
The maximum number of indexes that can be requested to be returned in list indexes results.
Field Value | |
---|---|
Type | Description |
int |
GET_INDEXES_MAXIMUM_OFFSET
public static final int GET_INDEXES_MAXIMUM_OFFSET
The maximum offset of the first index returned in list indexes results.
Field Value | |
---|---|
Type | Description |
int |
GET_RANGE_DEFAULT_LIMIT
public static final int GET_RANGE_DEFAULT_LIMIT
The default number of documents requested for get range requests.
Field Value | |
---|---|
Type | Description |
int |
GET_RANGE_MAXIMUM_LIMIT
public static final int GET_RANGE_MAXIMUM_LIMIT
The maximum number of documents which can be requested for get range requests.
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_ATOM_LENGTH
public static final int MAXIMUM_ATOM_LENGTH
The maximum length of an atom in bytes (500).
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_CURSOR_LENGTH
public static final int MAXIMUM_CURSOR_LENGTH
The maximum length of a cursor.
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_DATE_VALUE
public static final Date MAXIMUM_DATE_VALUE
The maximum date that can be stored in a date field.
Field Value | |
---|---|
Type | Description |
Date |
MAXIMUM_DOCUMENT_ID_LENGTH
public static final int MAXIMUM_DOCUMENT_ID_LENGTH
The maximum length of a document id.
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_DOCUMENT_LENGTH
public static final int MAXIMUM_DOCUMENT_LENGTH
The maximum length of a document.
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_INDEX_NAME_LENGTH
public static final int MAXIMUM_INDEX_NAME_LENGTH
The maximum length for an index name.
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_NAME_LENGTH
public static final int MAXIMUM_NAME_LENGTH
The maximum length of a field or facet name in bytes (500).
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_NEGATIVE_LATITUDE
public static final double MAXIMUM_NEGATIVE_LATITUDE
The maximum negative degrees for latitude.
Field Value | |
---|---|
Type | Description |
double |
MAXIMUM_NEGATIVE_LONGITUDE
public static final double MAXIMUM_NEGATIVE_LONGITUDE
The maximum negative degrees for longitude.
Field Value | |
---|---|
Type | Description |
double |
MAXIMUM_NUMBER_VALUE
public static final double MAXIMUM_NUMBER_VALUE
The maximum value that can be stored in a number field (2147483647).
Field Value | |
---|---|
Type | Description |
double |
MAXIMUM_POSITIVE_LATITUDE
public static final double MAXIMUM_POSITIVE_LATITUDE
The maximum positive degrees for latitude.
Field Value | |
---|---|
Type | Description |
double |
MAXIMUM_POSITIVE_LONGITUDE
public static final double MAXIMUM_POSITIVE_LONGITUDE
The maximum positive degrees for longitude.
Field Value | |
---|---|
Type | Description |
double |
MAXIMUM_PREFIX_LENGTH
public static final int MAXIMUM_PREFIX_LENGTH
The maximum length of a prefix field in bytes (500).
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_QUERY_LENGTH
public static final int MAXIMUM_QUERY_LENGTH
The maximum length of a query string.
Field Value | |
---|---|
Type | Description |
int |
MAXIMUM_TEXT_LENGTH
public static final int MAXIMUM_TEXT_LENGTH
The maximum length of a text or HTML in bytes (1048576).
Field Value | |
---|---|
Type | Description |
int |
MINIMUM_DATE_VALUE
public static final Date MINIMUM_DATE_VALUE
The minimum date that can be stored in a date field.
Field Value | |
---|---|
Type | Description |
Date |
MINIMUM_NUMBER_VALUE
public static final double MINIMUM_NUMBER_VALUE
The minimum value that can be stored in a number field (-2147483647).
Field Value | |
---|---|
Type | Description |
double |
PUT_MAXIMUM_DOCS_PER_REQUEST
public static final int PUT_MAXIMUM_DOCS_PER_REQUEST
The maximum number of documents allowed per index and delete request.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_DEFAULT_LIMIT
public static final int SEARCH_DEFAULT_LIMIT
The default limit on the number of documents to return in results.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_DEFAULT_NUMBER_FOUND_ACCURACY
public static final int SEARCH_DEFAULT_NUMBER_FOUND_ACCURACY
The default found count accuracy is the limit.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_DEFAULT_SORTED_LIMIT
public static final int SEARCH_DEFAULT_SORTED_LIMIT
The default number of documents to score.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_MAXIMUM_LIMIT
public static final int SEARCH_MAXIMUM_LIMIT
The maximum number of documents that can be requested to be returned in search results.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_MAXIMUM_NUMBER_FOUND_ACCURACY
public static final int SEARCH_MAXIMUM_NUMBER_FOUND_ACCURACY
The maximum number found accuracy that can be requested.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN
public static final int SEARCH_MAXIMUM_NUMBER_OF_FIELDS_TO_RETURN
The maximum number of names of fields to return in results.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_MAXIMUM_OFFSET
public static final int SEARCH_MAXIMUM_OFFSET
The maximum offset into all search results to return results from.
Field Value | |
---|---|
Type | Description |
int |
SEARCH_MAXIMUM_SORTED_LIMIT
public static final int SEARCH_MAXIMUM_SORTED_LIMIT
The maximum number of documents that can be requested to be scored.
Field Value | |
---|---|
Type | Description |
int |
VECTOR_FIELD_MAX_SIZE
public static final int VECTOR_FIELD_MAX_SIZE
The maximum size of a vector field.
Field Value | |
---|---|
Type | Description |
int |