Skip navigation links
A C D E F G I L M N O P R S T V W 

A

ANALYSIS_DEFINITION_PROVIDER - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Provider of default analysis-related definitions for Elasticsearch.
analyzer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start an analyzer definition.

C

charFilter(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a char filter definition.
configure(HttpAsyncClientBuilder, Properties) - Method in interface org.hibernate.search.elasticsearch.client.spi.ElasticsearchHttpClientConfigurer
Configure the HTTP Client.
createIndexFamily(ServiceManager, SearchConfiguration) - Method in class org.hibernate.search.elasticsearch.spi.ElasticsearchIndexManagerType
 

D

Defaults() - Constructor for class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
DISCOVERY_ENABLED - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
DISCOVERY_ENABLED - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying whether automatic discovery of nodes in the Elasticsearch cluster is enabled.
DISCOVERY_REFRESH_INTERVAL - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
DISCOVERY_REFRESH_INTERVAL - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the time interval between two executions of the automatic discovery, if enabled.
DISCOVERY_SCHEME - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
DISCOVERY_SCHEME - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the default scheme to use when connecting to automatically discovered nodes.
dynamic(DynamicType) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
The dynamic type of the field, overrides the global configuration.
DYNAMIC_MAPPING - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
DYNAMIC_MAPPING - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Equivalent to elasticsearch "dynamic" mapping attribute, define what to do when an indexed document contains a field which was not declared in the index schema.
DynamicType - Enum in org.hibernate.search.elasticsearch.cfg
Configuration values for Elasticsearch "dynamic" attribute values.

E

Elasticsearch - Class in org.hibernate.search.elasticsearch.bridge.spi
Extends FieldMetadataCreationContext allowing the user to define additional properties for a field specific to Elasticsearch.
Elasticsearch(BridgeDefinedField, FieldMetadataCreationContext) - Constructor for class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
 
ElasticsearchAnalysisComponentDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchAnalysisDefinitionProvider - Interface in org.hibernate.search.elasticsearch.analyzer.definition
A provider of analysis-related definitions that can be referenced from the mapping, e.g.
ElasticsearchAnalysisDefinitionRegistryBuilder - Interface in org.hibernate.search.elasticsearch.analyzer.definition
A builder for Elasticsearch analysis-related definitions: analyzers, tokenizers, char filters, ...
ElasticsearchAnalyzerDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchAnalyzerDefinitionWithTokenizerContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchCharFilterFactory - Class in org.hibernate.search.elasticsearch.analyzer
A token filter factory to use with AnalyzerDef annotations to define an Elasticsearch char filter.
ElasticsearchCompositeAnalysisDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchEnvironment - Class in org.hibernate.search.elasticsearch.cfg
Configuration properties for Elasticsearch,
ElasticsearchEnvironment.Defaults - Class in org.hibernate.search.elasticsearch.cfg
Default values for the different settings if no values are given.
ElasticsearchFilter - Interface in org.hibernate.search.elasticsearch.filter
Full text filters using native Elasticsearch filters.
ElasticsearchHttpClientConfigurer - Interface in org.hibernate.search.elasticsearch.client.spi
An extension point allowing fine tuning of the Apache HTTP Client used by the Elasticsearch integration.
ElasticsearchIndexFamily - Interface in org.hibernate.search.elasticsearch.indexes
 
ElasticsearchIndexFamilyType - Class in org.hibernate.search.elasticsearch.indexes
 
ElasticsearchIndexManagerType - Class in org.hibernate.search.elasticsearch.spi
 
ElasticsearchIndexStatus - Enum in org.hibernate.search.elasticsearch.cfg
 
ElasticsearchNormalizerDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchProjectionConstants - Interface in org.hibernate.search.elasticsearch
Projection constants specific to Elasticsearch.
ElasticsearchQueries - Class in org.hibernate.search.elasticsearch
Creates queries to be used with Elasticsearch.
ElasticsearchTokenFilterFactory - Class in org.hibernate.search.elasticsearch.analyzer
A token filter factory to use with AnalyzerDef annotations to define an Elasticsearch token filter.
ElasticsearchTokenizerFactory - Class in org.hibernate.search.elasticsearch.analyzer
A token filter factory to use with AnalyzerDef annotations to define an Elasticsearch tokenizer.
ElasticsearchTypedAnalysisComponentDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 

F

field(String, FieldType) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
 
fromJson(String) - Static method in class org.hibernate.search.elasticsearch.ElasticsearchQueries
Creates an Elasticsearch query from the given JSON payload for the Elasticsearch Search API.
fromQueryString(String) - Static method in class org.hibernate.search.elasticsearch.ElasticsearchQueries
Creates an Elasticsearch query from the given Query String Query, as e.g.
fromString(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.ElasticsearchIndexStatus
 

G

get() - Static method in class org.hibernate.search.elasticsearch.indexes.ElasticsearchIndexFamilyType
 
getClient(Class<T>) - Method in interface org.hibernate.search.elasticsearch.indexes.ElasticsearchIndexFamily
Retrieve the underlying, low-level client used to communicate with the Elasticsearch cluster.
getElasticsearchString() - Method in enum org.hibernate.search.elasticsearch.cfg.ElasticsearchIndexStatus
 
getExternalName() - Method in enum org.hibernate.search.elasticsearch.cfg.IndexSchemaManagementStrategy
 
getJsonFilter() - Method in interface org.hibernate.search.elasticsearch.filter.ElasticsearchFilter
Returns the JSON representation of the native filter.
getJsonFilter() - Method in class org.hibernate.search.elasticsearch.filter.SimpleElasticsearchFilter
 

I

ID - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Object id property
INDEX_MANAGEMENT_WAIT_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
INDEX_MANAGEMENT_WAIT_TIMEOUT - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the timeout for index management operations (index creation etc.) in milli-seconds.
INDEX_SCHEMA_MANAGEMENT_STRATEGY - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
INDEX_SCHEMA_MANAGEMENT_STRATEGY - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the strategy for maintaining the Elasticsearch index.
IndexSchemaManagementStrategy - Enum in org.hibernate.search.elasticsearch.cfg
Strategy for creating/deleting the indexes in Elasticsearch upon session factory initialization and shut-down.
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.spi.ElasticsearchIndexManagerType
 
interpretPropertyValue(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.IndexSchemaManagementStrategy
 

L

LOG_JSON_PRETTY_PRINTING - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
LOG_JSON_PRETTY_PRINTING - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Whether JSON included in logs should be pretty-printed (indented, with line breaks).

M

mappedOn(Class<T>) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
 
MAX_TOTAL_CONNECTION - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
MAX_TOTAL_CONNECTION - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the maximum number of simultaneous connections to the Elasticsearch cluster.
MAX_TOTAL_CONNECTION_PER_ROUTE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
MAX_TOTAL_CONNECTION_PER_ROUTE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the maximum number of simultaneous connections to a single Elasticsearch server.

N

normalizer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a normalizer definition.

O

OBJECT_CLASS - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Represents the Hibernate entity class returned in a search.
org.hibernate.search.elasticsearch - package org.hibernate.search.elasticsearch
 
org.hibernate.search.elasticsearch.analyzer - package org.hibernate.search.elasticsearch.analyzer
 
org.hibernate.search.elasticsearch.analyzer.definition - package org.hibernate.search.elasticsearch.analyzer.definition
 
org.hibernate.search.elasticsearch.bridge.spi - package org.hibernate.search.elasticsearch.bridge.spi
 
org.hibernate.search.elasticsearch.cfg - package org.hibernate.search.elasticsearch.cfg
 
org.hibernate.search.elasticsearch.client.spi - package org.hibernate.search.elasticsearch.client.spi
 
org.hibernate.search.elasticsearch.filter - package org.hibernate.search.elasticsearch.filter
 
org.hibernate.search.elasticsearch.indexes - package org.hibernate.search.elasticsearch.indexes
 
org.hibernate.search.elasticsearch.spi - package org.hibernate.search.elasticsearch.spi
 

P

param(String, String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchTypedAnalysisComponentDefinitionContext
Set the value of a parameter to a given string.
param(String, String...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchTypedAnalysisComponentDefinitionContext
Set the value of a parameter to a given array of strings.
param(String, boolean) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchTypedAnalysisComponentDefinitionContext
Set the value of a parameter to a given boolean.
param(String, boolean...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchTypedAnalysisComponentDefinitionContext
Set the value of a parameter to a given array of booleans.
param(String, Number) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchTypedAnalysisComponentDefinitionContext
Set the value of a parameter to a given number (int, long, float, double, ...).
param(String, Number...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchTypedAnalysisComponentDefinitionContext
Set the value of a parameter to a given array of numbers (int, long, float, double, ...).
PATH_PREFIX - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the path prefix prepended to the request end point.

R

REFRESH_AFTER_WRITE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
REFRESH_AFTER_WRITE - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying whether an explicit index refresh should be issued after a set of operations targeting a given index has been executed or not.
register(ElasticsearchAnalysisDefinitionRegistryBuilder) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionProvider
 
REQUIRED_INDEX_STATUS - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
REQUIRED_INDEX_STATUS - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Property for specifying the status an index must at least have in order for Hibernate Search to work with it.

S

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.

T

THIS - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Represents the Hibernate entity returned in a search.
TIMED_OUT - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Whether the search timed out on the Elasticsearch server or not, as a Boolean.
tokenFilter(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a token filter definition.
tokenizer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a tokenizer definition.
TOOK - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
The time Elasticsearch took to execute the search, in milliseconds and as an Integer.
type(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisComponentDefinitionContext
Set the Elasticsearch type to use for the definition.

V

valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.DynamicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.ElasticsearchIndexStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.IndexSchemaManagementStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.search.elasticsearch.cfg.DynamicType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.elasticsearch.cfg.ElasticsearchIndexStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.elasticsearch.cfg.IndexSchemaManagementStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCharFilters(String...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchCompositeAnalysisDefinitionContext
Set the char filters that the normalizer will use.
withTokenFilters(String...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchCompositeAnalysisDefinitionContext
Set the token filters that the normalizer will use.
withTokenizer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalyzerDefinitionContext
Set the tokenizer that the analyzer will use.
A C D E F G I L M N O P R S T V W 
Skip navigation links

Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.