- SCORE - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
-
The legacy document's score from a search.
- SCROLL_BACKTRACKING_WINDOW_SIZE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SCROLL_BACKTRACKING_WINDOW_SIZE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the the minimum number of previous results kept in memory at any time when scrolling.
- SCROLL_FETCH_SIZE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SCROLL_FETCH_SIZE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the the number of results fetched by each Elasticsearch call when scrolling.
- SCROLL_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SCROLL_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the maximum duration ScrollableResults will be usable if no
other results are fetched from Elasticsearch, in seconds.
- SERVER_CONNECTION_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SERVER_CONNECTION_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the timeout when connecting to an Elasticsearch server.
- SERVER_PASSWORD - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the password to send when connecting to the Elasticsearch servers.
- SERVER_READ_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SERVER_READ_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the timeout when reading responses from an Elasticsearch server.
- SERVER_REQUEST_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SERVER_REQUEST_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the timeout when executing a request to an Elasticsearch server.
- SERVER_URI - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
-
- SERVER_URI - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the host names and HTTP ports of the Elasticsearch servers to connect to.
- SERVER_USERNAME - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
-
Property for specifying the username to send when connecting to the Elasticsearch servers.
- SimpleElasticsearchFilter - Class in org.hibernate.search.elasticsearch.filter
-
Simple implementation of a native Elasticsearch full text filter.
- SimpleElasticsearchFilter(String) - Constructor for class org.hibernate.search.elasticsearch.filter.SimpleElasticsearchFilter
-
- sortable(boolean) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
-
- SOURCE - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
-
The JSON document as stored in Elasticsearch.
- SPATIAL_DISTANCE - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
-
Represents the distance (in kilometers) between an entity and the
center of the search area in case of a spatial query.