Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 

A

above(T) - Method in interface org.hibernate.search.query.dsl.FacetRangeAboveBelowContext
 
above(T) - Method in interface org.hibernate.search.query.dsl.FacetRangeBelowContinuationContext
 
above(T) - Method in interface org.hibernate.search.query.dsl.FacetRangeEndContext
 
above(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveBelowContext
 
above(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeBelowContinuationContext
 
above(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeEndContext
 
above(Object) - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
above(Object) - Method in interface org.hibernate.search.query.dsl.RangeMatchingContext
The field value must be above above You can exclude the value above by calling .excludeLimit()
abstractClassesCannotInsertDocuments(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
AbstractCommitPolicy - Class in org.hibernate.search.backend.impl.lucene
Base class for CommitPolicy
AbstractCommitPolicy(IndexWriterHolder) - Constructor for class org.hibernate.search.backend.impl.lucene.AbstractCommitPolicy
 
AbstractCompositeAnalysisDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
A superclass to both AnalyzerDefinition and NormalizerDefinition.
AbstractCompositeAnalysisDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
AbstractConfiguredExtraPropertiesJsonAdapterFactory - Class in org.hibernate.search.elasticsearch.gson.impl
 
AbstractConfiguredExtraPropertiesJsonAdapterFactory() - Constructor for class org.hibernate.search.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory
 
AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> - Class in org.hibernate.search.elasticsearch.gson.impl
 
AbstractConnectedSortContext - Class in org.hibernate.search.query.dsl.sort.impl
 
AbstractConnectedSortContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.AbstractConnectedSortContext
 
AbstractDocumentBuilder - Class in org.hibernate.search.engine.spi
Abstract base class for the document builders.
AbstractDocumentBuilder(XClass, TypeMetadata, ReflectionManager, Set<XClass>, InstanceInitializer) - Constructor for class org.hibernate.search.engine.spi.AbstractDocumentBuilder
Constructor.
AbstractExtraPropertiesJsonAdapter<T> - Class in org.hibernate.search.elasticsearch.gson.impl
 
AbstractExtraPropertiesJsonAdapter(Map<String, ? extends AbstractExtraPropertiesJsonAdapter.FieldAdapter<? super T>>, AbstractExtraPropertiesJsonAdapter.ExtraPropertyAdapter<? super T>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.AbstractExtraPropertiesJsonAdapter
 
AbstractFacet - Class in org.hibernate.search.query.dsl.impl
A single facet (field value and count).
AbstractFacet(String, String, String, String, int) - Constructor for class org.hibernate.search.query.dsl.impl.AbstractFacet
 
AbstractHSQuery - Class in org.hibernate.search.query.engine.impl
Base class for HSQuery implementations, exposing basic state needed by all implementations.
AbstractHSQuery(ExtendedSearchIntegrator, IndexedTypeSet) - Constructor for class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
AbstractHSQuery(ExtendedSearchIntegrator, IndexedTypeMap<CustomTypeMetadata>) - Constructor for class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
AbstractJMSHibernateSearchController - Class in org.hibernate.search.backend.impl.jms
Example template to implement the Hibernate Search controller for processing the work send through JMS by the slave nodes.
AbstractJMSHibernateSearchController() - Constructor for class org.hibernate.search.backend.impl.jms.AbstractJMSHibernateSearchController
 
AbstractLoader - Class in org.hibernate.search.query.hibernate.impl
Abstract loader which will take care of taking object loading timings.
AbstractLoader() - Constructor for class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
AbstractMarkerField - Class in org.hibernate.search.elasticsearch.impl
A base class for Elasticsearch-specific document fields used to add more information to a Document than it usually carries.
AbstractMarkerField() - Constructor for class org.hibernate.search.elasticsearch.impl.AbstractMarkerField
 
AbstractMarkerField(String) - Constructor for class org.hibernate.search.elasticsearch.impl.AbstractMarkerField
 
AbstractRemoteQueryWithAnalyzer - Class in org.hibernate.search.query.dsl.impl
An abstract class for Query which wraps the analyzer reference information.
AbstractRemoteQueryWithAnalyzer(RemoteAnalyzerReference, RemoteAnalyzerReference) - Constructor for class org.hibernate.search.query.dsl.impl.AbstractRemoteQueryWithAnalyzer
 
AbstractSynonymsParameterValueTransformer - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
AbstractSynonymsParameterValueTransformer(ResourceLoader) - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.AbstractSynonymsParameterValueTransformer
 
AbstractWorkspaceImpl - Class in org.hibernate.search.backend.impl.lucene
Lucene workspace for an IndexManager
AbstractWorkspaceImpl(DirectoryBasedIndexManager, WorkerBuildContext, Properties) - Constructor for class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.AddLuceneWork
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.DeleteLuceneWork
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.FlushLuceneWork
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.LuceneWork
Accepts the given visitor by dispatching the correct visit method for the specific LuceneWork sub-type.
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.OptimizeLuceneWork
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.PurgeAllLuceneWork
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.spi.DeleteByQueryLuceneWork
 
acceptIndexWorkVisitor(IndexWorkVisitor<P, R>, P) - Method in class org.hibernate.search.backend.UpdateLuceneWork
 
add(Work, WorkQueue) - Method in class org.hibernate.search.backend.impl.BatchedQueueingProcessor
 
add(Work) - Method in class org.hibernate.search.backend.impl.InTransactionWorkQueueSynchronization
 
add(T) - Method in class org.hibernate.search.backend.impl.lucene.MultiWriteDrainableLinkedList
Adds a new entry to this list.
add(Work) - Method in class org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization
 
add(Work, WorkQueue) - Method in interface org.hibernate.search.backend.impl.QueueingProcessor
Add a work TODO move that somewhere else, it does not really fit here
add(Work) - Method in class org.hibernate.search.backend.impl.WorkQueue
 
add(Work) - Method in interface org.hibernate.search.backend.impl.WorkQueueSynchronization
Add some work to the transaction queue.
add(String, Class<F>) - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder
 
add(String, TypeToken<F>) - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder
 
add(JsonObject, T) - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonAccessor
Add the given primitive value to the element this accessor points to for the given root.
add(JsonElement) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
add(JsonBuilder.Array) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
add(JsonBuilder.Object) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
add(String, JsonElement) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
add(String, JsonBuilder.Array) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
add(String, JsonBuilder.Object) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
add(BulkableElasticsearchWork<?>) - Method in interface org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkBulker
 
add(Class<?>, String) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.LuceneAnalyzerImplementationTranslationMapBuilder
 
add(E) - Method in class org.hibernate.search.elasticsearch.util.impl.Window
Add an element, removing the first element if it's necessary in order to respect the size limit.
add(Class<T>, T) - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
Adds the object that containing the field properties specific for a backend,
add(String) - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
addAdd(String, Map<String, String>) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addAdd(String, Map<String, String>) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addAddLuceneWork(String, Map<String, String>, ConversionContext) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addAddLuceneWork(String, Map<String, String>, ConversionContext) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addAll(String...) - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
addAllWorkThatFailed(List<LuceneWork>) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
addAnalyzerOptions(PropertyMapping, ElasticsearchMappingBuilder, ElasticsearchIndexSettingsBuilder, String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
addAnalyzerOptions(PropertyMapping, ElasticsearchMappingBuilder, ElasticsearchIndexSettingsBuilder, String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaTranslator
 
addAnalyzerReference(String, AnalyzerReference) - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference.Builder
 
addAnalyzerReference(String, AnalyzerReference) - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference.Builder
 
addAnalyzerReference(String, AnalyzerReference) - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference.CopyBuilder
 
addAnalyzerReference(String, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference.Builder
 
addAttributeInstance(AttributeImpl) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addAttributeInstance(AttributeImpl) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addBridgeDefinedField(BridgeDefinedField) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
addBulkable(BulkableElasticsearchWork<?>) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWorkAggregator
 
addCachedFilter(FilterKey, Filter) - Method in interface org.hibernate.search.filter.FilterCachingStrategy
Deprecated.
This method is not used by Hibernate Search anymore and will be removed in a future version. Please implement FilterCachingStrategy.addCachedFilter(FilterKey, Query) instead.
addCachedFilter(FilterKey, Query) - Method in interface org.hibernate.search.filter.FilterCachingStrategy
Propose a candidate filter for caching.
addCachedFilter(FilterKey, Query) - Method in class org.hibernate.search.filter.impl.MRUFilterCachingStrategy
 
addCharFilter(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
addCharTermAttribute(CharSequence) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addCharTermAttribute(CharSequence) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addClass(Class<?>) - Method in class org.hibernate.search.spi.SearchIntegratorBuilder
 
addClassBridgeDef(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
addClassBridgeField(DocumentFieldMetadata) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addClassBridgeInstanceConfiguration(FieldBridge, ClassBridge) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
addClassBridgeInstanceDef(FieldBridge, Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
addClassBridgeSortableFields(Iterable<String>) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addClasses(Class<?>...) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
addClasses(Class<?>...) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
addClasses(Class<?>...) - Method in interface org.hibernate.search.spi.SearchIntegrator
Add the following classes to the SearchIntegrator.
addCollectionRole(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addConfiguredClass(Class<?>) - Method in class org.hibernate.search.spi.impl.TypeHierarchy
 
addContainedEntity(IndexedTypeIdentifier) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
addContainedEntity(IndexedTypeIdentifier) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
addContainedEntity(IndexedTypeIdentifier) - Method in interface org.hibernate.search.indexes.spi.IndexManager
 
addContainedIn(ContainedInMetadata) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addDelete(String) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addDelete(String) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addDeleteByQuery(String, DeletionQuery) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addDeleteByQuery(String, DeletionQuery) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addDeleteByQueryLuceneWork(String, DeletionQuery) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addDeleteByQueryLuceneWork(String, DeletionQuery) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addDeleteLuceneWork(String, ConversionContext) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addDeleteLuceneWork(String, ConversionContext) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addDocument(Document, ScopedAnalyzerReference) - Method in class org.hibernate.search.backend.impl.lucene.IndexWriterDelegate
 
addDocument() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addDocument() - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addDocumentField(DocumentFieldMetadata) - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
addDocValuesFieldWithBinaryData(String, String, byte[], int, int) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addDocValuesFieldWithBinaryData(String, String, byte[], int, int) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addDocValuesFieldWithBinaryValue(LuceneFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addDocValuesFieldWithBinaryValue(LuceneFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addDocValuesFieldWithNumericData(String, String, long) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addDocValuesFieldWithNumericData(String, String, long) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addDocValuesFieldWithNumericValue(long, LuceneFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addDocValuesFieldWithNumericValue(long, LuceneFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addDoubleFieldToDocument(String, double, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addDoubleNumericField(double, LuceneNumericFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addDoubleNumericField(double, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addDoubleNumericField(double, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addDoubleNumericField(double, LuceneNumericFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addEmbeddedType(EmbeddedTypeMetadata) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addFacet(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
addFacetingRequest(JsonBuilder.Object, FacetingRequest, String, String) - Static method in class org.hibernate.search.elasticsearch.impl.ToElasticsearch
 
addFacetMetadata(FacetMetadata) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
addField(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
addField(String, PropertyMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
addFieldable(byte[]) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFieldable(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T>) - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory
 
addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinitionJsonAdapterFactory
 
addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalyzerDefinitionJsonAdapterFactory
 
addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.NormalizerDefinitionJsonAdapterFactory
 
addFieldToDocument(String, String, Document) - Method in interface org.hibernate.search.bridge.LuceneOptions
Add a new field with the name fieldName to the Lucene Document document using the value indexedString.
addFieldToDocument(String, String, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addFieldWithBinaryData(LuceneFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFieldWithBinaryData(String, byte[], int, int) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFieldWithBinaryData(String, byte[], int, int) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFieldWithBinaryData(LuceneFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFieldWithSerializableFieldable(byte[]) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFieldWithSerializableFieldable(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFieldWithSerializableReaderData(LuceneFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFieldWithSerializableReaderData(String, byte[], SerializableTermVector, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFieldWithSerializableReaderData(String, byte[], SerializableTermVector, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFieldWithSerializableReaderData(LuceneFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFieldWithStringData(LuceneFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFieldWithStringData(String, String, SerializableStore, SerializableIndex, SerializableTermVector, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFieldWithStringData(String, String, SerializableStore, SerializableIndex, SerializableTermVector, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFieldWithStringData(LuceneFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFieldWithTokenStreamData(LuceneFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFieldWithTokenStreamData(String, SerializableTermVector, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFieldWithTokenStreamData(String, SerializableTermVector, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFieldWithTokenStreamData(LuceneFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFilterDefinitions(Map<String, FilterDef>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
addFlagsAttribute(int) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFlagsAttribute(int) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFloatFieldToDocument(String, float, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addFloatNumericField(float, LuceneNumericFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFloatNumericField(float, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFloatNumericField(float, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFloatNumericField(float, LuceneNumericFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFlush() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addFlush() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addFlush() - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addFlush() - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addFulltextFilterDef(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
addId(Serializable) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addId(Serializable) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addIdAsDouble(double) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIdAsDouble(double) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addIdAsFloat(float) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIdAsFloat(float) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addIdAsInteger(int) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIdAsInteger(int) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addIdAsJavaSerialized(byte[]) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addIdAsJavaSerialized(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addIdAsLong(long) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIdAsLong(long) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addIdAsString(String) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIdAsString(String) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addIdSerializedInJava(byte[]) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIdSerializedInJava(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addIncludedPath(String) - Method in class org.hibernate.search.engine.metadata.impl.PathsContext
 
addIndexOptions(PropertyMapping, ElasticsearchMappingBuilder, ElasticsearchIndexSettingsBuilder, PropertyMetadata, String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
addIndexOptions(PropertyMapping, ElasticsearchMappingBuilder, ElasticsearchIndexSettingsBuilder, PropertyMetadata, String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
addIntegrations(Map<IndexManagerType, SearchIntegration>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
addIntFieldToDocument(String, int, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addIntNumericField(int, LuceneNumericFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addIntNumericField(int, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addIntNumericField(int, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addIntNumericField(int, LuceneNumericFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addKeywordAttribute(boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addKeywordAttribute(boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addLongFieldToDocument(String, long, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addLongNumericField(long, LuceneNumericFieldContext) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addLongNumericField(long, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addLongNumericField(long, String, int, SerializableStore, boolean, float, boolean, boolean) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addLongNumericField(long, LuceneNumericFieldContext) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
AddLuceneWork - Class in org.hibernate.search.backend
 
AddLuceneWork(Serializable, String, IndexedTypeIdentifier, Document) - Constructor for class org.hibernate.search.backend.AddLuceneWork
 
AddLuceneWork(String, Serializable, String, IndexedTypeIdentifier, Document) - Constructor for class org.hibernate.search.backend.AddLuceneWork
 
AddLuceneWork(Serializable, String, IndexedTypeIdentifier, Document, Map<String, String>) - Constructor for class org.hibernate.search.backend.AddLuceneWork
 
AddLuceneWork(String, Serializable, String, IndexedTypeIdentifier, Document, Map<String, String>) - Constructor for class org.hibernate.search.backend.AddLuceneWork
 
addNonBulkable(ElasticsearchWork<?>) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWorkAggregator
 
addNumericDocValuesFieldToDocument(String, Number, Document) - Method in interface org.hibernate.search.bridge.LuceneOptions
Add a new numeric doc values field with the name fieldName to the Lucene Document document using the value numericValue.
addNumericDocValuesFieldToDocument(String, Number, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addNumericField(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
addNumericFieldToDocument(String, Object, Document) - Method in interface org.hibernate.search.bridge.LuceneOptions
Add a new NumericField with the name fieldName to the Lucene Document document using the value numericValue.
addNumericFieldToDocument(String, Object, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addOffsetAttribute(int, int) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addOffsetAttribute(int, int) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addOperationWithinTransactionCount(long) - Method in class org.hibernate.search.store.optimization.impl.ExplicitOnlyOptimizerStrategy
 
addOperationWithinTransactionCount(long) - Method in class org.hibernate.search.store.optimization.impl.IncrementalOptimizerStrategy
 
addOperationWithinTransactionCount(long) - Method in interface org.hibernate.search.store.optimization.OptimizerStrategy
To count the amount of operations which where applied to the index.
addOptimizeAll() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addOptimizeAll() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addOptimizeAll() - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addOptimizeAll() - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addParameter(Object) - Method in class org.hibernate.search.filter.StandardFilterKey
Deprecated.
 
addPayloadAttribute(byte[]) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addPayloadAttribute(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addPositionIncrementAttribute(int) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addPositionIncrementAttribute(int) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addProperty(String, Object) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
addProperty(String, Boolean) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
addProperty(String, Number) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
addProperty(String, Character) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
addProperty(String, String) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
addProperty(String, URLEncodedString) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
addProperty(String, PropertyMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
addProperty(PropertyMetadata) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addPurgeAll(String) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addPurgeAll(String) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addPurgeAllLuceneWork(String) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addPurgeAllLuceneWork(String) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addSerializedAttribute(byte[]) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addSerializedAttribute(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addSetter(String, Method) - Method in class org.hibernate.search.engine.impl.FilterDef
 
addShard(String) - Method in class org.hibernate.search.store.ShardIdentifierProviderTemplate
 
addSortableField(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
addSortableField(SortableFieldMetadata) - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
addSortableField(SortableFieldMetadata) - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.Builder
 
addSortableFields(Collection<SortableFieldMetadata>) - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.Builder
 
addSortedDocValuesFieldToDocument(String, String, Document) - Method in interface org.hibernate.search.bridge.LuceneOptions
Add a new sorted doc values field with the name fieldName to the Lucene Document document using the value indexedString.
addSortedDocValuesFieldToDocument(String, String, Document) - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
addSpatial(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
addSubfieldIndexOptions(PropertyMapping, FacetMetadata) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
addSubfieldIndexOptions(PropertyMapping, FacetMetadata) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
addSynchronization(EventSource, Synchronization) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
Adds a synchronization to be performed in the onFlush method; should only be used as workaround for the case a flush is happening out of transaction.
addToken() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addToken() - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addTokenFilter(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
addTokenTrackingAttribute(List<Integer>) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addTokenTrackingAttribute(List<Integer>) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addToQueue(IndexManager, LuceneWork) - Method in class org.hibernate.search.backend.impl.WorkQueuePerIndexSplitter
 
addToScopedAnalyzerReference(DocumentFieldPath, AnalyzerReference, Field.Index) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
addToTotalCount(long) - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
addToTotalCount(long) - Method in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor
The total count of entities to be indexed is added here; It could be called more than once, the implementation should add them up.
addToTotalCount(long) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
addTypeAttribute(String) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addTypeAttribute(String) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addUpdate(String, Map<String, String>) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
addUpdate(String, Map<String, String>) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
addUpdateLuceneWork(String, Map<String, String>, ConversionContext) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
addUpdateLuceneWork(String, Map<String, String>, ConversionContext) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
addWork(Work) - Method in class org.hibernate.search.engine.impl.WorkPlan
Adds a work to be performed as part of the final plan.
addWorkThatFailed(LuceneWork) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
addWorkToQueue(String, IndexedTypeIdentifier, Object, Serializable, boolean, boolean, List<LuceneWork>, ConversionContext) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
addWorkToQueue(String, IndexedTypeIdentifier, Object, Serializable, boolean, boolean, List<LuceneWork>, ConversionContext) - Method in class org.hibernate.search.engine.spi.DocumentBuilderContainedEntity
 
addWorkToQueue(String, IndexedTypeIdentifier, Object, Serializable, boolean, boolean, List<LuceneWork>, ConversionContext) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
afterCompletion(int) - Method in class org.hibernate.search.backend.impl.InTransactionWorkQueueSynchronization
 
afterCompletion(int) - Method in class org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization
 
afterDeserialise(SearchIntegrator) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
afterDeserialise(SearchIntegrator) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
afterDeserialise.
afterLast() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
afterMessage() - Method in class org.hibernate.search.backend.impl.jms.AbstractJMSHibernateSearchController
Provides an optional extension point for the case you have to do some cleanup after the Message was processed.
afterSuccess(ElasticsearchWorkExecutionContext) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork
 
afterSuccess(ElasticsearchWorkExecutionContext) - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork
 
afterSuccess(ElasticsearchWorkExecutionContext) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
afterTransactionApplied(boolean, boolean) - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
afterTransactionApplied(boolean, boolean) - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
afterTransactionApplied(boolean, boolean) - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Invoked after all changes of a transaction are applied.
aggregate(ElasticsearchWorkAggregator) - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork
 
aggregate(ElasticsearchWorkAggregator) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWork
 
aggregate(ElasticsearchWorkAggregator) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
aggregate(ElasticsearchWorkAggregator) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
AggregatedClassLoader - Class in org.hibernate.search.util.impl
A classloader which keeps a ordered list of aggregated classloaders.
AggregatedClassLoader(ClassLoader...) - Constructor for class org.hibernate.search.util.impl.AggregatedClassLoader
 
aliasToFQN(String) - Method in class org.hibernate.search.engine.impl.DefaultIndexManagerFactory
Provide a way to expand known aliases to fully qualified class names.
all() - Method in class org.hibernate.search.indexes.impl.IndexShardingStrategyIndexManagerSelector
 
all() - Method in class org.hibernate.search.indexes.impl.NotShardedIndexManagerSelector
 
all() - Method in interface org.hibernate.search.indexes.spi.IndexManagerSelector
Ask for all shards (eg to optimize)
all() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
all() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Query matching all documents (typically mixed with a boolean query).
AllContext - Interface in org.hibernate.search.query.dsl
 
allowFieldSelectionInProjection() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
allReaders - Variable in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
contains all Readers (most current per Directory and all unclosed old readers)
allReaders - Variable in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
contains all Readers (most current per Directory and all unclosed old readers)
allWorkToBeDone(Iterable<LuceneWork>) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
ambiguousLatitudeDefinition(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ambiguousLongitudeDefinition(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
Analysis() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
ANALYSIS_DEFINITION_PROVIDER - Static variable in class org.hibernate.search.cfg.Environment
Provider of default analysis-related definitions for Lucene.
ANALYSIS_DEFINITION_PROVIDER - Static variable in class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment
Provider of default analysis-related definitions for Elasticsearch.
AnalysisDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
An abstract base class for analysis-related definitions.
AnalysisDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinition
 
AnalysisDefinitionFactory<D> - Interface in org.hibernate.search.elasticsearch.settings.impl.translation
 
AnalysisDefinitionJsonAdapterFactory - Class in org.hibernate.search.elasticsearch.settings.impl.model
 
AnalysisDefinitionJsonAdapterFactory() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinitionJsonAdapterFactory
 
AnalysisJsonElementEquivalence - Class in org.hibernate.search.elasticsearch.schema.impl.json
Determines whether two JsonElements should be considered equivalent.
AnalysisJsonElementEquivalence() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
AnalysisJsonElementEquivalence(AnalysisJsonElementEquivalence) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
AnalysisJsonElementUnorderedArrayEquivalence - Class in org.hibernate.search.elasticsearch.schema.impl.json
An AnalysisJsonElementEquivalence that considers that arrays are unordered containers.
AnalysisJsonElementUnorderedArrayEquivalence(AnalysisJsonElementEquivalence) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementUnorderedArrayEquivalence
 
AnalysisParameterEquivalenceRegistry - Class in org.hibernate.search.elasticsearch.schema.impl.json
Stores the knowledge of how to compare values for a given parameter for a given analysis type (analyzer type, char filter type, etc.).
AnalysisParameterEquivalenceRegistry.Builder - Class in org.hibernate.search.elasticsearch.schema.impl.json
 
AnalysisParameterEquivalenceRegistry.ParameterBuilder - Class in org.hibernate.search.elasticsearch.schema.impl.json
 
AnalysisParameterEquivalenceRegistry.TypeBuilder - Class in org.hibernate.search.elasticsearch.schema.impl.json
 
Analyze - Enum in org.hibernate.search.annotations
Defines whether the field content should be analyzed.
analyze(Analyze) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
analyze(Analyze) - Method in class org.hibernate.search.cfg.FieldMapping
 
analyze(Analyze) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
analyzer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistryBuilderImpl
 
analyzer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
analyzer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
analyzer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneNormalizerDefinitionContextImpl
 
analyzer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
analyzer(String) - Method in interface org.hibernate.search.analyzer.definition.LuceneAnalysisDefinitionRegistryBuilder
Start a new analyzer definition.
Analyzer - Annotation Type in org.hibernate.search.annotations
Define an Analyzer for a given entity, method, field or Field The order of precedence is as such: - @Field - field / method - entity - default Either describe an explicit implementation through the impl parameter or use an external @AnalyzerDef definition through the def parameter
analyzer(Class<?>) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
analyzer(String) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
analyzer(Class<?>) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
analyzer(String) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
analyzer(Class<?>) - Method in class org.hibernate.search.cfg.FieldMapping
 
analyzer(String) - Method in class org.hibernate.search.cfg.FieldMapping
 
analyzer(Class<?>) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
analyzer(String) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
analyzer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start an analyzer definition.
analyzer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
ANALYZER_CLASS - Static variable in class org.hibernate.search.cfg.Environment
Default Lucene analyser
analyzerContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
AnalyzerDef - Annotation Type in org.hibernate.search.annotations
Reusable analyzer definition.
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.CalendarBridgeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.CalendarBridgeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.ContainedInMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.ContainedInMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.DateBridgeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.DateBridgeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.EntityMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.EntityMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.FieldMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.FieldMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.FullTextFilterDefMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.FullTextFilterDefMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertyMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertyMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.SearchMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.SearchMapping
 
analyzerDef(String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
 
analyzerDef(String, String, Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
 
AnalyzerDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
A definition of an Elasticsearch analyzer, to be included in index settings.
AnalyzerDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.AnalyzerDefinition
 
AnalyzerDefinitionJsonAdapterFactory - Class in org.hibernate.search.elasticsearch.settings.impl.model
 
AnalyzerDefinitionJsonAdapterFactory() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.AnalyzerDefinitionJsonAdapterFactory
 
analyzerDefinitionNamingConflict(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
analyzerDefinitions - Variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
AnalyzerDefMapping - Class in org.hibernate.search.cfg
 
AnalyzerDefs - Annotation Type in org.hibernate.search.annotations
Reusable analyzer definitions.
AnalyzerDiscriminator - Annotation Type in org.hibernate.search.annotations
Allows to dynamically select a named analyzer through a Discriminator implementation.
analyzerDiscriminator(Class<? extends Discriminator>) - Method in class org.hibernate.search.cfg.EntityMapping
 
analyzerDiscriminator(Class<? extends Discriminator>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
analyzerDiscriminator(Class<? extends Discriminator>) - Method in class org.hibernate.search.cfg.PropertyMapping
 
analyzerDiscriminator(Discriminator, XMember) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
analyzerInstanceFromClass(Class<?>, Version) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
 
analyzerIsNotElasticsearch(IndexedTypeIdentifier, String, AnalyzerReference) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
analyzerMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
analyzerNamingConflict(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
analyzerNormalizerNamingConflict(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
AnalyzerReference - Interface in org.hibernate.search.analyzer.spi
Reference to an analyzer implementation.
analyzerReference(AnalyzerReference) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
analyzerReference(AnalyzerReference) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
analyzerReference(RemoteAnalyzerReference, RemoteAnalyzerReference) - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery.Builder
 
analyzerReferenceIsNotLucene(AnalyzerReference) - Method in interface org.hibernate.search.util.logging.impl.Log
 
analyzerReferenceIsNotRemote(AnalyzerReference) - Method in interface org.hibernate.search.util.logging.impl.Log
 
analyzerReferenceNotInitialized(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
AnalyzerRegistry - Interface in org.hibernate.search.engine.impl
A registry of analyzers.
AnalyzerStrategy - Interface in org.hibernate.search.analyzer.spi
A strategy for applying analyzers.
AnalyzerUtils - Class in org.hibernate.search.util
Helper class to hide boilerplate code when using Lucene Analyzers.
analyzeSortableValue(Analyzer, String, String) - Static method in class org.hibernate.search.util.impl.InternalAnalyzerUtils
Returns the first token resulting from the analysis, logging a warning if there are more than one token.
andByDistance() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByDistance() - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Order elements by distance.
andByField(String) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByField(String, SortField.Type) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByField(String) - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Order elements by the value of a specific field.
andByField(String, SortField.Type) - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Deprecated.
Using this method shouldn't be needed if your custom field bridges implement MetadataProvidingFieldBridge. Use SortAdditionalSortFieldContext.andByField(String) instead.
andByIndexOrder() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByIndexOrder() - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Order elements by their internal index order.
andByNative(SortField) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByNative(String, String) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByNative(SortField) - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Order element using the native backend API for Lucene.
andByNative(String, String) - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Order element using the native backend API for Elasticsearch.
andByScore() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
andByScore() - Method in interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
Order elements by their relevance score.
AndDocIdSet - Class in org.hibernate.search.filter.impl
A DocIdSet built as applying "AND" operation to a list of other DocIdSet(s).
AndDocIdSet(List<DocIdSet>, int) - Constructor for class org.hibernate.search.filter.impl.AndDocIdSet
 
andField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
andField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
 
andField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
andField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
andField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
andField(String) - Method in interface org.hibernate.search.query.dsl.MoreLikeThisOpenedMatchingContext
Add one field to the fields selected to match the content.
andField(String) - Method in interface org.hibernate.search.query.dsl.PhraseMatchingContext
field / property the term query is executed on
andField(String) - Method in interface org.hibernate.search.query.dsl.RangeMatchingContext
field / property the term query is executed on
andField(String) - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringMatchingContext
Field the query is executed on.
andField(String) - Method in interface org.hibernate.search.query.dsl.TermMatchingContext
field / property the term query is executed on
andFields(String...) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
andFields(String...) - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringMatchingContext
Fields the query is executed on.
andLongitude(double) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldContext
 
andLongitude(double) - Method in interface org.hibernate.search.query.dsl.sort.SortLatLongContext
Sort by the distance to the given longitude and formerly-defined latitude.
andLongitude(double) - Method in interface org.hibernate.search.query.dsl.WithinContext.LongitudeContext
Longitude in degree
AnnotationMetadataProvider - Class in org.hibernate.search.engine.metadata.impl
A metadata provider which extracts the required information from annotations.
AnnotationMetadataProvider(ReflectionManager, ConfigContext) - Constructor for class org.hibernate.search.engine.metadata.impl.AnnotationMetadataProvider
 
AnnotationProcessingHelper - Class in org.hibernate.search.engine.impl
A helper classes dealing with the processing of annotation.
append(JsonBuilder.JsonAppender<? super JsonBuilder.Array>) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
append(T) - Method in interface org.hibernate.search.elasticsearch.impl.JsonBuilder.JsonAppender
 
append(JsonBuilder.JsonAppender<? super JsonBuilder.Object>) - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
append(StringBuilder, JsonObject) - Method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
append(StringBuilder, Iterable<JsonObject>) - Method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
append(String) - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
Append a string to the path for later consumption through PathComponentExtractor.next(ConsumptionLimit).
appendContainedInWorkForInstance(Object, WorkPlan, ContainedInRecursionContext) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
If we have a work instance we have to check whether the instance to be indexed is contained in any other indexed entities.
appendContainedInWorkForInstance(Object, WorkPlan, ContainedInRecursionContext, String) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
If we have a work instance we have to check whether the instance to be indexed is contained in any other indexed entities for a tenant.
appendFailureMessage(StringBuilder, LuceneWork) - Static method in class org.hibernate.search.exception.impl.LogErrorHandler
 
appendRelativePart(String) - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
Append to the path the part of otherPath that is relative to the current path.
AppliedOnTypeAwareBridge - Interface in org.hibernate.search.bridge
Allows bridges to report the type on which the bridge is applied on.
applyAnalyzer() - Method in class org.hibernate.search.query.dsl.impl.FieldContext
Whether to analyze the given field value or not.
applySetting(IndexWriterConfig, int) - Method in enum org.hibernate.search.backend.configuration.impl.IndexWriterSetting
 
applySetting(LogByteSizeMergePolicy, int) - Method in enum org.hibernate.search.backend.configuration.impl.IndexWriterSetting
 
applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.blackhole.BlackHoleBackendQueueProcessor
 
applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.LocalBackendQueueProcessor
 
applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
applyStreamWork(LuceneWork, IndexingMonitor) - Method in interface org.hibernate.search.backend.spi.BackendQueueProcessor
Applies a single operation on the index, and different operations can be applied in parallel, even in parallel to a workList instance being processed by BackendQueueProcessor.applyWork(List, IndexingMonitor)
applyToLuceneOptions(LuceneOptions, String, Number, Document) - Method in enum org.hibernate.search.bridge.builtin.NumericFieldBridge
 
applyToWriter(IndexWriterConfig) - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters
 
applyToWriter(IndexWriterConfig) - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
Applies the parameters represented by this to a writer.
applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.blackhole.BlackHoleBackendQueueProcessor
 
applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.LocalBackendQueueProcessor
 
applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
applyWork(List<LuceneWork>, IndexingMonitor) - Method in interface org.hibernate.search.backend.spi.BackendQueueProcessor
Applies a list of operations to the index.
areClassBridgesUsed() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
areClassBridgesUsed() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
areDocIdAndEntityIdIdentical(EntityInfo, SessionImplementor) - Static method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderHelper
 
areIdsUniqueForClasses(IndexedTypeIdentifier, IndexedTypeIdentifier) - Method in class org.hibernate.search.cfg.impl.HibernateCoreIdUniquenessResolver
 
areIdsUniqueForClasses(IndexedTypeIdentifier, IndexedTypeIdentifier) - Method in interface org.hibernate.search.cfg.spi.IdUniquenessResolver
Returns true if the same identifier value cannot be shared between two class instances of entityInIndex and otherEntityInIndex.
areIdsUniqueForClasses(IndexedTypeIdentifier, IndexedTypeIdentifier) - Method in class org.hibernate.search.cfg.spi.impl.DefaultIdUniquenessResolver
 
areInSync(Path, Path) - Static method in class org.hibernate.search.util.impl.FileHelper
 
areMatch(Object, Object) - Method in class org.hibernate.search.hcore.impl.HibernateSearchIntegrator.DuplicationStrategyImpl
 
areSingleTermDeletesSafe() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
areSingleTermDeletesSafe() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Returns true if one and only one entity type is stored in the targeted index.
areStateInspectionOptimizationsEnabled() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
ARRAY - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
array() - Static method in class org.hibernate.search.elasticsearch.impl.JsonBuilder
 
array(JsonArray) - Static method in class org.hibernate.search.elasticsearch.impl.JsonBuilder
 
ArrayBridge - Class in org.hibernate.search.bridge.builtin
Each entry (null included) of an array is indexed using the specified FieldBridge.
ArrayBridge(FieldBridge) - Constructor for class org.hibernate.search.bridge.builtin.ArrayBridge
 
as(Class<T>) - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
Narrows the type of this descriptor down to the specified type.
as(Class<T>) - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
asArray() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
asBoolean() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
asc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldAndReferenceContext
 
asc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
asc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortOrderTermination
 
asc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortScoreContext
 
asc() - Method in interface org.hibernate.search.query.dsl.sort.SortOrder
Sort in ascending order.
asDouble() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
asFloat() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
asImmutableSet(String[]) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
asInteger() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
asObject() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
AssertionFailure - Exception in org.hibernate.search.exception
Indicates failure of an assertion: a possible bug in Hibernate Search.
AssertionFailure(String) - Constructor for exception org.hibernate.search.exception.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.search.exception.AssertionFailure
 
assertionFailureCannotCastToWorkerBuilderContext(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
assertionNotLoadingUTF8Charset(UnsupportedEncodingException) - Method in interface org.hibernate.search.util.logging.impl.Log
 
asSet(T...) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
asString() - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
asTypeSet() - Method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
asTypeSet() - Method in interface org.hibernate.search.spi.IndexedTypeIdentifier
 
ASYNC_READER_REFRESH_PERIOD_MS - Static variable in class org.hibernate.search.cfg.Environment
When the "async" reader strategy is enabled queries might be allowed to use a stale read of the index; this property controls how often the indexes are refreshed, in milliseconds.
attemptInitializeAndStart() - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
attemptToCreateFacetingRequestForUnindexedEntity(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
attemptToFacetOnAnalyzedField(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
attributeNotRecognizedNorSerializable(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
AUTO_REGISTER - Static variable in class org.hibernate.search.hcore.impl.HibernateSearchIntegrator
 
autoClose() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
autoClose(boolean) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
Deprecated.
autoJoinTransactions() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
AutoNodeSelector - Class in org.hibernate.search.backend.jgroups.impl
This NodeSelectorStrategy picks a single master across all nodes participating in the JGroups cluster deterministically: this way all nodes in the group will have an agreement on which node is going to be the master.
AutoNodeSelector(String) - Constructor for class org.hibernate.search.backend.jgroups.impl.AutoNodeSelector
 
AUTOREGISTER_LISTENERS - Static variable in class org.hibernate.search.cfg.Environment
Enable listeners auto registration in Hibernate Annotations and EntityManager.
AVRO_SERIALIZATION_MESSAGES_START_ID - Static variable in interface org.hibernate.search.util.logging.impl.Log
 
AvroDeserializer - Class in org.hibernate.search.indexes.serialization.avro.impl
 
AvroDeserializer(KnownProtocols) - Constructor for class org.hibernate.search.indexes.serialization.avro.impl.AvroDeserializer
 
AvroSerializationProvider - Class in org.hibernate.search.indexes.serialization.avro.impl
Avro based implementation of SerializationProvider.
AvroSerializationProvider() - Constructor for class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider
 
AvroSerializer - Class in org.hibernate.search.indexes.serialization.avro.impl
 
AvroSerializer(Protocol) - Constructor for class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
awaitAsyncProcessingCompletion() - Method in class org.hibernate.search.backend.impl.batch.DefaultBatchBackend
 
awaitAsyncProcessingCompletion() - Method in interface org.hibernate.search.backend.spi.BatchBackend
Blocks until all the previously submitted work via BatchBackend.enqueueAsyncWork(LuceneWork) are applied to the index.
awaitAsyncProcessingCompletion() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
awaitAsyncProcessingCompletion() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
awaitAsyncProcessingCompletion() - Method in interface org.hibernate.search.indexes.spi.IndexManager
Blocks until all the previously submitted work via IndexManager.performStreamOperation(LuceneWork, IndexingMonitor, boolean) are applied to the index.
awaitCompletion() - Method in interface org.hibernate.search.elasticsearch.processor.impl.BarrierElasticsearchWorkOrchestrator
Block until there is no more work to execute.
AWSElasticsearchHttpClientConfigurer - Class in org.hibernate.search.elasticsearch.aws.impl
 
AWSElasticsearchHttpClientConfigurer() - Constructor for class org.hibernate.search.elasticsearch.aws.impl.AWSElasticsearchHttpClientConfigurer
 

B

Backend - Interface in org.hibernate.search.backend.spi
Interface for different types of queue processors.
backendError(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
BackendFactory - Class in org.hibernate.search.backend
Factory to instantiate the BackendQueueProcessor implementations.
backendNonTransactional(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
BackendQueueProcessor - Interface in org.hibernate.search.backend.spi
Interface for different types of queue processors.
BackendQueueProcessor.Transactional - Interface in org.hibernate.search.backend.spi
Marker interface describing a backend processor that is transactional
BackReference<T> - Class in org.hibernate.search.engine.metadata.impl
A container allowing to build metadata with circular dependency.
BackReference() - Constructor for class org.hibernate.search.engine.metadata.impl.BackReference
 
backtrackingWindowOverflow(int, int, int) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
BarrierElasticsearchWorkOrchestrator - Interface in org.hibernate.search.elasticsearch.processor.impl
An ElasticsearchWorkOrchestrator providing a synchronization barrier through its BarrierElasticsearchWorkOrchestrator.awaitCompletion() method.
BaseDirectoryProviderService - Class in org.hibernate.search.store.spi
Base class for custom DirectoryProviderService implementations
BaseDirectoryProviderService() - Constructor for class org.hibernate.search.store.spi.BaseDirectoryProviderService
 
BatchBackend - Interface in org.hibernate.search.backend.spi
Implementations of this interface are not drop-in replacements for the standard BackendQueueProcessor, but are meant to be used only during batch processing.
BatchCoordinator - Class in org.hibernate.search.batchindexing.impl
Makes sure that several different BatchIndexingWorkspace(s) can be started concurrently, sharing the same batch-backend and IndexWriters.
BatchCoordinator(IndexedTypeSet, ExtendedSearchIntegrator, SessionFactoryImplementor, int, int, CacheMode, int, long, boolean, boolean, boolean, MassIndexerProgressMonitor, int, Integer, String) - Constructor for class org.hibernate.search.batchindexing.impl.BatchCoordinator
 
BatchedQueueingProcessor - Class in org.hibernate.search.backend.impl
BatchedQueueingProcessor(IndexedTypeMap<EntityIndexBinding>, Properties, IndexManagerHolder) - Constructor for class org.hibernate.search.backend.impl.BatchedQueueingProcessor
 
BatchIndexingWorkspace - Class in org.hibernate.search.batchindexing.impl
This runnable will prepare a pipeline for batch indexing of entities, managing the lifecycle of several ThreadPools.
BatchIndexingWorkspace(ExtendedSearchIntegrator, SessionFactoryImplementor, IndexedTypeIdentifier, int, CacheMode, int, CountDownLatch, MassIndexerProgressMonitor, BatchBackend, long, int, Integer, String) - Constructor for class org.hibernate.search.batchindexing.impl.BatchIndexingWorkspace
 
batchSizeToLoadObjects(int) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
batchSizeToLoadObjects(int) - Method in interface org.hibernate.search.MassIndexer
Sets the batch size used to load the root entities.
BatchTransactionalContext - Class in org.hibernate.search.batchindexing.impl
Valueholder for the services needed by the massindexer to wrap operations in transactions.
BatchTransactionalContext(ExtendedSearchIntegrator, SessionFactoryImplementor, ErrorHandler, String) - Constructor for class org.hibernate.search.batchindexing.impl.BatchTransactionalContext
 
BeanResolver - Interface in org.hibernate.search.engine.service.beanresolver.spi
Provides a way to resolve references to externally defined beans.
BeanResolver - Interface in org.hibernate.search.hcore.spi
Provides a way to resolve references to externally defined beans.
beanResolverContainedInProvidedServicesException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
beforeCompletion() - Method in class org.hibernate.search.backend.impl.InTransactionWorkQueueSynchronization
 
beforeCompletion() - Method in class org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization
 
beforeExecute(ElasticsearchWorkExecutionContext, ElasticsearchRequest) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork
 
beforeExecute(ElasticsearchWorkExecutionContext, ElasticsearchRequest) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork
 
beforeExecute(ElasticsearchWorkExecutionContext, ElasticsearchRequest) - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork
 
beforeExecute(ElasticsearchWorkExecutionContext, ElasticsearchRequest) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
beforeExecute(ElasticsearchWorkExecutionContext, ElasticsearchRequest) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
beforeFirst() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
below(T) - Method in interface org.hibernate.search.query.dsl.FacetRangeAboveBelowContext
 
below(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveBelowContext
 
below(Object) - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
below(Object) - Method in interface org.hibernate.search.query.dsl.RangeMatchingContext
The field value must be below below You can exclude the value below by calling .excludeLimit()
BigDecimalBridge - Class in org.hibernate.search.bridge.builtin
Bridge a BigDecimal to a String.
BigDecimalBridge() - Constructor for class org.hibernate.search.bridge.builtin.BigDecimalBridge
 
BigIntegerBridge - Class in org.hibernate.search.bridge.builtin
Bridge a BigInteger to a String.
BigIntegerBridge() - Constructor for class org.hibernate.search.bridge.builtin.BigIntegerBridge
 
binaryField(FieldInfo, byte[]) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
BlackHoleBackend - Class in org.hibernate.search.backend.impl.blackhole
This backend does not do anything: the Documents are not sent to any index but are discarded.
BlackHoleBackendQueueProcessor - Class in org.hibernate.search.backend.impl.blackhole
A queue processor for the BlackHoleBackend.
BlackHoleBackendQueueProcessor() - Constructor for class org.hibernate.search.backend.impl.blackhole.BlackHoleBackendQueueProcessor
 
blacklistForOptimization(XClass) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
block() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
BLOCK_WAITING_ACK - Static variable in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
Configuration property specific to the backend instance.
BlockPolicy() - Constructor for class org.hibernate.search.util.impl.Executors.BlockPolicy
Creates a BlockPolicy.
blocksForACK() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
blocksForACK() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueTask
 
body(JsonObject) - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
bool() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
bool() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Start for building a boolean query.
BOOLEAN - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
BooleanBridge - Class in org.hibernate.search.bridge.builtin
Bridge a boolean field to a String.
BooleanBridge() - Constructor for class org.hibernate.search.bridge.builtin.BooleanBridge
 
BooleanJunction<T extends BooleanJunction> - Interface in org.hibernate.search.query.dsl
Represents a boolean query that can contains one or more elements to join
booleanQueryWithoutClauses() - Method in interface org.hibernate.search.util.logging.impl.Log
 
Boost - Annotation Type in org.hibernate.search.annotations
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
boost(float) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
boost(float) - Method in class org.hibernate.search.cfg.EntityMapping
 
boost(float) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
boost(float) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
boost(float) - Method in class org.hibernate.search.cfg.FieldMapping
 
boost(float) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
boost(float) - Method in class org.hibernate.search.cfg.IndexedMapping
 
boost(float) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
boost(Float) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
boost(float) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
boostedTo(float) - Method in interface org.hibernate.search.query.dsl.FieldCustomization
Boost the field to a given value Most of the time positive float: - lower than 1 to diminish the weight - higher than 1 to increase the weight Could be negative but not unless you understand what is going on (advanced)
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedAllContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
boostedTo(float) - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
boostedTo(float) - Method in interface org.hibernate.search.query.dsl.QueryCustomization
Boost the query to a given value Most of the time positive float: - lower than 1 to diminish the weight - higher than 1 to increase the weight Could be negative but not unless you understand what is going on (advanced)
boostedTo(float) - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringMatchingContext
Boost the field to a given value Most of the time positive float: - lower than 1 to diminish the weight - higher than 1 to increase the weight Could be negative but not unless you understand what is going on (advanced)
BoostStrategy - Interface in org.hibernate.search.engine
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
boostStrategy(BoostStrategy) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
bottomSpatialHashLevel(int) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
bottomSpatialHashLevel(int) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
bridge(Class<? extends FieldBridge>) - Method in class org.hibernate.search.cfg.ContainedInMapping
 
bridge(Class<? extends FieldBridge>) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
bridge(Class<?>) - Method in class org.hibernate.search.cfg.FieldMapping
 
bridge(Class<? extends FieldBridge>) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
bridge(Class<? extends FieldBridge>) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
bridge(Class<? extends FieldBridge>) - Method in class org.hibernate.search.cfg.PropertyMapping
 
bridge(Class<? extends FieldBridge>) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
bridge(Class<?>) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
BridgeAdaptor - Interface in org.hibernate.search.bridge.util.impl
An interface for bridge adaptors, i.e.
BridgeAdaptorUtils - Class in org.hibernate.search.bridge.util.impl
Utilities allowing to take into account bridge adaptors when detecting implemented tagging interface (e.g.
BridgeDefinedField - Class in org.hibernate.search.engine.metadata.impl
A field defined by a bridge.
BridgeDefinedField(BridgeDefinedField) - Constructor for class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
BridgeDefinedField(BackReference<DocumentFieldMetadata>, String, FieldType) - Constructor for class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
BridgeException - Exception in org.hibernate.search.bridge
Exceptions thrown in a bridge are wrapped in BridgeException The BridgeException message provides useful contextual information to the developers.
BridgeException() - Constructor for exception org.hibernate.search.bridge.BridgeException
 
BridgeException(String) - Constructor for exception org.hibernate.search.bridge.BridgeException
 
BridgeException(String, Throwable) - Constructor for exception org.hibernate.search.bridge.BridgeException
 
BridgeException(Throwable) - Constructor for exception org.hibernate.search.bridge.BridgeException
 
BridgeFactory - Class in org.hibernate.search.bridge.impl
This factory is responsible for creating and initializing build-in and custom FieldBridges.
BridgeFactory(ServiceManager) - Constructor for class org.hibernate.search.bridge.impl.BridgeFactory
 
BridgeProvider - Interface in org.hibernate.search.bridge.spi
Service interface to allow custom bridges to be auto discovered.
BridgeProvider.BridgeProviderContext - Interface in org.hibernate.search.bridge.spi
 
build() - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistryBuilderImpl
 
build() - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
build() - Method in class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
build() - Method in class org.hibernate.search.analyzer.definition.impl.LuceneNormalizerDefinitionContextImpl
 
build() - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
build() - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenizerDefinitionContextImpl
 
build() - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference.Builder
 
build() - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference.Builder
 
build() - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference.CopyBuilder
 
build(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
build() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
build() - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
build() - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.settings.impl.ElasticsearchIndexSettingsBuilder
 
build() - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.LuceneAnalyzerImplementationTranslationMapBuilder
 
build() - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.ElasticsearchWorkBuilder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ClearScrollWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.CloseIndexWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.DeleteWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.DropIndexWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2FlushWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2OptimizeWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5OptimizeWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ExplainWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.GetIndexSettingsWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.GetIndexTypeMappingsWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.IndexExistsWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.OpenIndexWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.PutIndexSettingsWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.PutIndexTypeMappingWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.RefreshWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.ScrollWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
build() - Method in class org.hibernate.search.elasticsearch.work.impl.WaitForIndexStatusWork.Builder
 
build(Document) - Method in class org.hibernate.search.engine.impl.FacetHandling
 
build() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
build() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata.Builder
 
build() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata.Builder
 
build() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
build() - Method in class org.hibernate.search.engine.metadata.impl.SortableFieldMetadata.Builder
 
build() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
build() - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery.Builder
 
build() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
build() - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.Builder
 
buildAll(List<? extends LuceneAnalysisDefinitionBuilder<T>>, IntFunction<T[]>) - Static method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionUtils
 
buildBridgeException(Exception, String, String, Object) - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
buildBulkableActionMetadata() - Method in class org.hibernate.search.elasticsearch.work.impl.DeleteWork.Builder
 
buildBulkableActionMetadata() - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork.Builder
 
buildBulkableActionMetadata() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork.Builder
 
BuildContext - Interface in org.hibernate.search.spi
Build context that can be used by some services at initialization.
buildDistanceQuery(Query, Coordinates, double, String) - Static method in class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
Returns a Lucene query to match documents by distance to a center.
buildDistanceQuery(Query, Coordinates, double, String, String) - Static method in class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
Returns a Lucene query to match documents by distance to a center.
buildDistanceQuery(Coordinates, double, String) - Static method in class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
Returns a Lucene Query searching directly by computing distance against all docs in the index (costly !)
buildEntityIndexBinding(XClass, IndexedTypeIdentifier, SearchConfiguration, WorkerBuildContext) - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
Builder(LuceneAnalyzerReference, Map<String, LuceneAnalyzerReference>) - Constructor for class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference.Builder
 
Builder(ElasticsearchAnalyzerReference, Map<String, ElasticsearchAnalyzerReference>) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference.Builder
 
Builder() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry.Builder
 
Builder(List<BulkableElasticsearchWork<?>>) - Constructor for class org.hibernate.search.elasticsearch.work.impl.BulkWork.Builder
 
Builder(String) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ClearScrollWork.Builder
 
Builder(URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.CloseIndexWork.Builder
 
Builder(GsonProvider, URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork.Builder
 
builder() - Static method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor
 
Builder() - Constructor for class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor.Builder
 
Builder(URLEncodedString, URLEncodedString, URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.DeleteWork.Builder
 
Builder(URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.DropIndexWork.Builder
 
Builder(URLEncodedString, JsonObject, ElasticsearchWorkFactory) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork.Builder
 
Builder() - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES2FlushWork.Builder
 
Builder() - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES2OptimizeWork.Builder
 
Builder(URLEncodedString, JsonObject, ElasticsearchWorkFactory) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork.Builder
 
Builder(ElasticsearchWorkFactory) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork.Builder
 
Builder() - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES5OptimizeWork.Builder
 
Builder(URLEncodedString, URLEncodedString, URLEncodedString, JsonObject) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ExplainWork.Builder
 
Builder(URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.GetIndexSettingsWork.Builder
 
Builder(URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.GetIndexTypeMappingsWork.Builder
 
Builder(URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.IndexExistsWork.Builder
 
Builder(URLEncodedString, URLEncodedString, URLEncodedString, JsonObject) - Constructor for class org.hibernate.search.elasticsearch.work.impl.IndexWork.Builder
 
Builder(URLEncodedString) - Constructor for class org.hibernate.search.elasticsearch.work.impl.OpenIndexWork.Builder
 
Builder(GsonProvider, URLEncodedString, IndexSettings) - Constructor for class org.hibernate.search.elasticsearch.work.impl.PutIndexSettingsWork.Builder
 
Builder(GsonProvider, URLEncodedString, URLEncodedString, TypeMapping) - Constructor for class org.hibernate.search.elasticsearch.work.impl.PutIndexTypeMappingWork.Builder
 
Builder() - Constructor for class org.hibernate.search.elasticsearch.work.impl.RefreshWork.Builder
 
Builder(String, String) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ScrollWork.Builder
 
Builder(JsonObject) - Constructor for class org.hibernate.search.elasticsearch.work.impl.SearchWork.Builder
 
Builder(URLEncodedString, ElasticsearchRequestSuccessAssessor) - Constructor for class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork.Builder
 
Builder(URLEncodedString, ElasticsearchRequestSuccessAssessor) - Constructor for class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
Builder(URLEncodedString, ElasticsearchIndexStatus, String) - Constructor for class org.hibernate.search.elasticsearch.work.impl.WaitForIndexStatusWork.Builder
 
Builder(BackReference<TypeMetadata>, BackReference<PropertyMetadata>, PartialPropertyMetadata, DocumentFieldPath, Store, Field.Index, Field.TermVector) - Constructor for class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
Builder(TypeMetadata.Builder, IndexedTypeIdentifier, BackReference<PropertyMetadata>, XMember, String) - Constructor for class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata.Builder
 
Builder(BackReference<DocumentFieldMetadata>, DocumentFieldPath) - Constructor for class org.hibernate.search.engine.metadata.impl.FacetMetadata.Builder
 
Builder(BackReference<TypeMetadata>, XProperty, Class<?>) - Constructor for class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
Builder(String) - Constructor for class org.hibernate.search.engine.metadata.impl.SortableFieldMetadata.Builder
 
Builder(IndexedTypeIdentifier, ConfigContext, ParseContext) - Constructor for class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
Builder(IndexedTypeIdentifier, TypeMetadata.Builder) - Constructor for class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
Builder() - Constructor for class org.hibernate.search.query.dsl.impl.RemoteMatchQuery.Builder
 
Builder() - Constructor for class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
Builder() - Constructor for class org.hibernate.search.query.engine.impl.SortConfigurations.Builder
 
buildFacetingRequestsAndMetadata(Collection<FacetingRequest>, Iterable<EntityIndexBinding>) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
buildFieldBridge(XMember, boolean, boolean, IndexManagerType, ReflectionManager, ServiceManager) - Method in class org.hibernate.search.bridge.impl.BridgeFactory
 
buildFieldBridge(Field, XMember, boolean, boolean, IndexManagerType, ReflectionManager, ServiceManager) - Method in class org.hibernate.search.bridge.impl.BridgeFactory
 
buildLoader() - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
buildMBeanName(String, String) - Static method in class org.hibernate.search.util.jmx.impl.JMXRegistrar
 
buildNullQuery(String) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge
 
buildQueryBuilder() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
buildQueryBuilder() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
buildQueryBuilder() - Method in interface org.hibernate.search.SearchFactory
 
buildQueryBuilder() - Method in interface org.hibernate.search.spi.SearchIntegrator
 
buildRefreshWork() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork.Builder
 
buildRefreshWork() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork.Builder
 
buildRefreshWork() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ClearScrollWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.CloseIndexWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.DeleteWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.DropIndexWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2FlushWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ES2OptimizeWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ES5OptimizeWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ExplainWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.GetIndexSettingsWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.GetIndexTypeMappingsWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.IndexExistsWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.OpenIndexWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.PutIndexSettingsWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.PutIndexTypeMappingWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.RefreshWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.ScrollWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
buildRequest() - Method in class org.hibernate.search.elasticsearch.work.impl.WaitForIndexStatusWork.Builder
 
buildScopedAnalyzerReference(AnalyzerReference) - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
buildScopedAnalyzerReference(AnalyzerReference) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
Creates a ScopedAnalyzerReference builder.
buildScopedAnalyzerReference(AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
buildScopedAnalyzerReference() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
buildSearchIntegrator() - Method in class org.hibernate.search.spi.SearchIntegratorBuilder
 
buildSerializableTokenStream(TokenStream) - Static method in class org.hibernate.search.indexes.serialization.impl.CopyTokenStream
 
buildSpatialBridge(Spatial, Class<?>, String, String) - Method in class org.hibernate.search.bridge.impl.BridgeFactory
This instantiates the SpatialFieldBridge from a Spatial annotation.
buildSpatialHashQuery(Coordinates, double, String) - Static method in class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
Returns a Lucene query to match documents by distance to a center, relying only on spatial hashes.
buildSpatialQueryByHash(Coordinates, double, String) - Static method in class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
Returns a Lucene query to match documents by distance to a center, relying first on spatial hash to approximate the result, and then on a more precise (but more costly) DistanceQuery.
buildSpatialQueryByHash(double, double, double, String) - Static method in class org.hibernate.search.spatial.SpatialQueryBuilder
Returns a Lucene Query which relies on Hibernate Search Spatial spatial hash indexation to find candidate documents and filter its results in radius range by a DistanceFilter
buildSpatialQueryByRange(Coordinates, double, String) - Static method in class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
Returns a Lucene Query which rely on double numeric range query on Latitude / Longitude
buildSpatialQueryByRange(double, double, double, String) - Static method in class org.hibernate.search.spatial.SpatialQueryBuilder
Returns a Lucene Query which relies on Hibernate Search Spatial double range indexation to filter document at radius and filter its results by a fine DistanceFilter
buildTargetedEntityIndexBindingsByName() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
buildTimeoutManager() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
buildTimeoutManager() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
buildTimeoutManager() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
BuiltinArrayBridge - Class in org.hibernate.search.bridge.builtin.impl
An implementation of ArrayBridge that can be used with Hibernate Search query DSL.
BuiltinArrayBridge() - Constructor for class org.hibernate.search.bridge.builtin.impl.BuiltinArrayBridge
 
BuiltinArrayBridge(FieldBridge) - Constructor for class org.hibernate.search.bridge.builtin.impl.BuiltinArrayBridge
 
BuiltinIterableBridge - Class in org.hibernate.search.bridge.builtin.impl
An implementation of IterableBridge that can be used with Hibernate Search query DSL.
BuiltinIterableBridge() - Constructor for class org.hibernate.search.bridge.builtin.impl.BuiltinIterableBridge
 
BuiltinIterableBridge(FieldBridge) - Constructor for class org.hibernate.search.bridge.builtin.impl.BuiltinIterableBridge
 
BuiltinMapBridge - Class in org.hibernate.search.bridge.builtin.impl
An implementation of MapBridge that can be used with Hibernate Search query DSL.
BuiltinMapBridge() - Constructor for class org.hibernate.search.bridge.builtin.impl.BuiltinMapBridge
 
BuiltinMapBridge(FieldBridge) - Constructor for class org.hibernate.search.bridge.builtin.impl.BuiltinMapBridge
 
bulk(List<BulkableElasticsearchWork<?>>) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
bulk(List<BulkableElasticsearchWork<?>>) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
BulkableElasticsearchWork<T> - Interface in org.hibernate.search.elasticsearch.work.impl
 
BulkResult - Interface in org.hibernate.search.elasticsearch.work.impl
 
BulkResultItemExtractor - Interface in org.hibernate.search.elasticsearch.work.impl
 
BulkWork - Class in org.hibernate.search.elasticsearch.work.impl
 
BulkWork(BulkWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.BulkWork
 
BulkWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
BulkWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
byDistance() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byDistance() - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Order elements by distance.
byField(String) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byField(String, SortField.Type) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byField(String) - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Order elements by the value of a specific field.
byField(String, SortField.Type) - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Deprecated.
Using this method shouldn't be needed if your custom field bridges implement MetadataProvidingFieldBridge. Use SortContext.byField(String) instead.
byIndexOrder() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byIndexOrder() - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Order elements by their internal index order.
byNative(SortField) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byNative(String, String) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byNative(SortField) - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Order element using the native backend API for Lucene.
byNative(String, String) - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Order element using the native backend API for Elasticsearch.
byScore() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
byScore() - Method in interface org.hibernate.search.query.dsl.sort.SortContext
Order elements by their relevance score.
ByteBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Byte to a String.
ByteBridge() - Constructor for class org.hibernate.search.bridge.builtin.ByteBridge
 
byteBufferContentSize() - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
 
ByTermDeleteWorkExecutor - Class in org.hibernate.search.backend.impl.lucene.works
Extension of DeleteLuceneWork that will always perform the delete LuceneWork in an optimal way, since the underlying data store guarantee uniqueness of terms across different entity types.
ByTermUpdateWorkExecutor - Class in org.hibernate.search.backend.impl.lucene.works

C

cache(FilterCacheModeType) - Method in class org.hibernate.search.cfg.FullTextFilterDefMapping
Add cache implementation for fulltextfilterdef mapping
CACHE_DOCIDRESULTS_SIZE - Static variable in class org.hibernate.search.cfg.Environment
number of docidresults cached in hard reference.
CacheFromIndex - Annotation Type in org.hibernate.search.annotations
Deprecated.
Remove the annotation. No alternative replacement necessary.
cacheFromIndex(FieldCacheType...) - Method in class org.hibernate.search.cfg.IndexedMapping
Deprecated.
This will be removed with no replacement.
cacheImpl(DocIdSetIterator, LeafReader) - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
Default cache implementation: uses RoaringDocIdSet.
cacheInstance(FilterCacheModeType) - Static method in class org.hibernate.search.util.impl.FilterCacheModeTypeHelper
 
cacheMode(CacheMode) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
cacheMode(CacheMode) - Method in interface org.hibernate.search.MassIndexer
Sets the cache interaction mode for the data loading tasks.
cacheResults(FilterCacheModeType) - Static method in class org.hibernate.search.util.impl.FilterCacheModeTypeHelper
 
CachingWrapperQuery - Class in org.hibernate.search.filter.impl
A slightly different version of Lucene's original CachingWrapperQuery which uses SoftReferences instead of WeakReferences in order to cache the filter DocIdSet.
CachingWrapperQuery(Query) - Constructor for class org.hibernate.search.filter.impl.CachingWrapperQuery
 
CachingWrapperQuery(Query, int) - Constructor for class org.hibernate.search.filter.impl.CachingWrapperQuery
 
CALENDAR_DAY - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CALENDAR_HOUR - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CALENDAR_MILLISECOND - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CALENDAR_MINUTE - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CALENDAR_MONTH - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CALENDAR_SECOND - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CALENDAR_YEAR - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
CalendarBridge - Annotation Type in org.hibernate.search.annotations
Defines the temporal resolution and encoding type of a Calendar field.
calendarBridge(Resolution) - Method in class org.hibernate.search.cfg.FieldMapping
 
calendarBridge(Resolution) - Method in class org.hibernate.search.cfg.PropertyMapping
 
CalendarBridgeMapping - Class in org.hibernate.search.cfg
 
CalendarBridgeMapping(SearchMapping, EntityDescriptor, PropertyDescriptor, Resolution) - Constructor for class org.hibernate.search.cfg.CalendarBridgeMapping
 
calendarToString(Calendar) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchDateHelper
 
cancelWorks(WorkQueue) - Method in class org.hibernate.search.backend.impl.BatchedQueueingProcessor
 
cancelWorks(WorkQueue) - Method in interface org.hibernate.search.backend.impl.QueueingProcessor
Rollback works
cannotCreateBridgeDefinedField(Class<?>, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotDeserializeField(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotDeserializeOperation(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotExtractCoordinateFromObject(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotExtractValueForIdentifier(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotFindCoordinatesNorLatLongForSpatial(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotGetResultSizeWithCriteriaAndRestriction(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotGuessTransactionStatus(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotHaveTwoSpatialsWithDefaultOrSameName(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotInitializeDirectoryProvider(Class<? extends DirectoryProvider>, String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotInstantiateClassBridgeOfType(String, String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotOpenIndexWriterCausePreviousError() - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotQueryOnEmptyPhraseQuery() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
cannotReadFieldForClass(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotReferenceAnalyzerAndNormalizer(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotRunEsQueryTargetingEntityIndexedWithNonEsIndexManager(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
cannotRunLuceneQueryTargetingEntityIndexedWithNonLuceneIndexManager(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotSendRangeDefinitionOrderToElasticsearchBackend() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
cannotSerializeCustomField(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cannotTransformLuceneQueryIntoEsQuery(Query) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
cannotUseNormalizerImpl(Class<?>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
cannotUseThisSortTypeWithNullSortFieldName(SortField.Type) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
cantOpenCorruptedIndex(CorruptIndexException, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cantQueryUnconfiguredType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
cantQueryUnindexedType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
capacity() - Method in class org.hibernate.search.elasticsearch.util.impl.Window
 
capitalize(String) - Static method in class org.hibernate.search.spatial.SpatialFieldBridge
 
ChainingElasticsearchAnalysisDefinitionRegistry - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
An ElasticsearchAnalysisDefinitionRegistry that delegate calls to a "parent" registry when no definition is found.
ChainingElasticsearchAnalysisDefinitionRegistry(ElasticsearchAnalysisDefinitionRegistry, ElasticsearchAnalysisDefinitionRegistry) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ChainingElasticsearchAnalysisDefinitionRegistry
 
ChainingLuceneAnalysisDefinitionRegistry - Class in org.hibernate.search.analyzer.definition.impl
An LuceneAnalysisDefinitionRegistry that delegate calls to a "parent" registry when no definition is found.
ChainingLuceneAnalysisDefinitionRegistry(LuceneAnalysisDefinitionRegistry, LuceneAnalysisDefinitionRegistry) - Constructor for class org.hibernate.search.analyzer.definition.impl.ChainingLuceneAnalysisDefinitionRegistry
 
Changeset - Class in org.hibernate.search.backend.impl.lucene
A Changeset is a work to be applied to the index and its associated producer
Changeset(List<LuceneWork>, Thread, IndexingMonitor) - Constructor for class org.hibernate.search.backend.impl.lucene.Changeset
 
CHANNEL_INJECT - Static variable in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
CharacterBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Character to a String.
CharacterBridge() - Constructor for class org.hibernate.search.bridge.builtin.CharacterBridge
 
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneNormalizerDefinitionContextImpl
 
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
charFilter(Class<? extends CharFilterFactory>) - Method in interface org.hibernate.search.analyzer.definition.LuceneCompositeAnalysisDefinitionContext
Add a char filter that the analyzer will use.
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
&#064;CharFilterDef(factory=factory)
charFilter(String, Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
&#064;CharFilterDef(name=name, factory=factory)
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
&#064;CharFilterDef(factory=factory)
charFilter(String, Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
&#064;CharFilterDef(name=name, factory=factory)
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
&#064;CharFilterDef(factory=factory)
charFilter(String, Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
&#064;CharFilterDef(name=name, factory=factory)
charFilter(Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
&#064;CharFilterDef(factory=factory)
charFilter(String, Class<? extends CharFilterFactory>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
&#064;CharFilterDef(name=name, factory=factory)
charFilter(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a char filter definition.
charFilter(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
charFilterContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
CharFilterDef - Annotation Type in org.hibernate.search.annotations
Define a CharFilterFactory and its parameters
CharFilterDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
A definition of an Elasticsearch char filter, to be included in index settings.
CharFilterDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.CharFilterDefinition
 
CharFilterDefMapping - Class in org.hibernate.search.cfg
 
charFilterMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
charFilterNamingConflict(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
CharMappingRuleFileParameterValueTransformer - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
CharMappingRuleFileParameterValueTransformer(ResourceLoader) - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.CharMappingRuleFileParameterValueTransformer
 
checkIndexExists(URLEncodedString, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaCreator
 
checkIndexExists(URLEncodedString, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaCreator
Checks that an index already exists.
checkSuccess(ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor
 
checkSuccess(JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor
 
checkSuccess(ElasticsearchResponse) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchRequestSuccessAssessor
Check the given response, throwing an exception if the reponse indicates a failure.
checkSuccess(JsonObject) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchRequestSuccessAssessor
Check the given bulk response item, return true if it is successful, false otherwise.
ClassBridge - Annotation Type in org.hibernate.search.annotations
This annotation allows a user to apply an implementation class to a Lucene document to manipulate it in any way the user sees fit.
ClassBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Class to a String.
ClassBridge(ServiceManager) - Constructor for class org.hibernate.search.bridge.builtin.ClassBridge
 
classBridge(Class<?>) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
classBridge(Class<?>) - Method in class org.hibernate.search.cfg.EntityMapping
 
classBridge(Class<?>) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
classBridge(Class<?>) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
classBridge(Class<?>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
classBridgeInstance(FieldBridge) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
Registers the given class bridge for the currently configured entity type.
classBridgeInstance(FieldBridge) - Method in class org.hibernate.search.cfg.EntityMapping
Registers the given class bridge for the currently configured entity type.
classBridgeInstance(FieldBridge) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
Registers the given class bridge for the currently configured entity type.
classBridgeInstance(FieldBridge) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
Registers the given class bridge for the currently configured entity type.
classBridgeInstance(FieldBridge) - Method in class org.hibernate.search.cfg.IndexedMapping
Registers the given class bridge for the currently configured entity type.
ClassBridgeMapping - Class in org.hibernate.search.cfg
 
ClassBridgeMapping(SearchMapping, EntityDescriptor, Class<?>) - Constructor for class org.hibernate.search.cfg.ClassBridgeMapping
 
ClassBridgeMapping(SearchMapping, EntityDescriptor, FieldBridge) - Constructor for class org.hibernate.search.cfg.ClassBridgeMapping
 
ClassBridges - Annotation Type in org.hibernate.search.annotations
 
ClassFormatter - Class in org.hibernate.search.util.logging.impl
Used with JBoss Logging's FormatWith to display Class names in log messages.
ClassFormatter(Class<?>) - Constructor for class org.hibernate.search.util.logging.impl.ClassFormatter
 
classForName(String) - Method in class org.hibernate.search.cfg.impl.DelegatingClassLoaderService
 
classForName(String) - Method in class org.hibernate.search.engine.service.classloading.impl.DefaultClassLoaderService
 
classForName(String) - Method in interface org.hibernate.search.engine.service.classloading.spi.ClassLoaderService
Locate a class by name.
classForName(String, String, ServiceManager) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
 
classForName(Class<T>, String, String, ServiceManager) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
 
classForName(String, ServiceManager) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
Perform resolution of a class name.
CLASSLOADER - Static variable in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
ClassLoaderHelper - Class in org.hibernate.search.util.impl
Utility class to load instances of other classes by using a fully qualified name, or from a class type.
ClassLoaderService - Interface in org.hibernate.search.engine.service.classloading.spi
A service for interacting with class loaders.
classLoaderServiceContainedInProvidedServicesException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
ClassLoadingException - Exception in org.hibernate.search.engine.service.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.search.engine.service.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassLoadingException(String) - Constructor for exception org.hibernate.search.engine.service.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
cleanUpOnError() - Method in class org.hibernate.search.batchindexing.impl.OptionallyWrapInJTATransaction
 
clear() - Method in class org.hibernate.search.backend.impl.WorkQueue
 
clear() - Method in class org.hibernate.search.elasticsearch.util.impl.Window
 
clear() - Method in class org.hibernate.search.engine.impl.WorkPlan
Removes all scheduled work
clear() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
clear() - Method in interface org.hibernate.search.stat.Statistics
Reset all statistics.
clear() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
clear() - Method in class org.hibernate.search.util.impl.SoftLimitMRUCache
Clears the cache.
clear() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
clearCachedResults() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
clearCachedResults() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
clearCachedResults() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
This class caches some of the query results and we need to reset the state in case something in the query changes (eg a new filter is set).
clearScroll(String) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
clearScroll(String) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
ClearScrollWork - Class in org.hibernate.search.elasticsearch.work.impl
 
ClearScrollWork(ClearScrollWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ClearScrollWork
 
ClearScrollWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ClearScrollWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
clearSelectedFacets() - Method in interface org.hibernate.search.query.facet.FacetSelection
Clear all facets in this selection
clone() - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
 
clone() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
close() - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
close() - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference
 
close() - Method in class org.hibernate.search.analyzer.impl.SimpleLuceneAnalyzerReference
 
close() - Method in interface org.hibernate.search.analyzer.spi.AnalyzerReference
Close analyzer if possible
close() - Method in class org.hibernate.search.backend.impl.blackhole.BlackHoleBackendQueueProcessor
 
close() - Method in class org.hibernate.search.backend.impl.LocalBackendQueueProcessor
 
close() - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
close() - Method in class org.hibernate.search.backend.impl.PerTransactionWorker
 
close() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
 
close() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
close() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
close() - Method in interface org.hibernate.search.backend.spi.Backend
Used to shutdown and eventually release resources.
close() - Method in interface org.hibernate.search.backend.spi.BackendQueueProcessor
Used to shutdown and eventually release resources.
close() - Method in interface org.hibernate.search.backend.spi.Worker
clean resources This method can return exceptions
close() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ElasticsearchAnalyzerReference
 
close() - Method in class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClient
 
close() - Method in interface org.hibernate.search.elasticsearch.processor.impl.BarrierElasticsearchWorkOrchestrator
 
close() - Method in class org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkProcessor
 
close() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
close() - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
 
close() - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
Close analyzers if possible
close() - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
close() - Method in class org.hibernate.search.engine.impl.ImmutableNormalizerRegistry
 
close() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
close() - Method in class org.hibernate.search.engine.impl.ImmutableSearchIntegration
 
close() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
close() - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
close() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
close() - Method in interface org.hibernate.search.engine.impl.NormalizerRegistry
Close normalizers if possible
close() - Method in interface org.hibernate.search.engine.integration.impl.SearchIntegration
 
close() - Method in class org.hibernate.search.engine.service.spi.ServiceReference
 
close(IndexReader) - Method in class org.hibernate.search.indexes.impl.DefaultIndexReaderAccessor
 
close() - Method in class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
close() - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.ReaderUsagePair
Closes the IndexReader if no other resource is using it in which case the reference to this container will also be removed.
close() - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.ReaderUsagePair
Closes the IndexReader if no other resource is using it in which case the reference to this container will also be removed.
close(IndexReader) - Method in interface org.hibernate.search.indexes.IndexReaderAccessor
Closes IndexReader instances obtained using IndexReaderAccessor.open(Class...)
close() - Method in class org.hibernate.search.query.engine.impl.DocumentExtractorImpl
 
close() - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
close() - Method in interface org.hibernate.search.query.engine.spi.DocumentExtractor
 
close() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
close() - Method in interface org.hibernate.search.spi.SearchIntegrator
Shuts down all workers and releases all resources.
close(Iterable<? extends GenericCloseable<? extends E>>) - Static method in class org.hibernate.search.util.impl.Closeables
Close multiple resources, ensuring that all resources get closed even if one of them throws a Throwable.
close() - Method in class org.hibernate.search.util.impl.Closer
 
close(T) - Method in interface org.hibernate.search.util.impl.ClosingOperator
 
close() - Method in interface org.hibernate.search.util.impl.GenericCloseable
 
close() - Method in class org.hibernate.search.util.logging.impl.LoggerInfoStream
 
Closeables - Class in org.hibernate.search.util.impl
 
closedBlackholeBackend() - Method in interface org.hibernate.search.util.logging.impl.Log
 
closedIndex(Object) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
closeIndex(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
closeIndex(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
closeIndex(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
closeIndexReader(IndexReader) - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
closeIndexReader(IndexReader) - Method in class org.hibernate.search.indexes.impl.NotSharedReaderProvider
 
closeIndexReader(IndexReader) - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
closeIndexReader(IndexReader) - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
 
closeIndexReader(IndexReader) - Method in interface org.hibernate.search.indexes.spi.ReaderProvider
 
CloseIndexWork - Class in org.hibernate.search.elasticsearch.work.impl
 
CloseIndexWork(CloseIndexWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.CloseIndexWork
 
CloseIndexWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
CloseIndexWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
closeIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
closeQuietly(Closeable) - Static method in class org.hibernate.search.util.impl.Closeables
Close a resource without throwing an exception.
closeQuietly(Iterable<? extends Closeable>...) - Static method in class org.hibernate.search.util.impl.Closeables
Close resources without throwing an exception.
Closer<E extends Exception> - Class in org.hibernate.search.util.impl
A helper for closing multiple resources and re-throwing only one exception, suppressing the others as necessary.
Closer() - Constructor for class org.hibernate.search.util.impl.Closer
 
closeReader(IndexReader) - Static method in class org.hibernate.search.reader.impl.MultiReaderFactory
 
closeSortField() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
closingIndexWriter(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ClosingOperator<T,E extends Throwable> - Interface in org.hibernate.search.util.impl
 
CLUSTER_NAME - Static variable in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
collectDefinitions(Function<String, T>, Collection<String>) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
collectionChangeRequiresIndexUpdate(String) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
Returns true if the collection event is going to affect the index state.
CollectionHelper - Class in org.hibernate.search.util.impl
Provides some methods for simplified collection instantiation.
collectUnqualifiedCollectionRole(String) - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
combine(T, T) - Static method in class org.hibernate.search.util.impl.Throwables
 
commitOperations(IndexingMonitor) - Method in class org.hibernate.search.backend.impl.WorkQueuePerIndexSplitter
Send all operations stored so far to the backend to be performed, atomically and/or transactionally if supported/enabled by each specific backend.
CommitPolicy - Interface in org.hibernate.search.backend.impl
Policy for committing changesets.
compare(Facet, Facet) - Method in class org.hibernate.search.query.engine.impl.FacetComparators.FacetComparator
 
compare(int, int) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
compareBottom(int) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
compareTop(int) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
comparingAllFields() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
comparingAllFields() - Method in interface org.hibernate.search.query.dsl.MoreLikeThisContext
Match the content using "all" of the indexed fields of the entity.
comparingField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
comparingField(String) - Method in interface org.hibernate.search.query.dsl.MoreLikeThisContext
Match the content using the selected field of the entity.
comparingFields(String...) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
comparingFields(String...) - Method in interface org.hibernate.search.query.dsl.MoreLikeThisContext
Match the content using the selected fields of the entity.
compatibleFieldNames(String...) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
composite(IndexedTypeSet, IndexedTypeIdentifier) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
composite(IndexedTypeSet, IndexedTypeSet) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
computeDestination(double, double) - Method in class org.hibernate.search.spatial.impl.Point
Calculate end of travel point
ConcatStringBridge - Class in org.hibernate.search.cfg
 
ConcatStringBridge() - Constructor for class org.hibernate.search.cfg.ConcatStringBridge
 
concurrentHashMap() - Static method in class org.hibernate.search.spi.impl.IndexedTypeMaps
 
ConcurrentlyMutableAnalyzer - Class in org.hibernate.search.backend.impl.lucene.analysis
An Analyzer implementation which can dynamically be reconfigured.
ConcurrentlyMutableAnalyzer(Analyzer) - Constructor for class org.hibernate.search.backend.impl.lucene.analysis.ConcurrentlyMutableAnalyzer
 
ConcurrentMergeScheduler - Class in org.hibernate.search.backend.impl.lucene.overrides
We customize Lucene's ConcurrentMergeScheduler to route eventual exceptions to our configurable error handler.
ConcurrentMergeScheduler(ErrorHandler, String) - Constructor for class org.hibernate.search.backend.impl.lucene.overrides.ConcurrentMergeScheduler
 
condition(String, JsonArray) - Static method in class org.hibernate.search.elasticsearch.impl.ToElasticsearch
 
ConfigContext - Class in org.hibernate.search.engine.impl
Provides access to some default configuration settings (eg is JPA present, what is the default null token) and holds mapping-scoped configuration (such as analyzer definitions).
ConfigContext(SearchConfiguration, BuildContext) - Constructor for class org.hibernate.search.engine.impl.ConfigContext
 
ConfigContext(SearchConfiguration, BuildContext, SearchMapping, Map<IndexManagerType, SearchIntegration>) - Constructor for class org.hibernate.search.engine.impl.ConfigContext
 
configuration(SearchConfiguration) - Method in class org.hibernate.search.spi.SearchIntegratorBuilder
 
CONFIGURATION_FILE - Static variable in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
ConfigurationParseHelper - Class in org.hibernate.search.util.configuration.impl
Helper class: to avoid managing NumberFormatExceptions and similar to ensure consistent error messages across configuration parsing to locate resources
configurationPropertyCantBeEmpty(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
configure(HttpAsyncClientBuilder, Properties) - Method in class org.hibernate.search.elasticsearch.aws.impl.AWSElasticsearchHttpClientConfigurer
 
configure(HttpAsyncClientBuilder, Properties) - Method in interface org.hibernate.search.elasticsearch.client.spi.ElasticsearchHttpClientConfigurer
Configure the HTTP Client.
configureFieldMetadata(String, FieldMetadataBuilder) - Method in class org.hibernate.search.bridge.builtin.TikaBridge
 
configureFieldMetadata(String, FieldMetadataBuilder) - Method in interface org.hibernate.search.bridge.MetadataProvidingFieldBridge
Allows this bridge to expose meta-data about the fields it creates.
configureFieldMetadata(String, FieldMetadataBuilder) - Method in interface org.hibernate.search.bridge.MetadataProvidingTikaMetadataProcessor
Allows this processor to expose meta-data about the fields it creates.
configureFieldMetadata(String, FieldMetadataBuilder) - Method in class org.hibernate.search.spatial.SpatialFieldBridge
 
configureFieldMetadata(String, FieldMetadataBuilder) - Method in class org.hibernate.search.spatial.SpatialFieldBridgeByHash
 
configureFieldMetadata(String, FieldMetadataBuilder) - Method in class org.hibernate.search.spatial.SpatialFieldBridgeByRange
 
conflictingParameterDefined(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ConnectedAllContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedAllContext() - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedAllContext
 
ConnectedDiscreteFacetContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedDiscreteFacetContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedDiscreteFacetContext
 
ConnectedFacetContinuationContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetContinuationContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetContinuationContext
 
ConnectedFacetFieldContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetFieldContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetFieldContext
 
ConnectedFacetParameterContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetParameterContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetParameterContext
 
ConnectedFacetRangeAboveBelowContext<T> - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetRangeAboveBelowContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveBelowContext
 
ConnectedFacetRangeAboveContext<T> - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetRangeAboveContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveContext
 
ConnectedFacetRangeBelowContinuationContext<T> - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetRangeBelowContinuationContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeBelowContinuationContext
 
ConnectedFacetRangeEndContext<T> - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetRangeEndContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeEndContext
 
ConnectedFacetRangeLimitContext<T> - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetRangeLimitContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeLimitContext
 
ConnectedFacetRangeStartContext<T> - Class in org.hibernate.search.query.dsl.impl
 
ConnectedFacetRangeStartContext(FacetBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeStartContext
 
ConnectedMoreLikeThisContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMoreLikeThisContext(QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
ConnectedMoreLikeThisMatchingContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMoreLikeThisMatchingContext(String[], MoreLikeThisQueryContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
ConnectedMoreLikeThisQueryBuilder - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMoreLikeThisQueryBuilder(Object, ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE, FieldsContext, MoreLikeThisQueryContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisQueryBuilder
 
ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE - Enum in org.hibernate.search.query.dsl.impl
We could encapsulate that into a MoreLikeThisContentObject but going for this approach for now to save memory pressure.
ConnectedMoreLikeThisQueryBuilder.MoreLikeThisTerminationImpl - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMoreLikeThisQueryBuilder.MoreLikeThisToEntityContentAndTerminationImpl - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMultiFieldsPhraseQueryBuilder - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMultiFieldsPhraseQueryBuilder(PhraseQueryContext, QueryCustomizer, List<FieldContext>, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsPhraseQueryBuilder
 
ConnectedMultiFieldsRangeQueryBuilder - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMultiFieldsRangeQueryBuilder(RangeQueryContext, QueryCustomizer, List<FieldContext>, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsRangeQueryBuilder
 
ConnectedMultiFieldsSimpleQueryStringQueryBuilder - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMultiFieldsSimpleQueryStringQueryBuilder(String, List<FieldsContext>, boolean, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsSimpleQueryStringQueryBuilder
 
ConnectedMultiFieldsTermQueryBuilder - Class in org.hibernate.search.query.dsl.impl
 
ConnectedMultiFieldsTermQueryBuilder(TermQueryContext, Object, FieldsContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsTermQueryBuilder
 
ConnectedPhraseMatchingContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedPhraseMatchingContext(String, PhraseQueryContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
 
ConnectedQueryBuilder - Class in org.hibernate.search.query.dsl.impl
Assuming connection with the search factory
ConnectedQueryBuilder(QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
ConnectedQueryContextBuilder - Class in org.hibernate.search.query.dsl.impl
Assuming connection with the search factory
ConnectedQueryContextBuilder(ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedQueryContextBuilder
 
ConnectedQueryContextBuilder.HSearchEntityContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedRangeMatchingContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedRangeMatchingContext(String, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
ConnectedSimpleQueryParser - Class in org.hibernate.search.query.dsl.impl
A FieldsContext aware implementation of the SimpleQueryParser of Lucene.
ConnectedSimpleQueryParser(Analyzer, List<FieldsContext>) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Creates a new parser searching over multiple fields with different weights.
ConnectedSimpleQueryParser(Analyzer, List<FieldsContext>, int) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Creates a new parser with custom flags used to enable/disable certain features.
ConnectedSimpleQueryStringMatchingContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedSimpleQueryStringMatchingContext(String, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
ConnectedSimpleQueryStringMatchingContext(String[], QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
ConnectedSortAdditionalSortFieldContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortAdditionalSortFieldContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortAdditionalSortFieldContext
 
ConnectedSortContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortContext(QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortContext
 
ConnectedSortDistanceFieldAndReferenceContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortDistanceFieldAndReferenceContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldAndReferenceContext
 
ConnectedSortDistanceFieldContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortDistanceFieldContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldContext
 
ConnectedSortDistanceNoFieldContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortDistanceNoFieldContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceNoFieldContext
 
ConnectedSortFieldContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortFieldContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
ConnectedSortNativeContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortNativeContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortNativeContext
 
ConnectedSortOrderTermination - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortOrderTermination(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortOrderTermination
 
ConnectedSortScoreContext - Class in org.hibernate.search.query.dsl.sort.impl
 
ConnectedSortScoreContext(QueryBuildingContext, SortFieldStates) - Constructor for class org.hibernate.search.query.dsl.sort.impl.ConnectedSortScoreContext
 
ConnectedSpatialContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedSpatialContext(QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSpatialContext
 
ConnectedSpatialMatchingContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedSpatialMatchingContext(QueryBuildingContext, QueryCustomizer, SpatialQueryContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSpatialMatchingContext
 
ConnectedSpatialQueryBuilder - Class in org.hibernate.search.query.dsl.impl
 
ConnectedSpatialQueryBuilder(SpatialQueryContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedSpatialQueryBuilder
 
ConnectedTermMatchingContext - Class in org.hibernate.search.query.dsl.impl
 
ConnectedTermMatchingContext(TermQueryContext, String, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
ConnectedTermMatchingContext(TermQueryContext, String[], QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
connection() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
connectionReleaseMode() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
Deprecated.
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
Deprecated.
consumeContent() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
ContainedIn - Annotation Type in org.hibernate.search.annotations
Describe the owning entity as being part of the target entity's indexed object graph.
containedIn() - Method in class org.hibernate.search.cfg.PropertyMapping
 
ContainedInMapping - Class in org.hibernate.search.cfg
 
ContainedInMapping(SearchMapping, PropertyDescriptor, EntityDescriptor) - Constructor for class org.hibernate.search.cfg.ContainedInMapping
 
ContainedInMetadata - Class in org.hibernate.search.engine.metadata.impl
 
ContainedInMetadata(XMember, Integer, String, String[]) - Constructor for class org.hibernate.search.engine.metadata.impl.ContainedInMetadata
 
ContainedInMetadataBuilder - Class in org.hibernate.search.engine.metadata.impl
 
ContainedInMetadataBuilder(XMember) - Constructor for class org.hibernate.search.engine.metadata.impl.ContainedInMetadataBuilder
 
containedInPointsToProvidedId(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ContainedInRecursionContext - Class in org.hibernate.search.engine.spi
Used to check the constraints of depth when using IndexedEmbedded or ContainedIn annotations.
ContainedInRecursionContext(int, int, Set<String>) - Constructor for class org.hibernate.search.engine.spi.ContainedInRecursionContext
 
ContainerBridge - Interface in org.hibernate.search.bridge
Implemented by bridges for container types like arrays, Iterable and Map.
contains(Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
containsAll(IndexedTypeSet) - Method in interface org.hibernate.search.spi.IndexedTypeSet
 
containsCollectionRole(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
containsKey(IndexedTypeIdentifier) - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
containsKey(Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
Check if a given properties is set.
containsSearchAnnotations(XClass) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Checks whether the specified class contains any Search-specific annotations.
containsSearchMetadata(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.metadata.impl.AnnotationMetadataProvider
 
containsSearchMetadata(IndexedTypeIdentifier) - Method in interface org.hibernate.search.engine.metadata.impl.MetadataProvider
 
containsValue(Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
ContextHelper - Class in org.hibernate.search.hcore.util.impl
Static helper class to retrieve the instance of the current SearchIntegrator / ExtendedSearchIntegrator.
ContextualExceptionBridgeHelper - Class in org.hibernate.search.bridge.util.impl
Wrap the exception with an exception provide contextual feedback.
ContextualExceptionBridgeHelper() - Constructor for class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.search.hcore.impl.SearchFactoryServiceContributor
 
ConversionContext - Interface in org.hibernate.search.bridge.spi
Setting the context before invoking a conversion bridge will provide more helpful exceptions in case of errors.
conversionFromReaderToStringNotYetImplemented() - Method in interface org.hibernate.search.util.logging.impl.Log
 
conversionRequired(IndexedTypeSet) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchLuceneQueryTranslator
 
conversionRequired(IndexedTypeSet) - Method in interface org.hibernate.search.query.engine.impl.LuceneQueryTranslator
 
convertFromLegacy(Class<?>) - Static method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
convertLuceneQuery(Query) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchLuceneQueryTranslator
 
convertLuceneQuery(Query) - Method in interface org.hibernate.search.query.engine.impl.LuceneQueryTranslator
 
convertToLegacy(IndexedTypeIdentifier) - Static method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
coordinate(NumericDocValues, int) - Static method in class org.hibernate.search.spatial.impl.CoordinateHelper
 
CoordinateHelper - Class in org.hibernate.search.spatial.impl
Utility class containing functions to read the value of a spatial coordinate field from an index and convert it to a double.
Coordinates - Interface in org.hibernate.search.spatial
Minimum interface for a field/method to be spatial hash indexable
COORDINATES_DEFAULT_FIELD - Static variable in annotation type org.hibernate.search.annotations.Spatial
Prefix used to generate field names for a default Spatial annotation
copy(int, int) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
copyHandler(CompletableFuture<T>) - Static method in class org.hibernate.search.util.impl.Futures
Creates a future handler that will copy the state of the handled future to the given future.
copyStateFromOldFactory(SearchFactoryState) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
CopyTokenStream - Class in org.hibernate.search.indexes.serialization.impl
Copy all AttributeImpl for each incrementToken Inspired by org.apache.lucene.analysis.CachingTokenFilter Original file released under the ASL 2.0 license http://www.apache.org/licenses/LICENSE-2.0
CopyTokenStream(List<List<AttributeImpl>>) - Constructor for class org.hibernate.search.indexes.serialization.impl.CopyTokenStream
 
couldNotAnalyzeSortableField(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
couldNotCloseResource(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
couldNotCreateUninvertingReader(DirectoryReader, IOException) - Method in interface org.hibernate.search.util.logging.impl.Log
 
countAcceptedFields() - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
Useful for tests
create(Properties, String, BuildContext) - Method in interface org.hibernate.search.cfg.spi.DirectoryProviderService
Creates a DirectoryProvider for an index based on the configuration
create(SearchConfiguration) - Method in interface org.hibernate.search.elasticsearch.analyzer.impl.ElasticsearchAnalyzerStrategyFactory
 
create(Properties) - Method in class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClientFactory
 
create(Properties) - Method in interface org.hibernate.search.elasticsearch.client.impl.ElasticsearchClientFactory
 
create(Gson, TypeToken<T>) - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory
 
create(Supplier<GsonBuilder>, boolean) - Static method in class org.hibernate.search.elasticsearch.gson.impl.DefaultGsonProvider
 
create(Map<String, String>) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.AnalysisDefinitionFactory
 
create(GsonBuilder, boolean) - Static method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
create(Properties, String, BuildContext) - Method in class org.hibernate.search.store.spi.BaseDirectoryProviderService
 
create(Supplier<CompletableFuture<T>>) - Static method in class org.hibernate.search.util.impl.Futures
Create a CompletableFuture using the given supplier.
createAddWork(String, IndexedTypeIdentifier, Object, Serializable, String, InstanceInitializer, ConversionContext) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
createAnalyzer(LuceneAnalyzerBuilder) - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
createAnalyzer(LuceneAnalyzerBuilder) - Method in class org.hibernate.search.analyzer.impl.NamedLuceneNormalizerReference
 
createAnalyzerStrategy(ServiceManager, SearchConfiguration) - Method in class org.hibernate.search.elasticsearch.spi.ElasticsearchIndexManagerType
 
createAnalyzerStrategy(ServiceManager, SearchConfiguration) - Method in interface org.hibernate.search.indexes.spi.IndexManagerType
 
createAnalyzerStrategy(ServiceManager, SearchConfiguration) - Method in class org.hibernate.search.indexes.spi.LuceneEmbeddedIndexManagerType
 
createAnalyzerStrategyFactory(ServiceManager) - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialect
 
createAnalyzerStrategyFactory(ServiceManager) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
createAnalyzerStrategyFactory(ServiceManager) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
createAnalyzerStrategyFactory(ServiceManager) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es52.Elasticsearch52Dialect
 
createBackend(IndexManager, WorkerBuildContext, Properties) - Static method in class org.hibernate.search.backend.BackendFactory
 
createBackend(String, IndexManager, WorkerBuildContext, Properties) - Static method in class org.hibernate.search.backend.BackendFactory
 
createBackend(String, String, Properties, WorkerBuildContext) - Static method in class org.hibernate.search.backend.impl.InternalBackendFactory
 
createComponents(String) - Method in class org.hibernate.search.engine.impl.TokenizerChain
 
createComponents(String) - Method in class org.hibernate.search.util.impl.PassThroughAnalyzer
 
createContainedInMetadata() - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadataBuilder
 
createCoordinator() - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
createDefaultAnalyzerReference() - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createDefaultAnalyzerReference() - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createDefaultAnalyzerReference() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createDefaultIndexManager() - Method in interface org.hibernate.search.cfg.spi.IndexManagerFactory
 
createDefaultIndexManager() - Method in class org.hibernate.search.engine.impl.DefaultIndexManagerFactory
 
createDialect(ElasticsearchClient, Properties) - Method in class org.hibernate.search.elasticsearch.dialect.impl.DefaultElasticsearchDialectFactory
 
createDialect(ElasticsearchClient, Properties) - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialectFactory
 
createDirectoryBasedReaderProvider(DirectoryBasedIndexManager, Properties, WorkerBuildContext) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
 
createDirectoryProvider(String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
createErrorContext() - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
createErrorHandler(SearchConfiguration) - Static method in class org.hibernate.search.spi.ErrorHandlerFactory
 
createExactMatchQuery(String, Object) - Static method in class org.hibernate.search.bridge.util.impl.NumericFieldUtils
Will create a RangeQuery matching exactly the provided value: lower and upper value match, and bounds are included.
createFacet(FacetMetadata, String, int) - Method in class org.hibernate.search.query.dsl.impl.DiscreteFacetRequest
 
createFacet(FacetMetadata, String, int) - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
createFacet(FacetMetadata, String, int) - Method in class org.hibernate.search.query.dsl.impl.RangeFacetRequest
 
createFacetingRequest() - Method in interface org.hibernate.search.query.dsl.FacetTermination
 
createFacetingRequest() - Method in class org.hibernate.search.query.dsl.impl.ConnectedDiscreteFacetContext
 
createFacetingRequest() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetParameterContext
 
createFacetingRequest() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveContext
 
createFacetingRequest() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeBelowContinuationContext
 
createFacetingRequest() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeEndContext
 
createFilterInstance(FullTextFilterImpl, FilterDef) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
createFSIndex(Path, Properties, ServiceManager) - Static method in class org.hibernate.search.store.impl.DirectoryProviderHelper
Creates an FSDirectory in provided directory and initializes an index if not already existing.
createFullTextFilter(FilterDef, Object) - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
createFullTextQuery(Query, Class<?>...) - Method in interface org.hibernate.search.FullTextSession
 
createFullTextQuery(QueryDescriptor, Class<?>...) - Method in interface org.hibernate.search.FullTextSession
 
createFullTextQuery(Query, Class<?>...) - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Create a fulltext query on top of a native Lucene query returning the matching objects of type entities and their respective subclasses.
createFullTextQuery(QueryDescriptor, Class<?>...) - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Creates a fulltext query from the given query descriptor.
createFullTextSession(Session) - Static method in class org.hibernate.search.impl.ImplementationFactory
 
createGsonBuilderBase() - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialect
 
createGsonBuilderBase() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
createGsonBuilderBase() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
createHSQuery(SearchIntegrator, IndexedTypeSet) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchJsonQueryDescriptor
 
createHSQuery(SearchIntegrator, IndexedTypeMap<CustomTypeMetadata>) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchJsonQueryDescriptor
 
createHSQuery(Query, Class<?>...) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
createHSQuery(Query, IndexedTypeMap<CustomTypeMetadata>) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
createHSQuery(SearchIntegrator, IndexedTypeSet) - Method in class org.hibernate.search.engine.impl.LuceneQueryDescriptor
 
createHSQuery(SearchIntegrator, IndexedTypeMap<CustomTypeMetadata>) - Method in class org.hibernate.search.engine.impl.LuceneQueryDescriptor
 
createHSQuery(Query, Class<?>...) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
createHSQuery(Query, IndexedTypeMap<CustomTypeMetadata>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
createHSQuery(SearchIntegrator, IndexedTypeSet) - Method in interface org.hibernate.search.query.engine.spi.QueryDescriptor
 
createHSQuery(SearchIntegrator, IndexedTypeMap<CustomTypeMetadata>) - Method in interface org.hibernate.search.query.engine.spi.QueryDescriptor
 
createHSQuery(Query, Class<?>...) - Method in interface org.hibernate.search.spi.SearchIntegrator
Return an Hibernate Search query object.
createHSQuery(Query, IndexedTypeMap<CustomTypeMetadata>) - Method in interface org.hibernate.search.spi.SearchIntegrator
Return an Hibernate Search query object.
createIdentityWeakKeyConcurrentMap(int, int) - Static method in class org.hibernate.search.util.impl.Maps
Creates a ConcurrentMap using weak references to keys, so that garbage collection of the key allows to remove the value from the map.
createIndex(IndexMetadata, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaCreator
 
createIndex(URLEncodedString, IndexSettings, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
createIndex(IndexMetadata, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaCreator
Create an index.
createIndex(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
createIndex(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
createIndexer(Class<?>...) - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Creates a MassIndexer to rebuild the indexes of some or all indexed entity types.
createIndexIfAbsent(IndexMetadata, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaCreator
 
createIndexIfAbsent(URLEncodedString, IndexSettings, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
createIndexIfAbsent(IndexMetadata, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaCreator
Create an index, but only if the index doesn't already exist.
createIndexManagerByName(String) - Method in interface org.hibernate.search.cfg.spi.IndexManagerFactory
 
createIndexManagerByName(String) - Method in class org.hibernate.search.engine.impl.DefaultIndexManagerFactory
 
createIndexReader(String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.impl.NRTIndexManager
 
createIndexReader(String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
CreateIndexResult - Enum in org.hibernate.search.elasticsearch.work.impl
 
CreateIndexWork - Class in org.hibernate.search.elasticsearch.work.impl
 
CreateIndexWork(CreateIndexWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork
 
CreateIndexWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
CreateIndexWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
createInstance() - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractExtraPropertiesJsonAdapter
 
createInstance(Class<?>, boolean) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Creates an instance of the specified class and returns it.
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchInstantBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchLocalDateBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchLocalDateTimeBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchLocalTimeBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchMonthDayBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchOffsetDateTimeBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchOffsetTimeBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchTemporalAccessorStringBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchYearBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchYearMonthBridge
 
createInvalidIndexNullAsException(String, DateTimeException) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchZonedDateTimeBridge
 
createLockFactory(Path, Properties) - Method in class org.hibernate.search.store.impl.DefaultLockFactoryCreator
 
createLockFactory(File, Properties) - Method in interface org.hibernate.search.store.LockFactoryProvider
Creates a LockFactory implementation.
createLockFactory(Path, Properties) - Method in interface org.hibernate.search.store.spi.LockFactoryCreator
Creates a LockFactory as selected in the configuration for the Directory provider.
createLuceneClassAnalyzerReference(Class<?>) - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createLuceneClassAnalyzerReference(Class<?>) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createLuceneClassAnalyzerReference(Class<?>) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createLuceneClassNormalizerReference(Class<?>) - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createLuceneClassNormalizerReference(Class<?>) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createLuceneClassNormalizerReference(Class<?>) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createMappings(IndexMetadata, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaCreator
 
createMappings(IndexMetadata, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaCreator
Create mappings on a supposedly existing index.
createMassIndexer(SearchIntegrator, SessionFactoryImplementor, Class<?>...) - Method in class org.hibernate.search.batchindexing.impl.DefaultMassIndexerFactory
 
createMassIndexer(SearchIntegrator, SessionFactoryImplementor, Class<?>...) - Method in interface org.hibernate.search.batchindexing.spi.MassIndexerFactory
Create an instance of a MassIndexer.
createMessage(byte[]) - Method in class org.hibernate.search.backend.jgroups.impl.AutoNodeSelector
 
createMessage(byte[]) - Method in class org.hibernate.search.backend.jgroups.impl.MasterNodeSelector
 
createMessage(byte[]) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorStrategy
Different message options can be applied using different constructors, hence we delegate Message construction to the strategy.
createMessage(byte[]) - Method in class org.hibernate.search.backend.jgroups.impl.SlaveNodeSelector
 
createMissingValueStrategy(ServiceManager, SearchConfiguration) - Method in class org.hibernate.search.elasticsearch.spi.ElasticsearchIndexManagerType
 
createMissingValueStrategy(ServiceManager, SearchConfiguration) - Method in interface org.hibernate.search.indexes.spi.IndexManagerType
 
createMissingValueStrategy(ServiceManager, SearchConfiguration) - Method in class org.hibernate.search.indexes.spi.LuceneEmbeddedIndexManagerType
 
createNamedAnalyzerReference(String) - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createNamedAnalyzerReference(String) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createNamedAnalyzerReference(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createNamedNormalizerReference(String) - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createNamedNormalizerReference(String) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createNamedNormalizerReference(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createNamedNormalizerReference(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch52AnalyzerStrategy
 
createNestingContext(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.nesting.impl.DefaultNestingContextFactory
 
createNestingContext(IndexedTypeIdentifier) - Method in interface org.hibernate.search.engine.nesting.impl.NestingContextFactory
 
createNodeSelectorStrategy(IndexManager) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
 
createNodeSelectorStrategy(IndexManager) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterBackend
 
createNodeSelectorStrategy(IndexManager) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsSlaveBackend
 
createNonStreamOrchestrator(String, boolean) - Method in class org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkProcessor
Return an orchestrator for non-stream background works.
createNullMarker(String) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
createNullMarker(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.DurationBridge
 
createNullMarker(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
createNullMarker(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
createNullMarker(String) - Method in interface org.hibernate.search.bridge.spi.EncodingBridge
 
createNullMarker(String) - Method in class org.hibernate.search.bridge.util.impl.EncodingStringBridge
 
createNullMarker(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBooleanBridge
 
createNullMarkerCodec(IndexedTypeIdentifier, PartialDocumentFieldMetadata, NullMarker) - Method in class org.hibernate.search.elasticsearch.nulls.impl.ElasticsearchMissingValueStrategy
 
createNullMarkerCodec(IndexedTypeIdentifier, PartialDocumentFieldMetadata, NullMarker) - Method in class org.hibernate.search.engine.nulls.impl.LuceneMissingValueStrategy
 
createNullMarkerCodec(IndexedTypeIdentifier, PartialDocumentFieldMetadata, NullMarker) - Method in interface org.hibernate.search.engine.nulls.impl.MissingValueStrategy
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullStringNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsTokenStringNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchBooleanNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchDoubleNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchFloatNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchIntegerNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchLongNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneDoubleNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneFloatNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneIntegerNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneLongNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneStringNullMarkerCodec
 
createNullMatchingQuery(String) - Method in class org.hibernate.search.engine.nulls.codec.impl.NotEncodingCodec
 
createNullMatchingQuery(String) - Method in interface org.hibernate.search.engine.nulls.codec.impl.NullMarkerCodec
Create a Query to find all documents which have a 'null' value encoded in the specified field
createNumericRangeQuery(String, Object, Object, boolean, boolean) - Static method in class org.hibernate.search.bridge.util.impl.NumericFieldUtils
 
createPassThroughAnalyzerReference() - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createPassThroughAnalyzerReference() - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createPassThroughAnalyzerReference() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createProvidedAnalyzerReferences() - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createProvidedAnalyzerReferences() - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createProvidedAnalyzerReferences() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createProvidedNormalizerReferences() - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
createProvidedNormalizerReferences() - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
 
createProvidedNormalizerReferences() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedAllContext
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisQueryBuilder
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsPhraseQueryBuilder
 
createQuery(FieldContext) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsPhraseQueryBuilder
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsRangeQueryBuilder
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsSimpleQueryStringQueryBuilder
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsTermQueryBuilder
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialQueryBuilder
 
createQuery() - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
Return a query that will return docs like the passed lucene document ID.
createQuery() - Method in interface org.hibernate.search.query.dsl.Termination
Return the lucene query representing the operation
createQueryFactory() - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialect
 
createQueryFactory() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
createQueryFactory() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
createQueueProcessor(IndexManager, WorkerBuildContext) - Method in class org.hibernate.search.backend.impl.blackhole.BlackHoleBackend
 
createQueueProcessor(IndexManager, WorkerBuildContext) - Method in class org.hibernate.search.backend.impl.LocalBackend
 
createQueueProcessor(IndexManager, WorkerBuildContext) - Method in class org.hibernate.search.backend.impl.ReflectionBasedBackend
 
createQueueProcessor(IndexManager, WorkerBuildContext) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
 
createQueueProcessor(IndexManager, WorkerBuildContext) - Method in class org.hibernate.search.backend.jms.impl.JndiJMSBackend
 
createQueueProcessor(IndexManager, WorkerBuildContext) - Method in interface org.hibernate.search.backend.spi.Backend
Called exactly once for each index manager using this backend.
createRegistryPopulator(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearch2NormalizerReference
 
createRegistryPopulator(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearch52NormalizerReference
 
createRegistryPopulator(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
createRemoteOperationDispatcher(Predicate<IndexManager>) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
createRemoteOperationDispatcher(Predicate<IndexManager>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
createRemoteOperationDispatcher(Predicate<IndexManager>) - Method in interface org.hibernate.search.spi.SearchIntegrator
 
createSchemaTranslator() - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialect
 
createSchemaTranslator() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
createSchemaTranslator() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
createSchemaTranslator() - Method in class org.hibernate.search.elasticsearch.dialect.impl.es52.Elasticsearch52Dialect
 
createSchemaValidator(ElasticsearchSchemaAccessor) - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialect
 
createSchemaValidator(ElasticsearchSchemaAccessor) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
createSchemaValidator(ElasticsearchSchemaAccessor) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
createSchemaValidator(ElasticsearchSchemaAccessor) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es52.Elasticsearch52Dialect
 
createSearchFactory(ExtendedSearchIntegrator) - Static method in class org.hibernate.search.impl.ImplementationFactory
 
createSort() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldAndReferenceContext
 
createSort() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
createSort() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortNativeContext
 
createSort() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortOrderTermination
 
createSort() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortScoreContext
 
createSort() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
createSort() - Method in interface org.hibernate.search.query.dsl.sort.SortTermination
Return the Lucene Sort corresponding to the requested sort.
createSpatialDistanceScript(Coordinates, String) - Method in class org.hibernate.search.elasticsearch.query.impl.Elasticsearch2QueryFactory
 
createSpatialDistanceScript(Coordinates, String) - Method in class org.hibernate.search.elasticsearch.query.impl.Elasticsearch5QueryFactory
 
createSpatialDistanceScript(Coordinates, String) - Method in interface org.hibernate.search.elasticsearch.query.impl.ElasticsearchQueryFactory
 
createTimeoutException(String, String) - Method in interface org.hibernate.search.query.engine.spi.TimeoutExceptionFactory
 
createUpdateWork(String, IndexedTypeIdentifier, Object, Serializable, String, InstanceInitializer, ConversionContext) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
createWeight(IndexSearcher, boolean) - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.hibernate.search.spatial.impl.SpatialHashQuery
 
createWorker(SearchConfiguration, WorkerBuildContext, QueueingProcessor) - Static method in class org.hibernate.search.backend.impl.WorkerFactory
 
createWorkFactory(GsonProvider) - Method in interface org.hibernate.search.elasticsearch.dialect.impl.ElasticsearchDialect
 
createWorkFactory(GsonProvider) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
createWorkFactory(GsonProvider) - Method in class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
createWorkspaceHolder(String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.impl.NRTIndexManager
 
createWorkspaceHolder(String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
createXClassHierarchy(XClass) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Creates the class hierarchy for a given XClass.
criteria(Criteria) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
CriteriaObjectInitializer - Class in org.hibernate.search.query.hibernate.impl
Initialize object using one or several criteria queries.
current - Variable in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.PerDirectoryLatestReader
Reference to the most current IndexReader for a DirectoryProvider; guarded by lockOnReplaceCurrent;
currentReaders - Variable in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
contains last updated Reader; protected by lockOnOpenLatest (in the values)
currentReaders - Variable in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
contains last updated Reader; protected by lockOnOpenLatest (in the values)
currentSearchIntegrator(SearchIntegrator) - Method in class org.hibernate.search.spi.SearchIntegratorBuilder
 
CustomTypeMetadata - Interface in org.hibernate.search.spi
 

D

DATABASE_RETRIEVAL_METHOD - Static variable in class org.hibernate.search.cfg.Environment
Property name to set the default database retrieval method during object initialization.
DatabaseRetrievalMethod - Enum in org.hibernate.search.query
Defines the method used to initialize an object
DataType - Enum in org.hibernate.search.elasticsearch.schema.impl.model
An enum for Elasticsearch data types.
DATE_DAY - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_DAY - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_DAY - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_DAY - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_DAY - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DATE_HOUR - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_HOUR - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_HOUR - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_HOUR - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_HOUR - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DATE_MILLISECOND - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_MILLISECOND - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_MILLISECOND - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_MILLISECOND - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_MILLISECOND - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DATE_MINUTE - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_MINUTE - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_MINUTE - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_MINUTE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_MINUTE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DATE_MONTH - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_MONTH - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_MONTH - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_MONTH - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_MONTH - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DATE_SECOND - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_SECOND - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_SECOND - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_SECOND - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_SECOND - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DATE_YEAR - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
DATE_YEAR - Static variable in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
DATE_YEAR - Static variable in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
DATE_YEAR - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
DATE_YEAR - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
DateBridge - Annotation Type in org.hibernate.search.annotations
Defines the temporal resolution and encoding type of a java.util.Date field.
dateBridge(Resolution) - Method in class org.hibernate.search.cfg.FieldMapping
 
dateBridge(Resolution) - Method in class org.hibernate.search.cfg.PropertyMapping
 
DateBridgeMapping - Class in org.hibernate.search.cfg
 
DateBridgeMapping(SearchMapping, EntityDescriptor, PropertyDescriptor, Resolution) - Constructor for class org.hibernate.search.cfg.DateBridgeMapping
 
DateResolutionUtil - Class in org.hibernate.search.bridge.builtin.impl
 
dateToString(Date) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchDateHelper
 
decrementLevel() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
DEFAULT_ACCEPTABLE_MAX_AGE_MS - Static variable in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
DEFAULT_BOTTOM_SPATIAL_HASH_LEVEL - Static variable in class org.hibernate.search.spatial.SpatialFieldBridgeByHash
 
DEFAULT_DELAY_MS - Static variable in class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
 
DEFAULT_INITIALIZER - Static variable in class org.hibernate.search.spi.DefaultInstanceInitializer
 
DEFAULT_LUCENE_MATCH_VERSION - Static variable in class org.hibernate.search.cfg.Environment
If nothing else is specified we use Version.LUCENE_CURRENT as the default Lucene version.
DEFAULT_MESSAGE_TIMEOUT - Static variable in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
Default value for the JGroupsBackend.MESSAGE_TIMEOUT_MS configuration property.
DEFAULT_NULL_TOKEN - Static variable in annotation type org.hibernate.search.annotations.Field
Value for the Field.indexNullAs() parameter indicating that null values should be indexed using the null token given through the Environment.DEFAULT_NULL_TOKEN configuration property.
DEFAULT_NULL_TOKEN - Static variable in annotation type org.hibernate.search.annotations.IndexedEmbedded
Value for the IndexedEmbedded.indexNullAs() parameter indicating that null values should be indexed using the null token given through the Environment.DEFAULT_NULL_TOKEN configuration property.
DEFAULT_NULL_TOKEN - Static variable in class org.hibernate.search.cfg.Environment
Parameter name used to configure the default null token
DEFAULT_SERVICES_MAP - Static variable in class org.hibernate.search.cfg.Environment
 
DEFAULT_SIZE - Static variable in class org.hibernate.search.filter.impl.CachingWrapperQuery
 
DEFAULT_SOFT_REF_COUNT - Static variable in class org.hibernate.search.util.impl.SoftLimitMRUCache
The default soft reference count.
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.search.util.impl.SoftLimitMRUCache
The default strong reference count.
DEFAULT_TIMEOUT_EXCEPTION_FACTORY - Static variable in exception org.hibernate.search.query.engine.QueryTimeoutException
 
DEFAULT_TOP_SPATIAL_HASH_LEVEL - Static variable in class org.hibernate.search.spatial.SpatialFieldBridgeByHash
 
DefaultBatchBackend - Class in org.hibernate.search.backend.impl.batch
This is not meant to be used as a regular backend, only to apply batch changes to the index.
DefaultBatchBackend(ExtendedSearchIntegrator, MassIndexerProgressMonitor) - Constructor for class org.hibernate.search.backend.impl.batch.DefaultBatchBackend
 
DefaultBoostStrategy - Class in org.hibernate.search.engine.impl
Deprecated.
DefaultClassLoaderService - Class in org.hibernate.search.engine.service.classloading.impl
Default implementation of ClassLoaderService using the old pre class loader service apporach of attempting to load from the current and thread context class loaders.
DefaultClassLoaderService() - Constructor for class org.hibernate.search.engine.service.classloading.impl.DefaultClassLoaderService
Constructs a ClassLoaderServiceImpl with standard set-up
DefaultDirectoryProviderService - Class in org.hibernate.search.store.impl
DefaultDirectoryProviderService() - Constructor for class org.hibernate.search.store.impl.DefaultDirectoryProviderService
 
DefaultElasticsearchAnalyzerDefinitionTranslator - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
DefaultElasticsearchAnalyzerDefinitionTranslator() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
DefaultElasticsearchClient - Class in org.hibernate.search.elasticsearch.client.impl
 
DefaultElasticsearchClient(RestClient, Sniffer, int, TimeUnit, GsonProvider) - Constructor for class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClient
 
DefaultElasticsearchClientFactory - Class in org.hibernate.search.elasticsearch.client.impl
 
DefaultElasticsearchClientFactory() - Constructor for class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClientFactory
 
DefaultElasticsearchDialectFactory - Class in org.hibernate.search.elasticsearch.dialect.impl
 
DefaultElasticsearchDialectFactory() - Constructor for class org.hibernate.search.elasticsearch.dialect.impl.DefaultElasticsearchDialectFactory
 
DefaultElasticsearchRequestSuccessAssessor - Class in org.hibernate.search.elasticsearch.work.impl
 
DefaultElasticsearchRequestSuccessAssessor.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
DefaultElasticsearchSchemaCreator - Class in org.hibernate.search.elasticsearch.schema.impl
The default ElasticsearchSchemaCreator implementation.
DefaultElasticsearchSchemaCreator(ElasticsearchSchemaAccessor) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaCreator
 
DefaultElasticsearchSchemaDropper - Class in org.hibernate.search.elasticsearch.schema.impl
The default ElasticsearchSchemaDropper implementation.
DefaultElasticsearchSchemaDropper(ElasticsearchSchemaAccessor) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaDropper
 
DefaultElasticsearchSchemaMigrator - Class in org.hibernate.search.elasticsearch.schema.impl
The default ElasticsearchSchemaMigrator implementation.
DefaultElasticsearchSchemaMigrator(ElasticsearchSchemaAccessor, ElasticsearchSchemaValidator) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaMigrator
 
DefaultElasticsearchService - Class in org.hibernate.search.elasticsearch.impl
Provides access to the JEST client.
DefaultElasticsearchService() - Constructor for class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
defaultFieldName - Static variable in annotation type org.hibernate.search.annotations.ProvidedId
Deprecated.
 
DefaultFilterKey - Class in org.hibernate.search.filter.impl
A FilterKey based on the name of a filter definition and the name/value pairs passed to a given instantiation of that definition.
DefaultFilterKey(String, Map<String, Object>) - Constructor for class org.hibernate.search.filter.impl.DefaultFilterKey
 
DefaultGsonProvider - Class in org.hibernate.search.elasticsearch.gson.impl
 
DefaultHibernateSessionFactoryService - Class in org.hibernate.search.hcore.impl
A Hibernate Search service which allows to request a Hibernate SessionFactory during bootstrapping.
DefaultIdUniquenessResolver - Class in org.hibernate.search.cfg.spi.impl
Default implementation that is conservative and always answers that ids may not be unique.
DefaultIdUniquenessResolver() - Constructor for class org.hibernate.search.cfg.spi.impl.DefaultIdUniquenessResolver
 
DefaultIndexManagerFactory - Class in org.hibernate.search.engine.impl
This is the default IndexManagerFactory implementation for Hibernate Search.
DefaultIndexManagerFactory() - Constructor for class org.hibernate.search.engine.impl.DefaultIndexManagerFactory
 
DefaultIndexReaderAccessor - Class in org.hibernate.search.indexes.impl
Provides access to IndexReaders.
DefaultIndexReaderAccessor(ImmutableSearchFactory) - Constructor for class org.hibernate.search.indexes.impl.DefaultIndexReaderAccessor
 
DefaultInstanceInitializer - Class in org.hibernate.search.spi
Provides SPI level access to the default InstanceInitializer singleton.
DefaultLockFactoryCreator - Class in org.hibernate.search.store.impl
The one and only LockFactoryCreator.
DefaultLockFactoryCreator() - Constructor for class org.hibernate.search.store.impl.DefaultLockFactoryCreator
 
DefaultLogCategories - Class in org.hibernate.search.util.logging.impl
Log categories to be used with LoggerFactory.make(LogCategory).
DefaultMassIndexerFactory - Class in org.hibernate.search.batchindexing.impl
The MassIndexer implementation used when none is specified in the configuration.
DefaultMassIndexerFactory() - Constructor for class org.hibernate.search.batchindexing.impl.DefaultMassIndexerFactory
 
DefaultNestingContextFactory - Class in org.hibernate.search.engine.nesting.impl
Always returns the no-op context.
DefaultNestingContextFactory() - Constructor for class org.hibernate.search.engine.nesting.impl.DefaultNestingContextFactory
 
DefaultNodeSelectorService - Class in org.hibernate.search.backend.jgroups.impl
Maintains a registry of node selectors per index, so that we can handle each index independently while sharing the same JGroups channel.
DefaultNodeSelectorService() - Constructor for class org.hibernate.search.backend.jgroups.impl.DefaultNodeSelectorService
 
defaultProviderClasses - Variable in class org.hibernate.search.store.spi.BaseDirectoryProviderService
 
Defaults() - Constructor for class org.hibernate.search.elasticsearch.cfg.ElasticsearchEnvironment.Defaults
 
DefaultStringBridge - Class in org.hibernate.search.bridge.builtin
Convert an object using the object's toString method or return null if the object is null.
DefaultStringBridge() - Constructor for class org.hibernate.search.bridge.builtin.DefaultStringBridge
 
DefaultTimingSource - Class in org.hibernate.search.engine.impl
Default implementation for a TimingSource
DefaultTimingSource() - Constructor for class org.hibernate.search.engine.impl.DefaultTimingSource
 
defineBoost(Object) - Method in interface org.hibernate.search.engine.BoostStrategy
Deprecated.
 
defineBoost(Object) - Method in class org.hibernate.search.engine.impl.DefaultBoostStrategy
Deprecated.
 
defineDocument() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
defineDocument() - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder
 
definition - Variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
DELEGATE_BACKEND - Static variable in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
This JGroups backend is meant to delegate to a different backend on the master node.
DelegatingClassLoaderService - Class in org.hibernate.search.cfg.impl
An implementation of class loader service which delegates to the ORM provided ClassLoaderService.
DelegatingClassLoaderService(ClassLoaderService) - Constructor for class org.hibernate.search.cfg.impl.DelegatingClassLoaderService
 
delete() - Static method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
delete(URLEncodedString, URLEncodedString, URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
delete(URLEncodedString, URLEncodedString, URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
delete(Path) - Static method in class org.hibernate.search.util.impl.FileHelper
Deletes a file.
deleteByQuery(URLEncodedString, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
deleteByQuery(URLEncodedString, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch5WorkFactory
 
deleteByQuery(URLEncodedString, JsonObject) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
DeleteByQueryLuceneWork - Class in org.hibernate.search.backend.spi
Representation of deleteByQuery(...) from Lucene.
DeleteByQueryLuceneWork(IndexedTypeIdentifier, DeletionQuery) - Constructor for class org.hibernate.search.backend.spi.DeleteByQueryLuceneWork
 
DeleteByQueryLuceneWork(String, IndexedTypeIdentifier, DeletionQuery) - Constructor for class org.hibernate.search.backend.spi.DeleteByQueryLuceneWork
 
DeleteByQuerySupport - Class in org.hibernate.search.backend.impl
This class provides means to convert all (by default) supported DeletionQueries back to Lucene Queries and to their String[] representation and back.
DeleteByQueryWork - Class in org.hibernate.search.backend.spi
Delete via a serializable query
DeleteByQueryWork(IndexedTypeIdentifier, DeletionQuery) - Constructor for class org.hibernate.search.backend.spi.DeleteByQueryWork
 
DeleteByQueryWork(String, IndexedTypeIdentifier, DeletionQuery) - Constructor for class org.hibernate.search.backend.spi.DeleteByQueryWork
Creates a DeleteByWork
DeleteByQueryWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
deleteDocuments(Query) - Method in class org.hibernate.search.backend.impl.lucene.IndexWriterDelegate
 
deleteDocuments(Term) - Method in class org.hibernate.search.backend.impl.lucene.IndexWriterDelegate
 
DeleteExtWorkExecutor - Class in org.hibernate.search.backend.impl.lucene.works
Extension of DeleteLuceneWork bound to a single entity.
DeleteLuceneWork - Class in org.hibernate.search.backend
 
DeleteLuceneWork(Serializable, String, IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.DeleteLuceneWork
 
DeleteLuceneWork(String, Serializable, String, IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.DeleteLuceneWork
 
DeleteWork - Class in org.hibernate.search.elasticsearch.work.impl
 
DeleteWork(DeleteWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.DeleteWork
 
DeleteWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
DeleteWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
DeletionQuery - Interface in org.hibernate.search.backend.spi
interface for Serializable Queries that can be used to delete from an index.
deprecatedBackendName() - Method in interface org.hibernate.search.util.logging.impl.Log
 
deprecatedConfigurationPropertyIsIgnored(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
depth(int) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
desc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldAndReferenceContext
 
desc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
desc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortOrderTermination
 
desc() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortScoreContext
 
desc() - Method in interface org.hibernate.search.query.dsl.sort.SortOrder
Sort in descending order.
describeQuery() - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
describeSerializer() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkSerializerImpl
 
describeSerializer() - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorkSerializer
 
deselectFacets(Facet...) - Method in interface org.hibernate.search.query.facet.FacetSelection
 
deserialize(byte[], LuceneWorksBuilder) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroDeserializer
 
deserialize(byte[], LuceneWorksBuilder) - Method in interface org.hibernate.search.indexes.serialization.spi.Deserializer
 
Deserializer - Interface in org.hibernate.search.indexes.serialization.spi
Contract between Hibernate Search and the LuceneWork deserializer.
destroy() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
destroy() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
destroy() - Method in interface org.hibernate.search.indexes.spi.IndexManager
Called when a SearchFactory is stopped.
destroy() - Method in class org.hibernate.search.util.impl.AggregatedClassLoader
 
detectInfiniteTypeLoopInIndexedEmbedded(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
determineCurrentSortFieldTypeAutomaticaly() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
DigestSelfSigningCapable - Interface in org.hibernate.search.elasticsearch.spi
Interface to be applied on HttpEntity instances to customize the digest encoding: in some cases we can have more efficient code by delegating the computation of digests to the container object.
DirectoryBasedIndexManager - Class in org.hibernate.search.indexes.spi
This implementation of IndexManager is coupled to a DirectoryProvider and a DirectoryBasedReaderProvider.
DirectoryBasedIndexManager() - Constructor for class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
DirectoryBasedReaderProvider - Interface in org.hibernate.search.indexes.spi
 
DirectoryHelper - Class in org.hibernate.search.store.spi
Provides utility functions around Lucene directories.
directoryIsNotReadable(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
DirectoryProvider<TDirectory extends Directory> - Interface in org.hibernate.search.store
Set up and provide a Lucene Directory equals() and hashCode() must guaranty equality between two providers pointing to the same underlying Lucene Store.
DirectoryProviderHelper - Class in org.hibernate.search.store.impl
 
DirectoryProviderService<D extends Directory> - Interface in org.hibernate.search.cfg.spi
This Service allows to customize the creation of DirectoryProvider instances, potentially making use of shortcuts for the implementation names and altering default implementations.
dirtiedIndexName - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
dirtiedIndexName - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
disableFaceting(String) - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
disableFaceting(String) - Method in interface org.hibernate.search.query.engine.spi.FacetManager
Disable a facet with the given name.
disableFullTextFilter(String) - Method in interface org.hibernate.search.jpa.FullTextQuery
Disable a given filter by its name
disableFullTextFilter(String) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
disableFullTextFilter(String) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Disable a given filter by its name.
disableFullTextFilter(String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
disableScoring() - Method in interface org.hibernate.search.query.dsl.MustJunction
Disables scoring on the subquery.
disableStateInspectionOptimization() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
disableStateInspectionOptimizations() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
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.
discrete() - Method in interface org.hibernate.search.query.dsl.FacetContinuationContext
Start building a discrete facet
discrete() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetContinuationContext
 
DiscreteFacetContext - Interface in org.hibernate.search.query.dsl
 
DiscreteFacetRequest - Class in org.hibernate.search.query.dsl.impl
A facet request for string based fields.
Discriminator - Interface in org.hibernate.search.analyzer
Returns the expected discriminator name to use on the element evaluated
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.search.hcore.impl.HibernateSearchIntegrator
 
dispatch(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.StreamingOperationDispatcher
 
dispatch(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.StreamingOperationDispatcher
 
dispatch(LuceneWork, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.TransactionalOperationDispatcher
 
dispatch(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.TransactionalOperationDispatcher
 
dispatch(LuceneWork, IndexingMonitor) - Method in interface org.hibernate.search.backend.spi.OperationDispatcher
 
dispatch(List<LuceneWork>, IndexingMonitor) - Method in interface org.hibernate.search.backend.spi.OperationDispatcher
 
DispatchMessageSender - Class in org.hibernate.search.backend.jgroups.impl
We use the MessageDispatcher instead of the JChannel to be able to use blocking operations (optionally) without having to rely on the RSVP protocol being configured on the stack.
DispatchMessageSender() - Constructor for class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
displayTokens(Analyzer, String, String) - Static method in class org.hibernate.search.util.AnalyzerUtils
 
displayTokensWithFullDetails(Analyzer, String, String) - Static method in class org.hibernate.search.util.AnalyzerUtils
 
displayTokensWithPositions(Analyzer, String, String, PrintStream) - Static method in class org.hibernate.search.util.AnalyzerUtils
Utility to print out the tokens generated by a specific Analyzer on an example text.
DistanceCollector - Class in org.hibernate.search.spatial.impl
A Lucene distance Collector for spatial searches.
DistanceCollector(Coordinates, int, String) - Constructor for class org.hibernate.search.spatial.impl.DistanceCollector
 
DistanceComparator - Class in org.hibernate.search.spatial.impl
 
DistanceComparator(Point, int, String) - Constructor for class org.hibernate.search.spatial.impl.DistanceComparator
 
DistanceComparatorSource - Class in org.hibernate.search.spatial.impl
 
DistanceComparatorSource(Coordinates) - Constructor for class org.hibernate.search.spatial.impl.DistanceComparatorSource
 
DistanceQuery - Class in org.hibernate.search.spatial.impl
Lucene distance Query for documents which have been indexed with SpatialFieldBridgeByRange Use double lat,long field in the index from a Coordinates field declaration
DistanceQuery(Query, Coordinates, double, String) - Constructor for class org.hibernate.search.spatial.impl.DistanceQuery
Construct a distance query to match document distant at most of radius from center Point
DistanceQuery(Query, Coordinates, double, String, String) - Constructor for class org.hibernate.search.spatial.impl.DistanceQuery
Construct a distance query to match document distant at most of radius from center Point
DistanceSortField - Class in org.hibernate.search.spatial
Lucene SortField for sorting documents which have been indexed with Hibernate Search spatial
DistanceSortField(Coordinates, String) - Constructor for class org.hibernate.search.spatial.DistanceSortField
 
DistanceSortField(double, double, String) - Constructor for class org.hibernate.search.spatial.DistanceSortField
 
DistanceSortField(Coordinates, String, boolean) - Constructor for class org.hibernate.search.spatial.DistanceSortField
 
DistanceSortField(double, double, String, boolean) - Constructor for class org.hibernate.search.spatial.DistanceSortField
 
distanceSortRequiresSpatialField(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
DO_NOT_INDEX_NULL - Static variable in annotation type org.hibernate.search.annotations.Field
Default value for the Field.indexNullAs() parameter.
DO_NOT_INDEX_NULL - Static variable in annotation type org.hibernate.search.annotations.IndexedEmbedded
Default value for the IndexedEmbedded.indexNullAs() parameter.
doc(int) - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
doc(int, StoredFieldVisitor) - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
doc(int) - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
docId(int) - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
doClose() - Method in class org.hibernate.search.reader.impl.ManagedMultiReader
 
DOCUMENT - Static variable in interface org.hibernate.search.engine.ProjectionConstants
The Lucene document returned by a search.
DOCUMENT_ID - Static variable in interface org.hibernate.search.engine.ProjectionConstants
Lucene Document id.
DocumentBuilderContainedEntity - Class in org.hibernate.search.engine.spi
Set up and provide a manager for classes which are indexed via @IndexedEmbedded, but themselves do not contain the @Indexed annotation.
DocumentBuilderContainedEntity(XClass, TypeMetadata, ReflectionManager, Set<XClass>, InstanceInitializer) - Constructor for class org.hibernate.search.engine.spi.DocumentBuilderContainedEntity
Constructor used on contained entities not annotated with @Indexed themselves.
DocumentBuilderHelper - Class in org.hibernate.search.engine.impl
 
DocumentBuilderIndexedEntity - Class in org.hibernate.search.engine.spi
Set up and provide a manager for classes which are directly annotated with @Indexed.
DocumentBuilderIndexedEntity(XClass, TypeMetadata, ConfigContext, ReflectionManager, Set<XClass>, InstanceInitializer) - Constructor for class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
Creates a document builder for entities annotated with @Indexed.
DocumentExtractor - Interface in org.hibernate.search.query.engine.spi
DocumentExtractor is a traverser over the full-text results (EntityInfo) This operation is as lazy as possible: - the query is executed eagerly - results are not retrieved until actually requested DocumentExtractor.getFirstIndex() and DocumentExtractor.getMaxIndex() define the boundaries available to DocumentExtractor.extract(int).
DocumentExtractorImpl - Class in org.hibernate.search.query.engine.impl
DocumentExtractor is a traverser over the full-text results (EntityInfo) This operation is as lazy as possible: - the query is executed eagerly - results are not retrieved until actually requested #getFirstIndex and #getMaxIndex define the boundaries available to #extract.
DocumentExtractorImpl(QueryHits, ExtendedSearchIntegrator, String[], Set<String>, boolean, LazyQueryState, int, int, Map<String, EntityIndexBinding>) - Constructor for class org.hibernate.search.query.engine.impl.DocumentExtractorImpl
 
documentExtractorTopDocsUnsupported() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
DocumentFieldMetadata - Class in org.hibernate.search.engine.metadata.impl
Encapsulating the metadata for a single field within a Lucene Document.
DocumentFieldMetadata.Builder - Class in org.hibernate.search.engine.metadata.impl
 
DocumentFieldPath - Class in org.hibernate.search.engine.metadata.impl
 
DocumentFieldPath(String, String) - Constructor for class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
DocumentId - Annotation Type in org.hibernate.search.annotations
Declare a field as the document id.
documentId() - Method in class org.hibernate.search.cfg.PropertyMapping
 
DocumentIdMapping - Class in org.hibernate.search.cfg
 
DocumentIdMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.DocumentIdMapping
 
documentsAdded(long) - Method in interface org.hibernate.search.backend.IndexingMonitor
Notify the IndexingMonitor of the number of documents added to the index.
documentsAdded(long) - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
documentsAdded(long) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
documentsBuilt(int) - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
documentsBuilt(int) - Method in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor
The number of Documents built; This is invoked several times and concurrently during the indexing process.
documentsBuilt(int) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
doGetResultSize() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
doHibernateSearchList() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
DontInterceptEntityInterceptor - Class in org.hibernate.search.indexes.interceptor
Do not apply any interception.
DontInterceptEntityInterceptor() - Constructor for class org.hibernate.search.indexes.interceptor.DontInterceptEntityInterceptor
 
doSetNextReader(LeafReaderContext) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
DOUBLE - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
DoubleBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Double to a String.
DoubleBridge() - Constructor for class org.hibernate.search.bridge.builtin.DoubleBridge
 
doubleField(FieldInfo, double) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
doValidateJsonPrimitive(ValidationErrorCollector, DataType, String, JsonPrimitive, JsonPrimitive) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
doValidateJsonPrimitive(ValidationErrorCollector, DataType, String, JsonPrimitive, JsonPrimitive) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaValidator
 
doWorkInSync(LuceneWork) - Method in class org.hibernate.search.backend.impl.batch.DefaultBatchBackend
 
doWorkInSync(LuceneWork) - Method in interface org.hibernate.search.backend.spi.BatchBackend
Does one work in sync
drainToDetachedIterable() - Method in class org.hibernate.search.backend.impl.lucene.MultiWriteDrainableLinkedList
Returns an Iterable over all results added so far, but atomically clears the structure as well.
drop(URLEncodedString, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaDropper
 
drop(URLEncodedString, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaDropper
Drops an index, throwing an exception if dropping fails.
dropIfExisting(URLEncodedString, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaDropper
 
dropIfExisting(URLEncodedString, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaDropper
Drops an index, throwing an exception if dropping fails.
dropIndex(URLEncodedString, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
dropIndex(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
dropIndex(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
DropIndexWork - Class in org.hibernate.search.elasticsearch.work.impl
 
DropIndexWork(DropIndexWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.DropIndexWork
 
DropIndexWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
DropIndexWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
duplicateDocumentIdFound(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
DuplicationStrategyImpl(Class) - Constructor for class org.hibernate.search.hcore.impl.HibernateSearchIntegrator.DuplicationStrategyImpl
 
DurationBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a Duration to a Long expressing the duration in nanoseconds.
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.
DynamicBoost - Annotation Type in org.hibernate.search.annotations
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
dynamicBoost(Class<? extends BoostStrategy>) - Method in class org.hibernate.search.cfg.EntityMapping
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
dynamicBoost(Class<? extends BoostStrategy>) - Method in class org.hibernate.search.cfg.IndexedMapping
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
dynamicBoost(Class<? extends BoostStrategy>) - Method in class org.hibernate.search.cfg.PropertyMapping
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
dynamicBoostStrategy(BoostStrategy) - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
DynamicType - Enum in org.hibernate.search.elasticsearch.cfg
Configuration values for Elasticsearch "dynamic" attribute values.
DynamicType - Enum in org.hibernate.search.elasticsearch.schema.impl.model
An enum for Elasticsearch "dynamic" attribute values.

E

EARTH_EQUATOR_CIRCUMFERENCE_KM - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
EARTH_MEAN_RADIUS_KM - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
ELASTIC_SEARCH_DATE_FORMAT - Static variable in class org.hibernate.search.elasticsearch.gson.impl.DefaultGsonProvider
 
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
 
Elasticsearch2Analyzers - Class in org.hibernate.search.elasticsearch.analyzer.impl
 
Elasticsearch2Analyzers() - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2Analyzers
 
Elasticsearch2AnalyzerStrategy - Class in org.hibernate.search.elasticsearch.analyzer.impl
An AnalyzerStrategy for Elasticsearch 2 to 5.1.
Elasticsearch2AnalyzerStrategy(ServiceManager, SearchConfiguration) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
Elasticsearch2Dialect - Class in org.hibernate.search.elasticsearch.dialect.impl.es2
 
Elasticsearch2Dialect() - Constructor for class org.hibernate.search.elasticsearch.dialect.impl.es2.Elasticsearch2Dialect
 
Elasticsearch2QueryFactory - Class in org.hibernate.search.elasticsearch.query.impl
 
Elasticsearch2QueryFactory() - Constructor for class org.hibernate.search.elasticsearch.query.impl.Elasticsearch2QueryFactory
 
elasticsearch2RequestDeleteByQueryNotFound() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
Elasticsearch2SchemaTranslator - Class in org.hibernate.search.elasticsearch.schema.impl
An ElasticsearchSchemaTranslator implementation for Elasticsearch 2.
Elasticsearch2SchemaTranslator() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
Elasticsearch2SchemaValidator - Class in org.hibernate.search.elasticsearch.schema.impl
An ElasticsearchSchemaValidator implementation for Elasticsearch 2.
Elasticsearch2SchemaValidator(ElasticsearchSchemaAccessor) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
Elasticsearch2WorkFactory - Class in org.hibernate.search.elasticsearch.work.impl.factory
 
Elasticsearch2WorkFactory(GsonProvider) - Constructor for class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
Elasticsearch50Dialect - Class in org.hibernate.search.elasticsearch.dialect.impl.es50
 
Elasticsearch50Dialect() - Constructor for class org.hibernate.search.elasticsearch.dialect.impl.es50.Elasticsearch50Dialect
 
Elasticsearch50SchemaTranslator - Class in org.hibernate.search.elasticsearch.schema.impl
An ElasticsearchSchemaTranslator implementation for Elasticsearch 5.0/5.1.
Elasticsearch50SchemaTranslator() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
Elasticsearch50SchemaValidator - Class in org.hibernate.search.elasticsearch.schema.impl
An ElasticsearchSchemaValidator implementation for Elasticsearch 5.0/5.1.
Elasticsearch50SchemaValidator(ElasticsearchSchemaAccessor) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaValidator
 
Elasticsearch52AnalyzerStrategy - Class in org.hibernate.search.elasticsearch.analyzer.impl
An AnalyzerStrategy for Elasticsearch 5.2: normalizers are actually translated as normalizers in ES, instead of being translated as analyzers like in Elasticsearch2AnalyzerStrategy.
Elasticsearch52AnalyzerStrategy(ServiceManager, SearchConfiguration) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch52AnalyzerStrategy
 
Elasticsearch52Dialect - Class in org.hibernate.search.elasticsearch.dialect.impl.es52
 
Elasticsearch52Dialect() - Constructor for class org.hibernate.search.elasticsearch.dialect.impl.es52.Elasticsearch52Dialect
 
Elasticsearch52SchemaTranslator - Class in org.hibernate.search.elasticsearch.schema.impl
An ElasticsearchSchemaTranslator implementation for Elasticsearch 5.2.
Elasticsearch52SchemaTranslator() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaTranslator
 
Elasticsearch52SchemaValidator - Class in org.hibernate.search.elasticsearch.schema.impl
An ElasticsearchSchemaValidator implementation for Elasticsearch 5.2.
Elasticsearch52SchemaValidator(ElasticsearchSchemaAccessor) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaValidator
 
Elasticsearch5QueryFactory - Class in org.hibernate.search.elasticsearch.query.impl
 
Elasticsearch5QueryFactory() - Constructor for class org.hibernate.search.elasticsearch.query.impl.Elasticsearch5QueryFactory
 
Elasticsearch5WorkFactory - Class in org.hibernate.search.elasticsearch.work.impl.factory
 
Elasticsearch5WorkFactory(GsonProvider) - Constructor for class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch5WorkFactory
 
ElasticsearchAnalysisComponentDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchAnalysisComponentDefinitionContextImpl<D extends AnalysisDefinition> - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchAnalysisComponentDefinitionContextImpl(String, D) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
ElasticsearchAnalysisDefinitionProvider - Interface in org.hibernate.search.elasticsearch.analyzer.definition
A provider of analysis-related definitions that can be referenced from the mapping, e.g.
ElasticsearchAnalysisDefinitionRegistry - Interface in org.hibernate.search.elasticsearch.analyzer.definition.impl
A registry of analysis-related definitions for Elasticsearch.
ElasticsearchAnalysisDefinitionRegistryBuilder - Interface in org.hibernate.search.elasticsearch.analyzer.definition
A builder for Elasticsearch analysis-related definitions: analyzers, tokenizers, char filters, ...
ElasticsearchAnalysisDefinitionRegistryBuilderImpl - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchAnalysisDefinitionRegistryBuilderImpl() - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
ElasticsearchAnalysisDefinitionRegistryPopulator - Interface in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchAnalyzerDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchAnalyzerDefinitionContextImpl - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchAnalyzerDefinitionContextImpl(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalyzerDefinitionContextImpl
 
ElasticsearchAnalyzerDefinitionTranslator - Interface in org.hibernate.search.elasticsearch.settings.impl.translation
An object responsible for translating a Hibernate Search analyzer-related definition to Elasticsearch definitions.
ElasticsearchAnalyzerDefinitionWithTokenizerContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchAnalyzerReference - Class in org.hibernate.search.elasticsearch.analyzer.impl
A reference to an ElasticsearchAnalyzer.
ElasticsearchAnalyzerReference() - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.ElasticsearchAnalyzerReference
 
ElasticsearchAnalyzerStrategyFactory - Interface in org.hibernate.search.elasticsearch.analyzer.impl
 
ElasticsearchAsNullNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
A base class for NullMarkerCodecs that index null values as the JSON "null" value.
ElasticsearchAsNullNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullNullMarkerCodec
 
ElasticsearchAsNullStringNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
 
ElasticsearchAsNullStringNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullStringNullMarkerCodec
 
ElasticsearchAsTokenStringNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
A NullMarkerCodecs that index null values as the string token itself.
ElasticsearchAsTokenStringNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsTokenStringNullMarkerCodec
 
ElasticsearchBooleanBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.impl
Bridge a boolean field to a String.
ElasticsearchBooleanNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
 
ElasticsearchBooleanNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchBooleanNullMarkerCodec
 
ElasticsearchBridgeDefinedField - Class in org.hibernate.search.elasticsearch.bridge.builtin.impl
Contains details of the field that only make sense with Elasticsearch.
ElasticsearchBridgeDefinedField() - Constructor for class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBridgeDefinedField
 
ElasticsearchBridgeProvider - Class in org.hibernate.search.elasticsearch.bridge.impl
Creates bridges specific to ES.
ElasticsearchBridgeProvider() - Constructor for class org.hibernate.search.elasticsearch.bridge.impl.ElasticsearchBridgeProvider
 
elasticsearchBulkedRequestFailed(JsonObject, JsonObject, JsonObject, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchCalendarBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.impl
Bridge a java.util.Calendar to a String using the ISO 8601 standard which is the default date format of Elasticsearch.
ElasticsearchCalendarBridge() - Constructor for class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
ElasticsearchCalendarBridge(Resolution) - Constructor for class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
ElasticsearchCharFilterDefinitionContextImpl - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchCharFilterDefinitionContextImpl(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchCharFilterDefinitionContextImpl
 
ElasticsearchCharFilterFactory - Class in org.hibernate.search.elasticsearch.analyzer
A token filter factory to use with AnalyzerDef annotations to define an Elasticsearch char filter.
ElasticsearchClient - Interface in org.hibernate.search.elasticsearch.client.impl
An Elasticsearch client, allowing to perform requests to a remote cluster.
ElasticsearchClientFactory - Interface in org.hibernate.search.elasticsearch.client.impl
Creates the Elasticsearch client.
ElasticsearchClientImplementor - Interface in org.hibernate.search.elasticsearch.client.impl
An interface allowing to configure an ElasticsearchClient.
ElasticsearchClientUtils - Class in org.hibernate.search.elasticsearch.util.impl
 
ElasticsearchCompositeAnalysisDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchDateBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.impl
Bridge a java.util.Date to a String using the ISO 8601 standard which is the default date format of Elasticsearch.
ElasticsearchDateBridge() - Constructor for class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
ElasticsearchDateBridge(Resolution) - Constructor for class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
ElasticsearchDateHelper - Class in org.hibernate.search.elasticsearch.util.impl
Various utilities to manipulate dates and comply with Elasticsearch date format.
ElasticsearchDialect - Interface in org.hibernate.search.elasticsearch.dialect.impl
An entry point to all operations that may be implemented differently depending on the Elasticsearch version running on the Elasticsearch cluster.
ElasticsearchDialectFactory - Interface in org.hibernate.search.elasticsearch.dialect.impl
A service allowing to create an Elasticserach dialect to use with a given client.
ElasticsearchDoubleNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
 
ElasticsearchDoubleNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchDoubleNullMarkerCodec
 
ElasticsearchEntityHelper - Class in org.hibernate.search.elasticsearch.util.impl
 
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.
ElasticsearchFloatNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
 
ElasticsearchFloatNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchFloatNullMarkerCodec
 
ElasticsearchFormatJsonAdapter - Class in org.hibernate.search.elasticsearch.schema.impl.model
 
ElasticsearchFormatJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.model.ElasticsearchFormatJsonAdapter
 
ElasticsearchHSQueryImpl - Class in org.hibernate.search.elasticsearch.query.impl
Query implementation based on Elasticsearch.
ElasticsearchHSQueryImpl(JsonObject, ExtendedSearchIntegrator, IndexedTypeSet) - Constructor for class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
ElasticsearchHSQueryImpl(JsonObject, ExtendedSearchIntegrator, IndexedTypeMap<CustomTypeMetadata>) - Constructor for class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
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.
ElasticsearchIndexManager - Class in org.hibernate.search.elasticsearch.impl
An IndexManager applying indexing work to an Elasticsearch server.
ElasticsearchIndexManager() - Constructor for class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
ElasticsearchIndexManagerType - Class in org.hibernate.search.elasticsearch.spi
 
ElasticsearchIndexNameNormalizer - Class in org.hibernate.search.elasticsearch.impl
Applies rules imposed by Elasticsearch to index names.
ElasticsearchIndexSettingsBuilder - Class in org.hibernate.search.elasticsearch.settings.impl
 
ElasticsearchIndexSettingsBuilder() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.ElasticsearchIndexSettingsBuilder
 
elasticsearchIndexSettingsRetrievalForValidationFailed(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchIndexStatus - Enum in org.hibernate.search.elasticsearch.cfg
 
ElasticsearchInstantBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a Instant to a String in ISO-8601 extended format (9 digits for the year instead of 4).
ElasticsearchIntegerNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
 
ElasticsearchIntegerNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchIntegerNullMarkerCodec
 
ElasticsearchJsonObjectFormatter - Class in org.hibernate.search.elasticsearch.logging.impl
Used with JBoss Logging's FormatWith to display JsonObjects in log messages.
ElasticsearchJsonObjectFormatter(JsonObject) - Constructor for class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchJsonObjectFormatter
 
ElasticsearchJsonQueryDescriptor - Class in org.hibernate.search.elasticsearch.impl
A QueryDescriptor for an Elasticsearch query.
ElasticsearchJsonQueryDescriptor(JsonObject) - Constructor for class org.hibernate.search.elasticsearch.impl.ElasticsearchJsonQueryDescriptor
 
ElasticsearchLocalDateBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a LocalDate to a String in Elasticsearch's "strict_date" format.
ElasticsearchLocalDateTimeBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a LocalDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4).
ElasticsearchLocalTimeBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a LocalTime to a String in Elasticsearch's "strict_hour_minute_second_fraction" format.
ElasticsearchLogCategories - Class in org.hibernate.search.elasticsearch.logging.impl
Log categories to be used with LoggerFactory.make(LogCategory).
ElasticsearchLongNullMarkerCodec - Class in org.hibernate.search.elasticsearch.nulls.codec.impl
 
ElasticsearchLongNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchLongNullMarkerCodec
 
ElasticsearchLuceneQueryTranslator - Class in org.hibernate.search.elasticsearch.impl
Translates Lucene queries into ES queries.
ElasticsearchLuceneQueryTranslator() - Constructor for class org.hibernate.search.elasticsearch.impl.ElasticsearchLuceneQueryTranslator
 
elasticsearchMappingCreationFailed(Object, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
elasticsearchMappingRetrievalForValidationFailed(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchMissingValueStrategy - Class in org.hibernate.search.elasticsearch.nulls.impl
 
ElasticsearchMissingValueStrategy(ElasticsearchSchemaTranslator) - Constructor for class org.hibernate.search.elasticsearch.nulls.impl.ElasticsearchMissingValueStrategy
 
ElasticsearchMonthDayBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a MonthDay to a String in Elasticsearch's "--MM-dd" format.
ElasticsearchNestingContextFactoryProvider - Class in org.hibernate.search.elasticsearch.impl
 
ElasticsearchNestingContextFactoryProvider() - Constructor for class org.hibernate.search.elasticsearch.impl.ElasticsearchNestingContextFactoryProvider
 
ElasticsearchNormalizerDefinitionContext - Interface in org.hibernate.search.elasticsearch.analyzer.definition
 
ElasticsearchNormalizerDefinitionContextImpl - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchNormalizerDefinitionContextImpl(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchNormalizerDefinitionContextImpl
 
ElasticsearchNullMarkerField - Class in org.hibernate.search.elasticsearch.nulls.impl
 
ElasticsearchNullMarkerField(String, NullMarker) - Constructor for class org.hibernate.search.elasticsearch.nulls.impl.ElasticsearchNullMarkerField
 
ElasticsearchOffsetDateTimeBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a OffsetDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4).
ElasticsearchOffsetTimeBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a OffsetTime to a String in Elasticsearch's "strict_time" format.
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.
ElasticsearchQueryFactory - Interface in org.hibernate.search.elasticsearch.query.impl
An object responsible for creating parts of an Elasticsearch JSON query.
ElasticsearchQueryOptions - Interface in org.hibernate.search.elasticsearch.impl
Options impacting Elasticsearch querying.
ElasticsearchRequest - Class in org.hibernate.search.elasticsearch.client.impl
 
ElasticsearchRequest.Builder - Class in org.hibernate.search.elasticsearch.client.impl
 
elasticsearchRequestFailed(ElasticsearchRequest, ElasticsearchResponse, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchRequestFormatter - Class in org.hibernate.search.elasticsearch.logging.impl
Used with JBoss Logging's FormatWith to display ElasticsearchRequests in log messages.
ElasticsearchRequestFormatter(ElasticsearchRequest) - Constructor for class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchRequestFormatter
 
ElasticsearchRequestSuccessAssessor - Interface in org.hibernate.search.elasticsearch.work.impl
 
elasticsearchRequestTimeout() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchResponse - Class in org.hibernate.search.elasticsearch.client.impl
 
ElasticsearchResponse(int, String, JsonObject) - Constructor for class org.hibernate.search.elasticsearch.client.impl.ElasticsearchResponse
 
ElasticsearchResponseFormatter - Class in org.hibernate.search.elasticsearch.logging.impl
Used with JBoss Logging's FormatWith to display ElasticsearchRequests in log messages.
ElasticsearchResponseFormatter(ElasticsearchResponse) - Constructor for class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchResponseFormatter
 
elasticsearchResponseIndicatesFailure() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchSchemaAccessor - Class in org.hibernate.search.elasticsearch.schema.impl
A utility implementing primitives for the various DefaultElasticsearchSchema*.
ElasticsearchSchemaAccessor(ElasticsearchWorkFactory, ElasticsearchWorkProcessor) - Constructor for class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
ElasticsearchSchemaCreator - Interface in org.hibernate.search.elasticsearch.schema.impl
An object responsible for creating an index and its mappings based on provided metadata.
ElasticsearchSchemaDropper - Interface in org.hibernate.search.elasticsearch.schema.impl
An object responsible for dropping an indexes.
ElasticsearchSchemaMigrator - Interface in org.hibernate.search.elasticsearch.schema.impl
An object responsible for updating an existing index to match provided metadata.
ElasticsearchSchemaTranslator - Interface in org.hibernate.search.elasticsearch.schema.impl
An object responsible for translating a Hibernate Search schema to an Elasticsearch schema.
ElasticsearchSchemaValidationException - Exception in org.hibernate.search.elasticsearch.schema.impl
 
ElasticsearchSchemaValidationException() - Constructor for exception org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaValidationException
 
ElasticsearchSchemaValidationException(String) - Constructor for exception org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaValidationException
 
ElasticsearchSchemaValidationException(String, Throwable) - Constructor for exception org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaValidationException
 
ElasticsearchSchemaValidationException(Throwable) - Constructor for exception org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaValidationException
 
ElasticsearchSchemaValidator - Interface in org.hibernate.search.elasticsearch.schema.impl
An object responsible for validating type mappings retrieved from an existing Elasticsearch instance against Hibernate Search-generated type mappings.
ElasticsearchService - Interface in org.hibernate.search.elasticsearch.impl
 
elasticsearchSettingsUpdateFailed(Object, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ElasticsearchTemporalAccessorStringBridge<T extends TemporalAccessor> - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Base class for the conversion of TemporalAccessor to String.
ElasticsearchTokenFilterDefinitionContextImpl - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchTokenFilterDefinitionContextImpl(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchTokenFilterDefinitionContextImpl
 
ElasticsearchTokenFilterFactory - Class in org.hibernate.search.elasticsearch.analyzer
A token filter factory to use with AnalyzerDef annotations to define an Elasticsearch token filter.
ElasticsearchTokenizerDefinitionContextImpl - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
 
ElasticsearchTokenizerDefinitionContextImpl(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchTokenizerDefinitionContextImpl
 
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
 
ElasticsearchValidationMessages - Interface in org.hibernate.search.elasticsearch.schema.impl
Message bundle for Elasticsearch mapping validation.
ElasticsearchWork<T> - Interface in org.hibernate.search.elasticsearch.work.impl
A unit of work to be delegated to the Elasticsearch backend.
ElasticsearchWorkAggregator - Interface in org.hibernate.search.elasticsearch.work.impl
 
ElasticsearchWorkBuilder<W extends ElasticsearchWork<?>> - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
ElasticsearchWorkBulker - Interface in org.hibernate.search.elasticsearch.processor.impl
Aggregates bulkable works into bulks and adds all resulting works to a sequence builder.
ElasticsearchWorkExecutionContext - Interface in org.hibernate.search.elasticsearch.work.impl
Offers access to the execution context: objects supporting the execution, such as the Elasticsearch client mutable data relating to the execution, such as buffered index monitors or the list of dirty indexes.
ElasticsearchWorkFactory - Interface in org.hibernate.search.elasticsearch.work.impl.factory
 
ElasticsearchWorkOrchestrator - Interface in org.hibernate.search.elasticsearch.processor.impl
Aggregates works from changesets, orchestrates their execution and runs them asynchronously.
ElasticsearchWorkProcessor - Class in org.hibernate.search.elasticsearch.processor.impl
Executes single or multiple ElasticsearchWorks against the Elasticsearch server.
ElasticsearchWorkProcessor(BuildContext, ElasticsearchClient, GsonProvider, ElasticsearchWorkFactory) - Constructor for class org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkProcessor
 
ElasticsearchYearBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a Year to a String in ISO-8601 extended format (9 digits for the year instead of 4).
ElasticsearchYearMonthBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a YearMonth to a String in ISO-8601 extended format (9 digits for the year instead of 4).
ElasticsearchZonedDateTimeBridge - Class in org.hibernate.search.elasticsearch.bridge.builtin.time.impl
Converts a ZonedDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4).
element(int) - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonArrayAccessor
 
element(int) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonArrayAccessorImpl
 
element(int) - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
elements() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
EmbeddedTypeMetadata - Class in org.hibernate.search.engine.metadata.impl
Class containing all the meta data extracted for a single type.
EmbeddedTypeMetadata.Builder - Class in org.hibernate.search.engine.metadata.impl
 
EmbeddedTypeMetadata.Container - Enum in org.hibernate.search.engine.metadata.impl
 
empty() - Static method in class org.hibernate.search.engine.metadata.impl.BackReference
 
empty() - Static method in class org.hibernate.search.spi.impl.IndexedTypeMaps
 
empty() - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
EMPTY_DOCIDSET - Static variable in class org.hibernate.search.filter.impl.AndDocIdSet
 
EMPTY_FILTERSET - Static variable in class org.hibernate.search.query.engine.impl.QueryFilters
 
EmptyQueryException - Exception in org.hibernate.search.exception
This Exception is thrown when an empty TermQuery (keyword query) is created, or if any string query only returns whitespace after applying Analyzers.
EmptyQueryException() - Constructor for exception org.hibernate.search.exception.EmptyQueryException
 
EmptyQueryException(String) - Constructor for exception org.hibernate.search.exception.EmptyQueryException
 
EmptyQueryException(String, Throwable) - Constructor for exception org.hibernate.search.exception.EmptyQueryException
 
EmptyQueryException(Throwable) - Constructor for exception org.hibernate.search.exception.EmptyQueryException
 
EmptySearchResult - Class in org.hibernate.search.elasticsearch.query.impl
 
ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.cfg.Environment
When enabled re-indexing of an entity is skipped if the updates affect only non-indexed fields.
enableFaceting(FacetingRequest) - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
enableFaceting(FacetingRequest) - Method in interface org.hibernate.search.query.engine.spi.FacetManager
Enable a facet request.
enableFacetProcessing() - Method in class org.hibernate.search.engine.impl.FacetHandling
 
enableFullTextFilter(String) - Method in interface org.hibernate.search.jpa.FullTextQuery
Enable a given filter by its name.
enableFullTextFilter(String) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
enableFullTextFilter(String) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Enable a given filter by its name.
enableFullTextFilter(String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
encoded - Variable in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsTokenStringNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneDoubleNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneFloatNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneIntegerNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneLongNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneStringNullMarkerCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in class org.hibernate.search.engine.nulls.codec.impl.NotEncodingCodec
 
encodeNullValue(String, Document, LuceneOptions) - Method in interface org.hibernate.search.engine.nulls.codec.impl.NullMarkerCodec
Store the null marker in the Document.
encoding(FacetEncodingType) - Method in class org.hibernate.search.cfg.FacetMapping
 
EncodingBridge - Interface in org.hibernate.search.bridge.spi
Interface implemented by bridges that encode information in a specific format.
EncodingStringBridge<T> - Class in org.hibernate.search.bridge.util.impl
A base class for EncodingBridges that encode values as Strings using a specific format.
EncodingStringBridge() - Constructor for class org.hibernate.search.bridge.util.impl.EncodingStringBridge
 
EncodingType - Enum in org.hibernate.search.annotations
Determines how to encode the indexed value.
encodingType() - Method in class org.hibernate.search.metadata.impl.NumericFieldDescriptorImpl
 
encodingType() - Method in interface org.hibernate.search.metadata.NumericFieldSettingsDescriptor
 
end() - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry.TypeBuilder
 
end() - Method in class org.hibernate.search.indexes.serialization.impl.CopyTokenStream
 
enlistWorkerInTransaction() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
enlistWorkerInTransaction() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
enlistWorkerInTransaction() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
enlistWorkerInTransaction() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
enlistWorkerInTransaction() - Method in interface org.hibernate.search.spi.WorkerBuildContext
 
enqueueAsyncWork(LuceneWork) - Method in class org.hibernate.search.backend.impl.batch.DefaultBatchBackend
 
enqueueAsyncWork(LuceneWork) - Method in interface org.hibernate.search.backend.spi.BatchBackend
Enqueues one work to be processed asynchronously
ensureInitialized() - Method in class org.hibernate.search.engine.impl.DefaultTimingSource
 
ensureInitialized() - Method in interface org.hibernate.search.engine.spi.TimingSource
Needs to be invoked at least once before TimingSource.getMonotonicTimeEstimate() can be used.
entitiesLoaded(int) - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
entitiesLoaded(int) - Method in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor
The number of entities loaded from database; This is invoked several times and concurrently during the indexing process.
entitiesLoaded(int) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.CalendarBridgeMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.ContainedInMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.DateBridgeMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.EntityMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.FacetMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.FieldMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.FullTextFilterDefMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
entity - Variable in class org.hibernate.search.cfg.PropertyMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.PropertyMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.SearchMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.SortableFieldMapping
 
entity(Class<?>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
 
ENTITY_NOT_YET_INITIALIZED - Static variable in interface org.hibernate.search.query.hibernate.impl.ObjectInitializer
 
ENTITY_PLACEHOLDER - Static variable in interface org.hibernate.search.query.engine.spi.EntityInfo
 
EntityContext - Interface in org.hibernate.search.query.dsl
 
EntityDescriptor - Class in org.hibernate.search.cfg
 
EntityDescriptor() - Constructor for class org.hibernate.search.cfg.EntityDescriptor
 
EntityIndexBinding - Interface in org.hibernate.search.engine.spi
Specifies the relation and options from an indexed entity to its index(es).
EntityIndexingInterceptor<T> - Interface in org.hibernate.search.indexes.interceptor
This interceptor is called upon indexing operations to optionally change the indexing behavior.
EntityInfo - Interface in org.hibernate.search.query.engine.spi
Wrapper class describing the loading of an element.
EntityInfoImpl - Class in org.hibernate.search.query.engine.impl
Wrapper class describing the loading of an element.
EntityInfoImpl(IndexedTypeIdentifier, String, Serializable, Object[]) - Constructor for class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
EntityInfoLoadKey - Class in org.hibernate.search.query.hibernate.impl
Custom key to keep a map of loaded EntityInfo instances.
EntityInfoLoadKey(Class<?>, Object) - Constructor for class org.hibernate.search.query.hibernate.impl.EntityInfoLoadKey
 
EntityMapping - Class in org.hibernate.search.cfg
 
EntityMapping(Class<?>, SearchMapping) - Constructor for class org.hibernate.search.cfg.EntityMapping
 
EntitySpatialMapping - Class in org.hibernate.search.cfg
 
EntitySpatialMapping(SearchMapping, EntityDescriptor) - Constructor for class org.hibernate.search.cfg.EntitySpatialMapping
 
entityState - Variable in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
EntityState - Enum in org.hibernate.search.engine.spi
Entity state with regard to indexing possibilities
entityWithIdNotFound(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
entityWithNoShard(IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
entrySet() - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
entrySet() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
EnumBridge - Class in org.hibernate.search.bridge.builtin
Bridge an Enum to a String using Enum.name().
EnumBridge() - Constructor for class org.hibernate.search.bridge.builtin.EnumBridge
 
Environment - Class in org.hibernate.search.cfg
 
EnvironmentSynchronizer - Interface in org.hibernate.search.hcore.spi
A service allowing to postpone Hibernate initialization works to a later time, when the environment (e.g.
equals(Object) - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
 
equals(Object) - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
equals(Object) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.SimpleElasticsearchAnalysisDefinitionRegistryPopulator
 
equals(Object) - Method in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
equals(Object) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
equals(Object) - Method in class org.hibernate.search.filter.FilterKey
Deprecated.
 
equals(Object) - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
 
equals(Object) - Method in class org.hibernate.search.filter.impl.DefaultFilterKey
 
equals(Object) - Method in class org.hibernate.search.filter.StandardFilterKey
Deprecated.
 
equals(Object) - Method in class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
equals(Object) - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
equals(Object) - Method in class org.hibernate.search.query.hibernate.impl.EntityInfoLoadKey
 
equals(Object) - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
equals(Object) - Method in class org.hibernate.search.spatial.impl.Point
 
equals(Object) - Method in class org.hibernate.search.spatial.impl.SpatialHashQuery
 
equals(Object) - Method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
equals(Object) - Method in class org.hibernate.search.store.impl.FSDirectoryProvider
 
equals(Object) - Method in class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
equals(Object) - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
equals(Object) - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
 
equals(Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
ERROR_HANDLER - Static variable in class org.hibernate.search.cfg.Environment
Option for specifying an error handler used during processing of the Lucene updates.
ErrorContext - Interface in org.hibernate.search.exception
 
ErrorContextBuilder - Class in org.hibernate.search.exception.impl
 
ErrorContextBuilder() - Constructor for class org.hibernate.search.exception.impl.ErrorContextBuilder
 
errorDuringFacetingIndexing(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ErrorHandler - Interface in org.hibernate.search.exception
Implementations handle errors and exceptions occurring during indexing.
ErrorHandlerFactory - Class in org.hibernate.search.spi
Factory of ErrorHandler.
errorRollingBackTransaction(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
errorThatOccurred(Throwable) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
ES2DeleteByQueryWork - Class in org.hibernate.search.elasticsearch.work.impl
A delete by query work for ES2, using the delete-by-query plugin.
ES2DeleteByQueryWork(ES2DeleteByQueryWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork
 
ES2DeleteByQueryWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ES2FieldDataTypeJsonAdapter - Class in org.hibernate.search.elasticsearch.util.impl.gson
 
ES2FieldDataTypeJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.util.impl.gson.ES2FieldDataTypeJsonAdapter
 
ES2FlushWork - Class in org.hibernate.search.elasticsearch.work.impl
A flush work for ES2, using the Flush API.
ES2FlushWork(ES2FlushWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES2FlushWork
 
ES2FlushWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ES2IndexTypeJsonAdapter - Class in org.hibernate.search.elasticsearch.util.impl.gson
 
ES2IndexTypeJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.util.impl.gson.ES2IndexTypeJsonAdapter
 
ES2NormsTypeJsonAdapter - Class in org.hibernate.search.elasticsearch.util.impl.gson
 
ES2NormsTypeJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.util.impl.gson.ES2NormsTypeJsonAdapter
 
ES2OptimizeWork - Class in org.hibernate.search.elasticsearch.work.impl
An optimize work for ES2, using the Optimize API.
ES2OptimizeWork(ES2OptimizeWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES2OptimizeWork
 
ES2OptimizeWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ES5DeleteByQueryWork - Class in org.hibernate.search.elasticsearch.work.impl
A delete by query work for ES5, using the core delete-by-query API.
ES5DeleteByQueryWork(ES5DeleteByQueryWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork
 
ES5DeleteByQueryWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ES5FieldDataTypeJsonAdapter - Class in org.hibernate.search.elasticsearch.util.impl.gson
 
ES5FieldDataTypeJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.util.impl.gson.ES5FieldDataTypeJsonAdapter
 
ES5FlushWork - Class in org.hibernate.search.elasticsearch.work.impl
A flush work for ES5, using the Flush API then the Refresh API.
ES5FlushWork(ES5FlushWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork
 
ES5FlushWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ES5IndexTypeJsonAdapter - Class in org.hibernate.search.elasticsearch.util.impl.gson
 
ES5IndexTypeJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.util.impl.gson.ES5IndexTypeJsonAdapter
 
ES5NormsTypeJsonAdapter - Class in org.hibernate.search.elasticsearch.util.impl.gson
 
ES5NormsTypeJsonAdapter() - Constructor for class org.hibernate.search.elasticsearch.util.impl.gson.ES5NormsTypeJsonAdapter
 
ES5OptimizeWork - Class in org.hibernate.search.elasticsearch.work.impl
An optimize work for ES5, using the ForceMerge API.
ES5OptimizeWork(ES5OptimizeWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ES5OptimizeWork
 
ES5OptimizeWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ES_BACKEND_MESSAGES_START_ID - Static variable in interface org.hibernate.search.util.logging.impl.Log
 
eventsDisabled() - Method in interface org.hibernate.search.event.impl.EventsIntegratorState
 
eventsDisabled(ExtendedSearchIntegrator) - Static method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
EventsIntegratorState - Interface in org.hibernate.search.event.impl
Internal contract to allow switching different strategies to access some configured state from the EventListener, of particular use during (deferred) initialization of the Search engine.
EventSourceTransactionContext - Class in org.hibernate.search.event.impl
Implementation of the transactional context on top of an EventSource (Session)
EventSourceTransactionContext(EventSource) - Constructor for class org.hibernate.search.event.impl.EventSourceTransactionContext
 
except(Query...) - Method in interface org.hibernate.search.query.dsl.AllContext
Exclude the documents matching these queries
except(Query...) - Method in class org.hibernate.search.query.dsl.impl.ConnectedAllContext
 
exceptionDuringFactoryMethodExecution(Exception, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
exceptionDuringIndexMergeOperation() - Method in interface org.hibernate.search.util.logging.impl.Log
 
exceptionOccurred(String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
excludeEntityUsedForComparison() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
excludeEntityUsedForComparison() - Method in interface org.hibernate.search.query.dsl.MoreLikeThisContext
Exclude the entity used for comparison from the results
excludeLimit() - Method in interface org.hibernate.search.query.dsl.FacetRangeAboveContext
 
excludeLimit() - Method in interface org.hibernate.search.query.dsl.FacetRangeBelowContinuationContext
 
excludeLimit() - Method in interface org.hibernate.search.query.dsl.FacetRangeEndContext
 
excludeLimit() - Method in interface org.hibernate.search.query.dsl.FacetRangeLimitContext
 
excludeLimit() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveContext
 
excludeLimit() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeBelowContinuationContext
 
excludeLimit() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeEndContext
 
excludeLimit() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeLimitContext
 
excludeLimit() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMultiFieldsRangeQueryBuilder
 
excludeLimit() - Method in interface org.hibernate.search.query.dsl.RangeMatchingContext.FromRangeContext
 
excludeLimit() - Method in interface org.hibernate.search.query.dsl.RangeTerminationExcludable
 
EXCLUSIVE_INDEX_USE - Static variable in class org.hibernate.search.cfg.Environment
When set to true a lock on the index will not be released until the SearchIntegrator (or SessionFactory) is closed.
ExclusiveIndexWorkspaceImpl - Class in org.hibernate.search.backend.impl.lucene
 
ExclusiveIndexWorkspaceImpl(DirectoryBasedIndexManager, WorkerBuildContext, Properties) - Constructor for class org.hibernate.search.backend.impl.lucene.ExclusiveIndexWorkspaceImpl
 
execute(ElasticsearchWorkExecutionContext) - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork
 
execute(ElasticsearchWorkExecutionContext) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWork
 
execute(ElasticsearchWorkExecutionContext) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
executeAsyncUnsafe(ElasticsearchWork<T>) - Method in class org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkProcessor
Execute a single work asynchronously, without bulking it with other asynchronous works, and potentially throwing exceptions (the error handler isn't used).
executedRequest(String, String, Map<String, String>, long, int, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
executedRequest(String, String, Map<String, String>, long, int, String, String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
executeLoad(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
executeLoad(List<EntityInfo>) - Method in class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
executeLoad(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
 
executeLoad(List<EntityInfo>) - Method in class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
 
executeLoad(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
 
executeLoad(List<EntityInfo>) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
 
executeSyncUnsafe(ElasticsearchWork<T>) - Method in class org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkProcessor
Execute a single work synchronously, potentially throwing exceptions (the error handler isn't used).
executeUpdate() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
executingElasticsearchQuery(String, Map<String, String>, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
executingLuceneQuery(Query) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ExecutionOptions - Interface in org.hibernate.search.elasticsearch.schema.impl
 
Executors - Class in org.hibernate.search.util.impl
Helper class to create threads; these threads are grouped and named to be identified in a profiler.
Executors.BlockPolicy - Class in org.hibernate.search.util.impl
A handler for rejected tasks that will have the caller block until space is available.
expectException(Throwable) - Static method in class org.hibernate.search.util.impl.Throwables
 
expectRuntimeException(Throwable) - Static method in class org.hibernate.search.util.impl.Throwables
 
explain(int) - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
explain(URLEncodedString, URLEncodedString, URLEncodedString, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
explain(URLEncodedString, URLEncodedString, URLEncodedString, JsonObject) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
explain(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
Return the Lucene Explanation object describing the score computation for the matching object/document in the current query
explain(QueryFilters, int) - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
explain(int) - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
explain(int) - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
explain(int) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Return the Lucene Explanation object describing the score computation for the matching object/document in the current query
explain(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
ExplainResult - Interface in org.hibernate.search.elasticsearch.work.impl
 
ExplainWork - Class in org.hibernate.search.elasticsearch.work.impl
 
ExplainWork(ExplainWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ExplainWork
 
ExplainWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ExplainWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
EXPLANATION - Static variable in interface org.hibernate.search.engine.ProjectionConstants
Lucene Explanation object describing the score computation for the matching object/document This feature is relatively expensive, do not use unless you return a limited amount of objects (using pagination) To retrieve explanation of a single result, consider retrieving ProjectionConstants.DOCUMENT_ID and using fullTextQuery.explain(int)
EXPLICIT_DEFAULT_VALUE - Static variable in class org.hibernate.search.backend.spi.LuceneIndexingParameters
 
ExplicitOnlyOptimizerStrategy - Class in org.hibernate.search.store.optimization.impl
This OptimizerStrategy will only optimize the index when forced to, using an explicit invocation to SearchIntegrator.optimize() or SearchIntegrator.optimize(org.hibernate.search.spi.IndexedTypeIdentifier)
ExplicitOnlyOptimizerStrategy() - Constructor for class org.hibernate.search.store.optimization.impl.ExplicitOnlyOptimizerStrategy
 
ExtendedBridgeProvider - Class in org.hibernate.search.bridge.impl
Internal contract extending BridgeProvider to handle some of the specificity of Hibernate Search bridges (like annotations requirements).
ExtendedBridgeProvider() - Constructor for class org.hibernate.search.bridge.impl.ExtendedBridgeProvider
 
ExtendedBridgeProvider.ExtendedBridgeProviderContext - Interface in org.hibernate.search.bridge.impl
 
extendedIntegrator - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
ExtendedSearchIntegrator - Interface in org.hibernate.search.engine.integration.impl
Interface which gives access to runtime configuration.
ExtendedSearchIntegratorWithShareableState - Interface in org.hibernate.search.spi.impl
Contract for ExtendedSearchIntegrator implementors exposing its shareable state.
extract(BulkableElasticsearchWork<T>, int) - Method in interface org.hibernate.search.elasticsearch.work.impl.BulkResultItemExtractor
 
extract(int) - Method in class org.hibernate.search.query.engine.impl.DocumentExtractorImpl
 
extract(int) - Method in interface org.hibernate.search.query.engine.spi.DocumentExtractor
Retrieves entity information for the result at the given index.
extractContent(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.AbstractSynonymsParameterValueTransformer
Extract the content from a line.
extractContent(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.SolrSynonymsParameterValueTransformer
 
extractContent(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.WordnetSynonymsParameterValueTransformer
 
extractFacetResults() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
extractFacetResults() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
extractFacetResults() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
extractFieldNames(Query) - Static method in class org.hibernate.search.query.engine.impl.FieldNameCollector
 
extractFlushInterval(String, Properties) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
 
extractIndexingPerformanceOptions(Properties) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
Creates a new LuceneIndexingParameters instance for the specified provider.
extractIndexName(int, byte[]) - Static method in class org.hibernate.search.backend.jgroups.impl.MessageSerializationHelper
Extracts the string only from the header of a byte array.
extractMaxQueueSize(String, Properties) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
 
extractObjectFromFieldable(IndexableField) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
Deprecated.
we should know the projection rules from the metadata rather than guess from the field properties
extractSearchMapping(SearchConfiguration) - Static method in class org.hibernate.search.engine.spi.SearchMappingHelper
This factory method takes a SearchConfiguration object and returns a SearchMapping object which defines the programmatic model for indexing entities and fields.
extractSerializedQueue(int, int, byte[]) - Static method in class org.hibernate.search.backend.jgroups.impl.MessageSerializationHelper
Inverse operation of MessageSerializationHelper.prependString(String, byte[]): extracts the original buffer discarding the prefixed string.
extractStringFromFieldable(IndexableField) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
Deprecated.
we should know the projection rules from the metadata rather than guess from the field properties
extractTwoWayType(FieldBridge, XClass, ReflectionManager) - Method in class org.hibernate.search.bridge.impl.BridgeFactory
Takes in a fieldBridge and will return you a TwoWayFieldBridge instance.
extractType(ClassBridge, Class<?>) - Method in class org.hibernate.search.bridge.impl.BridgeFactory
This extracts and instantiates the implementation class from a ClassBridge annotation.

F

Facet - Annotation Type in org.hibernate.search.annotations
Extension annotation for @Field enabling it for faceting.
facet() - Method in class org.hibernate.search.cfg.FieldMapping
 
facet() - Method in class org.hibernate.search.cfg.SortableFieldMapping
 
facet() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
facet() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a facet query.
Facet - Interface in org.hibernate.search.query.facet
A single facet (field value and count).
FACET_FIELD_SUFFIX - Static variable in class org.hibernate.search.elasticsearch.impl.ToElasticsearch
 
facetAnnotationWithoutMatchingField(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FacetCombine - Enum in org.hibernate.search.query.facet
Defines how selected facets are combined.
FacetComparator(FacetSortOrder) - Constructor for class org.hibernate.search.query.engine.impl.FacetComparators.FacetComparator
 
FacetComparators - Class in org.hibernate.search.query.engine.impl
 
FacetComparators.FacetComparator - Class in org.hibernate.search.query.engine.impl
 
FacetContext - Interface in org.hibernate.search.query.dsl
 
FacetContinuationContext - Interface in org.hibernate.search.query.dsl
 
FacetEncodingType - Enum in org.hibernate.search.annotations
Determines how to encode the indexed value.
FacetFieldContext - Interface in org.hibernate.search.query.dsl
 
FacetHandling - Class in org.hibernate.search.engine.impl
Helper class to manage a FacetsConfig instance: this needs to be lazily allocated as it's a quite heavy object.
FacetHandling() - Constructor for class org.hibernate.search.engine.impl.FacetHandling
 
FacetingRequest - Interface in org.hibernate.search.query.facet
Faceting request interface.
facetingRequestHasUnsupportedType(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
FacetingRequestImpl - Class in org.hibernate.search.query.dsl.impl
Base class for faceting requests.
FacetingRequestImpl(String, String) - Constructor for class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
FacetManager - Interface in org.hibernate.search.query.engine.spi
Interface defining methods around faceting.
FacetManagerImpl - Class in org.hibernate.search.query.engine.impl
Default implementation of the FacetManager implementation.
FacetManagerImpl(AbstractHSQuery) - Constructor for class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
FacetMapping - Class in org.hibernate.search.cfg
Configures a faceting field.
FacetMapping(String, PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.FacetMapping
 
FacetMetadata - Class in org.hibernate.search.engine.metadata.impl
Encapsulating the metadata for a facet on a given document field.
FacetMetadata.Builder - Class in org.hibernate.search.engine.metadata.impl
 
FacetParameterContext - Interface in org.hibernate.search.query.dsl
 
FacetRange<T> - Class in org.hibernate.search.query.dsl.impl
 
FacetRange(Class<?>, T, T, boolean, boolean, String) - Constructor for class org.hibernate.search.query.dsl.impl.FacetRange
 
FacetRangeAboveBelowContext<T> - Interface in org.hibernate.search.query.dsl
 
FacetRangeAboveContext<T> - Interface in org.hibernate.search.query.dsl
 
FacetRangeBelowContinuationContext<T> - Interface in org.hibernate.search.query.dsl
 
FacetRangeEndContext<T> - Interface in org.hibernate.search.query.dsl
 
FacetRangeLimitContext<T> - Interface in org.hibernate.search.query.dsl
 
FacetRangeStartContext<T> - Interface in org.hibernate.search.query.dsl
 
Facets - Annotation Type in org.hibernate.search.annotations
Container annotation to allow the declaration of multiple @Facet annotations.
FacetSelection - Interface in org.hibernate.search.query.facet
Groups a set of Facet to be applied onto a query.
FacetSortOrder - Enum in org.hibernate.search.query.facet
Specifies the order in which the facets are returned.
FacetTermination - Interface in org.hibernate.search.query.dsl
 
factory(Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenizerDefinitionContextImpl
 
Factory - Annotation Type in org.hibernate.search.annotations
Marks a method as a factory method for a given type.
factoryMethodsMustReturnAnObject(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
failedSlaveDirectoryProviderInitialization(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
failedToDetectElasticsearchVersion(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
failedToOpenIndex(Object) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
failedToParseElasticsearchResponse(int, String, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
failToDeserializeObject(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
failToSerializeObject(Class<?>, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
favorSignificantTermsWithFactor(float) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
favorSignificantTermsWithFactor(float) - Method in interface org.hibernate.search.query.dsl.MoreLikeThisContext
Boost significant terms relative to their scores.
Field - Annotation Type in org.hibernate.search.annotations
Annotation used for marking a property as indexable.
field(String, FieldType) - Method in interface org.hibernate.search.bridge.spi.FieldMetadataBuilder
Adds a field to the list of all meta-data.
field(String, FieldType) - Method in interface org.hibernate.search.bridge.spi.FieldMetadataCreationContext
Adds a field to the list of all meta-data.
field() - Method in class org.hibernate.search.cfg.CalendarBridgeMapping
 
field() - Method in class org.hibernate.search.cfg.ContainedInMapping
 
field() - Method in class org.hibernate.search.cfg.DateBridgeMapping
 
field() - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
field() - Method in class org.hibernate.search.cfg.FacetMapping
 
field() - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
field() - Method in class org.hibernate.search.cfg.FieldMapping
 
field() - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
field() - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
field() - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
field() - Method in class org.hibernate.search.cfg.PropertyMapping
 
field() - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
field() - Method in class org.hibernate.search.cfg.SortableFieldMapping
 
field(String, FieldType) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
 
field(String) - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery.Builder
 
field(String, float) - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
FieldBridge - Annotation Type in org.hibernate.search.annotations
Specifies a custom field bridge implementation
FieldBridge - Interface in org.hibernate.search.bridge
Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field.
fieldBridge(FieldBridge) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
FieldBridgeCustomization<T> - Interface in org.hibernate.search.query.dsl.impl
Customization context which allows to inject a field bridge instance to be used for querying the current field.
FieldBridgeDirectMapping - Class in org.hibernate.search.cfg
As opposed to FieldBridgeMapping which is used as an option of Field, this mapping can be defined directly on the property.
FieldBridgeDirectMapping(PropertyDescriptor, EntityDescriptor, SearchMapping, Class<? extends FieldBridge>) - Constructor for class org.hibernate.search.cfg.FieldBridgeDirectMapping
 
FieldBridgeMapping - Class in org.hibernate.search.cfg
 
FieldBridgeMapping(Class<?>, Map<String, Object>, FieldMapping, PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.FieldBridgeMapping
 
fieldBridgeNotAnInstanceof(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
fieldBridgeNotTwoWay(Class<? extends FieldBridge>, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FieldCacheType - Enum in org.hibernate.search.annotations
Deprecated.
Remove the annotation. No alternative replacement necessary.
FieldCollection() - Constructor for class org.hibernate.search.query.engine.impl.FieldNameCollector.FieldCollection
 
FieldContext - Class in org.hibernate.search.query.dsl.impl
 
FieldContext(String, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.FieldContext
 
FieldContributor - Interface in org.hibernate.search.metadata
 
FieldCustomization<T> - Interface in org.hibernate.search.query.dsl
 
FieldDataType - Enum in org.hibernate.search.elasticsearch.schema.impl.model
An enum for Elasticsearch "fielddata" attribute values.
FieldDescriptor - Interface in org.hibernate.search.metadata
Metadata related to a single field.
FieldDescriptorImpl - Class in org.hibernate.search.metadata.impl
 
FieldDescriptorImpl(DocumentFieldMetadata) - Constructor for class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
FieldHelper - Class in org.hibernate.search.elasticsearch.util.impl
Helps with getting the property types for given fields.
FieldHelper.ExtendedFieldType - Enum in org.hibernate.search.elasticsearch.util.impl
 
fieldIdCannotBeUsedInMoreLikeThis(String, IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
fieldIsBothCompositeAndConcrete(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
fieldLooksBinaryButDecompressionFailed(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FieldMapping - Class in org.hibernate.search.cfg
 
FieldMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.FieldMapping
 
FieldMetadataBuilder - Interface in org.hibernate.search.bridge.spi
Allows to configure field-related meta-data.
FieldMetadataCreationContext - Interface in org.hibernate.search.bridge.spi
Allows to configure field-related meta-data.
FieldNameCollector - Class in org.hibernate.search.query.engine.impl
Helper class to extract field names from the Lucene queries taking query types into account.
FieldNameCollector.FieldCollection - Class in org.hibernate.search.query.engine.impl
 
fieldNotStoredNorTermVectorCannotBeUsedInMoreLikeThis(String, IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
Fields - Annotation Type in org.hibernate.search.annotations
Mark a property as indexable into different fields Useful if the field is used for sorting and searching
fields(List<IndexableField>) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
fields(List<IndexableField>) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
FieldsContext - Class in org.hibernate.search.query.dsl.impl
Encapsulate the common field context state capture.
FieldsContext(String[], QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.FieldsContext
 
fieldsContext(FieldsContext) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
fieldsContexts - Variable in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Fields context as defined by the DSL
FieldSettingsDescriptor - Interface in org.hibernate.search.metadata
Metadata related to a single Lucene Document field and its options.
FieldSettingsDescriptor.Type - Enum in org.hibernate.search.metadata
Defines different logical field types
fieldTriesToOverrideIdFieldSettings(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FieldType - Enum in org.hibernate.search.bridge.spi
The type of an indexed field.
fileDeleteFailureIgnored(IOException) - Method in interface org.hibernate.search.util.logging.impl.Log
 
fileDoesNotExist(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FileHelper - Class in org.hibernate.search.util.impl
Utility class for file and directory operations, like synchronisation and reading from class path.
fileIsADirectory(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
fileIsNotReadable(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
fillDigest(MessageDigest) - Method in interface org.hibernate.search.elasticsearch.spi.DigestSelfSigningCapable
 
fillDigest(MessageDigest) - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
filter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
&#064;TokenFilterDef(factory=factory)
filter(String, Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
&#064;TokenFilterDef(name=name, factory=factory)
filter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
&#064;TokenFilterDef(factory=factory)
filter(String, Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
&#064;TokenFilterDef(name=name, factory=factory)
filter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
&#064;TokenFilterDef(factory=factory)
filter(String, Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
&#064;TokenFilterDef(name=name, factory=factory)
filter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
&#064;TokenFilterDef(factory=factory)
filter(String, Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
&#064;TokenFilterDef(name=name, factory=factory)
filter(Filter) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
Deprecated.
filter(Filter) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Deprecated.
use the FullTextFilterDef approach, or handle filtering when building the query (see BooleanJunction.must(Query) and MustJunction.disableScoring()).
FILTER_CACHING_STRATEGY - Static variable in class org.hibernate.search.cfg.Environment
filter caching strategy class (must have a no-arg constructor and implement FilterCachingStrategy)
FilterCacheModeType - Enum in org.hibernate.search.annotations
Cache mode strategy for FullTextFilterDefs.
FilterCacheModeTypeHelper - Class in org.hibernate.search.util.impl
 
FilterCachingStrategy - Interface in org.hibernate.search.filter
Defines the caching filter strategy implementations of getCachedFilter and addCachedFilter must be thread-safe
FilterDef - Class in org.hibernate.search.engine.impl
A wrapper class which encapsulates all required information to create a defined filter.
FilterDef(FullTextFilterDef) - Constructor for class org.hibernate.search.engine.impl.FilterDef
 
filterDefinitions - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
The map of currently active/enabled filters.
filteredBy(Query) - Method in class org.hibernate.search.query.dsl.impl.ConnectedAllContext
 
filteredBy(Query) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
filteredBy(Query) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialContext
 
filteredBy(Query) - Method in interface org.hibernate.search.query.dsl.QueryCustomization
Filter the query results with the given Query instance
filterFactoryMethodInaccessible(String, String, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
filterFactoryMethodReturnsUnsupportedType(String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
filterHasUnsupportedType(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
FilterKey - Class in org.hibernate.search.filter
Deprecated.
Custom filter keys are deprecated and are scheduled for removal in Hibernate Search 6. As of Hibernate Search 5.1, keys for caching Lucene filters are calculated automatically based on the given filter parameters.
FilterKey() - Constructor for class org.hibernate.search.filter.FilterKey
Deprecated.
 
filterOrPassthrough(Query) - Method in class org.hibernate.search.query.engine.impl.QueryFilters
Will wrap the passed Query into a BooleanQuery to apply all filters as boolean clauses.
findAsResource(String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Try to locate a local URL representing the incoming path.
findBestSpatialHashLevelForSearchRange(double) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
If point are searched at d distance from a point, a certain spatial hash cell level will problem spatial hash cell that are big enough to contain the search area but the smallest possible.
findClass(String) - Method in class org.hibernate.search.util.impl.AggregatedClassLoader
 
findClass(String, Class<T>) - Method in class org.hibernate.search.util.impl.HibernateSearchResourceLoader
 
findResource(String) - Method in class org.hibernate.search.util.impl.AggregatedClassLoader
 
first() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
firstResult - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
firstResult(int) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
firstResult(int) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Set the first element to retrieve.
flatten(Iterable<? extends Iterable<T>>) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
flatten(Iterator<? extends Iterable<T>>) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
FLOAT - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
FloatBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Float to a String.
FloatBridge() - Constructor for class org.hibernate.search.bridge.builtin.FloatBridge
 
floatField(FieldInfo, float) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
flush(IndexedTypeSet) - Method in class org.hibernate.search.backend.impl.batch.DefaultBatchBackend
 
flush() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
flush() - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
flush(IndexedTypeSet) - Method in interface org.hibernate.search.backend.spi.BatchBackend
Since most work is done async in the backend, we need to flush at the end to make sure we don't return control before all work was processed, and that IndexWriters are committed or closed.
flush() - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
 
flush() - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
flush() - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch5WorkFactory
 
flush() - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
flush() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Makes sure eventually pending changes are made visible to IndexReaders.
flushAndReleaseResources() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
flushAndReleaseResources() - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
flushAndReleaseResources() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
flushAndReleaseResources() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
flushAndReleaseResources() - Method in interface org.hibernate.search.indexes.spi.IndexManager
Flushes any pending write operations and closes underlying resources, for example release the index locks if this implementation uses a Lucene IndexWriter.
flushBeforeCompletion() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
Deprecated.
flushBeforeCompletion(boolean) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
Deprecated.
flushBulk() - Method in interface org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkBulker
Ensure that the bulk work (if any) is created.
flushBulked() - Method in interface org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkBulker
Ensure that all bulked works that haven't been added to a sequence yet are added to the underlying sequence builder.
flushIntervalNeedsToBePositive(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FlushLuceneWork - Class in org.hibernate.search.backend
Used to flush and commit asynchronous and other pending operations on the Indexes.
FlushLuceneWork(String, IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.FlushLuceneWork
Flushes all index operations for a specific entity.
flushTo(PathComponentExtractor.ConsumptionLimit) - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
Consume all components in the current path up to the given limit.
flushToIndexes() - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Flush all index changes forcing Hibernate Search to apply all changes to the index not waiting for the batch limit.
flushToOutput() - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
Send all buffer pages to the output, Even those that are not full yet
FlushWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
flushWorks() - Method in class org.hibernate.search.backend.impl.InTransactionWorkQueueSynchronization
 
flushWorks(TransactionContext) - Method in class org.hibernate.search.backend.impl.PerTransactionWorker
 
flushWorks() - Method in class org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization
 
flushWorks() - Method in interface org.hibernate.search.backend.impl.WorkQueueSynchronization
Flush the queue by executing the workload
flushWorks(TransactionContext) - Method in interface org.hibernate.search.backend.spi.Worker
Flush any work queue.
forceRemoveOnIndexOperationViaInterception(IndexedTypeIdentifier, WorkType) - Method in interface org.hibernate.search.util.logging.impl.Log
 
forceSkipIndexOperationViaInterception(IndexedTypeIdentifier, WorkType) - Method in interface org.hibernate.search.util.logging.impl.Log
 
forceStateInspectionOptimizationsDisabled() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
Makes sure isCollectionRoleExcluded will always return false, so that collection update events are always processed.
forceTimedOut() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
forceToUseDocumentExtraction() - Method in interface org.hibernate.search.util.logging.impl.Log
 
forceUpdateOnIndexOperationViaInterception(IndexedTypeIdentifier, WorkType) - Method in interface org.hibernate.search.util.logging.impl.Log
 
forcingReleaseIndexWriterLock() - Method in interface org.hibernate.search.util.logging.impl.Log
 
forEntity(Class<?>) - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryContextBuilder
 
forEntity(Class<?>) - Method in interface org.hibernate.search.query.dsl.QueryContextBuilder
Creates an entity context which can be used to obtain a QueryBuilder.
forExisting(IndexedTypeIdentifier, Serializable, String) - Method in class org.hibernate.search.indexes.impl.IndexShardingStrategyIndexManagerSelector
 
forExisting(IndexedTypeIdentifier, Serializable, String) - Method in class org.hibernate.search.indexes.impl.NotShardedIndexManagerSelector
 
forExisting(IndexedTypeIdentifier, Serializable, String) - Method in interface org.hibernate.search.indexes.spi.IndexManagerSelector
 
forFilters(FullTextFilterImplementor[]) - Method in class org.hibernate.search.indexes.impl.IndexShardingStrategyIndexManagerSelector
 
forFilters(FullTextFilterImplementor[]) - Method in class org.hibernate.search.indexes.impl.NotShardedIndexManagerSelector
 
forFilters(FullTextFilterImplementor[]) - Method in interface org.hibernate.search.indexes.spi.IndexManagerSelector
 
formatContextElement(ValidationContextType, String) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
formatContextElement(ValidationContextType, String) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaValidator
 
formatFieldName(int, String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
formatLatitude(String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
formatLongitude(String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
formatResponse(ElasticsearchResponse) - Static method in class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchResponseFormatter
 
formatSpatialHashCellId(int, int) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
forNew(IndexedTypeIdentifier, Serializable, String, Document) - Method in class org.hibernate.search.indexes.impl.IndexShardingStrategyIndexManagerSelector
 
forNew(IndexedTypeIdentifier, Serializable, String, Document) - Method in class org.hibernate.search.indexes.impl.NotShardedIndexManagerSelector
 
forNew(IndexedTypeIdentifier, Serializable, String, Document) - Method in interface org.hibernate.search.indexes.spi.IndexManagerSelector
 
forType(IndexManagerType) - Method in class org.hibernate.search.engine.impl.ConfigContext
 
ForwardingElasticsearchAnalysisDefinitionRegistry - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
An ElasticsearchAnalysisDefinitionRegistry that delegate calls to another instance.
ForwardingElasticsearchAnalysisDefinitionRegistry(ElasticsearchAnalysisDefinitionRegistry) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
ForwardingElasticsearchWorkExecutionContext - Class in org.hibernate.search.elasticsearch.work.impl
 
ForwardingElasticsearchWorkExecutionContext(ElasticsearchWorkExecutionContext) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ForwardingElasticsearchWorkExecutionContext
 
foundCurrentMarker() - Method in interface org.hibernate.search.util.logging.impl.Log
 
from(T) - Method in interface org.hibernate.search.query.dsl.FacetRangeStartContext
 
from(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveBelowContext
 
from(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeBelowContinuationContext
 
from(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeEndContext
 
from(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeStartContext
 
from(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
from(T) - Method in interface org.hibernate.search.query.dsl.RangeMatchingContext
 
fromAlias(String) - Method in class org.hibernate.search.engine.impl.DefaultIndexManagerFactory
Extension point: allow to override aliases or add new ones to directly create class instances.
fromBoundingCircle(Coordinates, double) - Static method in class org.hibernate.search.spatial.impl.Rectangle
Compute appropriate bounding box on Earth with pole and prime meridian crossing checks
fromByteToInt(byte) - Static method in class org.hibernate.search.backend.jgroups.impl.MessageSerializationHelper
 
fromClass(Class<?>) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
fromClasses(Class<?>...) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
fromCoordinates(Coordinates) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldContext
 
fromCoordinates(Coordinates) - Method in interface org.hibernate.search.query.dsl.sort.SortDistanceFieldContext
Sort by the distance to the given Coordinates.
fromCoordinates(Coordinates) - Static method in class org.hibernate.search.spatial.impl.Point
 
fromDegrees(double, double) - Static method in class org.hibernate.search.spatial.impl.Point
 
fromDegreesInclusive(double, double) - Static method in class org.hibernate.search.spatial.impl.Point
 
fromDeletionQuery(DocumentBuilderIndexedEntity, DeletionQuery) - Static method in class org.hibernate.search.elasticsearch.impl.ToElasticsearch
 
fromElement(JsonElement) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
fromExternalRepresentation(String) - Static method in enum org.hibernate.search.spi.IndexingMode
Returns the IndexingMode matching the given external representation as specified via Environment.INDEXING_STRATEGY
fromIdentifiers(Iterable<IndexedTypeIdentifier>) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
fromIdentifiers(IndexedTypeIdentifier...) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
fromIntToByte(int) - Static method in class org.hibernate.search.backend.jgroups.impl.MessageSerializationHelper
 
fromJSon(JsonElement) - Static method in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
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.
fromLatitude(double) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceFieldContext
 
fromLatitude(double) - Method in interface org.hibernate.search.query.dsl.sort.SortDistanceFieldContext
Sort by the distance to the given latitude and subsequently-defined longitude.
fromLuceneQuery(Query) - Static method in class org.hibernate.search.elasticsearch.impl.ToElasticsearch
 
fromLuceneSort(Sort) - Static method in class org.hibernate.search.elasticsearch.impl.ToElasticsearch
Convert a Lucene Sort to an Elasticsearch sort, trying to preserve the exact same meaning as the Sort would have in Lucene.
fromQueryString(String) - Static method in class org.hibernate.search.elasticsearch.ElasticsearchQueries
Creates an Elasticsearch query from the given Query String Query, as e.g.
fromRadians(double, double) - Static method in class org.hibernate.search.spatial.impl.Point
 
fromString(int, String[]) - Static method in class org.hibernate.search.backend.impl.DeleteByQuerySupport
 
fromString(String[]) - Static method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
fromString(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.ElasticsearchIndexStatus
 
fromString(String) - Static method in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
FSDirectoryProvider - Class in org.hibernate.search.store.impl
Use a Lucene FSDirectory.
FSDirectoryProvider() - Constructor for class org.hibernate.search.store.impl.FSDirectoryProvider
 
FSMasterDirectoryProvider - Class in org.hibernate.search.store.impl
File based DirectoryProvider that takes care of index copy The base directory is represented by hibernate.search.<index>.indexBase The index is created in <base directory>/<index name> The source (aka copy) directory is built from <sourceBase>/<index name> A copy is triggered every refresh seconds
FSMasterDirectoryProvider() - Constructor for class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
FSSlaveDirectoryProvider - Class in org.hibernate.search.store.impl
File based directory provider that takes care of getting a version of the index from a given source.
FSSlaveDirectoryProvider() - Constructor for class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
FullTextEntityManager - Interface in org.hibernate.search.jpa
Extends an EntityManager with Full-Text operations
FullTextFilter - Interface in org.hibernate.search.filter
Represents a FullTextFilter that is about to be applied.
FullTextFilterDef - Annotation Type in org.hibernate.search.annotations
Defines a FullTextFilter that can be optionally applied to every FullText Queries While not related to a specific indexed entity, the annotation has to be set on one of them
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.EntityMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.FullTextFilterDefMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.SearchMapping
 
fullTextFilterDef(String, Class<?>) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
 
fullTextFilterDefinitionNamingConflict(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
FullTextFilterDefMapping - Class in org.hibernate.search.cfg
Mapping class responsible for collecting data for constructing FullTextFilterDef annotation.
FullTextFilterDefMapping(SearchMapping, String, Class<?>) - Constructor for class org.hibernate.search.cfg.FullTextFilterDefMapping
 
FullTextFilterDefs - Annotation Type in org.hibernate.search.annotations
A list of FullTextFilterDef
FullTextFilterImpl - Class in org.hibernate.search.filter.impl
 
FullTextFilterImpl() - Constructor for class org.hibernate.search.filter.impl.FullTextFilterImpl
 
FullTextFilterImplementor - Interface in org.hibernate.search.filter
 
FullTextIndexEventListener - Class in org.hibernate.search.event.impl
Hibernate ORM event listener called by various ORM life cycle events.
FullTextIndexEventListener() - Constructor for class org.hibernate.search.event.impl.FullTextIndexEventListener
 
FullTextQuery - Interface in org.hibernate.search
The base interface for full-text queries using the Hibernate ORM API (Query).
FullTextQuery - Interface in org.hibernate.search.jpa
The base interface for full-text queries using the JPA API (Query).
FullTextQueryImpl - Class in org.hibernate.search.query.hibernate.impl
Implementation of FullTextQuery.
FullTextQueryImpl(HSQuery, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Constructs a FullTextQueryImpl instance.
FullTextSession - Interface in org.hibernate.search
Extends the Hibernate Session with fulltext search and indexing capabilities.
FullTextSharedSessionBuilder - Interface in org.hibernate.search
 
Futures - Class in org.hibernate.search.util.impl
 
fuzzy() - Method in interface org.hibernate.search.query.dsl.TermContext
Use a fuzzy search approximation (aka edit distance)
FuzzyContext - Interface in org.hibernate.search.query.dsl
 

G

GENERATE_STATS - Static variable in class org.hibernate.search.cfg.Environment
If set to true the search statistic will be gathered.
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ClearScrollWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.CloseIndexWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.DeleteWork
 
generateResult(ElasticsearchWorkExecutionContext, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.DeleteWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.DropIndexWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2FlushWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2OptimizeWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5OptimizeWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ExplainWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.GetIndexSettingsWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.GetIndexTypeMappingsWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.IndexExistsWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork
 
generateResult(ElasticsearchWorkExecutionContext, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.OpenIndexWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.PutIndexSettingsWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.PutIndexTypeMappingWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.RefreshWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.ScrollWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork
 
generateResult(ElasticsearchWorkExecutionContext, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
generateResult(ElasticsearchWorkExecutionContext, ElasticsearchResponse) - Method in class org.hibernate.search.elasticsearch.work.impl.WaitForIndexStatusWork
 
generateTenantIdProperty() - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
generateTenantIdProperty() - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
GenericCloseable<E extends Throwable> - Interface in org.hibernate.search.util.impl
 
GeometricConstants - Interface in org.hibernate.search.spatial.impl
Geometric constants to use in SpatialHelper calculation
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
get(String, Document) - Method in enum org.hibernate.search.bridge.builtin.NumericFieldBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.time.impl.DurationBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
get(String, Document) - Method in class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
get(String, Document) - Method in interface org.hibernate.search.bridge.TwoWayFieldBridge
Build the element object from the Document
get(String, Document) - Method in class org.hibernate.search.bridge.util.impl.TwoWayString2FieldBridgeAdaptor
 
get(String, Document) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
get(String, Document) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
get() - Static method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
get(JsonObject) - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonAccessor
Get the current value of the element this accessor points to for the given root.
get() - Static method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
get(String, String) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry
 
get() - Static method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
get(int) - Method in class org.hibernate.search.elasticsearch.util.impl.Window
 
get() - Method in class org.hibernate.search.engine.metadata.impl.BackReference
 
get() - Method in class org.hibernate.search.engine.service.spi.ServiceReference
 
get() - Method in interface org.hibernate.search.query.dsl.EntityContext
 
get() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryContextBuilder.HSearchEntityContext
 
get(FacetSortOrder) - Static method in class org.hibernate.search.query.engine.impl.FacetComparators
 
get() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
get(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
get(IndexedTypeIdentifier) - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
get(Class<?>) - Method in interface org.hibernate.search.spi.IndexedTypeMap
Deprecated.
use IndexedTypeMap.get(IndexedTypeIdentifier). This method will be removed.
get(Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
get(Object) - Method in class org.hibernate.search.util.impl.SoftLimitMRUCache
Gets an object from the cache.
getAbsoluteName() - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
getAbsoluteName() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getAbsoluteName() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getAbsoluteName() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
getAbsoluteName() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata
 
getAbsoluteName() - Method in class org.hibernate.search.engine.metadata.impl.SortableFieldMetadata
 
getAccessor() - Method in exception org.hibernate.search.elasticsearch.gson.impl.UnexpectedJsonElementTypeException
 
getAction() - Method in class org.hibernate.search.hcore.impl.HibernateSearchIntegrator.DuplicationStrategyImpl
 
getActualElement() - Method in exception org.hibernate.search.elasticsearch.gson.impl.UnexpectedJsonElementTypeException
 
getActualIndexName() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getActualIndexName() - Method in interface org.hibernate.search.indexes.spi.IndexNameNormalizer
Some index managers need to normalize the name of the index before using it with the backend, this method will return the actual name used by the index manager.
getAddress() - Method in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
getAddress() - Method in interface org.hibernate.search.backend.jgroups.impl.MessageSenderService
Get sender's address.
getAggregations() - Method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
getAggregations() - Method in interface org.hibernate.search.elasticsearch.work.impl.SearchResult
 
getAll() - Method in class org.hibernate.search.engine.impl.MappingDefinitionRegistry
 
getAllDocumentFieldMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
getAllIndexesManager() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getAllIndexesManager() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getAllIndexesManager() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getAllIndexesManager() - Method in interface org.hibernate.search.spi.BuildContext
 
getAllIndexesManager() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getAllPropertyMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getAllReferences() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getAllReferences() - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getAllShardIdentifiers() - Method in interface org.hibernate.search.store.ShardIdentifierProvider
Returns the list of all currently known shard identifiers.
getAllShardIdentifiers() - Method in class org.hibernate.search.store.ShardIdentifierProviderTemplate
 
getAnalysis() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings
 
getAnalyze() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getAnalyze() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getAnalyzer() - Method in class org.hibernate.search.analyzer.impl.LuceneAnalyzerReference
 
getAnalyzer() - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
getAnalyzer() - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference
 
getAnalyzer() - Method in class org.hibernate.search.analyzer.impl.SimpleLuceneAnalyzerReference
 
getAnalyzer(String) - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getAnalyzer(String) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getAnalyzer() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getAnalyzer(String) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getAnalyzer(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getAnalyzer(String) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getAnalyzer(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getAnalyzer(String) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getAnalyzer(String) - Method in interface org.hibernate.search.indexes.spi.IndexManager
 
getAnalyzer() - Method in interface org.hibernate.search.metadata.FieldDescriptor
 
getAnalyzer() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getAnalyzer(String) - Method in interface org.hibernate.search.SearchFactory
Retrieve an analyzer instance by its definition name
getAnalyzer(Class<?>) - Method in interface org.hibernate.search.SearchFactory
Retrieves the scoped analyzer for a given class.
getAnalyzer(String) - Method in interface org.hibernate.search.spi.SearchIntegrator
Retrieve an analyzer instance by its definition name
getAnalyzer(IndexedTypeIdentifier) - Method in interface org.hibernate.search.spi.SearchIntegrator
Retrieves the scoped analyzer for a given indexed type.
getAnalyzer(String) - Method in interface org.hibernate.search.store.Workspace
Deprecated.
 
getAnalyzerDefinition(String) - Method in class org.hibernate.search.analyzer.definition.impl.ChainingLuceneAnalysisDefinitionRegistry
 
getAnalyzerDefinition(String) - Method in interface org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistry
 
getAnalyzerDefinition(String) - Method in class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
getAnalyzerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ChainingElasticsearchAnalysisDefinitionRegistry
 
getAnalyzerDefinition(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
 
getAnalyzerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
getAnalyzerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getAnalyzerDefinitionName(Object, Object, String) - Method in interface org.hibernate.search.analyzer.Discriminator
Allows to specify the analyzer to be used for the given field based on the specified entity state.
getAnalyzerDefinitionRegistry() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
getAnalyzerDefinitions() - Method in class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
getAnalyzerDefinitions() - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getAnalyzerDefs() - Method in class org.hibernate.search.cfg.SearchMapping
 
getAnalyzerDiscriminator() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getAnalyzerDiscriminator() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getAnalyzerName() - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
getAnalyzerName(String) - Method in class org.hibernate.search.analyzer.impl.RemoteAnalyzerReference
 
getAnalyzerName(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
getAnalyzerName(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
getAnalyzerName(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
getAnalyzerReference(String) - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getAnalyzerReference(Class<?>) - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getAnalyzerReference(IndexedTypeIdentifier, DocumentFieldPath, Analyzer, Normalizer, ConfigContext, IndexManagerType) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getAnalyzerReference(Analyzer, ConfigContext, IndexManagerType) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getAnalyzerReference(String) - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getAnalyzerReference(Class<?>) - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getAnalyzerReference(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getAnalyzerReference(String) - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getAnalyzerReference(Class<?>) - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getAnalyzerReference(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getAnalyzerReference(IndexedTypeIdentifier) - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Retrieve the scoped analyzer reference for a given indexed type.
getAnalyzerReference() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getAnalyzerReference() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getAnalyzerReference() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
getAnalyzerReference() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
getAnalyzerReference() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
getAnalyzerRegistry() - Method in class org.hibernate.search.engine.impl.ImmutableSearchIntegration
 
getAnalyzerRegistry() - Method in class org.hibernate.search.engine.impl.SearchIntegrationConfigContext
 
getAnalyzerRegistry() - Method in interface org.hibernate.search.engine.integration.impl.SearchIntegration
 
getAnalyzers() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
getAnalyzerStrategyFactory() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getAnalyzerStrategyFactory() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getAnnotatedElement() - Method in interface org.hibernate.search.bridge.impl.ExtendedBridgeProvider.ExtendedBridgeProviderContext
 
getAnnotationReader(AnnotatedElement) - Method in class org.hibernate.search.engine.impl.MappingModelMetadataProvider
 
getApproximationQuery() - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
getAttributeName(XMember, String) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Get attribute name out of member unless overridden by name.
getAttributes() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
getBackendQueueProcessor() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getBackendQueueProcessor(String) - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
getBatchSize() - Method in interface org.hibernate.search.jmx.IndexControlMBean
 
getBatchSize() - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
getBeanResolver() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getBeanResolver() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
getBeanResolver() - Method in class org.hibernate.search.engine.service.impl.StandardServiceManager
 
getBeanResolver() - Method in interface org.hibernate.search.engine.service.spi.ServiceManager
Provides direct access to the BeanResolver.
getBigDecimal(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getBigInteger(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getBinary(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getBinaryValue() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getBlob(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getBody() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchResponse
 
getBodyParts() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
getBoolean(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getBooleanValue(Properties, String, boolean) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Extracts a boolean value from configuration properties
getBoost() - Method in interface org.hibernate.search.bridge.LuceneOptions
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
getBoost() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getBoost() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getBoost(XProperty, Annotation) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getBoost() - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
Deprecated.
getBoost() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getBoost() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getBoost() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
getBoost() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getBoost() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getBoost() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Field
 
getBridge(String) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
getBridgeDefinedField(Class<T>) - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
Get the bridge defined field of the specific class.
getBridgeDefinedFieldMetadataFor(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getBridgeDefinedFields() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getBridgeDefinedFields() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getBridgeDefinedFields() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
getBufferedIndexingMonitor(IndexingMonitor) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWorkExecutionContext
 
getBufferedIndexingMonitor(IndexingMonitor) - Method in class org.hibernate.search.elasticsearch.work.impl.ForwardingElasticsearchWorkExecutionContext
 
getBulkableActionBody() - Method in interface org.hibernate.search.elasticsearch.work.impl.BulkableElasticsearchWork
 
getBulkableActionBody() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
getBulkableActionMetadata() - Method in interface org.hibernate.search.elasticsearch.work.impl.BulkableElasticsearchWork
 
getBulkableActionMetadata() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
getByte(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getCacheBitResultsSize() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getCacheBitResultsSize() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getCacheBitResultsSize() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getCacheBitResultsSize() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getCachedFilter(FilterKey) - Method in interface org.hibernate.search.filter.FilterCachingStrategy
Retrieve the cached filter for a given key or null if not cached.
getCachedFilter(FilterKey) - Method in class org.hibernate.search.filter.impl.MRUFilterCachingStrategy
 
getCacheInMemory() - Method in class org.hibernate.search.cfg.EntityDescriptor
Deprecated.
This will be removed with no replacement.
getCacheMode() - Method in class org.hibernate.search.engine.impl.FilterDef
 
getCalendar(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getCalendarBridge() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getCellIndex(double, double, int) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
Generate a Cell Index on one axis
getCenter() - Method in class org.hibernate.search.spatial.DistanceSortField
 
getCenter() - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
getCharacter(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getCharFilterDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ChainingElasticsearchAnalysisDefinitionRegistry
 
getCharFilterDefinition(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
 
getCharFilterDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
getCharFilterDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getCharFilterDefinitions() - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getCharFilters() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
getCharFilters() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
getClass(T) - Method in class org.hibernate.search.engine.impl.SimpleInitializer
 
getClass(T) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
Get the real class type.
getClass(T) - Method in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
getClass(T) - Method in interface org.hibernate.search.spi.InstanceInitializer
 
getClassBoost(Object) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getClassBoostStrategy() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
getClassBridgeConfigurations() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getClassBridgeDefs() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getClassBridgeInstanceDefs() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getClassBridgeInstances(Class<?>) - Method in class org.hibernate.search.engine.impl.ConfigContext
Returns class bridge instances configured via the programmatic API, if any.
getClassBridgeMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getClassBridgeSortableFieldMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getClassLoaderService() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getClassLoaderService() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
getClassLoaderService() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getClassLoaderService() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getClassLoaderService() - Method in class org.hibernate.search.engine.service.impl.StandardServiceManager
 
getClassLoaderService() - Method in interface org.hibernate.search.engine.service.spi.ServiceManager
Provides direct access to the ClassLoaderService.
getClassLuceneOptions(DocumentFieldMetadata, float) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getClassMapping(String) - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getClassMapping(String) - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Returns a Class from a String parameter.
getClassMapping(String) - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getClassMapping(String) - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getClassMappings() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getClassMappings() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Returns an iterator over the list of indexed classes
getClassMappings() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getClassMappings() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getClient() - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWorkExecutionContext
 
getClient() - Method in class org.hibernate.search.elasticsearch.work.impl.ForwardingElasticsearchWorkExecutionContext
 
getClob(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getCollectedUnqualifiedCollectionRoles() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
getCommitPolicy() - Method in class org.hibernate.search.backend.impl.lucene.ExclusiveIndexWorkspaceImpl
 
getCommitPolicy() - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
getCommitPolicy() - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexWorkspaceImpl
 
getCommitPolicy() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Get the commit policy applied to the workspace
getComprehensivePaths() - Method in class org.hibernate.search.engine.spi.ContainedInRecursionContext
 
getConfigurationProperties() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getConfigurationProperties() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getConfigurationProperties() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getConfigurationProperties() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getConfigurationProperties() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getConfiguredClasses(IndexedTypeSet) - Method in class org.hibernate.search.spi.impl.TypeHierarchy
 
getConfiguredTypeHierarchy() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getConfiguredTypeHierarchy() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getConfiguredTypeHierarchy() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getConfiguredTypeHierarchy() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getConfiguredTypesPolymorphic(IndexedTypeSet) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getConfiguredTypesPolymorphic(IndexedTypeSet) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getConfiguredTypesPolymorphic(IndexedTypeSet) - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Given a set of target entities, return the set of configured subtypes.
getContainedIn() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getContainedInMember() - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadata
 
getContainedInMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getContainedTypes() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getContainedTypes() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getContainedTypes() - Method in interface org.hibernate.search.indexes.spi.IndexManager
 
getContent() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
getContentEncoding() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
getContentLength() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
getContentType() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
getCoordinates() - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
getCoordinatesField() - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
getCoordinatesField() - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
getCopyBufferSize(String, Properties) - Static method in class org.hibernate.search.store.impl.DirectoryProviderHelper
Deprecated.
the configured chunk size is actually no longer useful and will be ignored.
getCount() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
getCount() - Method in interface org.hibernate.search.query.facet.Facet
 
getCriteria() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
 
getCurrentClass() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
getCurrentIndexMetadata(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
getCurrentValueFor(IndexWriterSetting) - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
 
getCustomTypeMetadata(IndexedTypeIdentifier) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
getDate(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getDateBridge() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getDeclaringType() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getDefault() - Method in interface org.hibernate.search.cfg.spi.DirectoryProviderService
Default DirectoryProvider to be used if none is configured by the user
getDefault() - Static method in class org.hibernate.search.spi.ErrorHandlerFactory
 
getDefault() - Method in class org.hibernate.search.store.impl.DefaultDirectoryProviderService
 
getDefaultAnalyzerReference() - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getDefaultAnalyzerReference() - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getDefaultAnalyzerReference() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getDefaultAnalyzerReference() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getDefaultDatabaseRetrievalMethod() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getDefaultDatabaseRetrievalMethod() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getDefaultDatabaseRetrievalMethod() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Returns the default DatabaseRetrievalMethod.
getDefaultNullToken() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
getDefaultObjectLookupMethod() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getDefaultObjectLookupMethod() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getDefaultObjectLookupMethod() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Returns the default ObjectLookupMethod.
getDefaults() - Method in class org.hibernate.search.engine.impl.MappingModelMetadataProvider
 
getDefaultTimeoutExceptionFactory() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getDefaultTimeoutExceptionFactory() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getDefaultTimeoutExceptionFactory() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getDefaultTimeoutExceptionFactory() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getDefaultTimeoutExceptionFactory() - Method in interface org.hibernate.search.spi.SearchIntegrator
Useful if you need to create custom exception types to represent query timeouts.
getDelay() - Method in class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
 
getDeleteByQuery() - Method in class org.hibernate.search.backend.spi.DeleteByQueryWork
 
getDeletionQuery() - Method in class org.hibernate.search.backend.spi.DeleteByQueryLuceneWork
 
getDepth() - Method in class org.hibernate.search.engine.spi.ContainedInRecursionContext
 
getDeserializer() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider
 
getDeserializer() - Method in interface org.hibernate.search.indexes.serialization.spi.SerializationProvider
This method will be invoked when any thread needs a Deserializer: implementors of this Service can return the same instance multiple times if the Deserializer implementation is threadsafe.
getDirectory() - Method in interface org.hibernate.search.store.DirectoryProvider
Give access to the initialized Lucene Directory.
getDirectory() - Method in class org.hibernate.search.store.impl.FSDirectoryProvider
 
getDirectory() - Method in class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
getDirectory() - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
getDirectory() - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
 
getDirectoryModificationLock() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getDirectoryProvider() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getDirtyPropertyNames(PostUpdateEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
getDiscriminator() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getDiscriminatorGetter() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getDistance(int) - Method in class org.hibernate.search.spatial.impl.DistanceCollector
 
getDistanceTo(Point) - Method in class org.hibernate.search.spatial.impl.Point
Compute distance between two points
getDistanceTo(double, double) - Method in class org.hibernate.search.spatial.impl.Point
Compute distance point and other location given by its latitude and longitude in decimal degrees
getDistanceUnit() - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
getDocument() - Method in class org.hibernate.search.backend.LuceneWork
 
getDocument(String, Object, Serializable, Map<String, String>, InstanceInitializer, ConversionContext, String[]) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
Builds the Lucene Document for a given entity instance and its id.
getDocumentAndReset() - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
Retrieve the visited document, and resets the instance to be reused by creating a new Document internally.
getDocumentBuilder(IndexedTypeIdentifier) - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getDocumentBuilder(String, ExtendedSearchIntegrator) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
 
getDocumentBuilder() - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
getDocumentBuilder() - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
 
getDocumentBuilder(Object) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
It is not suggested to extend FullTextIndexEventListener, but when needed to implement special use cases implementors might need this method.
getDocumentBuilder() - Method in class org.hibernate.search.query.dsl.impl.QueryBuildingContext
 
getDocumentBuilder(IndexedTypeIdentifier) - Method in interface org.hibernate.search.store.Workspace
Deprecated.
 
getDocumentBuilderContainedEntity(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getDocumentBuilderContainedEntity(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getDocumentBuilderContainedEntity(IndexedTypeIdentifier) - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getDocumentBuildersContainedEntities() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getDocumentBuildersContainedEntities() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getDocumentBuildersContainedEntities() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getDocumentBuildersContainedEntities() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getDocumentFieldMetadataFor(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getDocumentFields(DocumentBuilderIndexedEntity, Document, String[], ConversionContext) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
 
getDocumentId() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getDocumentId(DocumentBuilderIndexedEntity, Document, ConversionContext) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
 
getDocumentsAddedCount() - Method in interface org.hibernate.search.jmx.IndexingProgressMonitorMBean
 
getDocumentsAddedCount() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
getDocValues() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getDocValuesType() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getDouble(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getDynamic() - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBridgeDefinedField
 
getDynamic() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
getDynamicBoost() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getDynamicBoost() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getDynamicBoost(XAnnotatedElement) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getDynamicBoost() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getDynamicBoost() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
Deprecated.
getDynamicBoost() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
Deprecated.
getDynamicBoost() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
getDynamicBoostStrategy() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getDynamicMapping() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ExecutionOptions
 
getElasticsearchIndexName(String) - Static method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexNameNormalizer
 
getElasticsearchService() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getElasticsearchString() - Method in enum org.hibernate.search.elasticsearch.cfg.ElasticsearchIndexStatus
 
getElementBridge() - Method in class org.hibernate.search.bridge.builtin.ArrayBridge
 
getElementBridge() - Method in class org.hibernate.search.bridge.builtin.IterableBridge
 
getElementBridge() - Method in class org.hibernate.search.bridge.builtin.MapBridge
 
getElementBridge() - Method in interface org.hibernate.search.bridge.ContainerBridge
 
getElementOrContainerReturnType() - Method in interface org.hibernate.search.bridge.impl.ExtendedBridgeProvider.ExtendedBridgeProviderContext
Returns the type of the indexed member/property; it works for arrays and collections too.
getEmbeddedContainer() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedContainerType() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata.Builder
 
getEmbeddedFieldPath(String) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
getEmbeddedFieldPrefix() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedFieldPropertyName(String) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
getEmbeddedGetter() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedNullFieldBridge() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedNullFieldName() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedNullToken() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedPropertyName() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getEmbeddedTypeMetadata() - Method in interface org.hibernate.search.elasticsearch.impl.NestingMarker.NestingPathComponent
 
getEmbeddedTypeMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getEncoding() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata
 
getEncodingType() - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
getEncodingType() - Method in class org.hibernate.search.bridge.builtin.time.impl.DurationBridge
 
getEncodingType() - Method in class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
getEncodingType() - Method in class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
getEncodingType() - Method in interface org.hibernate.search.bridge.spi.EncodingBridge
Define the numeric encoding to use for the brdige.
getEncodingType() - Method in class org.hibernate.search.bridge.util.impl.EncodingStringBridge
 
getEncodingType() - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBooleanBridge
 
getEncodingType() - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchTemporalAccessorStringBridge
 
getEncounteredPaths() - Method in class org.hibernate.search.engine.metadata.impl.PathsContext
 
getEntitiesInIndexManager() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getEntitiesInIndexManager() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
 
getEntity() - Method in class org.hibernate.search.backend.spi.Work
 
getEntityClass() - Method in class org.hibernate.search.backend.LuceneWork
Deprecated.
use LuceneWork.getEntityType(): this method will be removed!
getEntityDescriptor(Class<?>) - Method in class org.hibernate.search.cfg.SearchMapping
 
getEntityIndexingInterceptor() - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
getEntityIndexingInterceptor() - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
 
getEntityInstance() - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
getEntityInstance() - Method in interface org.hibernate.search.query.engine.spi.EntityInfo
 
getEntityState() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
getEntityType() - Method in class org.hibernate.search.backend.LuceneWork
 
getEntityType() - Method in class org.hibernate.search.query.dsl.impl.QueryBuildingContext
 
getEntityType() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
 
getEntityTypes() - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.SortConfiguration
 
getErrorHandler() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getErrorHandler() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getErrorHandler() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getErrorHandler() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getErrorHandler() - Method in interface org.hibernate.search.spi.BuildContext
Back-ends processing work asynchronously should catch all eventual errors in the ErrorHandler to avoid losing information about the failing index updates.
getErrorHandler() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getErrorHandler() - Method in interface org.hibernate.search.spi.SearchIntegrator
Used to catch exceptions in all synchronous operations; but default they are logged, the user can configure alternative error management means.
getExclusiveModificationLock() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getExclusiveWriteLock() - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
getExistingDelegate() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonArrayAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonBooleanAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonDoubleAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonFloatAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonIntegerAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonLongAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonObjectAccessorImpl
 
getExpectedElementType() - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonStringAccessorImpl
 
getExpectedParentPath() - Method in exception org.hibernate.search.elasticsearch.util.impl.ParentPathMismatchException
 
getExpectedTypes() - Method in exception org.hibernate.search.elasticsearch.gson.impl.UnexpectedJsonElementTypeException
 
getExtendedSearchFactoryIntegrator() - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
getExtendedSearchIntegrator() - Method in interface org.hibernate.search.event.impl.EventsIntegratorState
 
getExtendedSearchIntegrator() - Method in class org.hibernate.search.query.dsl.impl.QueryBuildingContext
 
getExtendedSearchIntegrator() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
getExtendedSearchIntegrator() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Deprecated.
should be at most SearchIntegrator, preferably removed altogether
getExtendedSearchIntegrator() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
 
getExternalName() - Method in enum org.hibernate.search.elasticsearch.cfg.IndexSchemaManagementStrategy
 
getFacetFieldName() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
getFacetFilters() - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
getFacetGroup(String) - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
getFacetGroup(String) - Method in interface org.hibernate.search.query.engine.spi.FacetManager
Returns a instance of FacetSelection instance in order to apply a disjunction of facet criteria on the current query.
getFacetingName() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
getFacetingName() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
getFacetingName() - Method in interface org.hibernate.search.query.facet.Facet
 
getFacetingName() - Method in interface org.hibernate.search.query.facet.FacetingRequest
 
getFacetManager() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
getFacetManager() - Method in interface org.hibernate.search.jpa.FullTextQuery
 
getFacetManager() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
getFacetManager() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getFacetManager() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getFacetMetadata() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getFacetMetadataFor(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getFacetQuery() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
getFacetQuery() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetImpl
 
getFacetQuery() - Method in interface org.hibernate.search.query.facet.Facet
 
getFacetRangeList() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetRequest
 
getFacetRequests() - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
getFacets() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getFacets(String) - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
getFacets() - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
getFacets(String) - Method in interface org.hibernate.search.query.engine.spi.FacetManager
Returns the Facets for a given facet name
getFacetValueType() - Method in class org.hibernate.search.query.dsl.impl.DiscreteFacetRequest
 
getFacetValueType() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
getFacetValueType() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetRequest
 
getFactoryMethod() - Method in class org.hibernate.search.engine.impl.FilterDef
 
getFailingOperations() - Method in interface org.hibernate.search.exception.ErrorContext
 
getField() - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
getField() - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery
 
getField() - Method in class org.hibernate.search.query.dsl.impl.RemotePhraseQuery
 
getFieldBridge() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getFieldBridge() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getFieldBridge() - Method in interface org.hibernate.search.metadata.FieldDescriptor
 
getFieldBridge() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
getFieldCacheOption() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
Deprecated.
getFieldCustomizer() - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
getFieldData() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getFieldLuceneOptions(PropertyMetadata, DocumentFieldMetadata, Object, float) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getFieldMetadata() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
getFieldMetadata() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
Deprecated.
use getFieldMetadataSet() instead
getFieldMetadata(String) - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getFieldMetadataForClassBridgeField(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getFieldMetadataSet() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getFieldName() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
getFieldName(Annotation) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getFieldName() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
Deprecated.
getFieldName() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
getFieldName() - Method in interface org.hibernate.search.query.facet.Facet
Return the Document field name this facet is targeting.
getFieldName() - Method in interface org.hibernate.search.query.facet.FacetingRequest
 
getFieldName() - Method in class org.hibernate.search.spatial.impl.SpatialHashQuery
 
getFieldNameCannotBeNullException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
getFieldNameParts(String) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
getFieldPosition(String[], String) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
 
getFields() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getFields() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getFields() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery
 
getFieldsForProperty(String) - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getFieldsForProperty(String) - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getFieldsForProperty(String) - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Returns the set of index descriptors for the indexed field generated by the property with the given name.
getFieldToAnalyzerMap() - Method in class org.hibernate.search.backend.AddLuceneWork
 
getFieldToAnalyzerMap() - Method in class org.hibernate.search.backend.LuceneWork
 
getFieldToAnalyzerMap() - Method in class org.hibernate.search.backend.UpdateLuceneWork
 
getFilterCacheBitResultsSize() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getFilterCacheBitResultsSize() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getFilterCacheBitResultsSize() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getFilterCachingStrategy() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getFilterCachingStrategy() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getFilterCachingStrategy() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getFilterCachingStrategy() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getFilterCachingStrategy() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getFilterDefinition(String) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getFilterDefinition(String) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getFilterDefinition(String) - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getFilterDefinitions() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getFilterDefinitions() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getFilterDefinitions() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getFilterDefinitions() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getFilterQueries() - Method in class org.hibernate.search.query.engine.impl.QueryFilters
 
getFirst() - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
getFirstIndex() - Method in class org.hibernate.search.query.engine.impl.DocumentExtractorImpl
 
getFirstIndex() - Method in interface org.hibernate.search.query.engine.spi.DocumentExtractor
 
getFirstResult() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getFloat(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getFormat() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getFrom() - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
getFullTextEntityManager(EntityManager) - Static method in class org.hibernate.search.jpa.Search
Build a full text capable EntityManager The underlying EM implementation has to be Hibernate EntityManager The created instance depends on the passed Session: closing either of them will close both instances.
getFullTextFilterDefinitionRegistry() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
getFullTextFilterDefs() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getFullTextFilterDefs() - Method in class org.hibernate.search.cfg.SearchMapping
 
getFullTextSession(Session) - Static method in class org.hibernate.search.Search
Creates a FullTextSession from a regular Session.
getGlobalAnalyzerReference() - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference.Builder
 
getGlobalAnalyzerReference() - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference.Builder
 
getGlobalAnalyzerReference() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference.Builder
 
getGroupHolderByIndexManager(IndexManager) - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
getGson() - Method in class org.hibernate.search.elasticsearch.gson.impl.DefaultGsonProvider
 
getGson() - Method in interface org.hibernate.search.elasticsearch.gson.impl.GsonProvider
 
getGsonNoSerializeNulls() - Method in class org.hibernate.search.elasticsearch.gson.impl.DefaultGsonProvider
 
getGsonNoSerializeNulls() - Method in interface org.hibernate.search.elasticsearch.gson.impl.GsonProvider
 
getGsonProvider() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getGsonProvider() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getGsonProvider() - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWorkExecutionContext
 
getGsonProvider() - Method in class org.hibernate.search.elasticsearch.work.impl.ForwardingElasticsearchWorkExecutionContext
 
getHints() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getHits() - Method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
getHits() - Method in interface org.hibernate.search.elasticsearch.work.impl.SearchResult
 
getId() - Method in class org.hibernate.search.backend.LuceneWork
 
getId() - Method in class org.hibernate.search.backend.spi.Work
 
getId(Object) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
In case of an indexed entity, return the value of it's identifier: what is marked as @Id or @DocumentId; in case the entity uses @ProvidedId, it's illegal to call this method.
getId(Object) - Method in class org.hibernate.search.engine.spi.DocumentBuilderContainedEntity
 
getId(Object) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
Return the id used for indexing if possible An IllegalStateException otherwise
getId() - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
getId() - Method in interface org.hibernate.search.query.engine.spi.EntityInfo
 
getIdBridge() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
getIdentifier() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
getIdFieldName() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
getIdFieldPath() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
getIdGetter() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
getIdInString() - Method in class org.hibernate.search.backend.LuceneWork
 
getIdName() - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
getIdName() - Method in interface org.hibernate.search.query.engine.spi.EntityInfo
 
getIdPropertyMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
getIdPropertyMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getIdPropertyName() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
getImpl() - Method in class org.hibernate.search.engine.impl.FilterDef
 
getImpl() - Method in class org.hibernate.search.filter.FilterKey
Deprecated.
 
getIncludePaths() - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadata
 
getIndex() - Method in interface org.hibernate.search.bridge.LuceneOptions
Prefer the use of LuceneOptions.addFieldToDocument(String, String, org.apache.lucene.document.Document) over manually building your Field objects and adding them to the Document.
getIndex() - Method in interface org.hibernate.search.elasticsearch.impl.NestingMarker.NestingPathComponent
 
getIndex() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getIndex(Index, Analyze, Norms) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
Using the passed field (or class bridge) settings determines the Lucene Field.Index
getIndex() - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
getIndex() - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
getIndex() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getIndex() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getIndex() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
getIndex() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getIndex() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getIndex() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getIndexBinding(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexBinding(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexBinding(IndexedTypeIdentifier) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getIndexBinding(IndexedTypeIdentifier) - Method in interface org.hibernate.search.spi.SearchIntegrator
Returns the entity to index binding for the given type.
getIndexBindings() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexBindings() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexBindings() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getIndexBindings() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getIndexBindings() - Method in interface org.hibernate.search.spi.SearchIntegrator
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
getIndexDescriptors() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getIndexDescriptors() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getIndexDescriptors() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Returns a set of IndexDescriptor instances describing Lucene index information, in particular the index name.
getIndexed() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getIndexedClassNames() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getIndexedClassNames() - Method in interface org.hibernate.search.stat.Statistics
Returns a list of all indexed classes.
getIndexedClassNames() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getIndexedField(String) - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getIndexedField(String) - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getIndexedField(String) - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Retrieves the field descriptor for a given field name.
getIndexedFields() - Method in interface org.hibernate.search.metadata.FieldContributor
 
getIndexedFields() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getIndexedFields() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getIndexedFields() - Method in class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
getIndexedProperties() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getIndexedProperties() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getIndexedProperties() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
 
getIndexedTargetedEntities() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
Set of indexed entities corresponding to the class hierarchy of the targeted entities
getIndexedTargetedEntities() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getIndexedType() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
getIndexedType() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getIndexedType() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getIndexedType() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
 
getIndexedTypeDescriptor(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexedTypeDescriptor(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexedTypeDescriptor(Class<?>) - Method in interface org.hibernate.search.SearchFactory
Returns a descriptor for the specified entity type describing its indexed state.
getIndexedTypeDescriptor(IndexedTypeIdentifier) - Method in interface org.hibernate.search.spi.SearchIntegrator
Returns a descriptor for the specified entity type describing its indexed state.
getIndexedTypeHierarchy() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexedTypeHierarchy() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexedTypeHierarchy() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getIndexedTypeHierarchy() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getIndexedTypeIdentifiers() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexedTypeIdentifiers() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexedTypeIdentifiers() - Method in interface org.hibernate.search.spi.SearchIntegrator
Returns the set of currently indexed types.
getIndexedTypeIdFromWork(Work) - Method in class org.hibernate.search.engine.impl.SimpleInitializer
 
getIndexedTypeIdFromWork(Work) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
 
getIndexedTypeIdFromWork(Work) - Method in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
getIndexedTypeIdFromWork(Work) - Method in interface org.hibernate.search.spi.InstanceInitializer
 
getIndexedTypes() - Method in interface org.hibernate.search.SearchFactory
Returns the set of currently indexed types.
getIndexedTypesPolymorphic(IndexedTypeSet) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexedTypesPolymorphic(IndexedTypeSet) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexedTypesPolymorphic(IndexedTypeSet) - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Given a set of target entities, return the set of configured subtypes that are indexed.
getIndexEmbedded() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getIndexingMode() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexingMode() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexingMode() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getIndexingMode() - Method in interface org.hibernate.search.spi.BuildContext
 
getIndexingMode() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getIndexingMode() - Method in interface org.hibernate.search.spi.SearchIntegrator
 
getIndexingParameters() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getIndexManagementTimeoutInMs() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ExecutionOptions
 
getIndexManager() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getIndexManager(String) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexManager(String) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexManager() - Method in interface org.hibernate.search.exception.ErrorContext
 
getIndexManager(String) - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
getIndexManager(String) - Method in interface org.hibernate.search.spi.SearchIntegrator
Get an IndexManager using the name
getIndexManagerFactory() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexManagerFactory() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexManagerFactory() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getIndexManagerFactory() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getIndexManagerForAddition(Class<?>, Serializable, String, Document) - Method in class org.hibernate.search.store.impl.IdHashShardingStrategy
 
getIndexManagerForAddition(Class<?>, Serializable, String, Document) - Method in interface org.hibernate.search.store.IndexShardingStrategy
Deprecated.
 
getIndexManagerHolder() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexManagerHolder() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexManagerHolder() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getIndexManagers(EntityIndexBinding) - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
getIndexManagers() - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
getIndexManagers(EntityIndexBinding) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
getIndexManagers(EntityIndexBinding) - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
getIndexManagerSelector() - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
getIndexManagerSelector() - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
 
getIndexManagersForAllShards() - Method in class org.hibernate.search.store.impl.IdHashShardingStrategy
 
getIndexManagersForAllShards() - Method in interface org.hibernate.search.store.IndexShardingStrategy
Deprecated.
Ask for all shards (eg to query or optimize)
getIndexManagersForDeletion(Class<?>, Serializable, String) - Method in class org.hibernate.search.store.impl.IdHashShardingStrategy
 
getIndexManagersForDeletion(Class<?>, Serializable, String) - Method in interface org.hibernate.search.store.IndexShardingStrategy
Deprecated.
return the IndexManager(s) where the given entity is stored and where the deletion operation needs to be applied id and idInString could be null.
getIndexManagersForQuery(FullTextFilterImplementor[]) - Method in class org.hibernate.search.store.impl.IdHashShardingStrategy
 
getIndexManagersForQuery(FullTextFilterImplementor[]) - Method in interface org.hibernate.search.store.IndexShardingStrategy
Deprecated.
return the set of IndexManager(s) where the entities matching the filters are stored this optional optimization allows queries to hit a subset of all shards, which may be useful for some datasets if this optimization is not needed, return getIndexManagersForAllShards()
getIndexManagerType() - Method in interface org.hibernate.search.bridge.spi.IndexManagerTypeSpecificBridgeProvider
Returns the IndexManagerType for which we register the bridge
getIndexManagerType() - Method in class org.hibernate.search.elasticsearch.bridge.impl.ElasticsearchBridgeProvider
 
getIndexManagerType() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getIndexManagerType() - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
getIndexManagerType() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
getIndexManagerType() - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
 
getIndexManagerType() - Method in class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
getIndexManagerType(String, Properties[], SearchConfiguration, WorkerBuildContext) - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
getIndexManagerType() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getIndexManagerType() - Method in interface org.hibernate.search.indexes.spi.IndexManager
 
getIndexManagerTypes() - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
 
getIndexName() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getIndexName() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getIndexName() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
getIndexName() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getIndexName() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getIndexName() - Method in interface org.hibernate.search.indexes.spi.IndexManager
Useful for labeling and logging resources from this instance.
getIndexName() - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.SortConfiguration
 
getIndexName() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Returns the name of the index this workspace is being used for.
getIndexNameBase() - Method in class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
getIndexParameters() - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters
 
getIndexReader() - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
getIndexReaderAccessor() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIndexReaderAccessor() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIndexReaderAccessor() - Method in interface org.hibernate.search.SearchFactory
Provides access to the IndexReader API
getIndexReaderAccessor() - Method in interface org.hibernate.search.spi.SearchIntegrator
Provides access to the IndexReader API
getIndexResources() - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
getIndexSettings(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
getIndexSettings(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
GetIndexSettingsWork - Class in org.hibernate.search.elasticsearch.work.impl
 
GetIndexSettingsWork(GetIndexSettingsWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.GetIndexSettingsWork
 
GetIndexSettingsWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
GetIndexSettingsWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
getIndexSize(String) - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getIndexSize(String) - Method in interface org.hibernate.search.stat.Statistics
Returns the size of the index with the given name, in bytes.
getIndexSize(String) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getIndexTypeMappings(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
getIndexTypeMappings(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
GetIndexTypeMappingsWork - Class in org.hibernate.search.elasticsearch.work.impl
 
GetIndexTypeMappingsWork(GetIndexTypeMappingsWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.GetIndexTypeMappingsWork
 
GetIndexTypeMappingsWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
GetIndexTypeMappingsWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
getIndexWriter() - Method in interface org.hibernate.search.backend.impl.CommitPolicy
Obtain the IndexWriter
getIndexWriter(ErrorContextBuilder) - Method in interface org.hibernate.search.backend.impl.CommitPolicy
Obtain the index writer
getIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.AbstractCommitPolicy
 
getIndexWriter(ErrorContextBuilder) - Method in class org.hibernate.search.backend.impl.lucene.AbstractCommitPolicy
 
getIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getIndexWriter(ErrorContextBuilder) - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.IndexWriterDelegate
Deprecated. 
getIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.PerChangeSetCommitPolicy
 
getIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexCommitPolicy
 
getIndexWriter(ErrorContextBuilder) - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexCommitPolicy
 
getIndexWriter() - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexWorkspaceImpl
 
getIndexWriter(ErrorContextBuilder) - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexWorkspaceImpl
 
getIndexWriter() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Gets the IndexWriter, opening one if needed.
getIndexWriterDelegate(ErrorContextBuilder) - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getIndexWriterDelegate() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
getInstance() - Method in class org.hibernate.search.bridge.builtin.DefaultStringBridge
 
getInstanceInitializer() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getInstanceInitializer() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Returns the initializer to be used to initialize potentially lazy entities or collections.
getInstanceInitializer() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
 
getInstanceInitializer() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getInstanceInitializer() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getInstanceInitializer() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getInstanceInitializer() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getInstanceInitializer() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getInstanceInitializer() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getInstanceInitializer() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
getInstanceInitializer() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getInstanceInitializer() - Method in interface org.hibernate.search.spi.WorkerBuildContext
 
getInteger(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getIntegration(IndexManagerType) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIntegration(IndexManagerType) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIntegration(IndexManagerType) - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Retrieve the integration information for a given index manager type.
getIntegrations() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getIntegrations() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getIntegrations() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getIntegrations() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Returns a map of all known integrations keyed against the indexed manager type
getIntegrations() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getIntValue(Properties, String, int) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Looks for a numeric value in the Properties, returning defValue if not found or if an empty string is found.
getIntValue(Properties, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Retrieves a configuration property and parses it as an Integer if it exists, or returns null if the property is not set (undefined).
getInvalidIntegerValueException(String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getInvalidShardCountException(int) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getJMSConnection() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
getJmsQueue() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
getJmsQueueName() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
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
 
getJsonObject() - Method in interface org.hibernate.search.elasticsearch.work.impl.ExplainResult
 
getKey() - Method in enum org.hibernate.search.backend.configuration.impl.IndexWriterSetting
 
getKeyMethod() - Method in class org.hibernate.search.engine.impl.FilterDef
 
getLastComponentAbsolutePath() - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
 
getLatestProtocol() - Method in class org.hibernate.search.indexes.serialization.avro.impl.KnownProtocols
 
getLatestReader() - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.PerDirectoryLatestReader
 
getLatitude() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getLatitude() - Method in interface org.hibernate.search.spatial.Coordinates
 
getLatitude() - Method in class org.hibernate.search.spatial.impl.Point
 
getLatitude(Object) - Method in class org.hibernate.search.spatial.SpatialFieldBridge
 
getLatitudeRad() - Method in class org.hibernate.search.spatial.impl.Point
 
getLeafCollector(LeafReaderContext) - Method in class org.hibernate.search.spatial.impl.DistanceCollector
 
getLevel() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
getLines(InputStream) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.AbstractSynonymsParameterValueTransformer
 
getLines(InputStream) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.CharMappingRuleFileParameterValueTransformer
 
getLines(InputStream) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.StemmerOverrideRuleFileParameterValueTransformer
 
getLines(InputStream) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.WordSetFileParameterValueTransformer
 
getLoadedEntitiesCount() - Method in interface org.hibernate.search.jmx.IndexingProgressMonitorMBean
 
getLoadedEntitiesCount() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
getLocale(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getLockMode() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getLockModes() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getLockOptions() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getLoggingPrintStream() - Static method in class org.hibernate.search.util.logging.impl.LoggerHelper
 
getLogHelper() - Method in class org.hibernate.search.elasticsearch.gson.impl.DefaultGsonProvider
 
getLogHelper() - Method in interface org.hibernate.search.elasticsearch.gson.impl.GsonProvider
 
getLong(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getLongitude() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getLongitude() - Method in interface org.hibernate.search.spatial.Coordinates
 
getLongitude() - Method in class org.hibernate.search.spatial.impl.Point
 
getLongitude(Object) - Method in class org.hibernate.search.spatial.SpatialFieldBridge
 
getLongitudeRad() - Method in class org.hibernate.search.spatial.impl.Point
 
getLongValue(Properties, String, long) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Looks for a numeric value in the Properties, returning defValue if not found or if an empty string is found.
getLowerLeft() - Method in class org.hibernate.search.spatial.impl.Rectangle
 
getLuceneAnalyzerDefinitionProvider() - Method in class org.hibernate.search.analyzer.definition.impl.PropertiesBasedLuceneAnalysisDefinitionSourceService
 
getLuceneAnalyzerDefinitionProvider() - Method in interface org.hibernate.search.analyzer.definition.spi.LuceneAnalysisDefinitionSourceService
 
getLuceneClassAnalyzerReferences() - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getLuceneClassAnalyzerReferences() - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getLuceneClassAnalyzerReferences() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getLuceneClassNormalizerReference(Class<?>) - Method in class org.hibernate.search.engine.impl.ImmutableNormalizerRegistry
 
getLuceneClassNormalizerReference(Class<?>) - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getLuceneClassNormalizerReference(Class<?>) - Method in interface org.hibernate.search.engine.impl.NormalizerRegistry
 
getLuceneClassNormalizerReferences() - Method in class org.hibernate.search.engine.impl.ImmutableNormalizerRegistry
 
getLuceneClassNormalizerReferences() - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getLuceneClassNormalizerReferences() - Method in interface org.hibernate.search.engine.impl.NormalizerRegistry
 
getLuceneQuery() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
getLuceneQuery() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
getLuceneQuery() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getLuceneResolution(Resolution) - Static method in class org.hibernate.search.bridge.builtin.impl.DateResolutionUtil
 
getLuceneTimeoutCounter() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
getLuceneWork() - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork
 
getLuceneWork() - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWork
 
getLuceneWork() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
getLuceneWorks() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
getMajorVersion() - Static method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider
 
getMappedEntities() - Method in class org.hibernate.search.cfg.SearchMapping
 
getMappedSubclasses() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
getMappings() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
getMasterNodeSelector(String) - Method in class org.hibernate.search.backend.jgroups.impl.DefaultNodeSelectorService
 
getMasterNodeSelector(String) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorService
 
getMax() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
getMax() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetImpl
 
getMax() - Method in interface org.hibernate.search.query.facet.RangeFacet
 
getMaxDepth() - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadata
 
getMaxDepth() - Method in class org.hibernate.search.engine.spi.ContainedInRecursionContext
 
getMaxEditDistance() - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery
 
getMaxIndex() - Method in class org.hibernate.search.query.engine.impl.DocumentExtractorImpl
 
getMaxIndex() - Method in interface org.hibernate.search.query.engine.spi.DocumentExtractor
 
getMaxLevel() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
getMaxNumberOfFacets() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
getMaxNumberOfFacets() - Method in interface org.hibernate.search.query.facet.FacetingRequest
 
getMaxQueueLength() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getMaxResults() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getMemberName() - Method in interface org.hibernate.search.bridge.impl.ExtendedBridgeProvider.ExtendedBridgeProviderContext
 
getMemberValue(Object, XMember) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
 
getMergeThread(IndexWriter, MergePolicy.OneMerge) - Method in class org.hibernate.search.backend.impl.lucene.overrides.ConcurrentMergeScheduler
 
getMessage() - Method in exception org.hibernate.search.elasticsearch.util.impl.ParentPathMismatchException
 
getMessageTimeout() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
getMessageTimeout() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueTask
 
getMethod() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
getMin() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
getMin() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetImpl
 
getMin() - Method in interface org.hibernate.search.query.facet.RangeFacet
 
getMinorVersion() - Static method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider
 
getMismatchingPath() - Method in exception org.hibernate.search.elasticsearch.util.impl.ParentPathMismatchException
 
getMissingValueStrategy() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getMissingValueStrategy() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getMissingValueStrategy() - Method in class org.hibernate.search.engine.impl.SearchIntegrationConfigContext
 
getMonotonicTimeEstimate() - Method in class org.hibernate.search.engine.impl.DefaultTimingSource
 
getMonotonicTimeEstimate() - Method in interface org.hibernate.search.engine.spi.TimingSource
Returns an approximation of System.nanoTime().
getMultipleServiceImplementationsException(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getName() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getName() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
getName() - Method in class org.hibernate.search.engine.impl.FilterDef
 
getName() - Method in interface org.hibernate.search.filter.FullTextFilterImplementor
 
getName() - Method in class org.hibernate.search.filter.impl.FullTextFilterImpl
 
getName() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getName() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
getName() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
Returns the Lucene Document field name for this indexed property.
getName() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getName() - Method in class org.hibernate.search.metadata.impl.IndexDescriptorImpl
 
getName() - Method in class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
getName() - Method in interface org.hibernate.search.metadata.IndexDescriptor
 
getName() - Method in interface org.hibernate.search.metadata.PropertyDescriptor
Name of the property.
getName() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Field
 
getName() - Method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
getName() - Method in interface org.hibernate.search.spi.IndexedTypeIdentifier
Each indexed type must be identified by name which is unique within the scope of a SearchIntegrator.
getName() - Method in class org.hibernate.search.util.logging.impl.LogCategory
 
getNamedAnalyzerReferences() - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getNamedAnalyzerReferences() - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getNamedAnalyzerReferences() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getNamedNormalizerReference(String) - Method in class org.hibernate.search.engine.impl.ImmutableNormalizerRegistry
 
getNamedNormalizerReference(String) - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getNamedNormalizerReference(String) - Method in interface org.hibernate.search.engine.impl.NormalizerRegistry
 
getNamedNormalizerReferences() - Method in class org.hibernate.search.engine.impl.ImmutableNormalizerRegistry
 
getNamedNormalizerReferences() - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getNamedNormalizerReferences() - Method in interface org.hibernate.search.engine.impl.NormalizerRegistry
 
getNativeSortDescription() - Method in class org.hibernate.search.query.dsl.sort.impl.NativeSortField
 
getNestingContextFactory() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchNestingContextFactoryProvider
 
getNestingContextFactory() - Method in interface org.hibernate.search.engine.nesting.impl.NestingContextFactoryProvider
 
getNewMergePolicy() - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
Creates a new LogByteSizeMergePolicy as configured by this property set.
getNonEmbeddedDocumentFieldMetadata() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getNormalizer() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getNormalizerDefinition(String) - Method in class org.hibernate.search.analyzer.definition.impl.ChainingLuceneAnalysisDefinitionRegistry
 
getNormalizerDefinition(String) - Method in interface org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistry
 
getNormalizerDefinition(String) - Method in class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
getNormalizerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ChainingElasticsearchAnalysisDefinitionRegistry
 
getNormalizerDefinition(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
 
getNormalizerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
getNormalizerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getNormalizerDefinitionRegistry() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
getNormalizerDefinitions() - Method in class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
getNormalizerDefinitions() - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getNormalizerDefs() - Method in class org.hibernate.search.cfg.SearchMapping
 
getNormalizerReference(Normalizer, ConfigContext, IndexManagerType) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getNormalizerRegistry() - Method in class org.hibernate.search.engine.impl.ImmutableSearchIntegration
 
getNormalizerRegistry() - Method in class org.hibernate.search.engine.impl.SearchIntegrationConfigContext
 
getNormalizerRegistry() - Method in interface org.hibernate.search.engine.integration.impl.SearchIntegration
 
getNormalizers() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
getNorms() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getNorms() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getNorms() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getNoServiceImplementationFoundException(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getNoSessionFactoryInContextException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
getNullEntityManagerPassedToFullEntityManagerCreationException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
getNullMarker() - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullNullMarkerCodec
 
getNullMarker() - Method in class org.hibernate.search.engine.nulls.codec.impl.NotEncodingCodec
 
getNullMarker() - Method in interface org.hibernate.search.engine.nulls.codec.impl.NullMarkerCodec
 
getNullMarkerCodec() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getNullSessionPassedToFullTextSessionCreationException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
getNullValue() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getNumberOfEntitiesToIndex() - Method in interface org.hibernate.search.jmx.IndexingProgressMonitorMBean
 
getNumberOfEntitiesToIndex() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
getNumberOfFetchingThreads() - Method in interface org.hibernate.search.jmx.IndexControlMBean
 
getNumberOfFetchingThreads() - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
getNumberOfIndexedEntities(String) - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getNumberOfIndexedEntities(String) - Method in interface org.hibernate.search.stat.Statistics
Returns the number of documents for the given entity.
getNumberOfIndexedEntities(String) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getNumberOfObjectLoadingThreads() - Method in interface org.hibernate.search.jmx.IndexControlMBean
 
getNumberOfObjectLoadingThreads() - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
getNumberOfTypes() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getNumericEncodingType() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getNumericEncodingType() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getNumericEncodingType() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
getNumericFieldNames() - Method in class org.hibernate.search.query.engine.impl.FieldNameCollector.FieldCollection
 
getNumericFields() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getObjectLoadingExecutionAvgTime() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getObjectLoadingExecutionAvgTime() - Method in interface org.hibernate.search.stat.Statistics
 
getObjectLoadingExecutionAvgTime() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getObjectLoadingExecutionMaxTime() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getObjectLoadingExecutionMaxTime() - Method in interface org.hibernate.search.stat.Statistics
 
getObjectLoadingExecutionMaxTime() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getObjectLoadingTotalTime() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getObjectLoadingTotalTime() - Method in interface org.hibernate.search.stat.Statistics
 
getObjectLoadingTotalTime() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getObjectsLoadedCount() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getObjectsLoadedCount() - Method in interface org.hibernate.search.stat.Statistics
 
getObjectsLoadedCount() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getOccurType() - Method in interface org.hibernate.search.query.facet.FacetSelection
 
getOmitNorms() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
getOmitTermFreqAndPositions() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
getOperationAtFault() - Method in interface org.hibernate.search.exception.ErrorContext
 
getOptimizationBlackList() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getOptimizationsPerformed() - Method in class org.hibernate.search.store.optimization.impl.IncrementalOptimizerStrategy
 
getOptimizerStrategy(IndexManager, Properties, WorkerBuildContext) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
 
getOptimizerStrategy() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getOrCreate(JsonObject, Supplier<? extends T>) - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonAccessor
Get the current value of the element this accessor points to for the given root, creating it and setting it if it hasn't been set yet.
getOrCreate(JsonObject) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonArrayAccessorImpl
 
getOrCreate(JsonObject) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonObjectAccessorImpl
 
getOrCreateAnalyzerReference(String) - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getOrCreateAnalyzerReference(Class<?>) - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getOrCreateBackend(String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
getOrCreateBackend(String, String, Properties, WorkerBuildContext) - Method in class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
getOrCreateLuceneClassNormalizerReference(Class<?>) - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getOrCreateNamedNormalizerReference(String) - Method in class org.hibernate.search.engine.impl.MutableNormalizerRegistry
 
getOriginalAnalyzerReference() - Method in class org.hibernate.search.query.dsl.impl.AbstractRemoteQueryWithAnalyzer
 
getOriginalAnalyzerReference() - Method in class org.hibernate.search.query.dsl.impl.QueryBuildingContext
 
getOriginalRemoteAnalyzerReference() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery
 
getParallelModificationLock() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getParameter(String) - Method in interface org.hibernate.search.filter.FullTextFilter
 
getParameter(String) - Method in class org.hibernate.search.filter.impl.FullTextFilterImpl
 
getParameter(String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameter(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameter(String, Class) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameter(int, Class) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameters() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
getParameters() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinition
 
getParameters() - Method in class org.hibernate.search.filter.impl.FullTextFilterImpl
 
getParameters() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameterValue(Parameter) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameterValue(String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParameterValue(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getParseContext(String, Object) - Method in interface org.hibernate.search.bridge.TikaParseContextProvider
This method is called by the Tika bridge prior to parsing the data.
getPassThroughAnalyzerReference() - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getPassThroughAnalyzerReference() - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getPassThroughAnalyzerReference() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getPath() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
getPath() - Method in interface org.hibernate.search.elasticsearch.impl.NestingMarker
 
getPath() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getPath() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getPath() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata
 
getPath() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
getPhrase() - Method in class org.hibernate.search.query.dsl.impl.RemotePhraseQuery
 
getPlannedLuceneWork() - Method in class org.hibernate.search.engine.impl.WorkPlan
 
getPojoType() - Method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
getPojoType() - Method in interface org.hibernate.search.spi.IndexedTypeIdentifier
Deprecated.
This only exists to facilitate an iterative integration, and will be removed ASAP.
getPrecisionStep(NumericField) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getPrecisionStep() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getPrecisionStep() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
getPrefix() - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadata
 
getPrefix() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
getProgrammaticMapping() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getProgrammaticMapping() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
getProgrammaticMapping() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getProgrammaticMapping() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getProgrammaticMapping() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getProgrammaticMapping() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getProgrammaticMapping() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getProgrammaticMapping() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getProjectedFields() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
getProjectedFields() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getProjection() - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
getProjection() - Method in interface org.hibernate.search.query.engine.spi.EntityInfo
 
getProperties() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getProperties() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Gets properties as a java.util.Properties object.
getProperties() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
getProperties() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getProperties() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getProperty(String) - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getProperty(String) - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Gets a configuration property from its name or null if not present
getProperty(String) - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getProperty(String) - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getProperty(String) - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
getProperty(String) - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getProperty(String) - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Retrieves the property descriptor for a given property name.
getProperty(String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
getProperty(String, String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
getPropertyAccessor() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
getPropertyAccessor() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getPropertyAccessorName() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getPropertyClass() - Method in interface org.hibernate.search.engine.metadata.impl.PartialPropertyMetadata
 
getPropertyClass() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
getPropertyClass() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
getPropertyDescriptor(String, ElementType) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getPropertyMetadataForProperty(String) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getPropertyNameCannotBeNullException() - Method in interface org.hibernate.search.util.logging.impl.Log
 
getProvidedId() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getProvidedServices() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getProvidedServices() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Return the provided services.
getProvidedServices() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getProvidedServices() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getQuery() - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
Gets the contained query.
getQuery() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery
 
getQueryAnalyzerReference() - Method in class org.hibernate.search.query.dsl.impl.AbstractRemoteQueryWithAnalyzer
 
getQueryAnalyzerReference() - Method in class org.hibernate.search.query.dsl.impl.QueryBuildingContext
 
getQueryContext() - Method in class org.hibernate.search.query.dsl.sort.impl.AbstractConnectedSortContext
 
getQueryFactory() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getQueryFactory() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getQueryKey() - Method in interface org.hibernate.search.backend.spi.DeletionQuery
used to identify the type of query faster (no need for instanceof checks)
getQueryKey() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
getQueryOptions() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getQueryOptions() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getQueryRemoteAnalyzerReference() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery
 
getQueryString() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
getQueryString() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
getQueryString() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getQueryString() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getRadius() - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
getRadiusDistance() - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
getRangeIndex() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetImpl
 
getRangeString() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
getReaderProvider() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getReaderProvider() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getReaderProvider() - Method in interface org.hibernate.search.indexes.spi.IndexManager
Provide access to IndexReaders.
getReaderValue() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getReflectionManager() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
getReflectionManager() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
Returns a reflection manager if already available in the environment null otherwise
getReflectionManager() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
getReflectionManager() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
getRelativeName() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getRelativeName() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
getRequiredIndexStatus() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ExecutionOptions
 
getResolution() - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
getResources(String) - Method in class org.hibernate.search.util.impl.AggregatedClassLoader
 
getResultList() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getResultReference() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getResultReference() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata.Builder
 
getResultReference() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
getResultSize() - Method in interface org.hibernate.search.jpa.FullTextQuery
Returns the number of hits for this search Caution: The number of results might be slightly different from getResultList().size() because getResultList() may be not in sync with the database at the time of query.
getResultSize() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
getReturnAliases() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Deprecated.
getReturnType() - Method in interface org.hibernate.search.bridge.spi.BridgeProvider.BridgeProviderContext
Returns the type of the indexed member/property; for arrays and collections, returns the type of the contained elements.
getReturnTypes() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Deprecated.
getRowNumber() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
getSafeIndexBindingForEntity(Class<?>) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
Deprecated.
getSafeIndexBindingForEntity(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getScheduledExecutorService() - Method in class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
Exposed as public method for tests only
getSchemaCreator() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getSchemaCreator() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getSchemaDropper() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getSchemaDropper() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getSchemaMigrator() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getSchemaMigrator() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getSchemaTranslator() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getSchemaTranslator() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getSchemaValidator() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getSchemaValidator() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getScopedAnalyzerReferenceBuilder() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
getScopedAnalyzerReferences() - Method in interface org.hibernate.search.engine.impl.AnalyzerRegistry
 
getScopedAnalyzerReferences() - Method in class org.hibernate.search.engine.impl.ImmutableAnalyzerRegistry
 
getScopedAnalyzerReferences() - Method in class org.hibernate.search.engine.impl.MutableAnalyzerRegistry
 
getScrollBacktrackingWindowSize() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchQueryOptions
 
getScrollFetchSize() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchQueryOptions
 
getScrollId() - Method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
getScrollId() - Method in interface org.hibernate.search.elasticsearch.work.impl.SearchResult
 
getScrollTimeout() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchQueryOptions
 
getSealedQueue() - Method in class org.hibernate.search.backend.impl.WorkQueue
 
getSearchFactory() - Method in interface org.hibernate.search.jpa.FullTextEntityManager
 
getSearchIntegrator() - Method in class org.hibernate.search.backend.impl.jms.AbstractJMSHibernateSearchController
 
getSearchIntegrator() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
getSearchIntegrator() - Method in class org.hibernate.search.hcore.impl.SearchFactoryReference
 
getSearchIntegrator(Session) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
 
getSearchIntegratorBySessionImplementor(SessionImplementor) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
 
getSearchIntegratorBySF(SessionFactory) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
 
getSearchIntegratorBySFI(SessionFactoryImplementor) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
 
getSearchQueryExecutionAvgTime() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getSearchQueryExecutionAvgTime() - Method in interface org.hibernate.search.stat.Statistics
Get the average search time in nanoseconds.
getSearchQueryExecutionAvgTime() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getSearchQueryExecutionCount() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getSearchQueryExecutionCount() - Method in interface org.hibernate.search.stat.Statistics
Get global number of executed search queries
getSearchQueryExecutionCount() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getSearchQueryExecutionMaxTime() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getSearchQueryExecutionMaxTime() - Method in interface org.hibernate.search.stat.Statistics
Get the time in nanoseconds of the slowest search.
getSearchQueryExecutionMaxTime() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getSearchQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getSearchQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.search.stat.Statistics
Get the query string for the slowest query.
getSearchQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getSearchQueryTotalTime() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getSearchQueryTotalTime() - Method in interface org.hibernate.search.stat.Statistics
Get the total search time in nanoseconds.
getSearchQueryTotalTime() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getSearchTerms() - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery
 
getSearchVersion() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
getSearchVersion() - Method in interface org.hibernate.search.stat.Statistics
Returns the Hibernate Search version.
getSearchVersion() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
getSelectedFacets() - Method in interface org.hibernate.search.query.facet.FacetSelection
 
getSentence() - Method in class org.hibernate.search.query.dsl.impl.PhraseQueryContext
 
getSerializer() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getSerializer() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider
 
getSerializer() - Method in interface org.hibernate.search.indexes.serialization.spi.SerializationProvider
This method will be invoked when any thread needs a Serializer: implementors of this Service can return the same instance multiple times if the Serializer implementation is threadsafe.
getSerializer() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getSerializer() - Method in interface org.hibernate.search.indexes.spi.IndexManager
Deprecated.
This method is scheduled for removal. It is not invoked by Hibernate Search any more, implementations may make this a no-op and safely return null.
getServiceManager() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
getServiceManager() - Method in interface org.hibernate.search.bridge.spi.BridgeProvider.BridgeProviderContext
Provides access to the ServiceManager and gives access to Hibernate Search services like the ClassLoaderService.
getServiceManager() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
getServiceManager() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getServiceManager() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getServiceManager() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getServiceManager() - Method in interface org.hibernate.search.spi.BuildContext
Access the ServiceManager.
getServiceManager() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getServiceManager() - Method in interface org.hibernate.search.spi.SearchIntegrator
Returns the service manager.
getSession() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
 
getSessionFactory() - Method in class org.hibernate.search.hcore.impl.DefaultHibernateSessionFactoryService
 
getSessionFactory() - Method in interface org.hibernate.search.hcore.impl.HibernateSessionFactoryService
 
getSettings() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
getShardIdentifier(Class<?>, Serializable, String, Document) - Method in interface org.hibernate.search.store.ShardIdentifierProvider
Determine the shard identifier for the given entity.
getShardIdentifierProvider() - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
getShardIdentifierProvider() - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
 
getShardIdentifiersForDeletion(Class<?>, Serializable, String) - Method in interface org.hibernate.search.store.ShardIdentifierProvider
Returns the set of shard identifiers for a deletion.
getShardIdentifiersForDeletion(Class<?>, Serializable, String) - Method in class org.hibernate.search.store.ShardIdentifierProviderTemplate
Override this method if the mapping to a specific shard can be inferred just from the pair (id, type).
getShardIdentifiersForQuery(FullTextFilterImplementor[]) - Method in interface org.hibernate.search.store.ShardIdentifierProvider
Returns the set of shard identifiers for a query given the applied filters.
getShardIdentifiersForQuery(FullTextFilterImplementor[]) - Method in class org.hibernate.search.store.ShardIdentifierProviderTemplate
Potentially suited to be overridden if you are able to narrow down the shard selection based on the active FullTextFilters.
getShort(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getSimilarity() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
getSimilarity() - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
getSimilarity() - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
 
getSimilarity() - Method in class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
getSimilarity() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getSimilarity() - Method in interface org.hibernate.search.indexes.spi.IndexManager
 
getSlop() - Method in class org.hibernate.search.query.dsl.impl.PhraseQueryContext
 
getSlop() - Method in class org.hibernate.search.query.dsl.impl.RemotePhraseQuery
 
getSort() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
getSort() - Method in interface org.hibernate.search.query.facet.FacetingRequest
 
getSortableFieldMetadata() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
Accessor to the metadata of the sortable fields.
getSortableFields() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getSortableFields() - Method in interface org.hibernate.search.spi.CustomTypeMetadata
 
getSourceDirectoryPath(String, Properties, boolean) - Static method in class org.hibernate.search.store.impl.DirectoryProviderHelper
Build a directory name out of a root and relative path, guessing the significant part and checking for the file availability
getSourceField() - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
getSourceField() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata
 
getSourceFieldName() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
getSourceProperty() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
getSourceProperty() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getSourceProperty() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
getSourceProperty() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
getSourceType() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getSpatial() - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
getSpatialHashCellId(Point, int) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
Generate a spatial hash cell id (with both cell index on both dimension in it) for a position
getSpatialHashCellsIds() - Method in class org.hibernate.search.spatial.impl.SpatialHashQuery
 
getSpatialHashCellsIds(Point, Point, int) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
Generate a spatial hash cell ids list covered by a bounding box
getSpatialHashCellsIds(Coordinates, double, int) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
Generate a spatial hash cell ids list for the bounding box of a circular search area
getSpatials() - Method in class org.hibernate.search.cfg.EntityDescriptor
 
getState(OutputStream) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
getStates() - Method in class org.hibernate.search.query.dsl.sort.impl.AbstractConnectedSortContext
 
getStaticAbsolutePath() - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonAccessor
 
getStaticBoost() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getStaticBoost() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
Deprecated.
getStaticBoost() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
Deprecated.
getStaticBoost() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7. You should use query-time boosting instead, for instance by calling boostedTo(float) when building queries with the Hibernate Search query DSL.
getStatistics() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getStatistics() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getStatistics() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getStatistics() - Method in interface org.hibernate.search.SearchFactory
Retrieve the statistics instance for this factory.
getStatistics() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getStatistics() - Method in interface org.hibernate.search.spi.SearchIntegrator
Retrieve the statistics instance for this factory.
getStatisticsImplementor() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getStatisticsImplementor() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getStatisticsImplementor() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
Retrieve the statistics implementor instance for this factory.
getStatusCode() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchResponse
 
getStatusMessage() - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchResponse
 
getStatusMessagePeriod() - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
getStore() - Method in interface org.hibernate.search.bridge.LuceneOptions
Prefer the use of LuceneOptions.addFieldToDocument(String, String, org.apache.lucene.document.Document) over manually building your Field objects and adding them to the Document.
getStore() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getStore() - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
getStore() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getStore() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getStore() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
getStore() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getStore() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getStream() - Method in class org.hibernate.search.indexes.serialization.spi.SerializableTokenStream
 
getStreamOrchestrator() - Method in class org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkProcessor
Return the orchestrator for asynchronous, non-stream background works.
getString(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getString(Properties, String, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Get the string property or defaults if not present
getStringFieldNames() - Method in class org.hibernate.search.query.engine.impl.FieldNameCollector.FieldCollection
 
getStringType(String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
getStringType(String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
getStringType(String, Field.Index, AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaTranslator
 
getStringValue() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getSubReaders() - Method in class org.hibernate.search.reader.impl.ManagedMultiReader
 
getSupportedProjectionConstants() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
getSupportedProjectionConstants() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
getSupportedProjectionConstants() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
getTargetedEntities() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
List of targeted entities as described by the user
getTargetedEntities() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getTenantId() - Method in class org.hibernate.search.backend.LuceneWork
 
getTenantIdentifier() - Method in class org.hibernate.search.backend.spi.Work
 
getTermBoostFactor() - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
getTermText(Token) - Static method in class org.hibernate.search.util.AnalyzerUtils
 
getTermVector() - Method in interface org.hibernate.search.bridge.LuceneOptions
Prefer the use of LuceneOptions.addFieldToDocument(String, String, org.apache.lucene.document.Document) over manually building your Field objects and adding them to the Document.
getTermVector(TermVector) - Static method in class org.hibernate.search.engine.impl.AnnotationProcessingHelper
 
getTermVector() - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
getTermVector() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
getTermVector() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getTermVector() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getTermVector() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getText(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getThrowable() - Method in interface org.hibernate.search.exception.ErrorContext
 
getTimedOut() - Method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
getTimedOut() - Method in interface org.hibernate.search.elasticsearch.work.impl.SearchResult
 
getTimeoutLeftInMilliseconds() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
getTimeoutLeftInMilliseconds() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
getTimeoutLeftInSeconds() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
getTimeoutLeftInSeconds() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
getTimeoutManager() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
getTimeoutManager() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
getTimeoutManager() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
 
getTimeZone(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getTimingSource() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getTimingSource() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getTimingSource() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getTimingSource() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
getTimingSource() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getTo() - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
getTokenFilterDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ChainingElasticsearchAnalysisDefinitionRegistry
 
getTokenFilterDefinition(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
 
getTokenFilterDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
getTokenFilterDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getTokenFilterDefinitions() - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getTokenFilters() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
getTokenFilters() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
getTokenizer() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalyzerDefinition
 
getTokenizerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ChainingElasticsearchAnalysisDefinitionRegistry
 
getTokenizerDefinition(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
 
getTokenizerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
getTokenizerDefinition(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getTokenizerDefinitions() - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
getTokenizers() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
getTokens() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
getTokenStream() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
getTook() - Method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
getTook() - Method in interface org.hibernate.search.elasticsearch.work.impl.SearchResult
 
getTopDocs() - Method in class org.hibernate.search.query.engine.impl.DocumentExtractorImpl
Required by Infinispan Query.
getTopDocs() - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
getTopDocs() - Method in interface org.hibernate.search.query.engine.spi.DocumentExtractor
 
getTotalHitCount() - Method in class org.hibernate.search.elasticsearch.query.impl.EmptySearchResult
 
getTotalHitCount() - Method in interface org.hibernate.search.elasticsearch.work.impl.SearchResult
 
getTotalHits() - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
getTransactionIdentifier() - Method in interface org.hibernate.search.backend.TransactionContext
 
getTransactionIdentifier() - Method in class org.hibernate.search.event.impl.EventSourceTransactionContext
 
getType() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
getType() - Method in class org.hibernate.search.backend.spi.Work
 
getType() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
getType() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinition
 
getType() - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.AnalysisDefinitionFactory
 
getType(PartialDocumentFieldMetadata) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
getType(Class<?>) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
getType(BridgeDefinedField) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
getType() - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
getType() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
getType() - Method in interface org.hibernate.search.metadata.FieldSettingsDescriptor
 
getType() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
getType() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
Deprecated.
getType() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
getType() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
Deprecated.
Use IndexedTypeDescriptor.getIndexedType() instead. This method will be removed.
getType() - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
getType() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
getType() - Method in interface org.hibernate.search.query.engine.spi.EntityInfo
 
getType() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
getType(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
This method is not supported on Lucene based queries
getTypeIdentifier() - Method in class org.hibernate.search.backend.spi.Work
 
getTypeIdentifier() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
getTypeMetadata() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
getTypeMetadataFor(IndexedTypeIdentifier, IndexManagerType) - Method in class org.hibernate.search.engine.metadata.impl.AnnotationMetadataProvider
 
getTypeMetadataFor(Class<?>, IndexManagerType) - Method in class org.hibernate.search.engine.metadata.impl.AnnotationMetadataProvider
Deprecated. 
getTypeMetadataFor(IndexedTypeIdentifier, IndexManagerType) - Method in interface org.hibernate.search.engine.metadata.impl.MetadataProvider
Returns the Search related metadata for the specified type.
getTypeMetadataForContainedIn(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.metadata.impl.AnnotationMetadataProvider
 
getTypeMetadataForContainedIn(IndexedTypeIdentifier) - Method in interface org.hibernate.search.engine.metadata.impl.MetadataProvider
Returns the ContainedIn related metadata for the specified type.
getUnableToCreateJGroupsBackendException(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getUnableToLoadShardingStrategyClassException(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getUnableToNarrowFieldDescriptorException(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getUncoveredSorts(IndexedTypeIdentifier, Sort) - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.SortConfiguration
 
getUnEncounteredPaths() - Method in class org.hibernate.search.engine.metadata.impl.PathsContext
 
getUnexpectedServiceStatusException(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
getUninitializedSearchIntegrator() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getUninitializedSearchIntegrator() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getUninitializedSearchIntegrator() - Method in interface org.hibernate.search.spi.BuildContext
Returns the ExtendedSearchIntegrator instance.
getUpperRight() - Method in class org.hibernate.search.spatial.impl.Rectangle
 
getValue() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
getValue() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
getValue() - Method in interface org.hibernate.search.query.facet.Facet
 
getVerifiedIndexPath(String, Properties, boolean) - Static method in class org.hibernate.search.store.spi.DirectoryHelper
Verify the index directory exists and is writable, or creates it if not existing.
getVersionString() - Static method in class org.hibernate.search.engine.Version
 
getView() - Method in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
getView() - Method in interface org.hibernate.search.backend.jgroups.impl.MessageSenderService
Get current view.
getWorker() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getWorker() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getWorker() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
getWorker() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getWorker() - Method in interface org.hibernate.search.spi.SearchIntegrator
The Worker is the entry point to apply writes and updates to the indexes.
getWorkFactory() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getWorkFactory() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getWorkProcessor() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
getWorkProcessor() - Method in interface org.hibernate.search.elasticsearch.impl.ElasticsearchService
 
getWorkSerializer() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getWorkSerializer() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getWorkSerializer() - Method in interface org.hibernate.search.spi.SearchIntegrator
 
getWorkSerializerState() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
getWorkSerializerState() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
getWorkSerializerState() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
Immutable: what's important here is not to forget that a workSerializer has already been requested, so that the factory that copies this state will be able to know it should release this service.
getWorkSerializerState() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
getWorkspace() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getWorkspaceHolder() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
getWorkVisitor() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
getWrappedAnalyzer(String) - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzer
 
getWrappedAnalyzer(String) - Method in class org.hibernate.search.backend.impl.lucene.analysis.ConcurrentlyMutableAnalyzer
 
getWrappedAnalyzer(String) - Method in class org.hibernate.search.backend.impl.lucene.analysis.HibernateSearchNormalizerWrapper
 
givenCriteriaObjectCannotBeApplied() - Method in interface org.hibernate.search.util.logging.impl.Log
 
GsonHttpEntity - Class in org.hibernate.search.elasticsearch.util.impl
Optimised adapter to encode GSON objects into HttpEntity instances.
GsonHttpEntity(Gson, List<JsonObject>) - Constructor for class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
GsonProvider - Interface in org.hibernate.search.elasticsearch.gson.impl
Centralizes the configuration of the Gson objects.

H

handle(Message) - Method in class org.hibernate.search.backend.jgroups.impl.MessageListenerToRequestHandlerAdapter
 
handle(ErrorContext) - Method in interface org.hibernate.search.exception.ErrorHandler
 
handle(ErrorContext) - Method in class org.hibernate.search.exception.impl.LogErrorHandler
 
handleBulkResult(ElasticsearchWorkExecutionContext, JsonObject) - Method in interface org.hibernate.search.elasticsearch.work.impl.BulkableElasticsearchWork
 
handleBulkResult(ElasticsearchWorkExecutionContext, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
handleException(String, Throwable) - Method in interface org.hibernate.search.exception.ErrorHandler
Suited to handle a single Exception, where no ErrorContext is needed.
handleException(String, Throwable) - Method in class org.hibernate.search.exception.impl.LogErrorHandler
 
handleMergeException(Directory, Throwable) - Method in class org.hibernate.search.backend.impl.lucene.overrides.ConcurrentMergeScheduler
 
handler(Function<Throwable, T>) - Static method in class org.hibernate.search.util.impl.Futures
Creates a future handler that will delegate to the given Function after having unwrapped the throwable passed as input if it is a CompletionException.
handler(BiFunction<T, Throwable, R>) - Static method in class org.hibernate.search.util.impl.Futures
Creates a future handler that will delegate to the given BiFunction after having unwrapped the throwable passed as input if it is a CompletionException.
handler(BiConsumer<T, Throwable>) - Static method in class org.hibernate.search.util.impl.Futures
Creates a future handler that will delegate to the given BiConsumer after having unwrapped the throwable passed as input if it is a CompletionException.
hasErrors() - Method in interface org.hibernate.search.exception.ErrorContext
 
hasFacets() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
hasFrom() - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
hashCode() - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
 
hashCode() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
hashCode() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.SimpleElasticsearchAnalysisDefinitionRegistryPopulator
 
hashCode() - Method in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
hashCode() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
hashCode() - Method in class org.hibernate.search.filter.FilterKey
Deprecated.
 
hashCode() - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
 
hashCode() - Method in class org.hibernate.search.filter.impl.DefaultFilterKey
 
hashCode() - Method in class org.hibernate.search.filter.StandardFilterKey
Deprecated.
 
hashCode() - Method in class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
hashCode() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
hashCode() - Method in class org.hibernate.search.query.hibernate.impl.EntityInfoLoadKey
 
hashCode() - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
hashCode() - Method in class org.hibernate.search.spatial.impl.Point
 
hashCode() - Method in class org.hibernate.search.spatial.impl.SpatialHashQuery
 
hashCode() - Method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
hashCode() - Method in class org.hibernate.search.store.impl.FSDirectoryProvider
 
hashCode() - Method in class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
hashCode() - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
hashCode() - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
 
hashCode() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
hashMap() - Static method in class org.hibernate.search.spi.impl.IndexedTypeMaps
 
hasNext() - Method in class org.hibernate.search.query.hibernate.impl.IteratorImpl
 
hasPartialResults() - Method in interface org.hibernate.search.jpa.FullTextQuery
 
hasPartialResults() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
hasPartialResults() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
hasPartialResults() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
hasThisProjection - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
hasThisProjection() - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
hasThisProjection() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
hasTo() - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
hasZeroCountsIncluded() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
hasZeroCountsIncluded() - Method in interface org.hibernate.search.query.facet.FacetingRequest
 
head() - Static method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
HEADING_EAST - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
HEADING_NORTH - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
HEADING_SOUTH - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
HEADING_WEST - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
HEALTH - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
HibernateCoreIdUniquenessResolver - Class in org.hibernate.search.cfg.impl
Implementation extracting entity classes from the configuration and release the configuration reference for future Garbage Collection.
HibernateCoreIdUniquenessResolver(Metadata) - Constructor for class org.hibernate.search.cfg.impl.HibernateCoreIdUniquenessResolver
 
HibernateHelper - Class in org.hibernate.search.hcore.util.impl
 
HibernateSearchIntegrator - Class in org.hibernate.search.hcore.impl
Integrates Hibernate Search into Hibernate Core by registering its needed listeners
HibernateSearchIntegrator() - Constructor for class org.hibernate.search.hcore.impl.HibernateSearchIntegrator
 
HibernateSearchIntegrator.DuplicationStrategyImpl - Class in org.hibernate.search.hcore.impl
 
HibernateSearchNormalizerWrapper - Class in org.hibernate.search.backend.impl.lucene.analysis
 
HibernateSearchNormalizerWrapper(Analyzer, String) - Constructor for class org.hibernate.search.backend.impl.lucene.analysis.HibernateSearchNormalizerWrapper
 
HibernateSearchResourceLoader - Class in org.hibernate.search.util.impl
Hibernate Search specific implementation of Lucene's ResourceLoader interface.
HibernateSearchResourceLoader(ServiceManager) - Constructor for class org.hibernate.search.util.impl.HibernateSearchResourceLoader
 
HibernateSearchSessionFactoryObserver - Class in org.hibernate.search.hcore.impl
A SessionFactoryObserver registered with Hibernate ORM during the integration phase.
HibernateSearchSessionFactoryObserver(Metadata, ConfigurationService, FullTextIndexEventListener, ClassLoaderService, EnvironmentSynchronizer, BeanResolver, JndiService) - Constructor for class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver
 
HibernateSessionFactoryService - Interface in org.hibernate.search.hcore.impl
A Hibernate Search service which allows to request a Hibernate SessionFactory during bootstrapping.
HibernateSessionLoadingInitializer - Class in org.hibernate.search.orm.loading.impl
This EntityInitializer is relative to a specific Hibernate Session, so it's able to attach detached collections to it's Session.
HibernateSessionLoadingInitializer(SessionImplementor) - Constructor for class org.hibernate.search.orm.loading.impl.HibernateSessionLoadingInitializer
 
HibernateStatelessInitializer - Class in org.hibernate.search.orm.loading.impl
To be used for Hibernate initializations which don't need a specific Session.
HibernateStatelessInitializer() - Constructor for class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
HSEARCH_PROJECTION_FIELD_PREFIX - Static variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
Common prefix shared by all defined projection constants.
HSearchEntityContext(IndexedTypeIdentifier, ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedQueryContextBuilder.HSearchEntityContext
 
HSQuery - Interface in org.hibernate.search.query.engine.spi
Defines and executes an Hibernate Search query (wrapping a Lucene query).
hsQueryLuceneQueryUnsupported() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 

I

ID - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Object id property
id() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
ID - Static variable in interface org.hibernate.search.engine.ProjectionConstants
Object id property
idAsTerm(String) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
idCannotBeExtracted(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
IdentifierConsumerDocumentProducer - Class in org.hibernate.search.batchindexing.impl
This SessionAwareRunnable is consuming entity identifiers and producing corresponding AddLuceneWork instances being forwarded to the index writing backend.
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>>, MassIndexerProgressMonitor, SessionFactory, CountDownLatch, CacheMode, IndexedTypeIdentifier, ExtendedSearchIntegrator, String, BatchBackend, ErrorHandler, Integer, String) - Constructor for class org.hibernate.search.batchindexing.impl.IdentifierConsumerDocumentProducer
 
IdentifierProducer - Class in org.hibernate.search.batchindexing.impl
This Runnable is going to feed the indexing queue with the identifiers of all the entities going to be indexed.
IdentifierProducer(ProducerConsumerQueue<List<Serializable>>, SessionFactory, int, IndexedTypeIdentifier, MassIndexerProgressMonitor, long, ErrorHandler, int, String) - Constructor for class org.hibernate.search.batchindexing.impl.IdentifierProducer
 
idFetchSize(int) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
idFetchSize(int) - Method in interface org.hibernate.search.MassIndexer
Specifies the fetch size to be used when loading primary keys if objects to be indexed.
IdHashShardingStrategy - Class in org.hibernate.search.store.impl
This implementation use idInString as the hashKey.
IdHashShardingStrategy() - Constructor for class org.hibernate.search.store.impl.IdHashShardingStrategy
 
idHashShardingWithSingleShard() - Method in interface org.hibernate.search.util.logging.impl.Log
 
idInEmbedded() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
idProperty(PropertyMetadata) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
IdUniquenessResolver - Interface in org.hibernate.search.cfg.spi
Contract checking that two given classes cannot share the same identifier and be two different instances in the underlying datastore (or event provider).
ignoreAnalyzer() - Method in interface org.hibernate.search.query.dsl.FieldCustomization
Advanced Do not execute the analyzer on the text.
ignoreAnalyzer() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
ignoreAnalyzer() - Method in class org.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
 
ignoreAnalyzer() - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
ignoreAnalyzer() - Method in class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
ignoreAnalyzer() - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
IgnoreAnalyzerBridge - Interface in org.hibernate.search.bridge.spi
This interface is used to mark the bridges we want to keep safe from the analyzers.
ignoreErrorStatuses(int...) - Method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor.Builder
 
ignoreErrorTypes(String...) - Method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor.Builder
 
ignoreExisting() - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.CreateIndexWorkBuilder
 
ignoreExisting() - Method in class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork.Builder
 
ignoreFieldBridge() - Method in interface org.hibernate.search.query.dsl.FieldCustomization
Do not try and find the field bridge nor apply the object / string conversion matching objects should be of type String in this case.
ignoreFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
ignoreFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
 
ignoreFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
ignoreFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
ignoreFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
ignoringBackendOptionForIndex(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
illegalLuceneVersionFormat(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
illegalObjectRetrievedFromMessage(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ImmutableAnalyzerRegistry - Class in org.hibernate.search.engine.impl
An immutable AnalyzerRegistry.
ImmutableNormalizerRegistry - Class in org.hibernate.search.engine.impl
An immutable NormalizerRegistry.
ImmutableSearchFactory - Class in org.hibernate.search.engine.impl
This implementation is never directly exposed to the user, it is always wrapped into a MutableSearchFactory
ImmutableSearchFactory(SearchFactoryState) - Constructor for class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
ImmutableSearchIntegration - Class in org.hibernate.search.engine.impl
 
ImmutableSearchIntegration(AnalyzerRegistry, NormalizerRegistry) - Constructor for class org.hibernate.search.engine.impl.ImmutableSearchIntegration
 
ImplementationFactory - Class in org.hibernate.search.impl
Creates concrete instances of FullTextSession and SearchFactory without exposing the underlying types.
includeEmbeddedObjectId(boolean) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
includeEmbeddedObjectId() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
includePaths(String, String...) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
includePaths(String[]) - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadataBuilder
 
includeZeroCounts(boolean) - Method in interface org.hibernate.search.query.dsl.FacetParameterContext
 
includeZeroCounts(boolean) - Method in class org.hibernate.search.query.dsl.impl.ConnectedDiscreteFacetContext
 
includeZeroCounts(boolean) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetParameterContext
 
incompatibleProtocolVersion(int, int, int, int) - Method in interface org.hibernate.search.util.logging.impl.Log
 
incompleteEntityInfo(IndexedTypeIdentifier, Object) - Method in interface org.hibernate.search.util.logging.impl.Log
 
inconsistentFieldConfiguration(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
inconsistentSortableFieldConfigurationForSharedIndex(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
incorrectEditDistance() - Method in interface org.hibernate.search.util.logging.impl.Log
 
incorrectMessageType(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
IncrementalOptimizerStrategy - Class in org.hibernate.search.store.optimization.impl
Optimization strategy triggered after a certain amount of operations
IncrementalOptimizerStrategy() - Constructor for class org.hibernate.search.store.optimization.impl.IncrementalOptimizerStrategy
 
IncrementalSearchConfiguration - Class in org.hibernate.search.engine.impl
 
IncrementalSearchConfiguration(List<Class<?>>, Properties, SearchFactoryState) - Constructor for class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
incrementCollectionIndex() - Method in interface org.hibernate.search.engine.nesting.impl.NestingContext
 
incrementCollectionIndex() - Method in class org.hibernate.search.engine.nesting.impl.NoOpNestingContext
 
incrementLevel() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
incrementModificationCounter() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
incrementToken() - Method in class org.hibernate.search.indexes.serialization.impl.CopyTokenStream
 
Index - Enum in org.hibernate.search.annotations
Defines how an Field should be indexed.
index(Index) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
index(Index) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
index(Index) - Method in class org.hibernate.search.cfg.FieldMapping
 
index(Index) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
index(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.FlushWorkBuilder
 
index(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.OptimizeWorkBuilder
 
index(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.RefreshWorkBuilder
 
index(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2FlushWork.Builder
 
index(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2OptimizeWork.Builder
 
index(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5FlushWork.Builder
 
index(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5OptimizeWork.Builder
 
index(URLEncodedString, URLEncodedString, URLEncodedString, JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
index(URLEncodedString, URLEncodedString, URLEncodedString, JsonObject) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
index(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.RefreshWork.Builder
 
index(Field.Index) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
index(String) - Method in interface org.hibernate.search.jmx.IndexControlMBean
Index the specified entity using the mass indexer.
index(T) - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Force the (re)indexing of a given managed object.
index(String) - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
INDEX_BASE_PROP_NAME - Static variable in class org.hibernate.search.cfg.Environment
Option for setting the base directory for storing Lucene indexes when working with file-system based directories.
INDEX_CTRL_MBEAN_OBJECT_NAME - Static variable in interface org.hibernate.search.jmx.IndexControlMBean
 
INDEX_FLUSH_INTERVAL - Static variable in class org.hibernate.search.cfg.Environment
The lucene backend can operate in async mode, and can apply changes to the index at regular intervals, effectively collapsing incoming changesets in order to reduce the amount of commits.
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_MANAGER_IMPL_NAME - Static variable in class org.hibernate.search.cfg.Environment
Used to specify an alternative IndexManager implementation for a specific index.
INDEX_METADATA_COMPLETE - Static variable in class org.hibernate.search.cfg.Environment
Boolean setting, defaults to true.
INDEX_NAME_JMS_PROPERTY - Static variable in class org.hibernate.search.cfg.Environment
Name of the JMS message property containing the index name to which to apply remote work.
INDEX_NAME_PROP_NAME - Static variable in class org.hibernate.search.cfg.Environment
Option for specifying an index name for specific entities.
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.
INDEX_UNINVERTING_ALLOWED - Static variable in class org.hibernate.search.cfg.Environment
Option for allowing or disallowing index uninverting when sorting on fields not covered by doc value fields.
indexBasePathRequiredForLockingStrategy(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
IndexControl - Class in org.hibernate.search.orm.jmx.impl
Implementation of the IndexControlMBean JMX attributes and operations.
IndexControl(ExtendedSearchIntegrator, SessionFactory) - Constructor for class org.hibernate.search.orm.jmx.impl.IndexControl
 
IndexControlMBean - Interface in org.hibernate.search.jmx
Defines the Hibernate Search exposed JMX attributes and operations for index creation and purging.
IndexDescriptor - Interface in org.hibernate.search.metadata
 
IndexDescriptorImpl - Class in org.hibernate.search.metadata.impl
 
IndexDescriptorImpl(IndexManager) - Constructor for class org.hibernate.search.metadata.impl.IndexDescriptorImpl
 
indexDirectoryNotFoundCreatingNewOne(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
Indexed - Annotation Type in org.hibernate.search.annotations
 
indexed() - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
indexed() - Method in class org.hibernate.search.cfg.EntityMapping
 
IndexedClassBridgeMapping - Class in org.hibernate.search.cfg
 
IndexedClassBridgeMapping(SearchMapping, EntityDescriptor, Class<?>, IndexedMapping) - Constructor for class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
IndexedClassBridgeMapping(SearchMapping, EntityDescriptor, FieldBridge, IndexedMapping) - Constructor for class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
IndexedEmbedded - Annotation Type in org.hibernate.search.annotations
Specifies that an association (@*To*, @Embedded, @CollectionOfEmbedded) is to be indexed in the root entity index.
indexedEmbeddedPrefixBypass(IndexedTypeIdentifier, String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
indexedEntitiesCount() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
indexedEntitiesCount() - Method in interface org.hibernate.search.stat.Statistics
Returns a map of all indexed entities and their document count in the index.
indexedEntitiesCount() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
IndexedMapping - Class in org.hibernate.search.cfg
 
IndexedMapping(SearchMapping, EntityDescriptor) - Constructor for class org.hibernate.search.cfg.IndexedMapping
 
indexedTargetedEntities - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
indexedTargetedEntities(Set<Class<?>>) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
IndexedTypeDescriptor - Interface in org.hibernate.search.metadata
Top level descriptor of the metadata API.
IndexedTypeDescriptorForUnindexedType - Class in org.hibernate.search.metadata.impl
Dummy descriptor for an unindexed type
IndexedTypeDescriptorForUnindexedType(IndexedTypeIdentifier) - Constructor for class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
IndexedTypeDescriptorImpl - Class in org.hibernate.search.metadata.impl
 
IndexedTypeDescriptorImpl(TypeMetadata, Set<IndexManager>) - Constructor for class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
IndexedTypeIdentifier - Interface in org.hibernate.search.spi
Identifies and indexed type.
IndexedTypeIdentifierFormatter - Class in org.hibernate.search.util.logging.impl
 
IndexedTypeIdentifierFormatter(IndexedTypeIdentifier) - Constructor for class org.hibernate.search.util.logging.impl.IndexedTypeIdentifierFormatter
 
IndexedTypeMap<V> - Interface in org.hibernate.search.spi
This represents a Map but exposes a more restricted set of operations, allowing us to better encapsulate the contract and perform some optimisations.
IndexedTypeMaps - Class in org.hibernate.search.spi.impl
 
IndexedTypeSet - Interface in org.hibernate.search.spi
Represents a set of IndexedTypeIdentifier instances.
IndexedTypeSets - Class in org.hibernate.search.spi.impl
 
indexEmbedded() - Method in class org.hibernate.search.cfg.PropertyMapping
 
IndexEmbeddedMapping - Class in org.hibernate.search.cfg
Configures index-embedded association.
IndexEmbeddedMapping(SearchMapping, PropertyDescriptor, EntityDescriptor) - Constructor for class org.hibernate.search.cfg.IndexEmbeddedMapping
 
indexes(Collection<URLEncodedString>) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.SearchWorkBuilder
 
indexes(Collection<URLEncodedString>) - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork.Builder
 
indexExists(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
indexExists(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
indexExists(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
IndexExistsWork - Class in org.hibernate.search.elasticsearch.work.impl
 
IndexExistsWork(IndexExistsWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.IndexExistsWork
 
IndexExistsWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
IndexExistsWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
INDEXING_PROGRESS_MONITOR_MBEAN_OBJECT_NAME - Static variable in interface org.hibernate.search.jmx.IndexingProgressMonitorMBean
 
INDEXING_STRATEGY - Static variable in class org.hibernate.search.cfg.Environment
Defines the indexing strategy, default event Other options manual
indexingCompleted() - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
indexingCompleted() - Method in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor
Invoked when the indexing is completed.
indexingCompleted() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
indexingCompletedAndMBeanUnregistered(long) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexingDocumentsCompleted(long, long) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexingEntities(long) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexingEntitiesCompleted(long) - Method in interface org.hibernate.search.util.logging.impl.Log
 
IndexingMode - Enum in org.hibernate.search.spi
Modes for triggering indexing of entities.
IndexingMonitor - Interface in org.hibernate.search.backend
 
indexingMonitor - Variable in class org.hibernate.search.elasticsearch.work.impl.IndexWork
 
IndexingOverride - Enum in org.hibernate.search.indexes.interceptor
Set of possible indexing operations
IndexingProgressMonitor() - Constructor for class org.hibernate.search.util.jmx.impl.JMXRegistrar.IndexingProgressMonitor
 
IndexingProgressMonitorMBean - Interface in org.hibernate.search.jmx
A MBean for following the progress of mass indexing.
indexingSpeed(float, float) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexManager(IndexManager) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
IndexManager - Interface in org.hibernate.search.indexes.spi
An IndexManager abstracts the specific configuration and implementations being used on a single index.
indexManagerAliasResolved(String, Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
IndexManagerFactory - Interface in org.hibernate.search.cfg.spi
By implementing this integration point you can customize the creation of IndexManager instances.
IndexManagerGroupHolder - Class in org.hibernate.search.indexes.impl
Holds references to all index managers representing either: The only index manager of a given index (no sharding) The index managers for each shard of a given index (sharding)
IndexManagerGroupHolder(IndexManagerHolder, String, Similarity, IndexManagerType, EntityIndexBinder) - Constructor for class org.hibernate.search.indexes.impl.IndexManagerGroupHolder
 
IndexManagerHolder - Class in org.hibernate.search.indexes.impl
Stores references to IndexManager instances, and starts or stops them.
IndexManagerHolder() - Constructor for class org.hibernate.search.indexes.impl.IndexManagerHolder
 
indexManagerReaderProviderUnsupported() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
IndexManagerSelector - Interface in org.hibernate.search.indexes.spi
 
IndexManagerType - Interface in org.hibernate.search.indexes.spi
Since Hibernate Search supports different types of indexing and query technologies, such as embedding Apache Lucene or remote via Elasticsearch, the type of such storage is represented by an instance implementing this interface.
indexManagerTypeRequiredToBuildFieldBridge(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
IndexManagerTypeSpecificBridgeProvider - Interface in org.hibernate.search.bridge.spi
Bridge provider specific to a given IndexManager type.
indexManagerUsesSerializationService(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexMappingChanged() - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
IndexMetadata - Class in org.hibernate.search.elasticsearch.schema.impl.model
An object representing an Elasticsearch index.
IndexMetadata() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
indexMissing(Object) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
indexName(String) - Method in class org.hibernate.search.cfg.IndexedMapping
 
indexName - Variable in class org.hibernate.search.store.optimization.impl.ExplicitOnlyOptimizerStrategy
 
IndexNameNormalizer - Interface in org.hibernate.search.indexes.spi
Allows the caller of an IndexManager to get the actual name of the index in the backend.
indexNamesCollisionDetected(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
indexNull() - Method in interface org.hibernate.search.metadata.FieldDescriptor
 
indexNull() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
indexNullAs() - Method in interface org.hibernate.search.bridge.LuceneOptions
 
indexNullAs(String) - Method in class org.hibernate.search.cfg.FieldMapping
 
indexNullAs(String) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
indexNullAs() - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
indexNullAs(NullMarkerCodec) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
indexNullAs() - Method in interface org.hibernate.search.metadata.FieldDescriptor
 
indexNullAs() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
indexNullToken(String, String, FieldBridge) - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata.Builder
 
indexReader(IndexReader) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
IndexReaderAccessor - Interface in org.hibernate.search.indexes
The IndexReaderAccessor exposes IndexReaders directly, making it possible to query the Lucene indexes directly bypassing Hibernate Search.
IndexSchemaManagementStrategy - Enum in org.hibernate.search.elasticsearch.cfg
Strategy for creating/deleting the indexes in Elasticsearch upon session factory initialization and shut-down.
IndexSettings - Class in org.hibernate.search.elasticsearch.settings.impl.model
Settings for an Elasticsearch index.
IndexSettings() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings
 
IndexSettings.Analysis - Class in org.hibernate.search.elasticsearch.settings.impl.model
 
IndexShardingStrategy - Interface in org.hibernate.search.store
Deprecated.
Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use ShardIdentifierProvider instead.
IndexShardingStrategyIndexManagerSelector - Class in org.hibernate.search.indexes.impl
 
IndexShardingStrategyIndexManagerSelector(IndexShardingStrategy, IndexManager[]) - Constructor for class org.hibernate.search.indexes.impl.IndexShardingStrategyIndexManagerSelector
 
indexSizes() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
indexSizes() - Method in interface org.hibernate.search.stat.Statistics
 
indexSizes() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
IndexType - Enum in org.hibernate.search.elasticsearch.schema.impl.model
An enum for Elasticsearch "index" attribute values.
IndexUpdateVisitor - Class in org.hibernate.search.backend.impl.lucene.works
A IndexWorkVisitor which applies updates to the underlying Lucene index.
IndexUpdateVisitor(Workspace) - Constructor for class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
IndexWork - Class in org.hibernate.search.elasticsearch.work.impl
 
IndexWork(IndexWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.IndexWork
 
IndexWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
IndexWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
IndexWorkVisitor<P,R> - Interface in org.hibernate.search.backend
Contract for visitors of LuceneWork types.
IndexWriterDelegate - Class in org.hibernate.search.backend.impl.lucene
Encapsulates various operations to be performed on a single IndexWriter.
IndexWriterDelegate(IndexWriter) - Constructor for class org.hibernate.search.backend.impl.lucene.IndexWriterDelegate
 
indexWriterHolder - Variable in class org.hibernate.search.backend.impl.lucene.AbstractCommitPolicy
 
IndexWriterSetting - Enum in org.hibernate.search.backend.configuration.impl
Represents possible options to be applied to an org.apache.lucene.index.IndexWriter.
IndexWriteWorkBuilder<B> - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
INFOSTREAM_LOGGER_CATEGORY - Static variable in class org.hibernate.search.util.logging.impl.LuceneLogCategories
This is the category of the Logger used to print out the Lucene infostream.
init(GsonProvider) - Method in class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClient
 
init(GsonProvider) - Method in interface org.hibernate.search.elasticsearch.client.impl.ElasticsearchClientImplementor
 
init(SessionImplementor, ExtendedSearchIntegrator) - Method in class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
init(SessionImplementor, ExtendedSearchIntegrator, ObjectInitializer, TimeoutManager) - Method in interface org.hibernate.search.query.hibernate.impl.Loader
 
init(SessionImplementor, ExtendedSearchIntegrator, ObjectInitializer, TimeoutManager) - Method in class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
 
init(SessionImplementor, ExtendedSearchIntegrator, ObjectInitializer, TimeoutManager) - Method in class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
init(SessionImplementor, ExtendedSearchIntegrator, ResultTransformer, ObjectLoaderBuilder, String[], TimeoutManager, boolean) - Method in class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
init(SessionImplementor, ExtendedSearchIntegrator, ObjectInitializer, TimeoutManager) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
 
initFilters() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
initialize(LuceneAnalyzerBuilder) - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
initialize(Properties, WorkerBuildContext, IndexManager) - Method in class org.hibernate.search.backend.impl.blackhole.BlackHoleBackendQueueProcessor
 
initialize(Properties, WorkerBuildContext, IndexManager) - Method in class org.hibernate.search.backend.impl.LocalBackendQueueProcessor
Deprecated.
Provided so that passing the LocalBackendQueueProcessor class as the value of the "backend" configuration option still works, but normally the "local" string should be used instead, in which case this method is not used.
initialize(DirectoryBasedIndexManager, Properties) - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
initialize(Properties, WorkerBuildContext, IndexManager) - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
initialize(Properties, WorkerBuildContext, QueueingProcessor) - Method in class org.hibernate.search.backend.impl.PerTransactionWorker
 
initialize(Properties, WorkerBuildContext) - Method in class org.hibernate.search.backend.impl.ReflectionBasedBackend
 
initialize(Properties, WorkerBuildContext) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
 
initialize(Properties, WorkerBuildContext, IndexManager) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
initialize(Properties, WorkerBuildContext) - Method in class org.hibernate.search.backend.jms.impl.JndiJMSBackend
 
initialize(Properties, WorkerBuildContext) - Method in interface org.hibernate.search.backend.spi.Backend
Used at startup, called once as first method.
initialize(Properties, WorkerBuildContext, IndexManager) - Method in interface org.hibernate.search.backend.spi.BackendQueueProcessor
Deprecated.
Use a Backend implementation and implement your initialization logic in Backend.createQueueProcessor(IndexManager, WorkerBuildContext) instead.
initialize(Properties, WorkerBuildContext, QueueingProcessor) - Method in interface org.hibernate.search.backend.spi.Worker
 
initialize(Properties) - Method in class org.hibernate.search.batchindexing.impl.DefaultMassIndexerFactory
 
initialize(Properties) - Method in interface org.hibernate.search.batchindexing.spi.MassIndexerFactory
Called after the creation of the factory, can be used to read configuration parameters.
initialize(ElasticsearchAnalysisDefinitionRegistry, ElasticsearchAnalyzerDefinitionTranslator) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ElasticsearchAnalyzerReference
Initialize the internals of this reference, so that enough information will be available to execute RemoteAnalyzerReference.getAnalyzerName(String) and ElasticsearchAnalyzerReference.registerDefinitions(String, ElasticsearchAnalysisDefinitionRegistry).
initialize(ElasticsearchAnalysisDefinitionRegistry, ElasticsearchAnalyzerDefinitionTranslator) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
initialize(ElasticsearchAnalysisDefinitionRegistry, ElasticsearchAnalyzerDefinitionTranslator) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
initialize(ElasticsearchAnalysisDefinitionRegistry, ElasticsearchAnalyzerDefinitionTranslator) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
initialize(String, Properties, Similarity, WorkerBuildContext) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
initialize(Map<String, AnalyzerDef>, Map<String, NormalizerDef>) - Method in class org.hibernate.search.engine.impl.SearchIntegrationConfigContext
 
initialize(CompletableFuture<ExtendedSearchIntegrator>) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
Initialize method called by Hibernate Core when the SessionFactory starts.
initialize(Properties) - Method in interface org.hibernate.search.filter.FilterCachingStrategy
Initialize the strategy from the properties.
initialize(Properties) - Method in class org.hibernate.search.filter.impl.MRUFilterCachingStrategy
 
initialize(ExtendedSearchIntegrator) - Method in class org.hibernate.search.hcore.impl.SearchFactoryReference
 
initialize(Object) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
 
initialize(DirectoryBasedIndexManager, Properties) - Method in class org.hibernate.search.indexes.impl.NotSharedReaderProvider
 
initialize(DirectoryBasedIndexManager, Properties) - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
initialize(DirectoryBasedIndexManager, Properties) - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
 
initialize(String, Properties, Similarity, WorkerBuildContext) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
initialize(DirectoryBasedIndexManager, Properties) - Method in interface org.hibernate.search.indexes.spi.DirectoryBasedReaderProvider
 
initialize(String, Properties, Similarity, WorkerBuildContext) - Method in interface org.hibernate.search.indexes.spi.IndexManager
Initialize this IndexManager before its use.
initialize(String, Properties, BuildContext) - Method in interface org.hibernate.search.store.DirectoryProvider
get the information to initialize the directory and build its hashCode/equals method
initialize(String, Properties, BuildContext) - Method in class org.hibernate.search.store.impl.FSDirectoryProvider
 
initialize(String, Properties, BuildContext) - Method in class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
initialize(String, Properties, BuildContext) - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
initialize(Properties, IndexManager[]) - Method in class org.hibernate.search.store.impl.IdHashShardingStrategy
 
initialize(String, Properties, BuildContext) - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
 
initialize(Properties, IndexManager[]) - Method in interface org.hibernate.search.store.IndexShardingStrategy
Deprecated.
provides access to sharding properties (under the suffix sharding_strategy) and provide access to all the IndexManager for a given index
initialize(IndexManager, Properties) - Method in class org.hibernate.search.store.optimization.impl.ExplicitOnlyOptimizerStrategy
 
initialize(IndexManager, Properties) - Method in class org.hibernate.search.store.optimization.impl.IncrementalOptimizerStrategy
 
initialize(IndexManager, Properties) - Method in interface org.hibernate.search.store.optimization.OptimizerStrategy
Initializes the OptimizerStrategy.
initialize(Properties, BuildContext) - Method in interface org.hibernate.search.store.ShardIdentifierProvider
Initialize this provider.
initialize(Properties, BuildContext) - Method in class org.hibernate.search.store.ShardIdentifierProviderTemplate
 
initialize(String, String, Properties, BuildContext) - Method in class org.hibernate.search.store.spi.BaseDirectoryProviderService
 
initializeArray(Object[]) - Method in class org.hibernate.search.engine.impl.SimpleInitializer
 
initializeArray(Object[]) - Method in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
initializeArray(Object[]) - Method in interface org.hibernate.search.spi.InstanceInitializer
 
initializeCollection(Collection<T>) - Method in class org.hibernate.search.engine.impl.SimpleInitializer
 
initializeCollection(Collection<T>) - Method in class org.hibernate.search.orm.loading.impl.HibernateSessionLoadingInitializer
 
initializeCollection(Collection<T>) - Method in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
initializeCollection(Collection<T>) - Method in interface org.hibernate.search.spi.InstanceInitializer
 
initializedBlackholeBackend() - Method in interface org.hibernate.search.util.logging.impl.Log
 
initializeIndexIfNeeded(Directory) - Static method in class org.hibernate.search.store.spi.DirectoryHelper
Initialize the Lucene Directory if it isn't already.
initializeJMSConnection(QueueConnectionFactory, Properties) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
Initialises the JMS QueueConnection to be used for sending Lucene work operations to the master node.
initializeJMSConnection(QueueConnectionFactory, Properties) - Method in class org.hibernate.search.backend.jms.impl.JndiJMSBackendQueueProcessor
 
initializeJMSQueue(QueueConnectionFactory, Properties) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
Initialises the JMS queue to be used for sending Lucene work operations to the master node.
initializeJMSQueue(QueueConnectionFactory, Properties) - Method in class org.hibernate.search.backend.jms.impl.JndiJMSBackendQueueProcessor
 
initializeJMSQueueConnectionFactory(Properties) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
Initialises the JMS QueueConnectionFactory to be used for sending Lucene work operations to the master node.
initializeJMSQueueConnectionFactory(Properties) - Method in class org.hibernate.search.backend.jms.impl.JndiJMSBackendQueueProcessor
 
initializeMap(Map<K, V>) - Method in class org.hibernate.search.engine.impl.SimpleInitializer
 
initializeMap(Map<K, V>) - Method in class org.hibernate.search.orm.loading.impl.HibernateSessionLoadingInitializer
 
initializeMap(Map<K, V>) - Method in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
initializeMap(Map<K, V>) - Method in interface org.hibernate.search.spi.InstanceInitializer
 
initializeObjects(List<EntityInfo>, LinkedHashMap<EntityInfoLoadKey, Object>, ObjectInitializationContext) - Method in class org.hibernate.search.query.hibernate.impl.CriteriaObjectInitializer
 
initializeObjects(List<EntityInfo>, LinkedHashMap<EntityInfoLoadKey, Object>, ObjectInitializationContext) - Method in class org.hibernate.search.query.hibernate.impl.LookupObjectInitializer
 
initializeObjects(List<EntityInfo>, LinkedHashMap<EntityInfoLoadKey, Object>, ObjectInitializationContext) - Method in interface org.hibernate.search.query.hibernate.impl.ObjectInitializer
Given a array of
initializeObjects(List<EntityInfo>, LinkedHashMap<EntityInfoLoadKey, Object>, ObjectInitializationContext) - Method in class org.hibernate.search.query.hibernate.impl.PersistenceContextObjectInitializer
 
initializeObjects(List<EntityInfo>, LinkedHashMap<EntityInfoLoadKey, Object>, ObjectInitializationContext) - Method in class org.hibernate.search.query.hibernate.impl.SecondLevelCacheObjectInitializer
 
initializeObjectsWith(ObjectLookupMethod, DatabaseRetrievalMethod) - Method in interface org.hibernate.search.FullTextQuery
 
initializeObjectsWith(ObjectLookupMethod, DatabaseRetrievalMethod) - Method in interface org.hibernate.search.jpa.FullTextQuery
Refine the strategies used to load entities.
initializeObjectsWith(ObjectLookupMethod, DatabaseRetrievalMethod) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
initializeReferences(Collection<AnalyzerReference>, Map<String, AnalyzerDef>, Collection<AnalyzerReference>, Map<String, NormalizerDef>) - Method in class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
initializeReferences(Collection<AnalyzerReference>, Map<String, AnalyzerDef>, Collection<AnalyzerReference>, Map<String, NormalizerDef>) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerStrategy
Initializes references created by this strategy, i.e.
initializeReferences(Collection<AnalyzerReference>, Map<String, AnalyzerDef>, Collection<AnalyzerReference>, Map<String, NormalizerDef>) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
initIntegrations(IndexManagerHolder) - Method in class org.hibernate.search.engine.impl.ConfigContext
Initialize integrations for all discovered index manager types.
initReader(String, Reader) - Method in class org.hibernate.search.engine.impl.TokenizerChain
 
injectParameters(ClassBridge, Object) - Method in class org.hibernate.search.bridge.impl.BridgeFactory
Injects any parameters configured via the given ClassBridge annotation into the given object, in case this is a ParameterizedBridge.
input(Object) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
inputType(ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
INSTANCE - Static variable in class org.hibernate.search.backend.FlushLuceneWork
 
INSTANCE - Static variable in class org.hibernate.search.backend.impl.blackhole.BlackHoleBackend
 
INSTANCE - Static variable in class org.hibernate.search.backend.impl.LocalBackend
 
INSTANCE - Static variable in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
INSTANCE - Static variable in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
INSTANCE - Static variable in class org.hibernate.search.backend.OptimizeLuceneWork
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.DefaultStringBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.StringBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.DurationBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.LocalDateBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.LocalDateTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.LocalTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.MonthDayBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.OffsetDateTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.OffsetTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.PeriodBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.YearMonthBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.ZonedDateTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.ZoneIdBridge
 
INSTANCE - Static variable in class org.hibernate.search.bridge.builtin.time.impl.ZoneOffsetBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBooleanBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchInstantBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchLocalDateBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchLocalDateTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchLocalTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchMonthDayBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchOffsetDateTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchOffsetTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchYearBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchYearMonthBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchZonedDateTimeBridge
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.spi.ElasticsearchIndexManagerType
 
INSTANCE - Static variable in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor
 
INSTANCE - Static variable in class org.hibernate.search.engine.impl.DefaultBoostStrategy
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.search.engine.impl.SimpleInitializer
 
INSTANCE - Static variable in class org.hibernate.search.engine.nesting.impl.DefaultNestingContextFactory
 
INSTANCE - Static variable in class org.hibernate.search.engine.nesting.impl.NoOpNestingContext
 
INSTANCE - Static variable in class org.hibernate.search.engine.nulls.impl.LuceneMissingValueStrategy
 
INSTANCE - Static variable in class org.hibernate.search.indexes.spi.LuceneEmbeddedIndexManagerType
 
INSTANCE - Static variable in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
INSTANCE - Static variable in class org.hibernate.search.query.hibernate.impl.CriteriaObjectInitializer
 
INSTANCE - Static variable in class org.hibernate.search.query.hibernate.impl.LookupObjectInitializer
 
INSTANCE - Static variable in class org.hibernate.search.util.impl.PassThroughAnalyzer
 
instanceFromClass(Class<T>, Class<?>, String) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
Creates an instance of target class
instanceFromClass(Class<T>, Class<?>, String, Map<String, String>) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
Creates an instance of target class having a Map of strings as constructor parameter.
instanceFromName(Class<T>, String, String, ServiceManager) - Static method in class org.hibernate.search.util.impl.ClassLoaderHelper
Creates an instance of a target class specified by the fully qualified class name using a ClassLoader as fallback when the class cannot be found in the context one.
InstanceInitializer - Interface in org.hibernate.search.spi
When using the Hibernate Core integration (for example) we need to make sure that the entities and collections we're working on are initialized.
InstantBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Store a Instant in a numeric field representing it as the number of milliseconds form Epoch.
InstantBridge() - Constructor for class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
INTEGER - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
IntegerBridge - Class in org.hibernate.search.bridge.builtin
Bridge an Integer to a String.
IntegerBridge() - Constructor for class org.hibernate.search.bridge.builtin.IntegerBridge
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.search.hcore.impl.HibernateSearchIntegrator
 
interceptor(Class<? extends EntityIndexingInterceptor>) - Method in class org.hibernate.search.cfg.IndexedMapping
 
interceptor() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
interceptor(Interceptor) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
InternalAnalyzerUtils - Class in org.hibernate.search.util.impl
Analysis helpers that have no reason to be exposed publicly as AnalyzerUtils is.
InternalBackendFactory - Class in org.hibernate.search.backend.impl
Factory to instantiate the correct Search backend or to be more concrete the BackendQueueProcessor implementation.
interpretPropertyValue(String) - Static method in enum org.hibernate.search.elasticsearch.cfg.IndexSchemaManagementStrategy
 
interruptedBatchIndexing() - Method in interface org.hibernate.search.util.logging.impl.Log
 
interruptedWhileWaitingForIndexActivity(InterruptedException) - Method in interface org.hibernate.search.util.logging.impl.Log
 
interruptedWhileWaitingForRequestCompletion(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
interruptedWorkError(Runnable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
intField(FieldInfo, int) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
InTransactionWorkQueueSynchronization - Class in org.hibernate.search.backend.impl
Execute final work inside a transaction.
InTransactionWorkQueueSynchronization(Object, QueueingProcessor, ConcurrentMap<Object, WorkQueueSynchronization>, ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.backend.impl.InTransactionWorkQueueSynchronization
In transaction work
invalidAnalysisDefinitionJsonParameter(Class<?>, String, String, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidAnalysisDefinitionJsonStringParameter(Class<?>, String, String, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidAnalysisDefinitionParameter(String, Object, Object) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidAnalysisDefinitionType(String, String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidAnalysisFactoryParameter(Class<?>, String, String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidAnalyzerCharFilters(Object, Object) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidAnalyzerTokenFilters(Object, Object) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidAnalyzerTokenizer(Object, Object) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidAttributeValue(String, Object, Object) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidElasticsearchAnalyzerDefinition(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidElasticsearchAnalyzerDefinitionProvider(String, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidElasticsearchCharFilterDefinition(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidElasticsearchTokenFilterDefinition(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidElasticsearchTokenizerDefinition(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidEmptyNormalizerDefinition(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidIncludePathConfiguration(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidInputFormat(String, List<String>, List<String>, List<String>, List<String>) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidLuceneAnalyzerDefinitionProvider(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidNullMarkerForBoolean() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForCalendarAndDate(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForDouble(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidNullMarkerForDuration(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForFloat(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidNullMarkerForInstant(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForInteger(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidNullMarkerForLocalDate(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForLocalDateTime(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForLocalTime(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForLong(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidNullMarkerForMonthDay(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForOffsetDateTime(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForOffsetTime(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForPeriod(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForYear(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForYearMonth(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForZonedDateTime(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidNullMarkerForZonedTime(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidOutputFormat(String, String, String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
invalidPropertyValue(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invalidSearchAPIPayload(Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
invalidStringDateFieldInDocument(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
invoke(String, Object, Object) - Method in class org.hibernate.search.engine.impl.FilterDef
 
ioExceptionOnIndex(IOException, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ioExceptionOnIndexOfEntity(IOException, IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ioExceptionOnIndexWriter() - Method in interface org.hibernate.search.util.logging.impl.Log
 
ioExceptionOnMultiReaderRefresh(IOException) - Method in interface org.hibernate.search.util.logging.impl.Log
 
is(Class<T>) - Method in class org.hibernate.search.analyzer.impl.LuceneAnalyzerReference
 
is(Class<T>) - Method in class org.hibernate.search.analyzer.impl.RemoteAnalyzerReference
 
is(Class<T>) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerReference
Check if the analyzer can be represented using a specific class.
isAnyMappedToElasticsearch(ExtendedSearchIntegrator, IndexedTypeSet) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchEntityHelper
 
isArrayEquivalent(JsonArray, JsonArray) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
isArrayEquivalent(JsonArray, JsonArray) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementUnorderedArrayEquivalence
 
isAsc() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
isBoostTerms() - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
isBound(Parameter) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
isCacheable() - Method in class org.hibernate.search.filter.impl.AndDocIdSet
 
isChunked() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
isClosed() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
isCompatibleWith(ScopedLuceneAnalyzer) - Method in class org.hibernate.search.backend.impl.lucene.analysis.ConcurrentlyMutableAnalyzer
Checks if the currently set Analyzer is the same as the proposed one, in which case there is no need for replacements or locking.
isComposite() - Method in enum org.hibernate.search.elasticsearch.schema.impl.model.DataType
 
isCompositeOfSameInstances(ScopedLuceneAnalyzer) - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzer
Compares the references of the global analyzer backing this ScopedAnalyzer and each scoped analyzer.
isCompressed() - Method in interface org.hibernate.search.bridge.LuceneOptions
Prefer the use of LuceneOptions.addFieldToDocument(String, String, org.apache.lucene.document.Document) over manually building your Field objects and adding them to the Document.
isCompressed() - Method in class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
isConfiguredAsSync(Properties) - Static method in class org.hibernate.search.backend.BackendFactory
 
isConfiguredAsSync(Properties) - Static method in class org.hibernate.search.backend.impl.InternalBackendFactory
 
isConsumed() - Method in class org.hibernate.search.backend.impl.InTransactionWorkQueueSynchronization
 
isConsumed() - Method in class org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization
 
isConsumed() - Method in interface org.hibernate.search.backend.impl.WorkQueueSynchronization
Whether or not this queue has been consumed
isDeleteByTermEnforced() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
isDeleteByTermEnforced() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
isDeleteByTermEnforced() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
 
isDeleteByTermEnforced() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isDeleteByTermEnforced() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
isDeleteByTermEnforced() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isDeleteByTermEnforced() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
isDeleteByTermEnforced() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
isDeleteByTermEnforced() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
isDeleteByTermEnforced() - Method in interface org.hibernate.search.spi.WorkerBuildContext
 
isDeleteByTermEnforced() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Returns true if either the configuration guarantees that one can use delete by term on all indexes or if we ensure that entity types stored in the index return positive to IdUniquenessResolver and that the document id and JPA id are the same property.
isDesc() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
isDirty(String[]) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
Hibernate entities might be dirty (their state has changed), but none of these changes would affect the index state.
isDirtyChecksEnabled() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isDirtyChecksEnabled() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isDirtyChecksEnabled() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
isElementEquivalent(JsonElement, JsonElement) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
isEmbeddedField(String) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
isEmpty() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
isEmpty() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings
 
isEmpty() - Method in class org.hibernate.search.elasticsearch.util.impl.Window
 
isEmpty() - Method in interface org.hibernate.search.query.dsl.BooleanJunction
 
isEmpty() - Method in class org.hibernate.search.query.engine.impl.QueryFilters
 
isEmpty() - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
isEmpty() - Method in interface org.hibernate.search.spi.IndexedTypeSet
 
isEmpty() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
isEmpty(String) - Static method in class org.hibernate.search.util.StringHelper
 
isEnabled(String) - Method in class org.hibernate.search.util.logging.impl.LoggerInfoStream
 
isEncodingAuto() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata
 
isEquivalent(JsonElement, JsonElement) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
Determines whether two JsonElements should be considered equivalent.
isExcludeEntityUsedForComparison() - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
isExcludeFrom() - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
isExcludeTo() - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
isExclusiveIndexUsageEnabled(Properties) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
isExclusiveIndexUsageEnabled.
isExplicitDocumentId() - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
isExplicitlyMarkedAsNumeric() - Method in interface org.hibernate.search.bridge.impl.ExtendedBridgeProvider.ExtendedBridgeProviderContext
 
isFieldSortDoMaxScore() - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
isFieldSortDoTrackScores() - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
isFirst() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
isFloatingPointType(Class<?>) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Checks whether the specified type is a floating point type.
isFlowControlPushingBack() - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
 
isId() - Method in interface org.hibernate.search.bridge.impl.ExtendedBridgeProvider.ExtendedBridgeProviderContext
 
isId() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
isId() - Method in class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
isId() - Method in interface org.hibernate.search.metadata.PropertyDescriptor
Returns true if the property is the document id, false otherwise
isIdentifierWasRolledBack() - Method in class org.hibernate.search.backend.spi.Work
 
isIdInEmbedded() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
isIdMatchingJpaId() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
To be removed, see org.hibernate.search.engine.DocumentBuilderIndexedEntity.isIdMatchingJpaId()
isIdMatchingJpaId() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
FIXME remove the need for such a method, we should always be able to rely on Work.id, but to respect @DocumentId which is being processed in the DocumentBuilder currently finding out which id we need is tricky, and requires helpers method like this one.
isIdProvidedImplicit() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
isIdProvidedImplicit() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
 
isIdProvidedImplicit() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isIdProvidedImplicit() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
isIdProvidedImplicit() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isIdProvidedImplicit() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
isIdProvidedImplicit() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
isIdProvidedImplicit() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
isIgnoreFieldBridge() - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
isIncluded(DocumentFieldPath) - Method in class org.hibernate.search.engine.metadata.impl.PathsContext
 
isIncludeMax() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetImpl
 
isIncludeMax() - Method in interface org.hibernate.search.query.facet.RangeFacet
 
isIncludeMin() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetImpl
 
isIncludeMin() - Method in interface org.hibernate.search.query.facet.RangeFacet
 
isIndexed() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
isIndexed() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
isIndexed() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
isIndexed() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
 
isIndexMetadataComplete() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
isIndexMetadataComplete() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
isIndexMetadataComplete() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
isIndexMetadataComplete() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isIndexMetadataComplete() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
isIndexMetadataComplete() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isIndexMetadataComplete() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
isIndexMetadataComplete() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
isIndexMetadataComplete(Properties, WorkerBuildContext) - Static method in class org.hibernate.search.indexes.impl.PropertiesParseHelper
Returns the configured value of Environment.INDEX_METADATA_COMPLETE for this specific index.
isIndexMetadataComplete() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
isIndexMetadataComplete() - Method in interface org.hibernate.search.spi.WorkerBuildContext
 
isIndexOwnerLocal() - Method in class org.hibernate.search.backend.jgroups.impl.AutoNodeSelector
 
isIndexOwnerLocal() - Method in class org.hibernate.search.backend.jgroups.impl.MasterNodeSelector
 
isIndexOwnerLocal() - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorStrategy
Specifies if the current (local) node should apply changes to the index.
isIndexOwnerLocal() - Method in class org.hibernate.search.backend.jgroups.impl.SlaveNodeSelector
 
isIndexUninvertingAllowed() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isIndexUninvertingAllowed() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isIndexUninvertingAllowed() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
isInitialized() - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
isInitialized() - Method in class org.hibernate.search.analyzer.impl.SimpleLuceneAnalyzerReference
 
isInitialized() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ElasticsearchAnalyzerReference
 
isInitialized() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
isInitialized() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
isInitialized() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
isInitialized(Object) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
 
isInstance(JsonElement) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
isIntegerType(Class<?>) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Checks whether the specified type is a integer type.
isJMXEnabled() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isJMXEnabled() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isJMXEnabled() - Method in interface org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator
 
isJPAAnnotationsProcessingEnabled() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
isJPAAnnotationsProcessingEnabled() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
isJPAAnnotationsProcessingEnabled() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
 
isJPAAnnotationsProcessingEnabled() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
isJpaIdUsedAsDocumentId() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
isJpaPresent() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
isLast() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
isMappedToElasticsearch(ExtendedSearchIntegrator, IndexedTypeIdentifier) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchEntityHelper
 
isMatchAll() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery
 
isMaxIncluded() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
isMinIncluded() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
isMultitenancyEnabled() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
isMultitenancyEnabled() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
 
isMultitenancyEnabled() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
 
isMultitenancyEnabled() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ExecutionOptions
 
isMultitenancyEnabled() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isMultitenancyEnabled() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isMultitenancyEnabled() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
isMultitenancyEnabled() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
isMultitenancyEnabled() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
isMultitenancyEnabled() - Method in interface org.hibernate.search.spi.WorkerBuildContext
 
isNameRegistered(String) - Static method in class org.hibernate.search.util.jmx.impl.JMXRegistrar
Checks whether a bean is registered under the given name.
isNativeQuery() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
isNestedEquivalent(JsonElement, JsonElement) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
isNormalizer(String) - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
isNormalizer(String) - Method in class org.hibernate.search.analyzer.impl.NamedLuceneNormalizerReference
 
isNormalizer(String) - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference
 
isNormalizer(String) - Method in class org.hibernate.search.analyzer.impl.SimpleLuceneAnalyzerReference
 
isNormalizer(String) - Method in class org.hibernate.search.analyzer.impl.SimpleLuceneNormalizerReference
 
isNormalizer(String) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerReference
 
isNormalizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
isNormalizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearch2NormalizerReference
 
isNormalizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearch52NormalizerReference
 
isNormalizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
isNormalizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
isNotEmpty(String) - Static method in class org.hibernate.search.util.StringHelper
 
isNumeric() - Method in enum org.hibernate.search.elasticsearch.util.impl.FieldHelper.ExtendedFieldType
 
isNumeric() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
isNumeric() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
isNumeric() - Method in interface org.hibernate.search.engine.metadata.impl.PartialDocumentFieldMetadata
 
isNumericContainerOrNumericFieldBridge(FieldBridge) - Static method in class org.hibernate.search.bridge.util.impl.NumericFieldUtils
Indicates whether the considered FieldBridge, or its element bridge, is a numeric one.
isNumericFieldBridge(FieldBridge) - Static method in class org.hibernate.search.bridge.util.impl.NumericFieldUtils
Indicates whether the considered FieldBridge is a numeric one.
isObjectEquivalent(JsonObject, JsonObject) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
isObjectNotFoundException(RuntimeException) - Static method in class org.hibernate.search.query.hibernate.impl.LoaderHelper
 
isOmitNorms() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
isOmitTermFreqAndPositions() - Method in class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
isPreQueryFilterOnly(FilterDef) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
isPrimitiveEquivalent(JsonPrimitive, JsonPrimitive) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisJsonElementEquivalence
 
isProvidedIdImplicit() - Method in class org.hibernate.search.engine.impl.ConfigContext
 
isRepeatable() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
isRoot() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
isSearchAnnotation(Annotation) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Checks if the annotation is a Search annotation by comparing the package of the annotation.
isSettingsValid(IndexMetadata, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
isSettingsValid(IndexMetadata, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaValidator
Retrieves and validate actual index settings, returning a boolean indicating whether the actual settings are valid or not.
isSharded() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
isSharded() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
isSharded() - Method in interface org.hibernate.search.metadata.IndexedTypeDescriptor
 
isSizeSafe() - Method in interface org.hibernate.search.query.hibernate.impl.Loader
 
isSizeSafe() - Method in class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
 
isSizeSafe() - Method in class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
isSizeSafe() - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
 
isSortableField(TypeMetadata, PropertyMetadata, String) - Static method in class org.hibernate.search.elasticsearch.util.impl.FieldHelper
 
isSpatial() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
isSpatialField(String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
isSpatialFieldLatitude(String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
isSpatialFieldLongitude(String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
isStateInspectionOptimizationsEnabled() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
isStatisticsEnabled() - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
isStatisticsEnabled() - Method in interface org.hibernate.search.stat.Statistics
 
isStatisticsEnabled() - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
isStopped() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isStopped() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isStopped() - Method in interface org.hibernate.search.spi.SearchIntegrator
 
isStreaming() - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
isSuccessCode(int) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchClientUtils
 
isSupported(Class<? extends DeletionQuery>) - Static method in class org.hibernate.search.backend.impl.DeleteByQuerySupport
 
isTerminal() - Method in class org.hibernate.search.engine.spi.ContainedInRecursionContext
 
isTextDataType(PartialDocumentFieldMetadata) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
isTextDataType(PartialDocumentFieldMetadata) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaTranslator
 
isTextDataType(PartialDocumentFieldMetadata) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaTranslator
 
isTimedOut() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
isTimedOut() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
isTransactional() - Method in class org.hibernate.search.backend.impl.ReflectionBasedBackend
 
isTransactional() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
isTransactional() - Method in class org.hibernate.search.backend.jms.impl.JndiJMSBackend
 
isTransactional() - Method in interface org.hibernate.search.backend.spi.Backend
 
isTransactionInProgress() - Method in interface org.hibernate.search.backend.TransactionContext
 
isTransactionInProgress() - Method in class org.hibernate.search.event.impl.EventSourceTransactionContext
 
isTransactionManagerExpected() - Method in interface org.hibernate.search.cfg.spi.SearchConfiguration
By default Hibernate Search expects to execute in the context of a transaction, and will log warning when certain operations are executed out of such a scope.
isTransactionManagerExpected() - Method in class org.hibernate.search.cfg.spi.SearchConfigurationBase
By default Hibernate Search expects to execute in the context of a transaction, and will log warning when certain operations are executed out of such a scope.
isTransactionManagerExpected() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
isTransactionManagerExpected() - Method in class org.hibernate.search.engine.impl.IncrementalSearchConfiguration
 
isTransactionManagerExpected() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
isTransactionManagerExpected() - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
isTransactionManagerExpected() - Method in class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
 
isTransactionManagerExpected() - Method in interface org.hibernate.search.spi.impl.SearchFactoryState
 
isTransactionManagerExpected() - Method in interface org.hibernate.search.spi.WorkerBuildContext
 
IterableBridge - Class in org.hibernate.search.bridge.builtin
Each entry (null included) of an Iterable object is indexed using the specified FieldBridge.
IterableBridge(FieldBridge) - Constructor for class org.hibernate.search.bridge.builtin.IterableBridge
 
iterableFromArray(Object) - Static method in class org.hibernate.search.util.impl.CollectionHelper
Builds an Iterable for a given array.
iterate() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Return an iterator on the results.
iterator() - Method in class org.hibernate.search.backend.impl.lucene.Changeset
 
iterator() - Method in class org.hibernate.search.filter.impl.AndDocIdSet
 
iterator() - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
iterator() - Method in class org.hibernate.search.query.engine.impl.SortConfigurations
 
iteratorFromArray(Object) - Static method in class org.hibernate.search.util.impl.CollectionHelper
Builds an Iterator for a given array.
IteratorImpl - Class in org.hibernate.search.query.hibernate.impl
 
IteratorImpl(List<EntityInfo>, Loader) - Constructor for class org.hibernate.search.query.hibernate.impl.IteratorImpl
 

J

JGROUPS_BACKEND_MESSAGES_START_ID - Static variable in interface org.hibernate.search.util.logging.impl.Log
 
JGROUPS_PREFIX - Static variable in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
JGroupsBackend - Class in org.hibernate.search.backend.jgroups.impl
 
JGroupsBackend() - Constructor for class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
 
JGroupsBackendQueueProcessor - Class in org.hibernate.search.backend.jgroups.impl
This index backend is able to switch dynamically between a standard Lucene index writing backend and one which sends work remotely over a JGroups channel.
JGroupsBackendQueueProcessor(NodeSelectorStrategy, JGroupsBackendQueueTask, Supplier<BackendQueueProcessor>) - Constructor for class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessor
 
JGroupsBackendQueueTask - Class in org.hibernate.search.backend.jgroups.impl
Responsible for sending Lucene works from slave nodes to master node
JGroupsBackendQueueTask(MessageSenderService, IndexManager, NodeSelectorService, LuceneWorkSerializer, boolean, long) - Constructor for class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueTask
 
jgroupsBlockWaitingForAck(String, boolean) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsChannelCreationUsingFileError(String, Throwable) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsChannelInjectionError(String, Exception, Class<?>) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsClosingChannelError(Exception) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsConfigurationNotFoundInProperties(Properties) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsConnectedToCluster(String, Object) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsDefaultConfigurationFileNotFound() - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsDisconnectingAndClosingChannel(String) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsFlushNotPresentInStack() - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jgroupsFullConfiguration(String) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
JGroupsMasterBackend - Class in org.hibernate.search.backend.jgroups.impl
 
JGroupsMasterBackend() - Constructor for class org.hibernate.search.backend.jgroups.impl.JGroupsMasterBackend
 
JGroupsMasterMessageListener - Class in org.hibernate.search.backend.jgroups.impl
A Receiver that listens for messages from slave nodes and apply them.
JGroupsMasterMessageListener(BuildContext, NodeSelectorService, LuceneWorkSerializer) - Constructor for class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
jGroupsMuxIdAlreadyTaken(short) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jGroupsReceivedNewClusterView(Object) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jgroupsRemoteException(Address, Throwable, Throwable) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jgroupsRpcTimeout(Address) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
JGroupsSlaveBackend - Class in org.hibernate.search.backend.jgroups.impl
 
JGroupsSlaveBackend() - Constructor for class org.hibernate.search.backend.jgroups.impl.JGroupsSlaveBackend
 
jGroupsStartingChannelProvider() - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
jgroupsSuspectingPeer(Address) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
JMS_CONNECTION_FACTORY - Static variable in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
JMS_CONNECTION_LOGIN - Static variable in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
JMS_CONNECTION_PASSWORD - Static variable in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
JMS_QUEUE - Static variable in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
JmsBackendQueueProcessor - Class in org.hibernate.search.backend.jms.impl
Backend sending the workload via JMS.
JmsBackendQueueProcessor() - Constructor for class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
JmsBackendQueueTask - Class in org.hibernate.search.backend.jms.impl
 
JmsBackendQueueTask(String, Collection<LuceneWork>, JmsBackendQueueProcessor, LuceneWorkSerializer) - Constructor for class org.hibernate.search.backend.jms.impl.JmsBackendQueueTask
 
jmsInitialContextException(String, String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
jmsQueueFactoryLookupException(String, String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
jmsQueueLookupException(String, String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
JMX_BEAN_SUFFIX - Static variable in class org.hibernate.search.cfg.Environment
If JMX bean deployment is enabled (see Environment.JMX_ENABLED) the specified suffix will be appended to the registered MBean names.
JMX_ENABLED - Static variable in class org.hibernate.search.cfg.Environment
If set to true JMX beans get enabled.
JMXRegistrar - Class in org.hibernate.search.util.jmx.impl
Helper class to register JMX beans.
JMXRegistrar.IndexingProgressMonitor - Class in org.hibernate.search.util.jmx.impl
A JMX based mass indexer progress monitor.
JMXRegistrar.StatisticsInfo - Class in org.hibernate.search.util.jmx.impl
 
JNDI_PREFIX - Static variable in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
JndiJMSBackend - Class in org.hibernate.search.backend.jms.impl
 
JndiJMSBackend() - Constructor for class org.hibernate.search.backend.jms.impl.JndiJMSBackend
 
JndiJMSBackendQueueProcessor - Class in org.hibernate.search.backend.jms.impl
JMSBackendQueueProcessor using JNDI to lookup the JMS components.
JndiJMSBackendQueueProcessor() - Constructor for class org.hibernate.search.backend.jms.impl.JndiJMSBackendQueueProcessor
 
join(Object[], String) - Static method in class org.hibernate.search.util.StringHelper
Joins the elements of the given array to a string, separated by the given separator string.
join(Iterable<?>, String) - Static method in class org.hibernate.search.util.StringHelper
Joins the elements of the given iterable to a string, separated by the given separator string.
join(Iterator<?>, String) - Static method in class org.hibernate.search.util.StringHelper
Joins the elements of the given iterator to a string, separated by the given separator string.
jpaProperty(XProperty) - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
JsonAccessor<T> - Interface in org.hibernate.search.elasticsearch.gson.impl
An interface that abstracts the ways of accessing values in a JSON tree.
JsonArrayAccessor - Interface in org.hibernate.search.elasticsearch.gson.impl
 
JsonArrayAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonArrayAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonArrayAccessorImpl
 
JsonBooleanAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonBooleanAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonBooleanAccessorImpl
 
JsonBuilder - Class in org.hibernate.search.elasticsearch.impl
Builder used to make the Gson API chainable.
JsonBuilder.Array - Class in org.hibernate.search.elasticsearch.impl
 
JsonBuilder.JsonAppender<T> - Interface in org.hibernate.search.elasticsearch.impl
An interface for reusable objects that append data to a JSON object.
JsonBuilder.Object - Class in org.hibernate.search.elasticsearch.impl
 
JsonDoubleAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonDoubleAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonDoubleAccessorImpl
 
JsonElementType<T> - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonFloatAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonFloatAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonFloatAccessorImpl
 
JsonIntegerAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonIntegerAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonIntegerAccessorImpl
 
JsonLogHelper - Class in org.hibernate.search.elasticsearch.util.impl
Helpers allowing to log JSON.
JsonLongAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonLongAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonLongAccessorImpl
 
JsonObjectAccessor - Interface in org.hibernate.search.elasticsearch.gson.impl
 
JsonObjectAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
A JsonAccessor that ensures the accessed object is a JsonObject.
JsonObjectAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonObjectAccessorImpl
 
JsonStringAccessorImpl - Class in org.hibernate.search.elasticsearch.gson.impl
 
JsonStringAccessorImpl(JsonAccessor<JsonElement>) - Constructor for class org.hibernate.search.elasticsearch.gson.impl.JsonStringAccessorImpl
 

K

Key - Annotation Type in org.hibernate.search.annotations
Deprecated.
Custom filter cache keys are a deprecated feature scheduled to be removed in Hibernate Search 6. As of Hibernate Search 5.1, filter cache keys will be determinated automatically based on the filter parameters. Custom filter cache key methods should therefore be removed.
keyFromName(String) - Method in interface org.hibernate.search.spi.IndexedTypeMap
Returns a type identified by its unique name.
keyFromPojoType(Class<?>) - Method in interface org.hibernate.search.spi.IndexedTypeMap
Returns a type identifier to the passed class.
keys() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
keySet() - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
keySet() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
keyword() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
keyword() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a term query (see TermQuery).
KnownProtocols - Class in org.hibernate.search.indexes.serialization.avro.impl
Keeps a reference to each known Avro Protocol revision we can support.
KnownProtocols() - Constructor for class org.hibernate.search.indexes.serialization.avro.impl.KnownProtocols
 

L

last() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
LATEST_MINOR_VERSION - Static variable in class org.hibernate.search.indexes.serialization.avro.impl.KnownProtocols
 
Latitude - Annotation Type in org.hibernate.search.annotations
Mark the property hosting the latitude of a specific spatial coordinate.
latitude() - Method in class org.hibernate.search.cfg.PropertyMapping
 
LATITUDE_DEGREE_MAX - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
LATITUDE_DEGREE_MIN - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
LATITUDE_DEGREE_RANGE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
latitudeField - Variable in class org.hibernate.search.spatial.SpatialFieldBridge
 
latitudeIndexedFieldName - Variable in class org.hibernate.search.spatial.SpatialFieldBridge
 
lazyLuceneAnalyzerReferenceNotInitialized(LuceneAnalyzerReference) - Method in interface org.hibernate.search.util.logging.impl.Log
 
LazyQueryState - Class in org.hibernate.search.query.engine.impl
 
LazyQueryState(Query, QueryFilters, IndexReader, Similarity, ExtendedSearchIntegrator, Iterable<EntityIndexBinding>, boolean, boolean) - Constructor for class org.hibernate.search.query.engine.impl.LazyQueryState
 
lazyRemoteAnalyzerReferenceNotInitialized(RemoteAnalyzerReference) - Method in interface org.hibernate.search.util.logging.impl.Log
 
legacyJGroupsConfigurationDefined(String) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
limitExecutionTimeTo(long, TimeUnit) - Method in interface org.hibernate.search.FullTextQuery
 
limitExecutionTimeTo(long, TimeUnit) - Method in interface org.hibernate.search.jpa.FullTextQuery
Limit the time used by Hibernate Search to execute the query.
limitExecutionTimeTo(long, TimeUnit) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
limitFetchingOnTimeout() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
limitFetchingOnTimeout() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
limitIndexedObjectsTo(long) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
limitIndexedObjectsTo(long) - Method in interface org.hibernate.search.MassIndexer
EXPERIMENTAL method: will probably change Will stop indexing after having indexed a set amount of objects.
list() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
list(PrintStream) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
list(PrintWriter) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
load(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
load(List<EntityInfo>) - Method in class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
load(EntityInfo) - Method in interface org.hibernate.search.query.hibernate.impl.Loader
 
load(List<EntityInfo>) - Method in interface org.hibernate.search.query.hibernate.impl.Loader
 
load(EntityInfo, SessionImplementor) - Static method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderHelper
 
load(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
load(List<EntityInfo>) - Method in class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
load(InputStream) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
Loader - Interface in org.hibernate.search.query.hibernate.impl
Interface defining a set of operations in order to load entities which matched a query.
LoaderHelper - Class in org.hibernate.search.query.hibernate.impl
 
loadFromXML(InputStream) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
loadingNonExistentField(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
loadInitialShardNames(Properties, BuildContext) - Method in class org.hibernate.search.store.ShardIdentifierProviderTemplate
 
loadJavaServices(Class<T>) - Method in class org.hibernate.search.cfg.impl.DelegatingClassLoaderService
 
loadJavaServices(Class<S>) - Method in class org.hibernate.search.engine.service.classloading.impl.DefaultClassLoaderService
 
loadJavaServices(Class<T>) - Method in interface org.hibernate.search.engine.service.classloading.spi.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadWithoutTiming(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.AbstractLoader
 
loadWithoutTiming(EntityInfo) - Method in interface org.hibernate.search.query.hibernate.impl.Loader
 
loadWithoutTiming(EntityInfo) - Method in class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
LocalBackend - Class in org.hibernate.search.backend.impl
A Backend which applies given index changes locally to the corresponding IndexManager.
LocalBackendQueueProcessor - Class in org.hibernate.search.backend.impl
A queue processor for the LocalBackend.
LocalBackendQueueProcessor() - Constructor for class org.hibernate.search.backend.impl.LocalBackendQueueProcessor
Deprecated.
Provided so that passing the LocalBackendQueueProcessor class as the value of the "backend" configuration option still works, but normally the "local" string should be used instead, in which case the other constructor is used.
LocalBackendQueueProcessor(IndexManager) - Constructor for class org.hibernate.search.backend.impl.LocalBackendQueueProcessor
 
LocalDateBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a LocalDate to a String.
LocalDateTimeBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a LocalDateTime to a String.
LocalTimeBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a LocalTime to a String.
locate(String) - Method in class org.hibernate.search.engine.service.named.impl.NoopNamedResolver
 
locate(String) - Method in interface org.hibernate.search.engine.service.named.spi.NamedResolver
Locate an object in JNDI by name
locateConfig(String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Try to locate a local URL representing the incoming path.
locateResource(String) - Method in class org.hibernate.search.cfg.impl.DelegatingClassLoaderService
 
locateResource(String) - Method in class org.hibernate.search.engine.service.classloading.impl.DefaultClassLoaderService
 
locateResource(String) - Method in interface org.hibernate.search.engine.service.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup).
locateResourceStream(String) - Method in class org.hibernate.search.cfg.impl.DelegatingClassLoaderService
 
locateResourceStream(String) - Method in class org.hibernate.search.engine.service.classloading.impl.DefaultClassLoaderService
 
locateResourceStream(String) - Method in interface org.hibernate.search.engine.service.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup) and gets its stream.
LockFactoryCreator - Interface in org.hibernate.search.store.spi
A service for obtaining LockFactorys based on the current configuration.
LockFactoryProvider - Interface in org.hibernate.search.store
To use a custom implementation of LockFactory you need to implement this interface and define the fully qualified classname of the factory implementation as a DirectoryProvider parameter for the Environment.LOCKING_STRATEGY key.
LOCKING_STRATEGY - Static variable in class org.hibernate.search.cfg.Environment
Option for setting the locking strategy to be used for locking Lucene directories.
lockingFailureDuringInitialization(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
Log - Interface in org.hibernate.search.backend.jgroups.logging.impl
Hibernate Search JGroup backend log abstraction.
LOG - Static variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
LOG - Static variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalyzerDefinitionContextImpl
 
LOG - Static variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchNormalizerDefinitionContextImpl
 
Log - Interface in org.hibernate.search.elasticsearch.logging.impl
Hibernate Search log abstraction for the Elasticsearch integration.
LOG - Static variable in interface org.hibernate.search.exception.ErrorHandler
Special value to be used for the Environment.ERROR_HANDLER configuration property in order to activate the logging of all errors/exceptions occurring.
Log - Interface in org.hibernate.search.indexes.serialization.avro.logging.impl
Hibernate Search Avro Serialization log abstraction.
log - Static variable in class org.hibernate.search.util.AnalyzerUtils
 
Log - Interface in org.hibernate.search.util.logging.impl
Log abstraction layer for Hibernate Search on top of JBoss Logging.
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).
LogCategory - Class in org.hibernate.search.util.logging.impl
Log category to be used with LoggerFactory.make(LogCategory).
LogCategory(String) - Constructor for class org.hibernate.search.util.logging.impl.LogCategory
 
LogErrorHandler - Class in org.hibernate.search.exception.impl
 
LogErrorHandler() - Constructor for class org.hibernate.search.exception.impl.LogErrorHandler
 
LoggerFactory - Class in org.hibernate.search.util.logging.impl
A factory class for class loggers.
LoggerHelper - Class in org.hibernate.search.util.logging.impl
 
LoggerInfoStream - Class in org.hibernate.search.util.logging.impl
An implementation of InfoStream that redirects output to a logger
LoggerInfoStream() - Constructor for class org.hibernate.search.util.logging.impl.LoggerInfoStream
 
logInfoStreamMessage(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
LONG - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
LongBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Long to a String.
LongBridge() - Constructor for class org.hibernate.search.bridge.builtin.LongBridge
 
longField(FieldInfo, long) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
Longitude - Annotation Type in org.hibernate.search.annotations
Mark the property hosting the latitude of a specific spatial coordinate.
longitude() - Method in class org.hibernate.search.cfg.PropertyMapping
 
LONGITUDE_DEGREE_MAX - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
LONGITUDE_DEGREE_MIN - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
LONGITUDE_DEGREE_RANGE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
longitudeField - Variable in class org.hibernate.search.spatial.SpatialFieldBridge
 
longitudeIndexedFieldName - Variable in class org.hibernate.search.spatial.SpatialFieldBridge
 
lookupMethod(ObjectLookupMethod) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
LookupObjectInitializer - Class in org.hibernate.search.query.hibernate.impl
Initializes objects using lookup by id.
LRUMap - Class in org.hibernate.search.util.impl
Copied from Hibernate Core's org.hibernate.util.LRUMap A simple LRU cache that implements the Map interface.
LRUMap(int) - Constructor for class org.hibernate.search.util.impl.LRUMap
 
LUCENE_MATCH_VERSION - Static variable in class org.hibernate.search.cfg.Environment
The Lucene match version parameter.
LuceneAnalysisDefinitionProvider - Interface in org.hibernate.search.analyzer.definition
A provider of analysis-related definitions that can be referenced from the mapping, e.g.
LuceneAnalysisDefinitionRegistry - Interface in org.hibernate.search.analyzer.definition.impl
A registry of analysis-related definitions for Lucene.
LuceneAnalysisDefinitionRegistryBuilder - Interface in org.hibernate.search.analyzer.definition
 
LuceneAnalysisDefinitionRegistryBuilderImpl - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneAnalysisDefinitionRegistryBuilderImpl() - Constructor for class org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistryBuilderImpl
 
LuceneAnalysisDefinitionSourceService - Interface in org.hibernate.search.analyzer.definition.spi
This service allows to inject a custom LuceneAnalysisDefinitionProvider.
LuceneAnalysisDefinitionUtils - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneAnalyzerDefinitionContext - Interface in org.hibernate.search.analyzer.definition
 
LuceneAnalyzerDefinitionContextImpl - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneAnalyzerDefinitionContextImpl(LuceneAnalysisDefinitionRegistryBuilderImpl, String) - Constructor for class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
LuceneAnalyzerDefinitionWithTokenizerContext - Interface in org.hibernate.search.analyzer.definition
 
LuceneAnalyzerImplementationTranslationMapBuilder - Class in org.hibernate.search.elasticsearch.settings.impl.translation
A utility that helps DefaultElasticsearchAnalyzerDefinitionTranslator build its analyzer implementation translation maps.
LuceneAnalyzerImplementationTranslationMapBuilder() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.LuceneAnalyzerImplementationTranslationMapBuilder
 
LuceneAnalyzerReference - Class in org.hibernate.search.analyzer.impl
A reference to an Analyzer.
LuceneAnalyzerReference() - Constructor for class org.hibernate.search.analyzer.impl.LuceneAnalyzerReference
 
luceneBackendInitializedAsynchronously(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
luceneBackendInitializedSynchronously(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
LuceneBackendResources - Class in org.hibernate.search.backend.impl.lucene
Collects all resources needed to apply changes to one index, and are reused across several WorkQueues.
LuceneCharFilterDefinitionContext - Interface in org.hibernate.search.analyzer.definition
 
LuceneCharFilterDefinitionContextImpl - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneCharFilterDefinitionContextImpl(LuceneCompositeAnalysisDefinitionContext, Class<? extends CharFilterFactory>) - Constructor for class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
LuceneClassElasticsearchAnalyzerReference - Class in org.hibernate.search.elasticsearch.analyzer.impl
A reference to an analyzer that should be translated from a Lucene class.
LuceneClassElasticsearchAnalyzerReference(Class<?>) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
LuceneCompositeAnalysisDefinitionContext - Interface in org.hibernate.search.analyzer.definition
 
LuceneDoubleNullMarkerCodec - Class in org.hibernate.search.engine.nulls.codec.impl
 
LuceneDoubleNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.engine.nulls.codec.impl.LuceneDoubleNullMarkerCodec
 
LuceneEmbeddedAnalyzerStrategy - Class in org.hibernate.search.analyzer.impl
 
LuceneEmbeddedAnalyzerStrategy(ServiceManager, SearchConfiguration) - Constructor for class org.hibernate.search.analyzer.impl.LuceneEmbeddedAnalyzerStrategy
 
LuceneEmbeddedIndexManagerType - Class in org.hibernate.search.indexes.spi
 
LuceneFieldContext - Class in org.hibernate.search.indexes.serialization.spi
 
LuceneFieldContext(Field) - Constructor for class org.hibernate.search.indexes.serialization.spi.LuceneFieldContext
 
LuceneFloatNullMarkerCodec - Class in org.hibernate.search.engine.nulls.codec.impl
 
LuceneFloatNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.engine.nulls.codec.impl.LuceneFloatNullMarkerCodec
 
LuceneHSQuery - Class in org.hibernate.search.query.engine.impl
 
LuceneHSQuery(Query, ExtendedSearchIntegrator, IndexedTypeSet) - Constructor for class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
LuceneHSQuery(Query, ExtendedSearchIntegrator, IndexedTypeMap<CustomTypeMetadata>) - Constructor for class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
LuceneIndexingParameters - Class in org.hibernate.search.backend.spi
Wrapper class around the Lucene indexing parameters defined in IndexWriterSetting.
LuceneIndexingParameters(Properties) - Constructor for class org.hibernate.search.backend.spi.LuceneIndexingParameters
 
LuceneIndexingParameters.ParameterSet - Class in org.hibernate.search.backend.spi
 
LuceneIntegerNullMarkerCodec - Class in org.hibernate.search.engine.nulls.codec.impl
 
LuceneIntegerNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.engine.nulls.codec.impl.LuceneIntegerNullMarkerCodec
 
LuceneLogCategories - Class in org.hibernate.search.util.logging.impl
Log categories to be used with LoggerFactory.make(LogCategory).
LuceneLongNullMarkerCodec - Class in org.hibernate.search.engine.nulls.codec.impl
 
LuceneLongNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.engine.nulls.codec.impl.LuceneLongNullMarkerCodec
 
LuceneMissingValueStrategy - Class in org.hibernate.search.engine.nulls.impl
 
LuceneNormalizerDefinitionContext - Interface in org.hibernate.search.analyzer.definition
 
LuceneNormalizerDefinitionContextImpl - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneNormalizerDefinitionContextImpl(LuceneAnalysisDefinitionRegistryBuilderImpl, String) - Constructor for class org.hibernate.search.analyzer.definition.impl.LuceneNormalizerDefinitionContextImpl
 
LuceneNumericFieldContext - Class in org.hibernate.search.indexes.serialization.spi
 
LuceneNumericFieldContext(FieldType, String, float) - Constructor for class org.hibernate.search.indexes.serialization.spi.LuceneNumericFieldContext
 
LuceneOptions - Interface in org.hibernate.search.bridge
A helper class for building Field objects and associating them to Documents.
LuceneOptionsImpl - Class in org.hibernate.search.engine.impl
A wrapper class for Lucene parameters needed for indexing.
LuceneOptionsImpl(DocumentFieldMetadata, float, float) - Constructor for class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
LuceneOptionsImpl(Field.Index, Field.TermVector, Store, String, float, float) - Constructor for class org.hibernate.search.engine.impl.LuceneOptionsImpl
 
luceneQuery(Query) - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
luceneQuery(Query) - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
luceneQuery(Query) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Defines the underlying Lucene query
LuceneQueryDescriptor - Class in org.hibernate.search.engine.impl
A QueryDescriptor for a Lucene query.
LuceneQueryDescriptor(Query) - Constructor for class org.hibernate.search.engine.impl.LuceneQueryDescriptor
 
LuceneQueryTranslator - Interface in org.hibernate.search.query.engine.impl
Implementations translate Lucene queries into other backend-specific representations.
LuceneStringNullMarkerCodec - Class in org.hibernate.search.engine.nulls.codec.impl
 
LuceneStringNullMarkerCodec(NullMarker) - Constructor for class org.hibernate.search.engine.nulls.codec.impl.LuceneStringNullMarkerCodec
 
LuceneTokenFilterDefinitionContext - Interface in org.hibernate.search.analyzer.definition
 
LuceneTokenFilterDefinitionContextImpl - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneTokenFilterDefinitionContextImpl(LuceneCompositeAnalysisDefinitionContext, Class<? extends TokenFilterFactory>) - Constructor for class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
LuceneTokenizerDefinitionContextImpl - Class in org.hibernate.search.analyzer.definition.impl
 
LuceneTokenizerDefinitionContextImpl() - Constructor for class org.hibernate.search.analyzer.definition.impl.LuceneTokenizerDefinitionContextImpl
 
LuceneWork - Class in org.hibernate.search.backend
Represent a unit of work to be applied against the Lucene index.
LuceneWork(String, Serializable, String, IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.LuceneWork
 
LuceneWork(String, Serializable, String, IndexedTypeIdentifier, Document) - Constructor for class org.hibernate.search.backend.LuceneWork
 
luceneWork(LuceneWork) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.TranslatedLuceneWorkBuilder
 
luceneWork - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
luceneWork(LuceneWork) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
LuceneWorkExecutor - Interface in org.hibernate.search.backend.impl.lucene.works
LuceneWorkDelegate interface.
LuceneWorkHydrator - Class in org.hibernate.search.indexes.serialization.impl
Default implementation of the LuceneWorksBuilder.
LuceneWorkHydrator(ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator
 
luceneWorks(List<LuceneWork>) - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
luceneWorks(List<LuceneWork>) - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
LuceneWorksBuilder - Interface in org.hibernate.search.indexes.serialization.spi
During de-serialization a Deserializer needs to build a list of LuceneWork instances from binary data.
LuceneWorkSerializer - Interface in org.hibernate.search.indexes.serialization.spi
Serialize LuceneWork instances.
LuceneWorkSerializerImpl - Class in org.hibernate.search.indexes.serialization.impl
Serializes List<LuceneWork> instances back and forth using a pluggable SerializerProvider.
LuceneWorkSerializerImpl() - Constructor for class org.hibernate.search.indexes.serialization.impl.LuceneWorkSerializerImpl
 

M

MAJOR_VERSION - Static variable in class org.hibernate.search.indexes.serialization.avro.impl.KnownProtocols
Latest protocol version is 1.2
make() - Static method in class org.hibernate.search.util.logging.impl.LoggerFactory
 
make(Class<T>) - Static method in class org.hibernate.search.util.logging.impl.LoggerFactory
 
make(LogCategory) - Static method in class org.hibernate.search.util.logging.impl.LoggerFactory
 
make(Class<T>, LogCategory) - Static method in class org.hibernate.search.util.logging.impl.LoggerFactory
 
makeBatchBackend(MassIndexerProgressMonitor) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
makeBatchBackend(MassIndexerProgressMonitor) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
makeBatchBackend(MassIndexerProgressMonitor) - Method in interface org.hibernate.search.spi.SearchIntegrator
 
makeRAMDirectory(LockFactory) - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
To allow extensions to create different RAMDirectory flavours:
makeSanityCheckedDirectory(Path, String, boolean) - Static method in class org.hibernate.search.store.impl.DirectoryProviderHelper
 
ManagedMultiReader - Class in org.hibernate.search.reader.impl
Wraps a MultiReader to keep references to owning managers.
MapBridge - Class in org.hibernate.search.bridge.builtin
Each entry (null included) of the values in a Map is indexed using the specified FieldBridge.
MapBridge(FieldBridge) - Constructor for class org.hibernate.search.bridge.builtin.MapBridge
 
mappedOn(Class<T>) - Method in interface org.hibernate.search.bridge.spi.FieldMetadataCreationContext
Gives access to properties that are specific to an indexing technology.
mappedOn(Class<T>) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
 
mapping - Variable in class org.hibernate.search.cfg.PropertyMapping
 
mappingContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
MappingDefinitionRegistry<I,O> - Class in org.hibernate.search.engine.impl
Stores definitions encountered while inspecting the mapping, throwing exceptions when conflicting definitions are registered.
MappingDefinitionRegistry(Function<I, O>, Function<String, SearchException>) - Constructor for class org.hibernate.search.engine.impl.MappingDefinitionRegistry
 
mappingMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
MappingModelMetadataProvider - Class in org.hibernate.search.engine.impl
 
MappingModelMetadataProvider(MetadataProvider, SearchMapping) - Constructor for class org.hibernate.search.engine.impl.MappingModelMetadataProvider
 
mappingPropertyContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
mappingPropertyFieldContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
Maps - Class in org.hibernate.search.util.impl
Helper class to create maps with commonly needed constructors.
mark(Document) - Method in interface org.hibernate.search.engine.nesting.impl.NestingContext
 
mark(Document) - Method in class org.hibernate.search.engine.nesting.impl.NoOpNestingContext
 
markEncounteredPath(DocumentFieldPath) - Method in class org.hibernate.search.engine.metadata.impl.PathsContext
 
markIndexDirty(boolean) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.IndexWriteWorkBuilder
 
markIndexDirty - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
markIndexDirty(boolean) - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
markIndexDirty - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
markProcessed() - Method in class org.hibernate.search.backend.impl.lucene.Changeset
 
MaskedProperty - Class in org.hibernate.search.util.configuration.impl
A wrapper to Properties, to restrict the availability of values to only those which have a key beginning with a given masking string.
MaskedProperty(Properties, String) - Constructor for class org.hibernate.search.util.configuration.impl.MaskedProperty
Provides a view to the provided Properties hiding all keys not starting with some [mask.].
MaskedProperty(Properties, String, Properties) - Constructor for class org.hibernate.search.util.configuration.impl.MaskedProperty
Provides a view to the provided Properties hiding all keys not starting with some [mask.].
MASS_INDEXER_FACTORY_CLASSNAME - Static variable in interface org.hibernate.search.batchindexing.spi.MassIndexerFactory
 
MassIndexer - Interface in org.hibernate.search
A MassIndexer is useful to rebuild the indexes from the data contained in the database.
massIndexerExceptionWhileFetchingIds() - Method in interface org.hibernate.search.util.logging.impl.Log
 
massIndexerExceptionWhileTransformingIds() - Method in interface org.hibernate.search.util.logging.impl.Log
 
MassIndexerFactory - Interface in org.hibernate.search.batchindexing.spi
Contains methods that can be used to create a MassIndexer.
MassIndexerImpl - Class in org.hibernate.search.batchindexing.impl
Prepares and configures a BatchIndexingWorkspace to start rebuilding the indexes for all entity instances in the database.
MassIndexerImpl(SearchIntegrator, SessionFactoryImplementor, Class<?>...) - Constructor for class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
MassIndexerProgressMonitor - Interface in org.hibernate.search.batchindexing
As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.
massIndexerUnableToIndexInstance(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
massIndexerUnexpectedErrorMessage() - Method in interface org.hibernate.search.util.logging.impl.Log
 
MassIndexerWithTenant - Interface in org.hibernate.search.batchindexing.spi
A MassIndexer that can be assigned to a tenant in architectures with multi-tenancy.
MasterNodeSelector - Class in org.hibernate.search.backend.jgroups.impl
This NodeSelectorStrategy is a static configuration for the local node to always process index operations locally, and accept index operations from remote nodes configured as slaves.
MasterNodeSelector() - Constructor for class org.hibernate.search.backend.jgroups.impl.MasterNodeSelector
 
matching(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
matching(Object) - Method in class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
matching(String) - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringDefinitionTermination
Simple query string passed to the SimpleQueryParser.
matching(Object) - Method in interface org.hibernate.search.query.dsl.TermMatchingContext
Value searched in the field or fields.
MAX_QUEUE_LENGTH - Static variable in class org.hibernate.search.cfg.Environment
The lucene backend has a separate writing thread for each index, the work pushed to each thread is put in a queue which grows up to a maximum number of elements, which is configured by this setting and defaults to 1000.
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.
maxDepth(Integer) - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadataBuilder
 
maxDoc() - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
maxEditDistance(int) - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery.Builder
 
maxFacetCount(int) - Method in interface org.hibernate.search.query.dsl.FacetParameterContext
Limits the maximum numbers of facets to the specified number.
maxFacetCount(int) - Method in class org.hibernate.search.query.dsl.impl.ConnectedDiscreteFacetContext
 
maxFacetCount(int) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetParameterContext
 
maxResults - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
maxResults(int) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
maxResults(int) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Set the maximum number of elements to retrieve.
message(String, String) - Method in class org.hibernate.search.util.logging.impl.LoggerInfoStream
 
MESSAGE_TIMEOUT_MS - Static variable in class org.hibernate.search.backend.jgroups.impl.JGroupsBackend
Specifies the timeout defined on messages sent to other nodes via the JGroups Channel.
MessageListenerToRequestHandlerAdapter - Class in org.hibernate.search.backend.jgroups.impl
Delegate request to listener.
MessageListenerToRequestHandlerAdapter(MessageListener) - Constructor for class org.hibernate.search.backend.jgroups.impl.MessageListenerToRequestHandlerAdapter
 
MessageSenderService - Interface in org.hibernate.search.backend.jgroups.impl
Abstract away message submission.
MessageSerializationHelper - Class in org.hibernate.search.backend.jgroups.impl
While we use the configured LuceneWorkSerializer to serialize the Work queue, the JGroups backend needs to prefix the stream with the index name.
MetadataProvider - Interface in org.hibernate.search.engine.metadata.impl
 
MetadataProvidingFieldBridge - Interface in org.hibernate.search.bridge
Optional contract to be implemented by FieldBridge implementations wishing to expose meta-data related to the fields they create.
MetadataProvidingTikaMetadataProcessor - Interface in org.hibernate.search.bridge
Optional contract to be implemented by TikaMetadataProcessor implementations wishing to expose meta-data related to the fields they create.
migrate(IndexMetadata, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.DefaultElasticsearchSchemaMigrator
 
migrate(IndexMetadata, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaMigrator
Update the existing schema to match the given metadata: for each mapping, update the existing mappings and analyzer definitions to match the expected ones, throwing SearchException if an incompatible attribute is detected.
missingJGroupsMuxId(String) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
MissingValueStrategy - Interface in org.hibernate.search.engine.nulls.impl
Strategy for handling missing values.
MODEL_MAPPING - Static variable in class org.hibernate.search.cfg.Environment
Provide a programmatic mapping model to Hibernate Search configuration Accepts a fully populated SearchMapping object or a fully qualified class name of a SearchMapping factory.
monitor(IndexingMonitor) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.IndexWorkBuilder
 
monitor - Variable in class org.hibernate.search.elasticsearch.work.impl.IndexWork.Builder
 
monitor(IndexingMonitor) - Method in class org.hibernate.search.elasticsearch.work.impl.IndexWork.Builder
 
MonthDayBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a MonthDay to a String.
moreLikeThis() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
moreLikeThis() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a query matching resembling content.
MoreLikeThisBuilder<T> - Class in org.hibernate.search.query.dsl.impl
Class inspired and code copied from Apache Lucene MoreLikeThis class.
MoreLikeThisBuilder(DocumentBuilderIndexedEntity, ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
MoreLikeThisContext - Interface in org.hibernate.search.query.dsl
Context to build a More Like This Query.
MoreLikeThisMatchingContext - Interface in org.hibernate.search.query.dsl
Super interface offering the way to provide the matching content as well as customize the preceding field.
MoreLikeThisOpenedMatchingContext - Interface in org.hibernate.search.query.dsl
Represents the next step after comparingField(s).
MoreLikeThisQueryContext - Class in org.hibernate.search.query.dsl.impl
 
MoreLikeThisQueryContext() - Constructor for class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
MoreLikeThisTerminalMatchingContext - Interface in org.hibernate.search.query.dsl
Represents the next step after comparingAllFields.
MoreLikeThisTermination - Interface in org.hibernate.search.query.dsl
 
MoreLikeThisTerminationImpl(Object, ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE, FieldsContext, MoreLikeThisQueryContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisQueryBuilder.MoreLikeThisTerminationImpl
 
MoreLikeThisToEntityContentAndTermination - Interface in org.hibernate.search.query.dsl
Keep the doors open for customization of the example algorithm tuning like ignore zeros etc.
MoreLikeThisToEntityContentAndTerminationImpl(Object, ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE, FieldsContext, MoreLikeThisQueryContext, QueryCustomizer, QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisQueryBuilder.MoreLikeThisToEntityContentAndTerminationImpl
 
MRUFilterCachingStrategy - Class in org.hibernate.search.filter.impl
Keep the most recently used Filters in the cache The cache is at least as big as hibernate.search.filter.cache_strategy.size Above this limit, Filters are kept as soft references
MRUFilterCachingStrategy() - Constructor for class org.hibernate.search.filter.impl.MRUFilterCachingStrategy
 
MultiClassesQueryLoader - Class in org.hibernate.search.query.hibernate.impl
A loader which loads objects of multiple types.
MultiClassesQueryLoader() - Constructor for class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
 
multipleFactoryMethodsInClass(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
multipleMatchingFieldBridges(XMember, XClass, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
multipleTermsInAnalyzedSortableField(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
MultiReaderFactory - Class in org.hibernate.search.reader.impl
Creates and closes the IndexReaders encompassing multiple indexes.
multiValuedPathComponent(Iterable<URLEncodedString>) - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
MultiWriteDrainableLinkedList<T> - Class in org.hibernate.search.backend.impl.lucene
A custom structure similar to a concurrent linked list.
MultiWriteDrainableLinkedList() - Constructor for class org.hibernate.search.backend.impl.lucene.MultiWriteDrainableLinkedList
 
must(Query) - Method in interface org.hibernate.search.query.dsl.BooleanJunction
The boolean query results must (or must not) match the subquery Call the .not() method to ensure results of the boolean query do NOT match the subquery.
MustJunction - Interface in org.hibernate.search.query.dsl
Represents the context in which a must clause is described.
MutableAnalyzerRegistry - Class in org.hibernate.search.engine.impl
This class gives access to the set of analyzer references created for a given index manager type, creating new ones as necessary using the AnalyzerStrategy of that index manager type.
MutableEntityIndexBinding - Class in org.hibernate.search.engine.impl
 
MutableEntityIndexBinding(IndexManagerGroupHolder, IndexManagerSelector, ShardIdentifierProvider, EntityIndexingInterceptor<?>) - Constructor for class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
MutableNormalizerRegistry - Class in org.hibernate.search.engine.impl
This class gives access to the set of normalizer references created for a given index manager type, creating new ones as necessary using the AnalyzerStrategy of that index manager type.
MutableSearchFactory - Class in org.hibernate.search.engine.impl
Factory delegating to a concrete implementation of another factory.
MutableSearchFactory() - Constructor for class org.hibernate.search.engine.impl.MutableSearchFactory
 
MutableSearchFactoryState - Class in org.hibernate.search.engine.impl
Shared factory state
MutableSearchFactoryState() - Constructor for class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
MUX_ID - Static variable in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 

N

name(String) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
name(String) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
name(String) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
name(String) - Method in class org.hibernate.search.cfg.FacetMapping
 
name(String) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
name(String) - Method in class org.hibernate.search.cfg.FieldMapping
 
name(String) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
name(String) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
name(String) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
name(String) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
name(String) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
name - Variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
name - Variable in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
name(String) - Method in interface org.hibernate.search.query.dsl.FacetContext
 
NamedElasticsearch2NormalizerReference - Class in org.hibernate.search.elasticsearch.analyzer.impl
 
NamedElasticsearch2NormalizerReference(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearch2NormalizerReference
 
NamedElasticsearch52NormalizerReference - Class in org.hibernate.search.elasticsearch.analyzer.impl
 
NamedElasticsearch52NormalizerReference(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearch52NormalizerReference
 
NamedElasticsearchAnalyzerReference - Class in org.hibernate.search.elasticsearch.analyzer.impl
A reference to an Elasticsearch analyzer that also provides a name for this analyzer.
NamedElasticsearchAnalyzerReference(String) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
NamedLuceneAnalyzerReference - Class in org.hibernate.search.analyzer.impl
A reference to a Lucene analyzer that also provides a name for this analyzer.
NamedLuceneAnalyzerReference(String) - Constructor for class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
NamedLuceneNormalizerReference - Class in org.hibernate.search.analyzer.impl
 
NamedLuceneNormalizerReference(String) - Constructor for class org.hibernate.search.analyzer.impl.NamedLuceneNormalizerReference
 
NamedResolver - Interface in org.hibernate.search.engine.service.named.spi
The service to use to lookup objects by name.
NamespaceMergingElasticsearchAnalysisDefinitionRegistry - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
A wrapper around an ElasticsearchAnalysisDefinitionRegistry that automatically checks that newly inserted analyzers/normalizers do not introduce naming conflicts between normalizers and analyzers, effectively merging the analyzer and normalizer namespace.
NamespaceMergingElasticsearchAnalysisDefinitionRegistry(ElasticsearchAnalysisDefinitionRegistry) - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.NamespaceMergingElasticsearchAnalysisDefinitionRegistry
 
NativeSortField - Class in org.hibernate.search.query.dsl.sort.impl
A SortField extension that simply serves as a data holder, to be detected and interpreted by non-Lucene backend implementations (Elasticsearch in particular).
NativeSortField(String, String) - Constructor for class org.hibernate.search.query.dsl.sort.impl.NativeSortField
 
needAtLeastOneIndexedEntityType() - Method in interface org.hibernate.search.util.logging.impl.Log
 
needAtLeastOneIndexName() - Method in interface org.hibernate.search.util.logging.impl.Log
 
needsField(FieldInfo) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
needsScores() - Method in class org.hibernate.search.spatial.impl.DistanceCollector
 
negativeTimeoutValue(int) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
NestingContext - Interface in org.hibernate.search.engine.nesting.impl
Allows backends to insert "marker" fields representing the current nesting in case of index embedded associations.
NestingContextFactory - Interface in org.hibernate.search.engine.nesting.impl
Factory for creating NestingContexts.
NestingContextFactoryProvider - Interface in org.hibernate.search.engine.nesting.impl
Service for obtaining NestingContextFactory implementations.
NestingMarker - Interface in org.hibernate.search.elasticsearch.impl
Interface implemented by Lucene fields denoting the parent element of the subsequent fields.
NestingMarker.NestingPathComponent - Interface in org.hibernate.search.elasticsearch.impl
 
newArrayList() - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
newArrayList(int) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
newComparator(String, int, int, boolean) - Method in class org.hibernate.search.spatial.impl.DistanceComparatorSource
 
newDefaultQuery(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Factory method to generate a standard query (no phrase or prefix operators).
newFixedThreadPool(int, String) - Static method in class org.hibernate.search.util.impl.Executors
Creates a new fixed size ThreadPoolExecutor.
newFixedThreadPool(int, String, int) - Static method in class org.hibernate.search.util.impl.Executors
Creates a new fixed size ThreadPoolExecutor
newFuzzyQuery(String, int) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Factory method to generate a fuzzy query.
newHashMap() - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
newHashMap(int) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
newInstance(String, Class<T>) - Method in class org.hibernate.search.util.impl.HibernateSearchResourceLoader
 
newPhraseQuery(String, int) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Factory method to generate a phrase query with slop.
newPrefixQuery(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser
Factory method to generate a prefix query.
newScalableThreadPool(int, int, String, int) - Static method in class org.hibernate.search.util.impl.Executors
Creates a dynamically scalable threadpool having an upper bound of threads and queue size which ultimately falls back to a CallerRunsPolicy.
newScheduledThreadPool(String) - Static method in class org.hibernate.search.util.impl.Executors
Creates an executor for recurring tasks
newSortedMap() - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
newThread(Runnable) - Method in class org.hibernate.search.util.impl.SearchThreadFactory
 
next(PathComponentExtractor.ConsumptionLimit) - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
Consume one more component in the current path (provided it's not beyond the given limit) and returns this component.
next() - Method in class org.hibernate.search.query.hibernate.impl.IteratorImpl
 
next() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
NO_FIELD - Static variable in class org.hibernate.search.query.dsl.impl.FieldsContext
 
noCurrentMarkerInSourceDirectory() - Method in interface org.hibernate.search.util.logging.impl.Log
 
NodeSelectorService - Interface in org.hibernate.search.backend.jgroups.impl
Contains the NodeSelectorStrategy selected for each index, or returns the default one.
NodeSelectorStrategy - Interface in org.hibernate.search.backend.jgroups.impl
A NodeSelectorStrategy represents the strategy by which a node out of the JGroups cluster is selected to apply changes to the Lucene index.
noDocumentIdFoundException(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
noFieldBridgeInterfaceImplementedByClassBridge(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
noFieldBridgeInterfaceImplementedByFieldBridge(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
noFieldCompatibleForMoreLikeThis(IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
noImplementationClassInFieldBridge(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
noInterceptor() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
NoopNamedResolver - Class in org.hibernate.search.engine.service.named.impl
This implementation of NamedResolver is not functional: integrator code is expected to provide a custom implementation to replace this.
NoopNamedResolver() - Constructor for class org.hibernate.search.engine.service.named.impl.NoopNamedResolver
 
NoOpNestingContext - Class in org.hibernate.search.engine.nesting.impl
NoOpNestingContext() - Constructor for class org.hibernate.search.engine.nesting.impl.NoOpNestingContext
 
noPublicNoArgConstructor(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
normalizeLatitude(double) - Static method in class org.hibernate.search.spatial.impl.Point
 
normalizeLongitude(double) - Static method in class org.hibernate.search.spatial.impl.Point
 
normalizeLongitudeInclusive(double) - Static method in class org.hibernate.search.spatial.impl.Point
 
normalizer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistryBuilderImpl
 
normalizer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
normalizer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
normalizer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneNormalizerDefinitionContextImpl
 
normalizer(String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
normalizer(String) - Method in interface org.hibernate.search.analyzer.definition.LuceneAnalysisDefinitionRegistryBuilder
Start a new normalizer definition.
Normalizer - Annotation Type in org.hibernate.search.annotations
Define a Normalizer for a @Field Either describe an explicit implementation through the impl parameter or use an external @NormalizerDef definition through the definition parameter
normalizer(Class<?>) - Method in class org.hibernate.search.cfg.FieldMapping
 
normalizer(String) - Method in class org.hibernate.search.cfg.FieldMapping
 
normalizer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a normalizer definition.
normalizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
normalizerContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
NormalizerDef - Annotation Type in org.hibernate.search.annotations
Reusable normalizer definition.
normalizerDef(String) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.CalendarBridgeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.ContainedInMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.DateBridgeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.EntityMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.FieldMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.FullTextFilterDefMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.IndexedMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.NormalizerDefMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.PropertyMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.SearchMapping
 
normalizerDef(String) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
 
NormalizerDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
A definition of an Elasticsearch normalizer, to be included in index settings.
NormalizerDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.NormalizerDefinition
 
NormalizerDefinitionJsonAdapterFactory - Class in org.hibernate.search.elasticsearch.settings.impl.model
 
NormalizerDefinitionJsonAdapterFactory() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.NormalizerDefinitionJsonAdapterFactory
 
normalizerDefinitionNamingConflict(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
normalizerDefinitions - Variable in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
NormalizerDefMapping - Class in org.hibernate.search.cfg
 
NormalizerDefs - Annotation Type in org.hibernate.search.annotations
Reusable normalizer definitions.
normalizerMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
normalizerNamingConflict(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
normalizerProducedMultipleTokens(String, int) - Method in interface org.hibernate.search.util.logging.impl.Log
 
NormalizerRegistry - Interface in org.hibernate.search.engine.impl
A registry of normalizers (i.e.
Norms - Enum in org.hibernate.search.annotations
Defines whether the norms should be stored in the index
norms(Norms) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
norms(Norms) - Method in class org.hibernate.search.cfg.FieldMapping
 
norms(Norms) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
NormsType - Enum in org.hibernate.search.elasticsearch.schema.impl.model
An enum for Elasticsearch "norms" attribute values.
NORTH_POLE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
noStartOrEndSpecifiedForRangeQuery(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
not() - Method in interface org.hibernate.search.query.dsl.MustJunction
Negate the must clause.
notAnIndexedType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
notDeleted(File) - Method in interface org.hibernate.search.util.logging.impl.Log
 
NotEncodingCodec - Class in org.hibernate.search.engine.nulls.codec.impl
Implementation of NullMarkerCodec which implements the no-op strategy of not writing anything to the index for null values.
notifyWorkApplied(LuceneWork) - Method in class org.hibernate.search.backend.impl.lucene.ExclusiveIndexWorkspaceImpl
 
notifyWorkApplied(LuceneWork) - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
notifyWorkApplied(LuceneWork) - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexWorkspaceImpl
 
notifyWorkApplied(LuceneWork) - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Some workspaces need this to determine for example the kind of flush operations which are safe to apply.
NotShardedIndexManagerSelector - Class in org.hibernate.search.indexes.impl
 
NotShardedIndexManagerSelector(IndexManager) - Constructor for class org.hibernate.search.indexes.impl.NotShardedIndexManagerSelector
 
NotSharedReaderProvider - Class in org.hibernate.search.indexes.impl
Open a reader each time
NotSharedReaderProvider() - Constructor for class org.hibernate.search.indexes.impl.NotSharedReaderProvider
 
NRTCommitPolicy - Class in org.hibernate.search.backend.impl.lucene
Commit policy for Near Real Time usage of a indexWriter.
NRTCommitPolicy(IndexWriterHolder) - Constructor for class org.hibernate.search.backend.impl.lucene.NRTCommitPolicy
 
NRTIndexManager - Class in org.hibernate.search.indexes.impl
IndexManager implementation taking advantage of the Near-Real-Time features of Lucene.
NRTIndexManager() - Constructor for class org.hibernate.search.indexes.impl.NRTIndexManager
 
NRTWorkspaceImpl - Class in org.hibernate.search.backend.impl.lucene
A Workspace implementation taking advantage of NRT Lucene features.
NRTWorkspaceImpl(DirectoryBasedIndexManager, WorkerBuildContext, Properties) - Constructor for class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
NULL - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
nullEncoded() - Method in interface org.hibernate.search.bridge.spi.NullMarker
This returns the actual value to be indexed in place of null.
nullEncoded() - Method in class org.hibernate.search.bridge.util.impl.ToStringNullMarker
 
nullEncoded() - Method in class org.hibernate.search.elasticsearch.nulls.impl.ElasticsearchNullMarkerField
 
NullEncodingFieldBridge - Class in org.hibernate.search.bridge.builtin.impl
 
NullEncodingFieldBridge(StringBridge, String) - Constructor for class org.hibernate.search.bridge.builtin.impl.NullEncodingFieldBridge
 
NullEncodingTwoWayFieldBridge - Class in org.hibernate.search.bridge.builtin.impl
 
NullEncodingTwoWayFieldBridge(TwoWayFieldBridge, NullMarkerCodec) - Constructor for class org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge
 
nullIsInvalidIndexedType() - Method in interface org.hibernate.search.util.logging.impl.Log
 
nullIsInvalidIndexName() - Method in interface org.hibernate.search.util.logging.impl.Log
 
NullMarker - Interface in org.hibernate.search.bridge.spi
Representation of a missing value.
nullMarker - Variable in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullNullMarkerCodec
 
NullMarkerCodec - Interface in org.hibernate.search.engine.nulls.codec.impl
Contract to manage coding and decoding (querying) of null values.
nullMarkerInvalidFormat(String, String, String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
nullRepresentedAsString() - Method in interface org.hibernate.search.bridge.spi.NullMarker
This is mostly a requirement for integration with other old-style contracts which expect a strongly String based strategy.
nullRepresentedAsString() - Method in class org.hibernate.search.bridge.util.impl.ToStringNullMarker
 
nullRepresentedAsString() - Method in class org.hibernate.search.elasticsearch.nulls.impl.ElasticsearchNullMarkerField
 
nullUnsafeFromElement(JsonElement) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
nullUnsafeIsInstance(JsonElement) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
nullUnsafeToElement(T) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
NumberBridge - Class in org.hibernate.search.bridge.builtin
Base class used to bridge numbers (integer, double, etc.) as strings.
NumberBridge() - Constructor for class org.hibernate.search.bridge.builtin.NumberBridge
 
numeric() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
numericDateFacetForNonNumericField(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
numericEncodedFieldsAreTargetedWithStringQuery(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
NumericEncodingCalendarBridge - Class in org.hibernate.search.bridge.builtin
Bridge a java.util.Date truncated to the specified resolution to a numerically indexed long.
NumericEncodingCalendarBridge() - Constructor for class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
NumericEncodingCalendarBridge(Resolution) - Constructor for class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
NumericEncodingDateBridge - Class in org.hibernate.search.bridge.builtin
Bridge a java.util.Date truncated to the specified resolution to a numerically indexed long.
NumericEncodingDateBridge() - Constructor for class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
NumericEncodingDateBridge(Resolution) - Constructor for class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
numericEncodingType(NumericFieldSettingsDescriptor.NumericEncodingType) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
NumericField - Annotation Type in org.hibernate.search.annotations
Extension annotation for @Field supporting Lucene's numeric field feature.
numericField() - Method in class org.hibernate.search.cfg.ContainedInMapping
Deprecated.
Invoke field().numericField() instead.
numericField() - Method in class org.hibernate.search.cfg.FacetMapping
 
numericField() - Method in class org.hibernate.search.cfg.FieldMapping
 
numericField() - Method in class org.hibernate.search.cfg.SortableFieldMapping
 
numericFieldAnnotationWithoutMatchingField(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
NumericFieldBridge - Enum in org.hibernate.search.bridge.builtin
Stateless field bridges for the conversion of numbers to numeric field values.
numericFieldCannotBeUsedInMoreLikeThis(String, IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
NumericFieldDescriptorImpl - Class in org.hibernate.search.metadata.impl
 
NumericFieldDescriptorImpl(DocumentFieldMetadata) - Constructor for class org.hibernate.search.metadata.impl.NumericFieldDescriptorImpl
 
NumericFieldMapping - Class in org.hibernate.search.cfg
 
NumericFieldMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.NumericFieldMapping
Deprecated.
Do not use constructors, use numericField methods in other classes from the same package.
NumericFieldMapping(String, PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.NumericFieldMapping
Deprecated.
Do not use constructors, use numericField methods in other classes from the same package.
NumericFields - Annotation Type in org.hibernate.search.annotations
Numeric extension for Fields annotation
NumericFieldSettingsDescriptor - Interface in org.hibernate.search.metadata
Metadata related to a numeric field
NumericFieldSettingsDescriptor.NumericEncodingType - Enum in org.hibernate.search.metadata
Defines different logical field types
NumericFieldUtils - Class in org.hibernate.search.bridge.util.impl
Utility class to handle numeric fields.
numericRangeQueryWithNonNumericToAndFromValues(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 

O

OBJECT - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
object() - Static method in class org.hibernate.search.elasticsearch.impl.JsonBuilder
 
object(JsonObject) - Static method in class org.hibernate.search.elasticsearch.impl.JsonBuilder
 
OBJECT_CLASS - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Represents the Hibernate entity class returned in a search.
OBJECT_CLASS - Static variable in interface org.hibernate.search.engine.ProjectionConstants
Represents the Hibernate entity class returned in a search.
OBJECT_LOOKUP_METHOD - Static variable in class org.hibernate.search.cfg.Environment
Property name to set the default object lookup method during object initialization.
ObjectInitializationContext - Class in org.hibernate.search.query.hibernate.impl
Context class wrapping all resources needed in the context of object initialization.
ObjectInitializationContext(Criteria, Class<?>, ExtendedSearchIntegrator, TimeoutManager, SessionImplementor) - Constructor for class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
 
ObjectInitializer - Interface in org.hibernate.search.query.hibernate.impl
Initializes the objects specified by an array of EntityInfo instances.
ObjectLoaderBuilder - Class in org.hibernate.search.query.hibernate.impl
 
ObjectLoaderBuilder() - Constructor for class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
ObjectLoaderHelper - Class in org.hibernate.search.query.hibernate.impl
 
objectLoadExecuted(long, long) - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
objectLoadExecuted(long, long) - Method in interface org.hibernate.search.stat.spi.StatisticsImplementor
Callback for number of object loaded from the db.
ObjectLookupMethod - Enum in org.hibernate.search.query
Define whether or not to check whether objects are already present in the second level cache or the persistence context.
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.BooleanBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.CharacterBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.ClassBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.DefaultStringBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.EnumBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.impl.BuiltinArrayBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.impl.BuiltinIterableBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.impl.BuiltinMapBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingFieldBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.NumberBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
objectToString(Object) - Method in enum org.hibernate.search.bridge.builtin.NumericFieldBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.StringBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.DurationBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.PeriodBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.TemporalAccessorStringBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.ZoneIdBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.time.impl.ZoneOffsetBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.UriBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.UrlBridge
 
objectToString(Object) - Method in class org.hibernate.search.bridge.builtin.UUIDBridge
 
objectToString(Object) - Method in interface org.hibernate.search.bridge.StringBridge
Converts the object representation to a string.
objectToString(Object) - Method in interface org.hibernate.search.bridge.TwoWayFieldBridge
Convert the object representation to a string.
objectToString(Object) - Method in class org.hibernate.search.bridge.util.impl.String2FieldBridgeAdaptor
 
objectToString(Object) - Method in class org.hibernate.search.bridge.util.impl.TwoWayString2FieldBridgeAdaptor
 
objectToString(Object) - Method in class org.hibernate.search.cfg.ConcatStringBridge
 
objectToString(Object) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBooleanBridge
 
objectToString(Object) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
objectToString(Object) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
objectToString(Object) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchTemporalAccessorStringBridge
 
objectToString(String, Object, ConversionContext) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
objectToString(String, FieldBridge, Object, ConversionContext) - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
 
objectToString(DocumentBuilderIndexedEntity, Object, ConversionContext) - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
ofCoordinates(Coordinates) - Method in interface org.hibernate.search.query.dsl.WithinContext
Coordinate object representing the center of the search
OffsetDateTimeBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a OffsetDateTime to a String.
OffsetTimeBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a OffsetTime to a String.
ofLatitude(double) - Method in interface org.hibernate.search.query.dsl.WithinContext
Latitude in degree
onAdd(Object) - Method in class org.hibernate.search.indexes.interceptor.DontInterceptEntityInterceptor
 
onAdd(T) - Method in interface org.hibernate.search.indexes.interceptor.EntityIndexingInterceptor
Triggered when an entity instance T should be added to the index, either by an event listener or by the MassIndexer.
onChangeSetApplied(boolean, boolean) - Method in interface org.hibernate.search.backend.impl.CommitPolicy
A changeset was applied to the index
onChangeSetApplied(boolean, boolean) - Method in class org.hibernate.search.backend.impl.lucene.NRTCommitPolicy
 
onChangeSetApplied(boolean, boolean) - Method in class org.hibernate.search.backend.impl.lucene.PerChangeSetCommitPolicy
 
onChangeSetApplied(boolean, boolean) - Method in class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
 
onChangeSetApplied(boolean, boolean) - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexCommitPolicy
 
onClose() - Method in interface org.hibernate.search.backend.impl.CommitPolicy
Backend shutting down
onClose() - Method in class org.hibernate.search.backend.impl.lucene.AbstractCommitPolicy
 
onClose() - Method in class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
 
onCollectionUpdate(Object) - Method in class org.hibernate.search.indexes.interceptor.DontInterceptEntityInterceptor
 
onCollectionUpdate(T) - Method in interface org.hibernate.search.indexes.interceptor.EntityIndexingInterceptor
A CollectionUpdate event is fired on collections included in an indexed entity, for example when using IndexedEmbedded This event is triggered on each indexed domain instance T contained in such a collection; this is generally similar to a EntityIndexingInterceptor.onUpdate(Object) event.
onDelete(Object) - Method in class org.hibernate.search.indexes.interceptor.DontInterceptEntityInterceptor
 
onDelete(T) - Method in interface org.hibernate.search.indexes.interceptor.EntityIndexingInterceptor
Triggered when an entity instance T should be deleted from the index.
oneWayConversionContext(FieldBridge) - Method in interface org.hibernate.search.bridge.spi.ConversionContext
Decorates a FieldBridge.
oneWayConversionContext(FieldBridge) - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
onField(String) - Method in interface org.hibernate.search.query.dsl.FacetFieldContext
 
onField(String) - Method in interface org.hibernate.search.query.dsl.FuzzyContext
field / property the term query is executed on
onField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetFieldContext
 
onField(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialContext
 
onField(String) - Method in interface org.hibernate.search.query.dsl.PhraseContext
field / property the term query is executed on
onField(String) - Method in interface org.hibernate.search.query.dsl.RangeContext
 
onField(String) - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringContext
 
onField(String) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortDistanceNoFieldContext
 
onField(String) - Method in interface org.hibernate.search.query.dsl.sort.SortDistanceNoFieldContext
Order elements by distance computed from the coordinates carried by the given field.
onField(String) - Method in interface org.hibernate.search.query.dsl.SpatialContext
Used to select the spatial field/coordinates used for this query.
onField(String) - Method in interface org.hibernate.search.query.dsl.TermContext
 
onField(String) - Method in interface org.hibernate.search.query.dsl.WildcardContext
 
onFields(String...) - Method in interface org.hibernate.search.query.dsl.FuzzyContext
fields / properties the term query is executed on
onFields(String, String...) - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringContext
 
onFields(String...) - Method in interface org.hibernate.search.query.dsl.TermContext
 
onFields(String...) - Method in interface org.hibernate.search.query.dsl.WildcardContext
 
onFlush() - Method in interface org.hibernate.search.backend.impl.CommitPolicy
An explicit flush was requested
onFlush() - Method in class org.hibernate.search.backend.impl.lucene.NRTCommitPolicy
 
onFlush() - Method in class org.hibernate.search.backend.impl.lucene.PerChangeSetCommitPolicy
 
onFlush() - Method in class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
 
onFlush() - Method in class org.hibernate.search.backend.impl.lucene.SharedIndexCommitPolicy
 
onFlush(FlushEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
Make sure the indexes are updated right after the hibernate flush, avoiding object loading during a flush.
onMessage(Message) - Method in class org.hibernate.search.backend.impl.jms.AbstractJMSHibernateSearchController
Process the Hibernate Search work queues received
onMissingValue() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
onMissingValue() - Method in interface org.hibernate.search.query.dsl.sort.SortFieldContext
Describe how to treat missing values when doing the sorting.
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
onTheFlyRebuild() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
Creates a replacement for this same LuceneBackendResources: reuses the existing locks and executors (which can't be reconfigured on the fly), reuses the same Workspace and ErrorHandler, but will use a new LuceneWorkVisitor.
onUpdate(Object) - Method in class org.hibernate.search.indexes.interceptor.DontInterceptEntityInterceptor
 
onUpdate(T) - Method in interface org.hibernate.search.indexes.interceptor.EntityIndexingInterceptor
Triggered when an entity instance T should be updated in the index.
open(Class<?>...) - Method in class org.hibernate.search.indexes.impl.DefaultIndexReaderAccessor
 
open(IndexedTypeSet) - Method in class org.hibernate.search.indexes.impl.DefaultIndexReaderAccessor
 
open(String...) - Method in class org.hibernate.search.indexes.impl.DefaultIndexReaderAccessor
 
open(Class<?>...) - Method in interface org.hibernate.search.indexes.IndexReaderAccessor
Opens an IndexReader on all indexes containing the entities passed as parameter.
open(IndexedTypeSet) - Method in interface org.hibernate.search.indexes.IndexReaderAccessor
This method is intended for integrators which use alternative entity mappings over annotated Class objects.
open(String...) - Method in interface org.hibernate.search.indexes.IndexReaderAccessor
Opens an IndexReader on all named indexes.
openedIndex(Object) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
openIndex(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
openIndex(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
openIndex(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
openIndexReader() - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
openIndexReader() - Method in class org.hibernate.search.indexes.impl.NotSharedReaderProvider
 
openIndexReader() - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
openIndexReader() - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
 
openIndexReader() - Method in interface org.hibernate.search.indexes.spi.ReaderProvider
 
OpenIndexWork - Class in org.hibernate.search.elasticsearch.work.impl
 
OpenIndexWork(OpenIndexWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.OpenIndexWork
 
OpenIndexWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
OpenIndexWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
openReader(Map<String, IndexManager>) - Static method in class org.hibernate.search.reader.impl.MultiReaderFactory
 
openReader(IndexManager...) - Static method in class org.hibernate.search.reader.impl.MultiReaderFactory
 
openReader(SortConfigurations, Sort, IndexManager[], boolean) - Static method in class org.hibernate.search.reader.impl.MultiReaderFactory
 
openResource(String) - Method in class org.hibernate.search.util.impl.HibernateSearchResourceLoader
 
openSession() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
operationAtFault(LuceneWork) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
OperationDispatcher - Interface in org.hibernate.search.backend.spi
A helper to dispatch a list of works to the appropriate index managers (initializing them as necessary), executing the IndexManager.performOperations(List, org.hibernate.search.backend.IndexingMonitor) or IndexManager.performStreamOperation(LuceneWork, IndexingMonitor, boolean) method.
optimizationSkippedStillBusy(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
optimize(IndexedTypeSet) - Method in class org.hibernate.search.backend.impl.batch.DefaultBatchBackend
 
optimize(IndexedTypeSet) - Method in interface org.hibernate.search.backend.spi.BatchBackend
Triggers optimization of all indexes containing at least one instance of the listed targetedClasses.
optimize() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
optimize() - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
optimize() - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch5WorkFactory
 
optimize() - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
optimize() - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
optimize(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
optimize() - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
optimize(IndexedTypeIdentifier) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
optimize() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
optimize() - Method in interface org.hibernate.search.indexes.spi.IndexManager
To optimize the underlying index.
optimize(String) - Method in interface org.hibernate.search.jmx.IndexControlMBean
Optimizes the index for the specified entity.
optimize(String) - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
optimize() - Method in interface org.hibernate.search.SearchFactory
Optimize all indexes
optimize(Class<?>) - Method in interface org.hibernate.search.SearchFactory
Optimize the index holding entityType
optimize() - Method in interface org.hibernate.search.spi.SearchIntegrator
Optimize all indexes
optimize(IndexedTypeIdentifier) - Method in interface org.hibernate.search.spi.SearchIntegrator
Optimize the index holding entityType
optimize(Workspace) - Method in class org.hibernate.search.store.optimization.impl.ExplicitOnlyOptimizerStrategy
 
optimize(Workspace) - Method in class org.hibernate.search.store.optimization.impl.IncrementalOptimizerStrategy
 
optimize(Workspace) - Method in interface org.hibernate.search.store.optimization.OptimizerStrategy
Allows the implementation to start an optimization process.
optimizeAfterPurge(boolean) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
optimizeAfterPurge(boolean) - Method in interface org.hibernate.search.MassIndexer
If index optimization should be run before starting, after the purgeAll.
OptimizeLuceneWork - Class in org.hibernate.search.backend
A unit of work triggering an optimize operation.
OptimizeLuceneWork(IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.OptimizeLuceneWork
Optimizes the index(es) of a specific entity
optimizeOnFinish(boolean) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
optimizeOnFinish(boolean) - Method in interface org.hibernate.search.MassIndexer
If index optimization has to be started at the end of the indexing process.
optimizerPhase() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
optimizerPhase() - Method in interface org.hibernate.search.store.Workspace
Deprecated.
If optimization has not been forced give a chance to configured OptimizerStrategy to optimize the index.
OptimizerStrategy - Interface in org.hibernate.search.store.optimization
Controls how and when the indexes are optimized.
OptimizeWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
OptionallyWrapInJTATransaction - Class in org.hibernate.search.batchindexing.impl
Wraps the execution of a Runnable in a JTA Transaction if necessary: if the existing Hibernate Core transaction strategy requires a TransactionManager if no JTA transaction is already started Unfortunately at this time we need to have access to SessionFactoryImplementor.
OptionallyWrapInJTATransaction(BatchTransactionalContext, StatelessSessionAwareRunnable, Integer, String) - Constructor for class org.hibernate.search.batchindexing.impl.OptionallyWrapInJTATransaction
 
orchestratorShutDownBeforeSubmittingChangeset(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
orderedBy(FacetSortOrder) - Method in interface org.hibernate.search.query.dsl.FacetParameterContext
 
orderedBy(FacetSortOrder) - Method in class org.hibernate.search.query.dsl.impl.ConnectedDiscreteFacetContext
 
orderedBy(FacetSortOrder) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetParameterContext
 
org.hibernate.search - package org.hibernate.search
 
org.hibernate.search.analyzer - package org.hibernate.search.analyzer
 
org.hibernate.search.analyzer.definition - package org.hibernate.search.analyzer.definition
 
org.hibernate.search.analyzer.definition.impl - package org.hibernate.search.analyzer.definition.impl
 
org.hibernate.search.analyzer.definition.spi - package org.hibernate.search.analyzer.definition.spi
 
org.hibernate.search.analyzer.impl - package org.hibernate.search.analyzer.impl
 
org.hibernate.search.analyzer.spi - package org.hibernate.search.analyzer.spi
 
org.hibernate.search.annotations - package org.hibernate.search.annotations
 
org.hibernate.search.backend - package org.hibernate.search.backend
 
org.hibernate.search.backend.configuration.impl - package org.hibernate.search.backend.configuration.impl
 
org.hibernate.search.backend.impl - package org.hibernate.search.backend.impl
 
org.hibernate.search.backend.impl.batch - package org.hibernate.search.backend.impl.batch
 
org.hibernate.search.backend.impl.blackhole - package org.hibernate.search.backend.impl.blackhole
 
org.hibernate.search.backend.impl.jms - package org.hibernate.search.backend.impl.jms
 
org.hibernate.search.backend.impl.lucene - package org.hibernate.search.backend.impl.lucene
 
org.hibernate.search.backend.impl.lucene.analysis - package org.hibernate.search.backend.impl.lucene.analysis
 
org.hibernate.search.backend.impl.lucene.overrides - package org.hibernate.search.backend.impl.lucene.overrides
 
org.hibernate.search.backend.impl.lucene.works - package org.hibernate.search.backend.impl.lucene.works
 
org.hibernate.search.backend.jgroups.impl - package org.hibernate.search.backend.jgroups.impl
 
org.hibernate.search.backend.jgroups.logging.impl - package org.hibernate.search.backend.jgroups.logging.impl
 
org.hibernate.search.backend.jms.impl - package org.hibernate.search.backend.jms.impl
 
org.hibernate.search.backend.spi - package org.hibernate.search.backend.spi
 
org.hibernate.search.batchindexing - package org.hibernate.search.batchindexing
 
org.hibernate.search.batchindexing.impl - package org.hibernate.search.batchindexing.impl
 
org.hibernate.search.batchindexing.spi - package org.hibernate.search.batchindexing.spi
 
org.hibernate.search.bridge - package org.hibernate.search.bridge
 
org.hibernate.search.bridge.builtin - package org.hibernate.search.bridge.builtin
 
org.hibernate.search.bridge.builtin.impl - package org.hibernate.search.bridge.builtin.impl
 
org.hibernate.search.bridge.builtin.time.impl - package org.hibernate.search.bridge.builtin.time.impl
This package contains all the bridges to store the temporal classes provided since java 8.
org.hibernate.search.bridge.impl - package org.hibernate.search.bridge.impl
 
org.hibernate.search.bridge.spi - package org.hibernate.search.bridge.spi
 
org.hibernate.search.bridge.util.impl - package org.hibernate.search.bridge.util.impl
 
org.hibernate.search.cfg - package org.hibernate.search.cfg
 
org.hibernate.search.cfg.impl - package org.hibernate.search.cfg.impl
 
org.hibernate.search.cfg.spi - package org.hibernate.search.cfg.spi
 
org.hibernate.search.cfg.spi.impl - package org.hibernate.search.cfg.spi.impl
 
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.analyzer.definition.impl - package org.hibernate.search.elasticsearch.analyzer.definition.impl
 
org.hibernate.search.elasticsearch.analyzer.impl - package org.hibernate.search.elasticsearch.analyzer.impl
 
org.hibernate.search.elasticsearch.aws.impl - package org.hibernate.search.elasticsearch.aws.impl
 
org.hibernate.search.elasticsearch.bridge.builtin.impl - package org.hibernate.search.elasticsearch.bridge.builtin.impl
 
org.hibernate.search.elasticsearch.bridge.builtin.time.impl - package org.hibernate.search.elasticsearch.bridge.builtin.time.impl
This package contains all the bridges to store the temporal classes provided since Java 8 in an Elasticsearch-compliant format.
org.hibernate.search.elasticsearch.bridge.impl - package org.hibernate.search.elasticsearch.bridge.impl
 
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.impl - package org.hibernate.search.elasticsearch.client.impl
 
org.hibernate.search.elasticsearch.client.spi - package org.hibernate.search.elasticsearch.client.spi
 
org.hibernate.search.elasticsearch.dialect.impl - package org.hibernate.search.elasticsearch.dialect.impl
 
org.hibernate.search.elasticsearch.dialect.impl.es2 - package org.hibernate.search.elasticsearch.dialect.impl.es2
 
org.hibernate.search.elasticsearch.dialect.impl.es50 - package org.hibernate.search.elasticsearch.dialect.impl.es50
 
org.hibernate.search.elasticsearch.dialect.impl.es52 - package org.hibernate.search.elasticsearch.dialect.impl.es52
 
org.hibernate.search.elasticsearch.filter - package org.hibernate.search.elasticsearch.filter
 
org.hibernate.search.elasticsearch.gson.impl - package org.hibernate.search.elasticsearch.gson.impl
 
org.hibernate.search.elasticsearch.impl - package org.hibernate.search.elasticsearch.impl
 
org.hibernate.search.elasticsearch.logging.impl - package org.hibernate.search.elasticsearch.logging.impl
 
org.hibernate.search.elasticsearch.nulls.codec.impl - package org.hibernate.search.elasticsearch.nulls.codec.impl
 
org.hibernate.search.elasticsearch.nulls.impl - package org.hibernate.search.elasticsearch.nulls.impl
 
org.hibernate.search.elasticsearch.processor.impl - package org.hibernate.search.elasticsearch.processor.impl
 
org.hibernate.search.elasticsearch.query.impl - package org.hibernate.search.elasticsearch.query.impl
 
org.hibernate.search.elasticsearch.schema.impl - package org.hibernate.search.elasticsearch.schema.impl
 
org.hibernate.search.elasticsearch.schema.impl.json - package org.hibernate.search.elasticsearch.schema.impl.json
 
org.hibernate.search.elasticsearch.schema.impl.model - package org.hibernate.search.elasticsearch.schema.impl.model
 
org.hibernate.search.elasticsearch.settings.impl - package org.hibernate.search.elasticsearch.settings.impl
 
org.hibernate.search.elasticsearch.settings.impl.model - package org.hibernate.search.elasticsearch.settings.impl.model
 
org.hibernate.search.elasticsearch.settings.impl.translation - package org.hibernate.search.elasticsearch.settings.impl.translation
 
org.hibernate.search.elasticsearch.spi - package org.hibernate.search.elasticsearch.spi
 
org.hibernate.search.elasticsearch.util.impl - package org.hibernate.search.elasticsearch.util.impl
 
org.hibernate.search.elasticsearch.util.impl.gson - package org.hibernate.search.elasticsearch.util.impl.gson
 
org.hibernate.search.elasticsearch.work.impl - package org.hibernate.search.elasticsearch.work.impl
 
org.hibernate.search.elasticsearch.work.impl.builder - package org.hibernate.search.elasticsearch.work.impl.builder
 
org.hibernate.search.elasticsearch.work.impl.factory - package org.hibernate.search.elasticsearch.work.impl.factory
 
org.hibernate.search.engine - package org.hibernate.search.engine
 
org.hibernate.search.engine.impl - package org.hibernate.search.engine.impl
 
org.hibernate.search.engine.integration.impl - package org.hibernate.search.engine.integration.impl
 
org.hibernate.search.engine.metadata.impl - package org.hibernate.search.engine.metadata.impl
Internal metadata classes created during metadata processing and used by the document builders at runtime.
org.hibernate.search.engine.nesting.impl - package org.hibernate.search.engine.nesting.impl
 
org.hibernate.search.engine.nulls.codec.impl - package org.hibernate.search.engine.nulls.codec.impl
 
org.hibernate.search.engine.nulls.impl - package org.hibernate.search.engine.nulls.impl
 
org.hibernate.search.engine.service.beanresolver.impl - package org.hibernate.search.engine.service.beanresolver.impl
 
org.hibernate.search.engine.service.beanresolver.spi - package org.hibernate.search.engine.service.beanresolver.spi
 
org.hibernate.search.engine.service.classloading.impl - package org.hibernate.search.engine.service.classloading.impl
 
org.hibernate.search.engine.service.classloading.spi - package org.hibernate.search.engine.service.classloading.spi
The class loading service SPI.
org.hibernate.search.engine.service.impl - package org.hibernate.search.engine.service.impl
Internal implementation classes for service manager.
org.hibernate.search.engine.service.named.impl - package org.hibernate.search.engine.service.named.impl
 
org.hibernate.search.engine.service.named.spi - package org.hibernate.search.engine.service.named.spi
 
org.hibernate.search.engine.service.spi - package org.hibernate.search.engine.service.spi
Classes offering a service infrastructure for Search.
org.hibernate.search.engine.spi - package org.hibernate.search.engine.spi
 
org.hibernate.search.event.impl - package org.hibernate.search.event.impl
 
org.hibernate.search.exception - package org.hibernate.search.exception
 
org.hibernate.search.exception.impl - package org.hibernate.search.exception.impl
 
org.hibernate.search.filter - package org.hibernate.search.filter
 
org.hibernate.search.filter.impl - package org.hibernate.search.filter.impl
 
org.hibernate.search.hcore.impl - package org.hibernate.search.hcore.impl
 
org.hibernate.search.hcore.spi - package org.hibernate.search.hcore.spi
 
org.hibernate.search.hcore.util.impl - package org.hibernate.search.hcore.util.impl
 
org.hibernate.search.impl - package org.hibernate.search.impl
 
org.hibernate.search.indexes - package org.hibernate.search.indexes
 
org.hibernate.search.indexes.impl - package org.hibernate.search.indexes.impl
 
org.hibernate.search.indexes.interceptor - package org.hibernate.search.indexes.interceptor
 
org.hibernate.search.indexes.serialization.avro.impl - package org.hibernate.search.indexes.serialization.avro.impl
 
org.hibernate.search.indexes.serialization.avro.logging.impl - package org.hibernate.search.indexes.serialization.avro.logging.impl
 
org.hibernate.search.indexes.serialization.impl - package org.hibernate.search.indexes.serialization.impl
 
org.hibernate.search.indexes.serialization.spi - package org.hibernate.search.indexes.serialization.spi
 
org.hibernate.search.indexes.spi - package org.hibernate.search.indexes.spi
 
org.hibernate.search.jmx - package org.hibernate.search.jmx
 
org.hibernate.search.jpa - package org.hibernate.search.jpa
 
org.hibernate.search.metadata - package org.hibernate.search.metadata
 
org.hibernate.search.metadata.impl - package org.hibernate.search.metadata.impl
 
org.hibernate.search.orm.jmx.impl - package org.hibernate.search.orm.jmx.impl
 
org.hibernate.search.orm.loading.impl - package org.hibernate.search.orm.loading.impl
 
org.hibernate.search.query - package org.hibernate.search.query
 
org.hibernate.search.query.dsl - package org.hibernate.search.query.dsl
Provide a domain specific language to write Lucene queries and create faceting requests.
org.hibernate.search.query.dsl.impl - package org.hibernate.search.query.dsl.impl
 
org.hibernate.search.query.dsl.sort - package org.hibernate.search.query.dsl.sort
 
org.hibernate.search.query.dsl.sort.impl - package org.hibernate.search.query.dsl.sort.impl
 
org.hibernate.search.query.engine - package org.hibernate.search.query.engine
 
org.hibernate.search.query.engine.impl - package org.hibernate.search.query.engine.impl
 
org.hibernate.search.query.engine.spi - package org.hibernate.search.query.engine.spi
 
org.hibernate.search.query.facet - package org.hibernate.search.query.facet
This package contains the classes for the public faceting API.
org.hibernate.search.query.hibernate.impl - package org.hibernate.search.query.hibernate.impl
 
org.hibernate.search.reader.impl - package org.hibernate.search.reader.impl
 
org.hibernate.search.spatial - package org.hibernate.search.spatial
 
org.hibernate.search.spatial.impl - package org.hibernate.search.spatial.impl
 
org.hibernate.search.spi - package org.hibernate.search.spi
 
org.hibernate.search.spi.impl - package org.hibernate.search.spi.impl
 
org.hibernate.search.stat - package org.hibernate.search.stat
 
org.hibernate.search.stat.impl - package org.hibernate.search.stat.impl
 
org.hibernate.search.stat.spi - package org.hibernate.search.stat.spi
 
org.hibernate.search.store - package org.hibernate.search.store
 
org.hibernate.search.store.impl - package org.hibernate.search.store.impl
 
org.hibernate.search.store.optimization - package org.hibernate.search.store.optimization
 
org.hibernate.search.store.optimization.impl - package org.hibernate.search.store.optimization.impl
 
org.hibernate.search.store.spi - package org.hibernate.search.store.spi
 
org.hibernate.search.util - package org.hibernate.search.util
 
org.hibernate.search.util.configuration.impl - package org.hibernate.search.util.configuration.impl
 
org.hibernate.search.util.impl - package org.hibernate.search.util.impl
 
org.hibernate.search.util.jmx.impl - package org.hibernate.search.util.jmx.impl
 
org.hibernate.search.util.logging.impl - package org.hibernate.search.util.logging.impl
 
original - Variable in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
originalRemoteAnalyzerReference(RemoteAnalyzerReference) - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
otherMoreLikeThisContext(MoreLikeThisQueryContext) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
overridesForField(String, String) - Method in interface org.hibernate.search.query.dsl.EntityContext
 
overridesForField(String, String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryContextBuilder.HSearchEntityContext
 

P

paging(int, int) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.SearchWorkBuilder
 
paging(int, int) - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork.Builder
 
param(String, String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
param(String, String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
param(String, String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
param(String, String) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenizerDefinitionContextImpl
 
param(String, String) - Method in interface org.hibernate.search.analyzer.definition.LuceneAnalyzerDefinitionWithTokenizerContext
Set a tokenizer parameter.
param(String, String) - Method in interface org.hibernate.search.analyzer.definition.LuceneCharFilterDefinitionContext
Set a char filter parameter.
param(String, String) - Method in interface org.hibernate.search.analyzer.definition.LuceneTokenFilterDefinitionContext
Set a token filter parameter.
param(String, String) - Method in class org.hibernate.search.cfg.CharFilterDefMapping
{@code @CharFilterDef(, ...
param(String, String) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
param(String, String) - Method in class org.hibernate.search.cfg.FieldBridgeDirectMapping
 
param(String, String) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
param(String, String) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
param(String, String) - Method in class org.hibernate.search.cfg.TokenFilterDefMapping
{@code @TokenFilterDef(, ...
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, ...).
param(String, String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
param(String, String...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
param(String, boolean) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
param(String, boolean...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
param(String, Number) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
param(String, Number...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
param(String, String) - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
param(String, int) - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
param(String, boolean) - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
param(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry.TypeBuilder
 
Parameter - Annotation Type in org.hibernate.search.annotations
Parameter (basically key/value pattern)
ParameterAnnotationsReader - Class in org.hibernate.search.cfg.spi
Helper to convert the org.hibernate.search.annotations.Parameter annotations.
ParameterizedBridge - Interface in org.hibernate.search.bridge
Allow parameter injection to a given bridge.
ParameterSet(Properties) - Constructor for class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
 
parametersShouldNotBeNull(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ParametersTransformer - Interface in org.hibernate.search.elasticsearch.settings.impl.translation
 
ParameterValueTransformer - Interface in org.hibernate.search.elasticsearch.settings.impl.translation
 
ParentPathMismatchException - Exception in org.hibernate.search.elasticsearch.util.impl
 
ParentPathMismatchException(String, String) - Constructor for exception org.hibernate.search.elasticsearch.util.impl.ParentPathMismatchException
 
parseBoolean(String, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Parses a string to recognize exactly either "true" or "false".
ParseContext - Class in org.hibernate.search.engine.metadata.impl
Collects context information needed during the processing of the annotations.
ParseContext() - Constructor for class org.hibernate.search.engine.metadata.impl.ParseContext
 
parseException(String, Class<?>, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
parseIndexNullAs(String) - Method in class org.hibernate.search.bridge.util.impl.EncodingStringBridge
Parse the 'indexNullAs' string to an indexable value.
parseIndexNullAs(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBooleanBridge
 
parseIndexNullAs(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
parseIndexNullAs(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
parseIndexNullAs(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchTemporalAccessorStringBridge
 
parseInt(String, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Parses a string into an integer value.
parseInt(String, int, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
In case value is null or an empty string the defValue is returned.
parseLong(String, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
Parses a String to get an long value.
parseLong(String, long, String) - Static method in class org.hibernate.search.util.configuration.impl.ConfigurationParseHelper
In case value is null or an empty string the defValue is returned
parseVal(String) - Method in enum org.hibernate.search.backend.configuration.impl.IndexWriterSetting
Specific parameters may override to provide additional keywords support.
parseZoneDateTime(String, DateTimeFormatter) - Static method in class org.hibernate.search.util.impl.TimeHelper
Workaround for https://bugs.openjdk.java.net/browse/JDK-8066982, which at the moment has only been solved for JDK9.
PartialDocumentFieldMetadata - Interface in org.hibernate.search.engine.metadata.impl
Partial metadata about a document field, used to provide partial information to service providers while building the field metadata.
PartialPropertyMetadata - Interface in org.hibernate.search.engine.metadata.impl
Partial metadata about a property, used to provide partial information to service providers while building the property metadata.
PassThroughAnalyzer - Class in org.hibernate.search.util.impl
Analyzer that applies no operation whatsoever to the flux This is useful for queries operating on non tokenized fields.
pathComponent(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest.Builder
 
PathComponentExtractor - Class in org.hibernate.search.elasticsearch.util.impl
A stateful helper to extract path components from a string, one component at a time.
PathComponentExtractor() - Constructor for class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
 
PathComponentExtractor.ConsumptionLimit - Enum in org.hibernate.search.elasticsearch.util.impl
 
Paths - Interface in org.hibernate.search.elasticsearch.client.impl
Useful paths to compose Elasticsearch URLs.
PathsContext - Class in org.hibernate.search.engine.metadata.impl
Container class for information about the current set of paths as well as tracking which paths have been encountered to validate the existence of all configured paths.
PathsContext() - Constructor for class org.hibernate.search.engine.metadata.impl.PathsContext
 
PerChangeSetCommitPolicy - Class in org.hibernate.search.backend.impl.lucene
Commit policy that will always commit on every changeset and when flush is called
PerChangeSetCommitPolicy(IndexWriterHolder) - Constructor for class org.hibernate.search.backend.impl.lucene.PerChangeSetCommitPolicy
 
PerDirectoryLatestReader(Directory) - Constructor for class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.PerDirectoryLatestReader
 
PerDirectoryLatestReader(Directory) - Constructor for class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.PerDirectoryLatestReader
 
performOperation(LuceneWork, IndexManagerSelector, WorkQueuePerIndexSplitter) - Method in interface org.hibernate.search.backend.impl.TransactionalOperationExecutor
The LuceneWork must be applied to different indexes.
performOperations(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
performOperations(List<LuceneWork>, IndexingMonitor) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
performOperations(List<LuceneWork>, IndexingMonitor) - Method in interface org.hibernate.search.indexes.spi.IndexManager
Used to apply update operations to the index.
performOptimization(IndexWriter) - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
performOptimization(IndexWriter) - Method in class org.hibernate.search.store.optimization.impl.ExplicitOnlyOptimizerStrategy
 
performOptimization(IndexWriter) - Method in class org.hibernate.search.store.optimization.impl.IncrementalOptimizerStrategy
 
performOptimization(IndexWriter) - Method in interface org.hibernate.search.store.optimization.OptimizerStrategy
Invokes optimize on the IndexWriter; This is invoked when an optimization has been explicitly requested by the user API using SearchIntegrator.optimize() or SearchIntegrator.optimize(org.hibernate.search.spi.IndexedTypeIdentifier), or at the start or end of a MassIndexer's work.
performOptimization(IndexWriter) - Method in interface org.hibernate.search.store.Workspace
Deprecated.
Used by OptimizeLuceneWork to start an optimization process of the index.
performStreamOperation(LuceneWork, IndexManagerSelector, IndexingMonitor, boolean) - Method in interface org.hibernate.search.backend.impl.StreamingOperationExecutor
The LuceneWork must be applied to different indexes.
performStreamOperation(IndexManager, LuceneWork) - Method in class org.hibernate.search.backend.impl.WorkQueuePerIndexSplitter
 
performStreamOperation(LuceneWork, IndexingMonitor, boolean) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
performStreamOperation(LuceneWork, IndexingMonitor, boolean) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
performStreamOperation(LuceneWork, IndexingMonitor, boolean) - Method in interface org.hibernate.search.indexes.spi.IndexManager
Perform a single non-transactional operation, best to stream large amounts of operations.
performWork(LuceneWork, IndexWriterDelegate, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.works.ByTermDeleteWorkExecutor
 
performWork(LuceneWork, IndexWriterDelegate, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.works.ByTermUpdateWorkExecutor
 
performWork(LuceneWork, IndexWriterDelegate, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.works.DeleteExtWorkExecutor
 
performWork(LuceneWork, IndexWriterDelegate, IndexingMonitor) - Method in interface org.hibernate.search.backend.impl.lucene.works.LuceneWorkExecutor
Will perform work on an IndexWriter.
performWork(LuceneWork, IndexWriterDelegate, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.works.UpdateExtWorkExecutor
 
performWork(LuceneWork, IndexWriterDelegate, IndexingMonitor) - Method in class org.hibernate.search.backend.impl.lucene.works.UpdateWorkExecutor
 
performWork(Work, TransactionContext) - Method in class org.hibernate.search.backend.impl.PerTransactionWorker
 
performWork(Work, TransactionContext) - Method in interface org.hibernate.search.backend.spi.Worker
Declare a work to be done within a given transaction context
performWorks(WorkQueue) - Method in class org.hibernate.search.backend.impl.BatchedQueueingProcessor
 
performWorks(WorkQueue) - Method in interface org.hibernate.search.backend.impl.QueueingProcessor
Execute works
PeriodBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a Period to a String concatenating year, months and days.
PeriodicRefreshingReaderProvider - Class in org.hibernate.search.indexes.impl
This ReaderProvider shares IndexReader buffers among threads and will return "recently" refreshed ReaderProvider, which implies query results might represent the state of a slightly out of date index.
PeriodicRefreshingReaderProvider() - Constructor for class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
PeriodicRefreshingReaderProvider.PerDirectoryLatestReader - Class in org.hibernate.search.indexes.impl
An instance for each DirectoryProvider, pointing to the "current" ReaderUsagePair for each DirectoryProvider.
PeriodicRefreshingReaderProvider.ReaderUsagePair - Class in org.hibernate.search.indexes.impl
Container for the couple IndexReader,UsageCounter.
PersistenceContextObjectInitializer - Class in org.hibernate.search.query.hibernate.impl
 
PersistenceContextObjectInitializer(ObjectInitializer) - Constructor for class org.hibernate.search.query.hibernate.impl.PersistenceContextObjectInitializer
 
PerTransactionWorker - Class in org.hibernate.search.backend.impl
Queue works per transaction.
PerTransactionWorker() - Constructor for class org.hibernate.search.backend.impl.PerTransactionWorker
 
phrase() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
phrase() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a phrase query (see PhraseQuery).
PhraseContext - Interface in org.hibernate.search.query.dsl
 
PhraseMatchingContext - Interface in org.hibernate.search.query.dsl
 
PhraseQueryContext - Class in org.hibernate.search.query.dsl.impl
 
PhraseQueryContext() - Constructor for class org.hibernate.search.query.dsl.impl.PhraseQueryContext
 
PhraseTermination - Interface in org.hibernate.search.query.dsl
 
Point - Class in org.hibernate.search.spatial.impl
Normalized latitude,longitude holder (in [-90;90],[-180,180]) with distance and destination computations methods
PojoIndexedTypeIdentifier - Class in org.hibernate.search.spi.impl
 
PojoIndexedTypeIdentifier(Class<?>) - Constructor for class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
pop() - Method in interface org.hibernate.search.engine.nesting.impl.NestingContext
 
pop() - Method in class org.hibernate.search.engine.nesting.impl.NoOpNestingContext
 
popProperty() - Method in interface org.hibernate.search.bridge.spi.ConversionContext
Pops the last pushed property from the stack.
popProperty() - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryPopulator
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalyzerDefinitionContextImpl
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchCharFilterDefinitionContextImpl
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchNormalizerDefinitionContextImpl
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchTokenFilterDefinitionContextImpl
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchTokenizerDefinitionContextImpl
 
populate(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.SimpleElasticsearchAnalysisDefinitionRegistryPopulator
 
populateResult(String, FieldBridge, Store, Object[], Document, ConversionContext, int) - Static method in class org.hibernate.search.engine.impl.DocumentBuilderHelper
 
populateWithEntityInstance(Object) - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
populateWithEntityInstance(Object) - Method in interface org.hibernate.search.query.engine.spi.EntityInfo
 
post() - Static method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
postInitialize(IndexedTypeSet) - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
 
postInitialize(IndexedTypeSet) - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
postInitialize(IndexedTypeSet) - Method in interface org.hibernate.search.engine.spi.EntityIndexBinding
Called once during bootstrapping
PostTransactionWorkQueueSynchronization - Class in org.hibernate.search.backend.impl
Execute final work in the after transaction synchronization.
PostTransactionWorkQueueSynchronization(Object, QueueingProcessor, ConcurrentMap<Object, WorkQueueSynchronization>, ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization
 
PRECISION_STEP_DEFAULT - Static variable in annotation type org.hibernate.search.annotations.NumericField
Default precision step, mimicking Lucene's default precision step value.
precisionStep(int) - Method in class org.hibernate.search.cfg.NumericFieldMapping
 
precisionStep(int) - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
precisionStep() - Method in class org.hibernate.search.metadata.impl.NumericFieldDescriptorImpl
 
precisionStep() - Method in interface org.hibernate.search.metadata.NumericFieldSettingsDescriptor
 
prefix(String) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
prefix(String) - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadataBuilder
 
prepareMetadata() - Method in interface org.hibernate.search.bridge.TikaMetadataProcessor
This method is called by the TikaBridge prior to processing the data
prepareWorkPlan() - Method in class org.hibernate.search.backend.impl.WorkQueue
Compiles the work collected so far in an optimal execution plan, storing the list of lucene operations to be performed in the sealedQueue.
prepareWorks(WorkQueue) - Method in class org.hibernate.search.backend.impl.BatchedQueueingProcessor
 
prepareWorks(WorkQueue) - Method in interface org.hibernate.search.backend.impl.QueueingProcessor
prepare resources for a later performWorks call
prependString(String, byte[]) - Static method in class org.hibernate.search.backend.jgroups.impl.MessageSerializationHelper
Byte encodes a String as a prefix for an existing byte buffer
previous() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
PRIMITIVE - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
printStatusMessage(long, long, long) - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
 
processCollectionEvent(AbstractCollectionEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
processContainedInAndPrepareExecution() - Method in class org.hibernate.search.engine.impl.WorkPlan
Makes sure that all additional work needed because of containedIn is added to the work plan.
processWork(String, Object, Serializable, WorkType, AbstractEvent, boolean) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
produceContent(ContentEncoder, IOControl) - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 
ProducerConsumerQueue<T> - Class in org.hibernate.search.batchindexing.impl
Implements a blocking queue capable of storing a "poison" token to signal consumer threads that the task is finished.
ProducerConsumerQueue(int) - Constructor for class org.hibernate.search.batchindexing.impl.ProducerConsumerQueue
 
ProducerConsumerQueue(int, int) - Constructor for class org.hibernate.search.batchindexing.impl.ProducerConsumerQueue
 
producerStopping() - Method in class org.hibernate.search.batchindexing.impl.ProducerConsumerQueue
Each producer thread should call producerStopping() when it has finished.
ProgressiveCharBufferWriter - Class in org.hibernate.search.elasticsearch.util.impl
A writer to a ContentEncoder, using an automatically growing, paged buffer to store input when flow control pushes back.
ProgressiveCharBufferWriter(Charset, int, int) - Constructor for class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
 
progressMonitor(MassIndexerProgressMonitor) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
progressMonitor(MassIndexerProgressMonitor) - Method in interface org.hibernate.search.MassIndexer
Override the default MassIndexerProgressMonitor.
PROJECTED_LATITUDE_RANGE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
PROJECTED_LONGITUDE_RANGE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
projectedFields - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
projectingFieldWithoutTwoWayFieldBridge(String, Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
projectingNonStoredField(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
projection(String...) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
projection(String...) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Defines the Lucene field names projected and returned in a query result Each field is converted back to it's object representation, an Object[] being returned for each "row" (similar to an HQL or a Criteria API projection).
ProjectionConstants - Interface in org.hibernate.search.engine
Defined projection constants.
ProjectionLoader - Class in org.hibernate.search.query.hibernate.impl
Implementation of the Loader interface used for loading entities which are projected via ProjectionConstants.THIS.
ProjectionLoader() - Constructor for class org.hibernate.search.query.hibernate.impl.ProjectionLoader
 
projectToIndexSpace(Point) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
Project a degree latitude/longitude point into a sinusoidal projection planar space for spatial hash cell ids computation
PROP_GROUP - Static variable in class org.hibernate.search.backend.spi.LuceneIndexingParameters
 
PropertiesBasedLuceneAnalysisDefinitionSourceService - Class in org.hibernate.search.analyzer.definition.impl
The default LuceneAnalyzerDefinitionSourceService.
PropertiesBasedLuceneAnalysisDefinitionSourceService() - Constructor for class org.hibernate.search.analyzer.definition.impl.PropertiesBasedLuceneAnalysisDefinitionSourceService
 
PropertiesParseHelper - Class in org.hibernate.search.indexes.impl
Contains helper to parse properties which should be read by the majority of IndexManager implementations.
property(String, ElementType) - Method in class org.hibernate.search.cfg.CalendarBridgeMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.ContainedInMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.DateBridgeMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.EntityMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.FacetMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.FieldMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.IndexedMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.PropertyLatitudeMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.PropertyLongitudeMapping
 
property - Variable in class org.hibernate.search.cfg.PropertyMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.PropertyMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.ProvidedIdMapping
 
property(String, ElementType) - Method in class org.hibernate.search.cfg.SortableFieldMapping
 
property(String) - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonObjectAccessor
 
property(String) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonObjectAccessorImpl
 
property(String) - Method in interface org.hibernate.search.elasticsearch.gson.impl.UnknownTypeJsonAccessor
 
property(JsonObject, String) - Method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
propertyAsString(JsonElement, String) - Method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
PropertyDescriptor - Class in org.hibernate.search.cfg
 
PropertyDescriptor(String, ElementType) - Constructor for class org.hibernate.search.cfg.PropertyDescriptor
 
PropertyDescriptor - Interface in org.hibernate.search.metadata
 
PropertyDescriptorImpl - Class in org.hibernate.search.metadata.impl
 
PropertyDescriptorImpl(String, boolean, Set<FieldDescriptor>) - Constructor for class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
propertyFieldMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
PropertyLatitudeMapping - Class in org.hibernate.search.cfg
 
PropertyLatitudeMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.PropertyLatitudeMapping
 
PropertyLongitudeMapping - Class in org.hibernate.search.cfg
 
PropertyLongitudeMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.PropertyLongitudeMapping
 
PropertyMapping - Class in org.hibernate.search.cfg
 
PropertyMapping(String, ElementType, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.PropertyMapping
 
PropertyMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.PropertyMapping
 
PropertyMapping - Class in org.hibernate.search.elasticsearch.schema.impl.model
An object representing Elasticsearch property mappings, i.e.
PropertyMapping() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
PropertyMetadata - Class in org.hibernate.search.engine.metadata.impl
Encapsulating the metadata for a single indexed property (field or getter).
PropertyMetadata.Builder - Class in org.hibernate.search.engine.metadata.impl
 
propertyMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
propertyNames() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
PropertySpatialMapping - Class in org.hibernate.search.cfg
 
PropertySpatialMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.PropertySpatialMapping
 
ProvidedId - Annotation Type in org.hibernate.search.annotations
Deprecated.
with no replacement: this annotation will be removed.
providedId() - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
providedId() - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
providedId() - Method in class org.hibernate.search.cfg.IndexedMapping
 
ProvidedIdMapping - Class in org.hibernate.search.cfg
 
ProvidedIdMapping(SearchMapping, EntityDescriptor) - Constructor for class org.hibernate.search.cfg.ProvidedIdMapping
 
providedServicesCannotImplementStartableOrStoppable(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
provideFieldBridge(ExtendedBridgeProvider.ExtendedBridgeProviderContext) - Method in class org.hibernate.search.bridge.impl.ExtendedBridgeProvider
provideFieldBridge(BridgeProvider.BridgeProviderContext) - Method in class org.hibernate.search.bridge.impl.ExtendedBridgeProvider
 
provideFieldBridge(BridgeProvider.BridgeProviderContext) - Method in interface org.hibernate.search.bridge.spi.BridgeProvider
 
provideFieldBridge(BridgeProvider.BridgeProviderContext) - Method in class org.hibernate.search.elasticsearch.bridge.impl.ElasticsearchBridgeProvider
 
purge(String) - Method in interface org.hibernate.search.jmx.IndexControlMBean
Purge the index of the specified entity.
purge(Class<T>, Serializable) - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Remove the entity with the type entityType and the identifier id from the index.
purge(String) - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
purgeAll(Class<T>) - Method in interface org.hibernate.search.jpa.FullTextEntityManager
Remove all entities from of particular class and all its subclasses from the index.
PurgeAllLuceneWork - Class in org.hibernate.search.backend
A unit of work used to purge an entire index.
PurgeAllLuceneWork(IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.PurgeAllLuceneWork
 
PurgeAllLuceneWork(String, IndexedTypeIdentifier) - Constructor for class org.hibernate.search.backend.PurgeAllLuceneWork
 
purgeAllOnStart(boolean) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
purgeAllOnStart(boolean) - Method in interface org.hibernate.search.MassIndexer
If all entities should be removed from the index before starting using purgeAll.
push(EmbeddedTypeMetadata) - Method in interface org.hibernate.search.engine.nesting.impl.NestingContext
 
push(EmbeddedTypeMetadata) - Method in class org.hibernate.search.engine.nesting.impl.NoOpNestingContext
 
push(ClosingOperator<T, ? extends E>, T) - Method in class org.hibernate.search.util.impl.Closer
Execute the given close operator immediately on the given objectToClose, swallowing any throwable in order to throw it later.
push(GenericCloseable<? extends E>) - Method in class org.hibernate.search.util.impl.Closer
Close the given closeable immediately, swallowing any throwable in order to throw it later.
pushAll(ClosingOperator<T, ? extends E>, Iterable<T>) - Method in class org.hibernate.search.util.impl.Closer
Execute the given close operator immediately on each element of the given iterable, swallowing any throwable in order to throw them later.
pushAll(ClosingOperator<T, ? extends E>, T...) - Method in class org.hibernate.search.util.impl.Closer
Execute the given close operator immediately on each element of the given array, swallowing any throwable in order to throw them later.
pushedChangesOutOfTransaction() - Method in interface org.hibernate.search.util.logging.impl.Log
 
pushIdentifierProperty() - Method in interface org.hibernate.search.bridge.spi.ConversionContext
In case the next conversion fails, the error message will point to the document id of the currently indexed type.
pushIdentifierProperty() - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
pushProperty(String) - Method in interface org.hibernate.search.bridge.spi.ConversionContext
The context has an internal stack for graph navigation.
pushProperty(String) - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
put(T) - Method in class org.hibernate.search.batchindexing.impl.ProducerConsumerQueue
Adds a new object to the queue, blocking if no space is available.
put() - Static method in class org.hibernate.search.elasticsearch.client.impl.ElasticsearchRequest
 
put(IndexedTypeIdentifier, V) - Method in interface org.hibernate.search.spi.IndexedTypeMap
Deprecated.
This method will be removed. The implementations will be refactored to become immutable.
put(Object, Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
put(Object, Object) - Method in class org.hibernate.search.util.impl.SoftLimitMRUCache
Puts a value in the cache.
putAll(Map<? extends Object, ? extends Object>) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
PutIndexMappingWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
putIndexSettings(URLEncodedString, IndexSettings) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
putIndexSettings(URLEncodedString, IndexSettings) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
PutIndexSettingsWork - Class in org.hibernate.search.elasticsearch.work.impl
 
PutIndexSettingsWork(PutIndexSettingsWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.PutIndexSettingsWork
 
PutIndexSettingsWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
PutIndexSettingsWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
putIndexTypeMapping(URLEncodedString, URLEncodedString, TypeMapping) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
putIndexTypeMapping(URLEncodedString, URLEncodedString, TypeMapping) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
PutIndexTypeMappingWork - Class in org.hibernate.search.elasticsearch.work.impl
 
PutIndexTypeMappingWork(PutIndexTypeMappingWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.PutIndexTypeMappingWork
 
PutIndexTypeMappingWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
putMapping(URLEncodedString, URLEncodedString, TypeMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
putMapping(String, TypeMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 

Q

qualify(String, String) - Static method in class org.hibernate.search.util.StringHelper
 
query(String) - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
QUERY - Static variable in class org.hibernate.search.util.logging.impl.DefaultLogCategories
Category for logging executed search queries.
QUERY_KEY - Static variable in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
QueryBuilder - Interface in org.hibernate.search.query.dsl
Builds up Lucene queries for a given entity type following the fluent API pattern.
QueryBuildingContext - Class in org.hibernate.search.query.dsl.impl
Keep the query builder contextual information
QueryBuildingContext(ExtendedSearchIntegrator, ScopedAnalyzerReference, ScopedAnalyzerReference, IndexedTypeIdentifier) - Constructor for class org.hibernate.search.query.dsl.impl.QueryBuildingContext
 
queryContext(QueryBuildingContext) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisBuilder
 
queryContext - Variable in class org.hibernate.search.query.dsl.sort.impl.AbstractConnectedSortContext
 
QueryContextBuilder - Interface in org.hibernate.search.query.dsl
Query builder that needs contextualization: A query builder should know which entity or analyzer it relies on.
QueryCustomization<T> - Interface in org.hibernate.search.query.dsl
Operations common to all types of queries
QueryDescriptor - Interface in org.hibernate.search.query.engine.spi
An index query which is able to create a corresponding HSQuery object.
queryDocumentExtractor() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
queryDocumentExtractor() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
DocumentExtractor returns a traverser over the full-text results (EntityInfo) This operation is lazy bound: - the query is executed - results are not retrieved until actually requested DocumentExtractor objects *must* be closed when the results are no longer traversed.
queryDocumentExtractor() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Execute the Lucene query and return a traversable object over the results.
queryEntityInfos() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
queryEntityInfos() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
queryEntityInfos() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Execute the Lucene query and return the list of EntityInfos populated with metadata and projection.
QueryFilters - Class in org.hibernate.search.query.engine.impl
Internal representation for a set of filters to be applied on a query.
QueryFilters(List<Query>) - Constructor for class org.hibernate.search.query.engine.impl.QueryFilters
 
QueryHits - Class in org.hibernate.search.query.engine.impl
A helper class which gives access to the current query and its hits.
QueryHits(LazyQueryState, QueryFilters, Sort, TimeoutManagerImpl, Map<FacetingRequest, FacetMetadata>, Coordinates, String) - Constructor for class org.hibernate.search.query.engine.impl.QueryHits
 
QueryHits(LazyQueryState, QueryFilters, Sort, Integer, TimeoutManagerImpl, Map<FacetingRequest, FacetMetadata>, Coordinates, String) - Constructor for class org.hibernate.search.query.engine.impl.QueryHits
 
QueryLoader - Class in org.hibernate.search.query.hibernate.impl
 
QueryLoader() - Constructor for class org.hibernate.search.query.hibernate.impl.QueryLoader
 
queryRemoteAnalyzerReference(RemoteAnalyzerReference) - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
queryResultSize() - Method in class org.hibernate.search.elasticsearch.query.impl.ElasticsearchHSQueryImpl
 
queryResultSize() - Method in class org.hibernate.search.query.engine.impl.LuceneHSQuery
 
queryResultSize() - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
QueryTimeoutException - Exception in org.hibernate.search.query.engine
Represent a timeout during a Fulltext search in the HSQuery.
queryWithNoIndexedType() - Method in interface org.hibernate.search.util.logging.impl.Log
 
queryWithNoTermsAfterAnalysis(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
QUEUE_MAX_LENGTH - Static variable in class org.hibernate.search.util.impl.Executors
 
QueueingProcessor - Interface in org.hibernate.search.backend.impl
Pile work operations No thread safety has to be implemented, the queue being scoped already The implementation must be "stateless" wrt the queue through (ie not store the queue state) FIXME this Interface does not make much sense, since the impl will not be changed
QUEUEINGPROCESSOR_BATCHSIZE - Static variable in class org.hibernate.search.cfg.Environment
Defines the maximum number of indexing operation batched per transaction

R

raiseExceptionOnTimeout() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
raiseExceptionOnTimeout() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
ramBytesUsed() - Method in class org.hibernate.search.filter.impl.AndDocIdSet
 
RAMDirectoryProvider - Class in org.hibernate.search.store.impl
Use a Lucene RAMDirectory
RAMDirectoryProvider() - Constructor for class org.hibernate.search.store.impl.RAMDirectoryProvider
 
range() - Method in interface org.hibernate.search.query.dsl.FacetContinuationContext
Start building a range request
range() - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetContinuationContext
 
range() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
range() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a range query (see TermRangeQuery.
RangeContext - Interface in org.hibernate.search.query.dsl
 
rangeDefinitionOrderRequestedForDiscreteFacetRequest() - Method in interface org.hibernate.search.util.logging.impl.Log
 
RangeFacet<T> - Interface in org.hibernate.search.query.facet
 
RangeFacetImpl<T> - Class in org.hibernate.search.query.dsl.impl
 
RangeFacetRequest<T> - Class in org.hibernate.search.query.dsl.impl
 
RangeMatchingContext - Interface in org.hibernate.search.query.dsl
 
RangeMatchingContext.FromRangeContext<T> - Interface in org.hibernate.search.query.dsl
 
RangeQueryContext - Class in org.hibernate.search.query.dsl.impl
 
RangeQueryContext() - Constructor for class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
rangeQueryWithNullToAndFromValue(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
RangeTerminationExcludable - Interface in org.hibernate.search.query.dsl
 
reactOnQueryTimeoutExceptionWhileExtracting(RuntimeException) - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
reactOnQueryTimeoutExceptionWhileExtracting(RuntimeException) - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractExtraPropertiesJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.ElasticsearchFormatJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES2FieldDataTypeJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES2IndexTypeJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES2NormsTypeJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES5FieldDataTypeJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES5IndexTypeJsonAdapter
 
read(JsonReader) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES5NormsTypeJsonAdapter
 
reader - Variable in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.ReaderUsagePair
 
reader - Variable in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.ReaderUsagePair
 
READER_PREFIX - Static variable in class org.hibernate.search.cfg.Environment
define the reader prefix
READER_STRATEGY - Static variable in class org.hibernate.search.cfg.Environment
define the reader strategy used
readerFactory(Directory) - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
readerFactory(Directory) - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
 
ReaderProvider - Interface in org.hibernate.search.indexes.spi
Responsible for providing and managing the lifecycle of a read only reader.
readersNotProperlyClosedInReaderProvider() - Method in interface org.hibernate.search.util.logging.impl.Log
 
readerTypeUnsupportedForInverting(Class<? extends IndexReader>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
readInputStream(InputStream) - Static method in class org.hibernate.search.util.impl.StreamHelper
Reads the provided input stream into a string
receive(Message) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
receivedEmptyLuceneWorksInMessage() - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
recommendConfiguringLuceneVersion() - Method in interface org.hibernate.search.util.logging.impl.Log
 
Rectangle - Class in org.hibernate.search.spatial.impl
Bounding box for search area on Earth
Rectangle(Point, Point) - Constructor for class org.hibernate.search.spatial.impl.Rectangle
 
recurseContainedIn(T, ContainedInRecursionContext, String) - Method in class org.hibernate.search.engine.impl.WorkPlan
Used for recursive processing of containedIn
ReflectionBasedBackend - Class in org.hibernate.search.backend.impl
 
ReflectionBasedBackend(Class<? extends BackendQueueProcessor>) - Constructor for class org.hibernate.search.backend.impl.ReflectionBasedBackend
 
ReflectionBeanResolver - Class in org.hibernate.search.engine.service.beanresolver.impl
A bean resolver that uses reflection to instantiate beans.
ReflectionBeanResolver() - Constructor for class org.hibernate.search.engine.service.beanresolver.impl.ReflectionBeanResolver
 
ReflectionFallbackBeanResolver - Class in org.hibernate.search.engine.service.beanresolver.impl
A bean resolver implementing fallback: it attempts to resolve beans against a given delegate, return it if the resolution succeeded (non-null result), or attempts a resolution using reflection if it failed (null result).
ReflectionFallbackBeanResolver(BeanResolver, ReflectionBeanResolver) - Constructor for class org.hibernate.search.engine.service.beanresolver.impl.ReflectionFallbackBeanResolver
 
ReflectionHelper - Class in org.hibernate.search.util.impl
 
ReflectionReplacingSearchConfiguration - Class in org.hibernate.search.engine.impl
Wraps another SearchConfiguration to override its ReflectionManager
ReflectionReplacingSearchConfiguration(ReflectionManager, SearchConfiguration) - Constructor for class org.hibernate.search.engine.impl.ReflectionReplacingSearchConfiguration
Create a new SearchConfiguration which returns the same values as the provided SearchConfiguration instance, with the exception of ReflectionReplacingSearchConfiguration.getReflectionManager() which will return the constructor defined ReflectionManager.
refresh(boolean) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.BulkWorkBuilder
 
refresh(boolean) - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork.Builder
 
refresh() - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
refresh() - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
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.
refreshAndGet() - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.PerDirectoryLatestReader
Gets an updated IndexReader for the current Directory; the index status will be checked.
refreshIfNeeded() - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.PerDirectoryLatestReader
 
RefreshWork - Class in org.hibernate.search.elasticsearch.work.impl
 
RefreshWork(RefreshWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.RefreshWork
 
RefreshWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
RefreshWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
register(String, AnalyzerDef) - Method in class org.hibernate.search.analyzer.definition.impl.ChainingLuceneAnalysisDefinitionRegistry
 
register(String, NormalizerDef) - Method in class org.hibernate.search.analyzer.definition.impl.ChainingLuceneAnalysisDefinitionRegistry
 
register(String, AnalyzerDef) - Method in interface org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistry
Register an analyzer definition.
register(String, NormalizerDef) - Method in interface org.hibernate.search.analyzer.definition.impl.LuceneAnalysisDefinitionRegistry
Register a normalizer definition.
register(String, AnalyzerDef) - Method in class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
register(String, NormalizerDef) - Method in class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
register(LuceneAnalysisDefinitionRegistryBuilder) - Method in interface org.hibernate.search.analyzer.definition.LuceneAnalysisDefinitionProvider
 
register(ElasticsearchAnalysisDefinitionRegistryBuilder) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionProvider
 
register(String, AnalyzerDefinition) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
Register an analyzer definition.
register(String, NormalizerDefinition) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
Register a normalizer definition.
register(String, TokenizerDefinition) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
Register a tokenizer definition.
register(String, TokenFilterDefinition) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
Register a token filter definition.
register(String, CharFilterDefinition) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistry
Register a char filter definition.
register(String, AnalyzerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
register(String, NormalizerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
register(String, TokenizerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
register(String, TokenFilterDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
register(String, CharFilterDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ForwardingElasticsearchAnalysisDefinitionRegistry
 
register(String, AnalyzerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.NamespaceMergingElasticsearchAnalysisDefinitionRegistry
 
register(String, NormalizerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.NamespaceMergingElasticsearchAnalysisDefinitionRegistry
 
register(String, AnalyzerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
register(String, NormalizerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
register(String, TokenizerDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
register(String, TokenFilterDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
register(String, CharFilterDefinition) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
register(ElasticsearchAnalyzerReference, String) - Method in class org.hibernate.search.elasticsearch.settings.impl.ElasticsearchIndexSettingsBuilder
 
registerAnalyzerDef(AnalyzerDef) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.TranslatingElasticsearchAnalysisDefinitionRegistryPopulator
 
registerDefinitions(String, ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ElasticsearchAnalyzerReference
Register definitions that will be needed in order to add the field named fieldName to the Elasticsearch mapping.
registerDefinitions(String, ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
registerDefinitions(String, ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
registerDefinitions(String, ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
registerFromAnnotation(String, I, XAnnotatedElement) - Method in class org.hibernate.search.engine.impl.MappingDefinitionRegistry
Add definition.
registerGlobal(String, I) - Method in class org.hibernate.search.engine.impl.MappingDefinitionRegistry
 
registerMBean(T, Class<T>, String) - Static method in class org.hibernate.search.util.jmx.impl.JMXRegistrar
Registers the specified object with the given name to the MBean server.
registerNormalizerDef(NormalizerDef) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.TranslatingElasticsearchAnalysisDefinitionRegistryPopulator
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.search.backend.TransactionContext
Register the given synchronization.
registerSynchronization(Synchronization) - Method in class org.hibernate.search.event.impl.EventSourceTransactionContext
 
rehash() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.hibernate.search.util.impl.Executors.BlockPolicy
Puts the Runnable to the blocking queue, effectively blocking the delegating thread until space is available.
releaseAllServices() - Method in class org.hibernate.search.engine.service.impl.StandardServiceManager
 
releaseAllServices() - Method in interface org.hibernate.search.engine.service.spi.ServiceManager
Stops and releases all services.
releaseJMSConnection(QueueConnection) - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueProcessor
 
releaseService(Class<S>) - Method in class org.hibernate.search.engine.service.impl.StandardServiceManager
 
releaseService(Class<S>) - Method in interface org.hibernate.search.engine.service.spi.ServiceManager
Releases the service in the specified service role.
remoteAnalyzerNotInitialized(RemoteAnalyzerReference) - Method in interface org.hibernate.search.util.logging.impl.Log
 
RemoteAnalyzerReference - Class in org.hibernate.search.analyzer.impl
A reference to a RemoteAnalyzer.
RemoteAnalyzerReference() - Constructor for class org.hibernate.search.analyzer.impl.RemoteAnalyzerReference
 
RemoteMatchQuery - Class in org.hibernate.search.query.dsl.impl
A match query interpreted remotely, thus based on the remote analyzers.
RemoteMatchQuery.Builder - Class in org.hibernate.search.query.dsl.impl
 
RemotePhraseQuery - Class in org.hibernate.search.query.dsl.impl
A phrase query interpreted remotely, thus based on the remote analyzers.
RemotePhraseQuery(String, int, String, RemoteAnalyzerReference, RemoteAnalyzerReference) - Constructor for class org.hibernate.search.query.dsl.impl.RemotePhraseQuery
 
RemoteSimpleQueryStringQuery - Class in org.hibernate.search.query.dsl.impl
A query using the SimpleQueryParser interpreted remotely, thus based on the analyzers defined in the schema.
RemoteSimpleQueryStringQuery.Builder - Class in org.hibernate.search.query.dsl.impl
 
RemoteSimpleQueryStringQuery.Field - Class in org.hibernate.search.query.dsl.impl
 
remove() - Method in class org.hibernate.search.query.hibernate.impl.IteratorImpl
 
remove(Object) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
removeEldestEntry(Map.Entry) - Method in class org.hibernate.search.util.impl.LRUMap
 
removeField(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
removeMapping(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
removeProperty(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsTokenStringNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneDoubleNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneFloatNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneIntegerNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneLongNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.engine.nulls.codec.impl.LuceneStringNullMarkerCodec
 
representsNullValue(IndexableField) - Method in class org.hibernate.search.engine.nulls.codec.impl.NotEncodingCodec
 
representsNullValue(IndexableField) - Method in interface org.hibernate.search.engine.nulls.codec.impl.NullMarkerCodec
Check if the field represents the encoding for a null element
REQUEST - Static variable in class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchLogCategories
This is the category of the Logger used to print out executed Elasticsearch requests, along with the execution time.
request - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
requestedIndexNotDefined(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
requestReference(Class<S>) - Method in class org.hibernate.search.engine.service.impl.StandardServiceManager
 
requestReference(Class<S>) - Method in interface org.hibernate.search.engine.service.spi.ServiceManager
Gets a reference to the service with the requested role.
requestService(Class<S>) - Method in class org.hibernate.search.engine.service.impl.StandardServiceManager
 
requestService(Class<S>) - Method in interface org.hibernate.search.engine.service.spi.ServiceManager
Gets the service in the specified service role.
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.
requiresNumericRangeQuery(Object) - Static method in class org.hibernate.search.bridge.util.impl.NumericFieldUtils
When the type of RangeQuery needs to be guessed among keyword based ranges or numeric based range queries, the parameter type defines the strategy.
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
Required since Hibernate ORM 4.3
requiresProvidedId() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
To be removed, see org.hibernate.search.engine.DocumentBuilderIndexedEntity.isIdMatchingJpaId()
requiresProvidedId() - Method in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
To be removed, see org.hibernate.search.engine.DocumentBuilderIndexedEntity.isIdMatchingJpaId()
requireTFIDFSimilarity(IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
reset() - Method in interface org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkBulker
Reset internal state.
reset() - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
 
reset() - Method in class org.hibernate.search.indexes.serialization.impl.CopyTokenStream
 
Resolution - Enum in org.hibernate.search.annotations
Date indexing resolution.
resolve(Class<?>, Class<T>) - Method in class org.hibernate.search.engine.service.beanresolver.impl.ReflectionBeanResolver
 
resolve(Class<?>, Class<T>) - Method in class org.hibernate.search.engine.service.beanresolver.impl.ReflectionFallbackBeanResolver
 
resolve(Class<?>, Class<T>) - Method in interface org.hibernate.search.engine.service.beanresolver.spi.BeanResolver
 
resolve(Class<?>, Class<T>) - Method in interface org.hibernate.search.hcore.spi.BeanResolver
 
resultAssessor - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork.Builder
 
resultAssessor - Variable in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
resultReference - Variable in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
resultReference - Variable in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
resumePendingWrites() - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
Send all full buffer pages to the output.
retrievalMethod(DatabaseRetrievalMethod) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
RETRY_MARKER_LOOKUP - Static variable in class org.hibernate.search.cfg.Environment
Number of times we retry the logic looking for marker files in master's directory before giving up and raising an exception.
ReusableDocumentStoredFieldVisitor - Class in org.hibernate.search.query.engine.impl
Inspired by Lucene's DocumentStoredFieldVisitor, with the difference that we want to reuse the same FieldVisitor to load multiple Document instances.
ReusableDocumentStoredFieldVisitor(Set<String>) - Constructor for class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
rewrite(IndexReader) - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
 
rewrite(IndexReader) - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
root() - Static method in interface org.hibernate.search.elasticsearch.gson.impl.JsonAccessor
 
rootEntities - Variable in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
round(Calendar, DateTools.Resolution) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchDateHelper
Limit a calendar resolution.
run() - Method in class org.hibernate.search.backend.jms.impl.JmsBackendQueueTask
 
run() - Method in class org.hibernate.search.batchindexing.impl.IdentifierConsumerDocumentProducer
 
run(StatelessSession) - Method in class org.hibernate.search.batchindexing.impl.IdentifierProducer
 
run(StatelessSession) - Method in interface org.hibernate.search.batchindexing.impl.StatelessSessionAwareRunnable
 
runWithErrorHandler() - Method in class org.hibernate.search.batchindexing.impl.BatchCoordinator
 
runWithErrorHandler() - Method in class org.hibernate.search.batchindexing.impl.BatchIndexingWorkspace
 
runWithErrorHandler() - Method in class org.hibernate.search.batchindexing.impl.OptionallyWrapInJTATransaction
 

S

safeComposer(Function<? super T, ? extends CompletionStage<R>>) - Static method in class org.hibernate.search.util.impl.Futures
Creates a composition function that will delegate to the given Function but will catch any exception during composition to return a future completed exceptionally.
save(OutputStream, String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
ScheduledCommitPolicy - Class in org.hibernate.search.backend.impl.lucene
Commit policy that will commit at a regular intervals defined by configuration or immediately on explicit flush requests
ScheduledCommitPolicy(IndexWriterHolder, String, int, ErrorHandler) - Constructor for class org.hibernate.search.backend.impl.lucene.ScheduledCommitPolicy
 
scheduleTask(TimerTask, long) - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
schemaUpdateFailed(Object, Exception) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
schemaValidationFailed(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
ScopedAnalyzerReference - Interface in org.hibernate.search.analyzer.spi
Reference to a scoped analyzer implementation.
ScopedAnalyzerReference.Builder - Interface in org.hibernate.search.analyzer.spi
Interface for building a reference to a scope aware analyzer when bootstrapping.
ScopedAnalyzerReference.CopyBuilder - Interface in org.hibernate.search.analyzer.spi
Interface for building a copy of a reference to a scope aware analyzer at runtime.
ScopedElasticsearchAnalyzerReference - Class in org.hibernate.search.elasticsearch.analyzer.impl
 
ScopedElasticsearchAnalyzerReference(ScopedElasticsearchAnalyzerReference.Builder) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
ScopedElasticsearchAnalyzerReference.Builder - Class in org.hibernate.search.elasticsearch.analyzer.impl
 
ScopedLuceneAnalyzer - Class in org.hibernate.search.analyzer.impl
A ScopedLuceneAnalyzer is a wrapper class containing all analyzers for a given class.
ScopedLuceneAnalyzer(Analyzer) - Constructor for class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzer
 
ScopedLuceneAnalyzerReference - Class in org.hibernate.search.analyzer.impl
 
ScopedLuceneAnalyzerReference(ScopedLuceneAnalyzerReference.Builder) - Constructor for class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference
 
ScopedLuceneAnalyzerReference.Builder - Class in org.hibernate.search.analyzer.impl
 
SCORE - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
The legacy document's score from a search.
SCORE - Static variable in interface org.hibernate.search.engine.ProjectionConstants
The legacy document's score from a search.
score(int) - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
scoreDoc(int) - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
SCROLL - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
scroll(String, String) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
scroll(String, String) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
scroll() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
scroll(ScrollMode) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
scroll(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
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.
ScrollableResultsImpl - Class in org.hibernate.search.query.hibernate.impl
Implements scrollable and paginated resultsets.
ScrollableResultsImpl(int, DocumentExtractor, Loader, SessionImplementor, boolean) - Constructor for class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
scrolling(int, String) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.SearchWorkBuilder
 
scrolling(int, String) - Method in class org.hibernate.search.elasticsearch.work.impl.SearchWork.Builder
 
ScrollWork - Class in org.hibernate.search.elasticsearch.work.impl
 
ScrollWork(ScrollWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.ScrollWork
 
ScrollWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
ScrollWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
search(JsonObject) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
search(JsonObject) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
Search - Class in org.hibernate.search.jpa
Helper class that should be used when building a FullTextEntityManager
search(QueryFilters, Collector) - Method in class org.hibernate.search.query.engine.impl.LazyQueryState
 
Search - Class in org.hibernate.search
Helper class to get a FullTextSession from a regular ORM session.
SearchConfiguration - Interface in org.hibernate.search.cfg.spi
Provides configuration to Hibernate Search.
SearchConfigurationBase - Class in org.hibernate.search.cfg.spi
Suggested base class to create custom SearchConfiguration implementations.
SearchConfigurationBase() - Constructor for class org.hibernate.search.cfg.spi.SearchConfigurationBase
 
SearchConfigurationFromHibernateCore - Class in org.hibernate.search.cfg.impl
Search configuration implementation wrapping an Hibernate Core configuration
SearchConfigurationFromHibernateCore(Metadata, ConfigurationService, ClassLoaderService, BeanResolver, HibernateSessionFactoryService, JndiService) - Constructor for class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
 
SearchException - Exception in org.hibernate.search.exception
Root of all search specific exceptions
SearchException() - Constructor for exception org.hibernate.search.exception.SearchException
 
SearchException(String) - Constructor for exception org.hibernate.search.exception.SearchException
 
SearchException(String, Throwable) - Constructor for exception org.hibernate.search.exception.SearchException
 
SearchException(Throwable) - Constructor for exception org.hibernate.search.exception.SearchException
 
searchExecuted(String, long) - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
searchExecuted(String, long) - Method in interface org.hibernate.search.stat.spi.StatisticsImplementor
Callback for an executed Lucene search.
searchFactory(ExtendedSearchIntegrator) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
SearchFactory - Interface in org.hibernate.search
Provide application wide operations as well as access to the underlying Lucene resources.
SearchFactoryReference - Class in org.hibernate.search.hcore.impl
This Service lives in the ServiceRegistry controlled by Hibernate ORM to allow to lookup the ExtendedSearchIntegrator from the context of ORM code (for example, when a user wraps the current Session into a FullTextSession).
SearchFactoryReference() - Constructor for class org.hibernate.search.hcore.impl.SearchFactoryReference
 
searchFactoryReferenceServiceNotFound() - Method in interface org.hibernate.search.util.logging.impl.Log
 
SearchFactoryServiceContributor - Class in org.hibernate.search.hcore.impl
Extends the ServiceRegistry of Hibernate ORM to contain the placeholders needed by Hibernate Search
SearchFactoryServiceContributor() - Constructor for class org.hibernate.search.hcore.impl.SearchFactoryServiceContributor
 
SearchFactoryState - Interface in org.hibernate.search.spi.impl
Represents the sharable state of a search factory
SearchIntegration - Interface in org.hibernate.search.engine.integration.impl
Groups metadata relative to a specific integration (Lucene, Elasticsearch, ...).
SearchIntegrationConfigContext - Class in org.hibernate.search.engine.impl
 
SearchIntegrationConfigContext(IndexManagerType, ServiceManager, SearchConfiguration) - Constructor for class org.hibernate.search.engine.impl.SearchIntegrationConfigContext
 
SearchIntegrationConfigContext(IndexManagerType, ServiceManager, SearchConfiguration, SearchIntegration) - Constructor for class org.hibernate.search.engine.impl.SearchIntegrationConfigContext
 
SearchIntegrator - Interface in org.hibernate.search.spi
This contract gives access to lower level APIs of Hibernate Search for frameworks integrating with it.
SearchIntegratorBuilder - Class in org.hibernate.search.spi
Build a search factory following the builder pattern.
SearchIntegratorBuilder() - Constructor for class org.hibernate.search.spi.SearchIntegratorBuilder
 
searchIntegratorNotInitialized() - Method in interface org.hibernate.search.util.logging.impl.Log
 
SearchMapping - Class in org.hibernate.search.cfg
Allows to configure indexing and search related aspects of a domain model using a fluent Java API.
SearchMapping() - Constructor for class org.hibernate.search.cfg.SearchMapping
 
SearchMappingHelper - Class in org.hibernate.search.engine.spi
Helper to extract the programmatic SearchMapping from a configuration object
SearchResult - Interface in org.hibernate.search.elasticsearch.work.impl
 
searchTerms(String) - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery.Builder
 
SearchThreadFactory - Class in org.hibernate.search.util.impl
The thread factory, used to customize thread names
SearchThreadFactory(String) - Constructor for class org.hibernate.search.util.impl.SearchThreadFactory
 
SearchWork - Class in org.hibernate.search.elasticsearch.work.impl
 
SearchWork(SearchWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.SearchWork
 
SearchWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
SearchWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
SecondLevelCacheObjectInitializer - Class in org.hibernate.search.query.hibernate.impl
Check if the entity is available in the second level cache and load it if there before falling back to the delegate method.
SecondLevelCacheObjectInitializer(ObjectInitializer) - Constructor for class org.hibernate.search.query.hibernate.impl.SecondLevelCacheObjectInitializer
 
selectFacets(Facet...) - Method in interface org.hibernate.search.query.facet.FacetSelection
 
selectFacets(FacetCombine, Facet...) - Method in interface org.hibernate.search.query.facet.FacetSelection
 
send(Message, boolean, long) - Method in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
send(Message, boolean, long) - Method in interface org.hibernate.search.backend.jgroups.impl.MessageSenderService
Send message.
sendLuceneWorkList(List<LuceneWork>) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueTask
 
sentence(String) - Method in class org.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
 
sentence(String) - Method in interface org.hibernate.search.query.dsl.PhraseMatchingContext
Sentence to match.
SerializableDocValuesType - Enum in org.hibernate.search.indexes.serialization.spi
 
SerializableIndex - Enum in org.hibernate.search.indexes.serialization.spi
 
SerializableStore - Enum in org.hibernate.search.indexes.serialization.spi
 
SerializableTermVector - Enum in org.hibernate.search.indexes.serialization.spi
 
SerializableTokenStream - Class in org.hibernate.search.indexes.serialization.spi
 
SerializableTokenStream(List<List<AttributeImpl>>) - Constructor for class org.hibernate.search.indexes.serialization.spi.SerializableTokenStream
 
SerializationHelper - Class in org.hibernate.search.indexes.serialization.impl
 
serializationProtocol(int, int) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SerializationProvider - Interface in org.hibernate.search.indexes.serialization.spi
Provides access to a serializer and deserializer to send the necessary work load for remote backends over the wire.
serializationProviderNotFoundException(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
serialize() - Method in interface org.hibernate.search.backend.spi.DeletionQuery
We are serializing to a String array here instead of a byte array since we don't want implementors to use the standard Java Serialization API by mistake
serialize() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
serialize() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializer
 
serialize() - Method in interface org.hibernate.search.indexes.serialization.spi.Serializer
 
SerializeExtraProperties - Annotation Type in org.hibernate.search.elasticsearch.gson.impl
A marker annotation for the field containing a map of extra properties, when using AbstractExtraPropertiesJsonAdapter.
Serializer - Interface in org.hibernate.search.indexes.serialization.spi
Contract between Hibernate Search and the Serialization mechanism.
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.
Service - Interface in org.hibernate.search.engine.service.spi
Marker interface for services.
ServiceManager - Interface in org.hibernate.search.engine.service.spi
The ServiceManager is used to manage services in and runtime discovery of service implementations in the scope of a single SearchFactory.
serviceProviderNotReleased(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ServiceReference<S extends Service> - Class in org.hibernate.search.engine.service.spi
A auto-closable reference to a Service.
ServiceReference(ServiceManager, Class<S>) - Constructor for class org.hibernate.search.engine.service.spi.ServiceReference
 
serviceRequestedAfterReleasedAllWasCalled() - Method in interface org.hibernate.search.util.logging.impl.Log
 
session(SessionImplementor) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver
 
sessionFactoryClosing(SessionFactory) - Method in class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver
 
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver
 
sessionWithOptions() - Method in interface org.hibernate.search.FullTextSession
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.ArrayBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingFieldBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.IterableBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.MapBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingCalendarBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
set(String, Object, Document, LuceneOptions) - Method in enum org.hibernate.search.bridge.builtin.NumericFieldBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.TikaBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.time.impl.DurationBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.time.impl.InstantBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
set(String, Object, Document, LuceneOptions) - Method in interface org.hibernate.search.bridge.FieldBridge
Manipulate the document to index the given value.
set(String, Object, Document, LuceneOptions, Metadata) - Method in interface org.hibernate.search.bridge.TikaMetadataProcessor
This method called by the TikaBridge after processing the data.
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.bridge.util.impl.String2FieldBridgeAdaptor
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
set(JsonObject, T) - Method in interface org.hibernate.search.elasticsearch.gson.impl.JsonAccessor
Set the given value on the element this accessor points to for the given root.
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.spatial.SpatialFieldBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.spatial.SpatialFieldBridgeByHash
Actual overridden method that does the indexing
set(String, Object, Document, LuceneOptions) - Method in class org.hibernate.search.spatial.SpatialFieldBridgeByRange
Actual overridden method that does the indexing
setAccessible(XMember) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Always use this method to set accessibility regardless of the visibility.
setAccessible(AccessibleObject) - Static method in class org.hibernate.search.util.impl.ReflectionHelper
Always use this method to set accessibility regardless of the visibility.
setActiveSearchIntegrator(ExtendedSearchIntegratorWithShareableState) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setActiveSearchIntegrator(ExtendedSearchIntegrator) - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
Useful for MutableSearchFactory, this haves all managed IndexManagers switch over to the new SearchIntegrator.
setAllIndexesManager(IndexManagerHolder) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setAnalysis(IndexSettings.Analysis) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings
 
setAnalyzer(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setAnalyzerDiscriminator(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
setAnalyzerDiscriminator(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setAnalyzers(Map<String, AnalyzerDefinition>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
setAppliedOnType(Class<?>) - Method in interface org.hibernate.search.bridge.AppliedOnTypeAwareBridge
Set the return type of the bridge (the type of the field linked to the bridge).
setAppliedOnType(Class<?>) - Method in class org.hibernate.search.bridge.builtin.EnumBridge
 
setAppliedOnType(Class<?>) - Method in class org.hibernate.search.bridge.util.impl.String2FieldBridgeAdaptor
 
setAppliedOnType(Class<?>) - Method in class org.hibernate.search.spatial.SpatialFieldBridge
 
setAsc() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setBackendQueueProcessor(BackendQueueProcessor) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setBatchSize(int) - Method in interface org.hibernate.search.jmx.IndexControlMBean
Sets the batch size for the mass indexer.
setBatchSize(int) - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
setBoost(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
setBoost(Float) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setBoostTerms(boolean) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
setBottom(int) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
setCacheBitResultsSize(int) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setCacheInMemory(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
Deprecated.
This will be removed with no replacement.
setCalendarBridge(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setCharFilters(List<String>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
setCharFilters(Map<String, CharFilterDefinition>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
setConfigurationProperties(Properties) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setConfiguredTypeHierarchy(TypeHierarchy) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setContainedIn(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setConvertedTypeId(IndexedTypeIdentifier) - Method in interface org.hibernate.search.bridge.spi.ConversionContext
In case the next conversion fails, the error message will point to this type.
setConvertedTypeId(IndexedTypeIdentifier) - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
setCoordinates(Coordinates) - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
setCoordinates(Coordinates) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCoordinatesField(String) - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
setCriteria(Criteria) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
 
setCriteriaQuery(Criteria) - Method in interface org.hibernate.search.FullTextQuery
 
setCriteriaQuery(Criteria) - Method in interface org.hibernate.search.jpa.FullTextQuery
Defines the Database Query used to load the Lucene results.
setCriteriaQuery(Criteria) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setCurrentClass(XClass) - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
setCurrentLatitude(double) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentLongitude(double) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentMissingValue(Object) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentMissingValueFirst() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentMissingValueLast() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentName(String) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentSortFieldNativeSortDescription(SortField) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentStringNativeSortFieldDescription(String) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentType(SortField.Type) - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setCurrentValueFor(IndexWriterSetting, Integer) - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
 
setCustomWorkspace(AbstractWorkspaceImpl) - Method in class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
If invoked before WorkspaceHolder.initialize(Properties, WorkerBuildContext, IndexManager) it can set a customized Workspace instance to be used by this backend.
setDateBridge(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setDefaultTimeoutExceptionFactory(TimeoutExceptionFactory) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setDelegate(ExtendedSearchIntegratorWithShareableState) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
setDeleteByTermEnforced(boolean) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setDesc() - Method in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity) - Method in class org.hibernate.search.engine.impl.MutableEntityIndexBinding
Allows to set the document builder for this EntityIndexBinding.
setDocumentBuildersContainedEntities(IndexedTypeMap<DocumentBuilderContainedEntity>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setDocumentBuildersIndexedEntities(IndexedTypeMap<EntityIndexBinding>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setDocumentId(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setDocValues(Boolean) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setDoubleValue(double) - Method in class org.hibernate.search.spatial.impl.SpatialNumericDocValueField
 
setDynamic(DynamicType) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBridgeDefinedField
 
setDynamic(DynamicType) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
setDynamicBoost(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
setDynamicBoost(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setEntity(int, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Deprecated.
setEntity(String, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Deprecated.
setEntityType(IndexedTypeIdentifier) - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.Builder
 
setEntityType(Class) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
 
setEntityTypes(Set<Class<?>>) - Method in class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
 
setErrorHandler(ErrorHandler) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setExcludeEntityUsedForComparison(boolean) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
setExcludeFrom(boolean) - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
setExcludeTo(boolean) - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
setExplicitDocumentId(boolean) - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
setFacetEncoding(FacetEncodingType) - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata.Builder
 
setFacetEncodingAuto(boolean) - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata.Builder
 
setFacetResults(Map<String, List<Facet>>) - Method in class org.hibernate.search.query.engine.impl.FacetManagerImpl
 
setFactoryMethod(Method) - Method in class org.hibernate.search.engine.impl.FilterDef
 
setFetchSize(int) - Method in interface org.hibernate.search.FullTextQuery
 
setFetchSize(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setFieldBridge(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setFieldBridge(FieldBridge) - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
setFieldData(FieldDataType) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setFilter(Filter) - Method in interface org.hibernate.search.FullTextQuery
Deprecated.
setFilter(Filter) - Method in interface org.hibernate.search.jpa.FullTextQuery
Deprecated.
setFilter(Filter) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Deprecated.
setFilterCachingStrategy(FilterCachingStrategy) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setFirstResult(int) - Method in interface org.hibernate.search.FullTextQuery
 
setFirstResult(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
 
setFirstResult(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.search.FullTextQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.search.jpa.FullTextQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setFormat(List<String>) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setFrom(Object) - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
setGlobalAnalyzerReference(AnalyzerReference) - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference.Builder
 
setGlobalAnalyzerReference(AnalyzerReference) - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference.Builder
 
setGlobalAnalyzerReference(AnalyzerReference) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference.Builder
 
setHint(String, Object) - Method in interface org.hibernate.search.FullTextQuery
 
setHint(String, Object) - Method in interface org.hibernate.search.jpa.FullTextQuery
 
setHint(String, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setIdFieldPath(DocumentFieldPath) - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
setIdProvidedImplicit(boolean) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setIgnoreAnalyzer(boolean) - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
setIgnoreFieldBridge(boolean) - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
setImpl(Class<?>) - Method in class org.hibernate.search.filter.FilterKey
Deprecated.
 
setImpl(Class<?>) - Method in class org.hibernate.search.filter.StandardFilterKey
Deprecated.
 
setIncludeEmbeddedObjectId(boolean) - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
setIncludeZeroCounts(boolean) - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
setIndex(IndexType) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setIndex(String) - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.Builder
 
setIndexDirty(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.ElasticsearchWorkExecutionContext
 
setIndexDirty(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ForwardingElasticsearchWorkExecutionContext
 
setIndexed(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
setIndexedTypeHierarchy(TypeHierarchy) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setIndexEmbedded(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setIndexingMode(IndexingMode) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setIndexManagerFactory(IndexManagerFactory) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setIndexMetadataComplete(boolean) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setInstanceInitializer(InstanceInitializer) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setKeyMethod(Method) - Method in class org.hibernate.search.engine.impl.FilterDef
 
setLatitude(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setLocalAddress(Address) - Method in class org.hibernate.search.backend.jgroups.impl.AutoNodeSelector
 
setLocalAddress(Address) - Method in class org.hibernate.search.backend.jgroups.impl.DefaultNodeSelectorService
 
setLocalAddress(Address) - Method in class org.hibernate.search.backend.jgroups.impl.MasterNodeSelector
 
setLocalAddress(Address) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorService
 
setLocalAddress(Address) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorStrategy
The implementation might need to know it's own address, so this is provided at channel initial connection.
setLocalAddress(Address) - Method in class org.hibernate.search.backend.jgroups.impl.SlaveNodeSelector
 
setLockMode(LockModeType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setLongitude(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setLongValue(long) - Method in class org.hibernate.search.spatial.impl.SpatialNumericDocValueField
 
setMappings(Map<String, TypeMapping>) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
setMaxLevel(int) - Method in class org.hibernate.search.engine.metadata.impl.ParseContext
 
setMaxNumberOfFacets(int) - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
setMaxResults(int) - Method in interface org.hibernate.search.FullTextQuery
 
setMaxResults(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
 
setMaxResults(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setMetadataProcessorClass(Class<?>) - Method in class org.hibernate.search.bridge.builtin.TikaBridge
 
setMultitenancyEnabled(boolean) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setMultiValued(String) - Method in class org.hibernate.search.engine.impl.FacetHandling
 
setName(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
setName(String) - Method in class org.hibernate.search.filter.impl.FullTextFilterImpl
 
setNodeSelectorStrategy(String, NodeSelectorStrategy) - Method in class org.hibernate.search.backend.jgroups.impl.DefaultNodeSelectorService
 
setNodeSelectorStrategy(String, NodeSelectorStrategy) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorService
 
setNormalizer(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setNormalizers(Map<String, NormalizerDefinition>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
setNorms(NormsType) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setNullValue(JsonPrimitive) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setNumberOfFetchingThreads(int) - Method in interface org.hibernate.search.jmx.IndexControlMBean
 
setNumberOfFetchingThreads(int) - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
setNumberOfObjectLoadingThreads(int) - Method in interface org.hibernate.search.jmx.IndexControlMBean
 
setNumberOfObjectLoadingThreads(int) - Method in class org.hibernate.search.orm.jmx.impl.IndexControl
 
setOutput(ContentEncoder) - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
Set the encoder to write to when buffers are full.
setParameter(String, Object) - Method in interface org.hibernate.search.filter.FullTextFilter
 
setParameter(String, Object) - Method in class org.hibernate.search.filter.impl.FullTextFilterImpl
 
setParameter(Parameter, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(Parameter, Calendar, TemporalType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(Parameter, Date, TemporalType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setParameters(Map<String, JsonElement>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinition
 
setParameterValues(Map<String, String>) - Method in class org.hibernate.search.bridge.builtin.NumericEncodingDateBridge
 
setParameterValues(Map<String, String>) - Method in class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
setParameterValues(Map<String, String>) - Method in interface org.hibernate.search.bridge.ParameterizedBridge
Called on the bridge implementation to pass the parameters.
setParameterValues(Map<String, String>) - Method in class org.hibernate.search.cfg.ConcatStringBridge
 
setParameterValues(Map<String, String>) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchCalendarBridge
 
setParameterValues(Map<String, String>) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge
 
setParameterValues(Map) - Method in class org.hibernate.search.spatial.SpatialFieldBridgeByHash
Override method for default min and max spatial hash level
setParseContextProviderClass(Class<?>) - Method in class org.hibernate.search.bridge.builtin.TikaBridge
 
setProgrammaticMapping(SearchMapping) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setProjection(String...) - Method in interface org.hibernate.search.FullTextQuery
 
setProjection(String...) - Method in interface org.hibernate.search.jpa.FullTextQuery
Defines the Lucene field names projected and returned in a query result Each field is converted back to it's object representation, an Object[] being returned for each "row" (similar to an HQL or a Criteria API projection).
setProjection(String...) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setProperty(String, String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
setProvidedId(Map<String, Object>) - Method in class org.hibernate.search.cfg.EntityDescriptor
 
setRadius(double, Unit) - Method in class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.search.FullTextQuery
Deprecated.
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.search.jpa.FullTextQuery
Defines a result transformer used during projection
setResultTransformer(ResultTransformer) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
Deprecated.
setRowNumber(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
 
setSearchFactory(ExtendedSearchIntegrator) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
setSearchFactory(ExtendedSearchIntegrator) - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
setSearchFactory(ExtendedSearchIntegrator) - Method in interface org.hibernate.search.indexes.spi.IndexManager
Connects this IndexManager to a new ExtendedSearchIntegrator.
setSearchMapping(SearchMapping) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setSentence(String) - Method in class org.hibernate.search.query.dsl.impl.PhraseQueryContext
 
setServiceManager(ServiceManager) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setSettings(IndexSettings) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
setSlop(int) - Method in class org.hibernate.search.query.dsl.impl.PhraseQueryContext
 
setSort(Sort) - Method in interface org.hibernate.search.FullTextQuery
 
setSort(Sort) - Method in interface org.hibernate.search.jpa.FullTextQuery
Allows to let lucene sort the results.
setSort(FacetSortOrder) - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
setSort(Sort) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setSpatial(Map<String, Object>) - Method in class org.hibernate.search.cfg.PropertyDescriptor
 
setSpatialParameters(double, double, String) - Method in interface org.hibernate.search.FullTextQuery
 
setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.FullTextQuery
 
setSpatialParameters(double, double, String) - Method in interface org.hibernate.search.jpa.FullTextQuery
Defines the center of the spatial search for this query to project distance in results
setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.jpa.FullTextQuery
Defines the center of the spatial search for this query to project distance in results
setSpatialParameters(Coordinates, String) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
setSpatialParameters.
setSpatialParameters(Coordinates, String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setSpatialParameters(double, double, String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setState(InputStream) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
setStatistics(Statistics) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.search.stat.impl.StatisticsImpl
 
setStatisticsEnabled(boolean) - Method in interface org.hibernate.search.stat.Statistics
Enable statistics logs (this is a dynamic parameter)
setStatisticsEnabled(boolean) - Method in class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
setStore(Boolean) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setTermBoostFactor(float) - Method in class org.hibernate.search.query.dsl.impl.MoreLikeThisQueryContext
 
setTimeout(long, TimeUnit) - Method in interface org.hibernate.search.FullTextQuery
 
setTimeout(long, TimeUnit) - Method in interface org.hibernate.search.jpa.FullTextQuery
Define a timeout period for a given unit of time.
setTimeout(long, TimeUnit) - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
setTimeout(long, TimeUnit) - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
setTimeout(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setTimeout(long, TimeUnit) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
setTimingSource(TimingSource) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
settings(IndexSettings) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.CreateIndexWorkBuilder
 
settings(IndexSettings) - Method in class org.hibernate.search.elasticsearch.work.impl.CreateIndexWork.Builder
 
setTo(Object) - Method in class org.hibernate.search.query.dsl.impl.RangeQueryContext
 
setTokenFilters(List<String>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
setTokenFilters(Map<String, TokenFilterDefinition>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
setTokenizer(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalyzerDefinition
 
setTokenizers(Map<String, TokenizerDefinition>) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
setTopValue(Double) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
setTransactionManagerExpected(boolean) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
setType(DataType) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
setType(String) - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AnalysisDefinition
 
setWorker(Worker) - Method in class org.hibernate.search.engine.impl.MutableSearchFactoryState
 
severalNumericFieldAnnotationsForSameField(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
ShardIdentifierProvider - Interface in org.hibernate.search.store
Implementations provide the identifiers of those shards to be taken into account by the engine when working with specified entities or queries.
ShardIdentifierProviderTemplate - Class in org.hibernate.search.store
Recommended parent class to create custom ShardIdentifierProvider implementations.
ShardIdentifierProviderTemplate() - Constructor for class org.hibernate.search.store.ShardIdentifierProviderTemplate
 
ShardSensitiveOnlyFilter - Interface in org.hibernate.search.filter
When using this class in @FullTextFilterDef.impl, Hibernate Search considers the filter to be only influencing the sharding strategy.
SharedIndexCommitPolicy - Class in org.hibernate.search.backend.impl.lucene
Commit policy for a shared index writer, that must be flushed (and closed) after each changeset
SharedIndexCommitPolicy(IndexWriterHolder) - Constructor for class org.hibernate.search.backend.impl.lucene.SharedIndexCommitPolicy
 
SharedIndexWorkspaceImpl - Class in org.hibernate.search.backend.impl.lucene
 
SharedIndexWorkspaceImpl(DirectoryBasedIndexManager, WorkerBuildContext, Properties) - Constructor for class org.hibernate.search.backend.impl.lucene.SharedIndexWorkspaceImpl
 
SharingBufferReaderProvider - Class in org.hibernate.search.indexes.impl
This ReaderProvider shares IndexReaders as long as they are "current"; It uses IndexReader.reopen() which should improve performance on larger indexes as it shares buffers with previous IndexReader generation for the segments which didn't change.
SharingBufferReaderProvider() - Constructor for class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
 
SharingBufferReaderProvider.PerDirectoryLatestReader - Class in org.hibernate.search.indexes.impl
An instance for each DirectoryProvider, establishing the association between "current" ReaderUsagePair for a DirectoryProvider and it's lock.
SharingBufferReaderProvider.ReaderUsagePair - Class in org.hibernate.search.indexes.impl
Container for the couple IndexReader,UsageCounter.
ShortBridge - Class in org.hibernate.search.bridge.builtin
Bridge a Short to a String.
ShortBridge() - Constructor for class org.hibernate.search.bridge.builtin.ShortBridge
 
should(Query) - Method in interface org.hibernate.search.query.dsl.BooleanJunction
The boolean query results should match the subquery
shutdown() - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
shutDownNow() - Method in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
shuttingDownBackend(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SIMILARITY_CLASS - Static variable in class org.hibernate.search.cfg.Environment
Default Lucene similarity
SIMILARITY_CLASS_PER_INDEX - Static variable in class org.hibernate.search.cfg.Environment
Define the similarity class name for a given index
SimpleBulkableElasticsearchWork<R> - Class in org.hibernate.search.elasticsearch.work.impl
 
SimpleBulkableElasticsearchWork(SimpleBulkableElasticsearchWork.Builder<?>) - Constructor for class org.hibernate.search.elasticsearch.work.impl.SimpleBulkableElasticsearchWork
 
SimpleBulkableElasticsearchWork.Builder<B> - Class in org.hibernate.search.elasticsearch.work.impl
 
SimpleElasticsearchAnalysisDefinitionRegistry - Class in org.hibernate.search.elasticsearch.analyzer.definition.impl
A simple implementation of ElasticsearchAnalysisDefinitionRegistry.
SimpleElasticsearchAnalysisDefinitionRegistry() - Constructor for class org.hibernate.search.elasticsearch.analyzer.definition.impl.SimpleElasticsearchAnalysisDefinitionRegistry
 
SimpleElasticsearchAnalysisDefinitionRegistryPopulator - Class in org.hibernate.search.elasticsearch.analyzer.impl
A populator of an Elasticsearch analysis definitions provided explicitly.
SimpleElasticsearchAnalysisDefinitionRegistryPopulator(String, AnalyzerDefinition, String, TokenizerDefinition, Map<String, CharFilterDefinition>, Map<String, TokenFilterDefinition>) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.SimpleElasticsearchAnalysisDefinitionRegistryPopulator
 
SimpleElasticsearchAnalysisDefinitionRegistryPopulator(String, NormalizerDefinition, Map<String, CharFilterDefinition>, Map<String, TokenFilterDefinition>) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.SimpleElasticsearchAnalysisDefinitionRegistryPopulator
 
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
 
SimpleElasticsearchResponseListener - Class in org.hibernate.search.elasticsearch.work.impl
 
SimpleElasticsearchResponseListener() - Constructor for class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchResponseListener
 
SimpleElasticsearchWork<R> - Class in org.hibernate.search.elasticsearch.work.impl
 
SimpleElasticsearchWork(SimpleElasticsearchWork.Builder<?>) - Constructor for class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
SimpleElasticsearchWork.Builder<B> - Class in org.hibernate.search.elasticsearch.work.impl
 
SimpleIndexingProgressMonitor - Class in org.hibernate.search.batchindexing.impl
A very simple implementation of MassIndexerProgressMonitor which uses the logger at INFO level to output indexing speed statistics.
SimpleIndexingProgressMonitor() - Constructor for class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
Logs progress of indexing job every 50 documents written.
SimpleIndexingProgressMonitor(int) - Constructor for class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
Logs progress of indexing job every logAfterNumberOfDocuments documents written.
SimpleInitializer - Class in org.hibernate.search.engine.impl
Simple pass-through implementation of InstanceInitializer.
SimpleLuceneAnalysisDefinitionRegistry - Class in org.hibernate.search.analyzer.definition.impl
A simple implementation of LuceneAnalysisDefinitionRegistry.
SimpleLuceneAnalysisDefinitionRegistry() - Constructor for class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
SimpleLuceneAnalysisDefinitionRegistry(Map<String, AnalyzerDef>, Map<String, NormalizerDef>) - Constructor for class org.hibernate.search.analyzer.definition.impl.SimpleLuceneAnalysisDefinitionRegistry
 
SimpleLuceneAnalyzerReference - Class in org.hibernate.search.analyzer.impl
A reference to an Analyzer.
SimpleLuceneAnalyzerReference(Analyzer) - Constructor for class org.hibernate.search.analyzer.impl.SimpleLuceneAnalyzerReference
 
SimpleLuceneNormalizerReference - Class in org.hibernate.search.analyzer.impl
 
SimpleLuceneNormalizerReference(Analyzer) - Constructor for class org.hibernate.search.analyzer.impl.SimpleLuceneNormalizerReference
 
simpleQueryParserDoesNotSupportNullQueries() - Method in interface org.hibernate.search.util.logging.impl.Log
 
simpleQueryString() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
simpleQueryString() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a query from a simple query string.
SimpleQueryStringContext - Interface in org.hibernate.search.query.dsl
 
SimpleQueryStringDefinitionTermination - Interface in org.hibernate.search.query.dsl
 
SimpleQueryStringMatchingContext - Interface in org.hibernate.search.query.dsl
 
SimpleQueryStringTermination - Interface in org.hibernate.search.query.dsl
 
singleTermDeleteDisabled(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SINGLETON - Static variable in class org.hibernate.search.engine.nulls.codec.impl.NotEncodingCodec
 
singletonMapping(IndexedTypeIdentifier, V) - Static method in class org.hibernate.search.spi.impl.IndexedTypeMaps
 
SingularTermDeletionQuery - Class in org.hibernate.search.backend.spi
DeleteByQuery equivalent to TermQuery
SingularTermDeletionQuery(String, String) - Constructor for class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
SingularTermDeletionQuery(String, int) - Constructor for class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
SingularTermDeletionQuery(String, long) - Constructor for class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
SingularTermDeletionQuery(String, float) - Constructor for class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
SingularTermDeletionQuery(String, double) - Constructor for class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
SingularTermDeletionQuery(String, Object, SingularTermDeletionQuery.Type) - Constructor for class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
SingularTermDeletionQuery.Type - Enum in org.hibernate.search.backend.spi
 
size() - Method in class org.hibernate.search.backend.impl.WorkQueue
Returns an estimate of the to be performed operations
SIZE - Static variable in class org.hibernate.search.cfg.ConcatStringBridge
 
size() - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
size() - Method in class org.hibernate.search.elasticsearch.util.impl.Window
 
size() - Method in class org.hibernate.search.engine.impl.WorkPlan
Returns an approximation of the amount of work in the queue.
size() - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
size() - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
size() - Method in interface org.hibernate.search.spi.IndexedTypeSet
 
size() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
size() - Method in class org.hibernate.search.util.impl.SoftLimitMRUCache
Gets the strong reference cache size.
skipDirtyChecks() - Method in interface org.hibernate.search.event.impl.EventsIntegratorState
 
skipDirtyChecks(ExtendedSearchIntegrator) - Static method in class org.hibernate.search.event.impl.FullTextIndexEventListener
 
skippingDirectorySynchronization(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SlaveNodeSelector - Class in org.hibernate.search.backend.jgroups.impl
This NodeSelectorStrategy is a static configuration for the local node to avoid processing any indexing operations locally.
SlaveNodeSelector() - Constructor for class org.hibernate.search.backend.jgroups.impl.SlaveNodeSelector
 
SoftLimitMRUCache - Class in org.hibernate.search.util.impl
Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache.
SoftLimitMRUCache() - Constructor for class org.hibernate.search.util.impl.SoftLimitMRUCache
Constructs a cache with the default settings.
SoftLimitMRUCache(int, int) - Constructor for class org.hibernate.search.util.impl.SoftLimitMRUCache
Constructs a cache with the specified settings.
softSize() - Method in class org.hibernate.search.util.impl.SoftLimitMRUCache
Gets the soft reference cache size.
SolrSynonymsParameterValueTransformer - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
SolrSynonymsParameterValueTransformer(ResourceLoader) - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.SolrSynonymsParameterValueTransformer
 
sort() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
sort() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a sort that can be applied to a query execution.
sort - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
sort(Sort) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
sort(Sort) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Lets Lucene sort the results.
sortable(boolean) - Method in interface org.hibernate.search.bridge.spi.FieldMetadataCreationContext
Marks the last added field as sortable.
sortable(boolean) - Method in class org.hibernate.search.elasticsearch.bridge.spi.Elasticsearch
 
SortableField - Annotation Type in org.hibernate.search.annotations
Makes a property sortable.
sortableField() - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
sortableField() - Method in class org.hibernate.search.cfg.FieldMapping
 
SortableFieldMapping - Class in org.hibernate.search.cfg
Configures a sortable field.
SortableFieldMapping(String, PropertyDescriptor, EntityDescriptor, SearchMapping) - Constructor for class org.hibernate.search.cfg.SortableFieldMapping
 
SortableFieldMetadata - Class in org.hibernate.search.engine.metadata.impl
Meta-data about a sort field of a mapped entity.
SortableFieldMetadata.Builder - Class in org.hibernate.search.engine.metadata.impl
 
sortableFieldRefersToUndefinedField(IndexedTypeIdentifier, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SortableFields - Annotation Type in org.hibernate.search.annotations
Defines several sortable fields.
sortableFieldWithNonNormalizerAnalyzer(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SortAdditionalSortFieldContext - Interface in org.hibernate.search.query.dsl.sort
A context from which one may add another sort definition to the sort list.
SortConfiguration(String, Map<IndexedTypeIdentifier, List<SortableFieldMetadata>>) - Constructor for class org.hibernate.search.query.engine.impl.SortConfigurations.SortConfiguration
 
SortConfigurations - Class in org.hibernate.search.query.engine.impl
Provides information about the sortable fields configured for given entities.
SortConfigurations.Builder - Class in org.hibernate.search.query.engine.impl
Collects the sortable fields configured for given entities.
SortConfigurations.SortConfiguration - Class in org.hibernate.search.query.engine.impl
Provides information about the sortable fields configured for one or more entities mapped to the same index.
SortContext - Interface in org.hibernate.search.query.dsl.sort
 
SortDistanceFieldAndReferenceContext - Interface in org.hibernate.search.query.dsl.sort
 
SortDistanceFieldContext - Interface in org.hibernate.search.query.dsl.sort
A context from which one must define the reference coordinates to which the distance will be computed when sorting.
SortDistanceNoFieldContext - Interface in org.hibernate.search.query.dsl.sort
 
SortFieldContext - Interface in org.hibernate.search.query.dsl.sort
 
sortFields - Variable in class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
SortFieldStates - Class in org.hibernate.search.query.dsl.sort.impl
Holds the list of @{link SortField}s as well as the state of the one being constructed.
SortFieldStates(QueryBuildingContext) - Constructor for class org.hibernate.search.query.dsl.sort.impl.SortFieldStates
 
sortFieldTypeUnsupported(String, SortField.Type) - Method in interface org.hibernate.search.util.logging.impl.Log
 
sortFirst() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
sortFirst() - Method in interface org.hibernate.search.query.dsl.sort.SortMissingValueContext
Put documents with missing values first in the sorting.
sortLast() - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
sortLast() - Method in interface org.hibernate.search.query.dsl.sort.SortMissingValueContext
Put documents with missing values last in the sorting.
SortLatLongContext - Interface in org.hibernate.search.query.dsl.sort
 
SortMissingValueContext<T> - Interface in org.hibernate.search.query.dsl.sort
 
SortNativeContext - Interface in org.hibernate.search.query.dsl.sort
 
SortOrder<T> - Interface in org.hibernate.search.query.dsl.sort
 
SortOrderTermination - Interface in org.hibernate.search.query.dsl.sort
 
sortRequiresIndexedField(Class<?>, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SortScoreContext - Interface in org.hibernate.search.query.dsl.sort
 
SortTermination - Interface in org.hibernate.search.query.dsl.sort
 
sortTypeDoesNotMatchFieldType(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SOURCE - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
The JSON document as stored in Elasticsearch.
sourceDirectoryNotExisting(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
SOUTH_POLE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
Spatial - Annotation Type in org.hibernate.search.annotations
Defines a spatial property.
spatial() - Method in class org.hibernate.search.cfg.DocumentIdMapping
 
spatial() - Method in class org.hibernate.search.cfg.EntityMapping
 
spatial() - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
spatial() - Method in class org.hibernate.search.cfg.IndexedMapping
 
spatial() - Method in class org.hibernate.search.cfg.PropertyMapping
 
spatial() - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
spatial() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
spatial() - Method in class org.hibernate.search.query.dsl.impl.ConnectedQueryBuilder
 
spatial() - Method in interface org.hibernate.search.query.dsl.QueryBuilder
Build a spatial query.
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.
SPATIAL_DISTANCE - Static variable in interface org.hibernate.search.engine.ProjectionConstants
Represents the distance (in kilometers) between an entity and the center of the search area in case of a spatial query.
SpatialContext - Interface in org.hibernate.search.query.dsl
 
spatialDistance(int) - Method in class org.hibernate.search.query.engine.impl.QueryHits
 
SpatialFieldBridge - Class in org.hibernate.search.spatial
 
SpatialFieldBridge() - Constructor for class org.hibernate.search.spatial.SpatialFieldBridge
 
SpatialFieldBridge(String, String) - Constructor for class org.hibernate.search.spatial.SpatialFieldBridge
 
SpatialFieldBridgeByHash - Class in org.hibernate.search.spatial
Hibernate Search field bridge, binding a Coordinates to a spatial hash field in the index
SpatialFieldBridgeByHash() - Constructor for class org.hibernate.search.spatial.SpatialFieldBridgeByHash
 
SpatialFieldBridgeByHash(int, int) - Constructor for class org.hibernate.search.spatial.SpatialFieldBridgeByHash
 
SpatialFieldBridgeByHash(int, int, String, String) - Constructor for class org.hibernate.search.spatial.SpatialFieldBridgeByHash
 
SpatialFieldBridgeByRange - Class in org.hibernate.search.spatial
Hibernate Search field bridge using Range Spatial, binding a Coordinates to two numeric fields for latitude and Longitude
SpatialFieldBridgeByRange() - Constructor for class org.hibernate.search.spatial.SpatialFieldBridgeByRange
 
SpatialFieldBridgeByRange(String, String) - Constructor for class org.hibernate.search.spatial.SpatialFieldBridgeByRange
 
spatialFieldName - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
SpatialHashQuery - Class in org.hibernate.search.spatial.impl
Lucene distance Query for documents which have been indexed with Hibernate Search SpatialFieldBridgeByHash Use denormalized spatial hash cell ids to return a sub set of documents near the center
SpatialHashQuery(List<String>, String) - Constructor for class org.hibernate.search.spatial.impl.SpatialHashQuery
 
SpatialHelper - Class in org.hibernate.search.spatial.impl
Spatial fields, ids generator and geometric calculation methods for use in SpatialFieldBridge
SpatialMatchingContext - Interface in org.hibernate.search.query.dsl
 
SpatialMode - Enum in org.hibernate.search.annotations
Defines the index structure mode used for spatial information
spatialMode(SpatialMode) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
spatialMode(SpatialMode) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
SpatialNumericDocValueField - Class in org.hibernate.search.spatial.impl
This class is equivalent to DoubleDocValuesField except that we set the property indexed to false explicitly.
SpatialNumericDocValueField(String, Double) - Constructor for class org.hibernate.search.spatial.impl.SpatialNumericDocValueField
 
SpatialQueryBuilder - Class in org.hibernate.search.spatial
The SpatialQueryBuilder hold builder methods for Hash, Distance and Spatial (Hash+Distance) filters and queries
SpatialQueryBuilder() - Constructor for class org.hibernate.search.spatial.SpatialQueryBuilder
 
SpatialQueryBuilderFromCoordinates - Class in org.hibernate.search.spatial.impl
The SpatialQueryBuilder holds builder methods for Hash, Distance and Spatial (Hash+Distance) queries
SpatialQueryBuilderFromCoordinates() - Constructor for class org.hibernate.search.spatial.impl.SpatialQueryBuilderFromCoordinates
 
SpatialQueryContext - Class in org.hibernate.search.query.dsl.impl
 
SpatialQueryContext() - Constructor for class org.hibernate.search.query.dsl.impl.SpatialQueryContext
 
Spatials - Annotation Type in org.hibernate.search.annotations
 
spatialSearchCenter - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
SpatialTermination - Interface in org.hibernate.search.query.dsl
 
split() - Method in class org.hibernate.search.util.impl.Closer
 
splitQueue() - Method in class org.hibernate.search.backend.impl.WorkQueue
 
StandardFilterKey - Class in org.hibernate.search.filter
Deprecated.
Custom filter keys are deprecated and are scheduled for removal in Hibernate Search 6. As of Hibernate Search 5.1, keys for caching Lucene filters are calculated automatically based on the given filter parameters.
StandardFilterKey() - Constructor for class org.hibernate.search.filter.StandardFilterKey
Deprecated.
 
StandardServiceManager - Class in org.hibernate.search.engine.service.impl
Default implementation of the ServiceManager interface.
StandardServiceManager(SearchConfiguration, BuildContext) - Constructor for class org.hibernate.search.engine.service.impl.StandardServiceManager
 
StandardServiceManager(SearchConfiguration, BuildContext, Map<Class<? extends Service>, String>) - Constructor for class org.hibernate.search.engine.service.impl.StandardServiceManager
 
start(Properties, BuildContext) - Method in class org.hibernate.search.analyzer.definition.impl.PropertiesBasedLuceneAnalysisDefinitionSourceService
 
start(Properties, BuildContext) - Method in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
start() - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
start(Properties, BuildContext) - Method in class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClientFactory
 
start(Properties, BuildContext) - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
start(Properties, BuildContext) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchLuceneQueryTranslator
 
start(Properties, BuildContext) - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchNestingContextFactoryProvider
 
start(Properties, BuildContext) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
start() - Method in class org.hibernate.search.elasticsearch.util.impl.Window
 
start(Properties, BuildContext) - Method in class org.hibernate.search.engine.impl.DefaultIndexManagerFactory
 
start(Properties, BuildContext) - Method in interface org.hibernate.search.engine.service.spi.Startable
Start phase notification.
start(Properties, BuildContext) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkSerializerImpl
 
start() - Method in interface org.hibernate.search.MassIndexer
Starts the indexing process in background (asynchronous).
start() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
we start counting from this method call (if needed)
start() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
start(DirectoryBasedIndexManager) - Method in interface org.hibernate.search.store.DirectoryProvider
Executed after initialize, this method set up the heavy process of starting up the DirectoryProvider IO processing as well as background processing are expected to be set up here
start(Properties, BuildContext) - Method in class org.hibernate.search.store.impl.DefaultLockFactoryCreator
 
start(DirectoryBasedIndexManager) - Method in class org.hibernate.search.store.impl.FSDirectoryProvider
 
start(DirectoryBasedIndexManager) - Method in class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
start(DirectoryBasedIndexManager) - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
start(DirectoryBasedIndexManager) - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
 
Startable - Interface in org.hibernate.search.engine.service.spi
Lifecycle contract for services which wish to be notified when it is time to start.
startAndWait() - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
startAndWait() - Method in interface org.hibernate.search.MassIndexer
Starts the indexing process, and then block until it's finished.
startCopy() - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzerReference
 
startCopy() - Method in interface org.hibernate.search.analyzer.spi.ScopedAnalyzerReference
 
startCopy() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.ScopedElasticsearchAnalyzerReference
 
startingJGroupsChannel(Object) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
startingSyncConsumerThread(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
StatelessSessionAwareRunnable - Interface in org.hibernate.search.batchindexing.impl
 
states - Variable in class org.hibernate.search.query.dsl.sort.impl.AbstractConnectedSortContext
 
Statistics - Interface in org.hibernate.search.stat
Interface which defines several methods allowing to access statistical data.
STATISTICS_MBEAN_OBJECT_NAME - Static variable in interface org.hibernate.search.jmx.StatisticsInfoMBean
 
StatisticsImpl - Class in org.hibernate.search.stat.impl
A concurrent implementation of the Statistics interface.
StatisticsImpl(ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.stat.impl.StatisticsImpl
 
StatisticsImplementor - Interface in org.hibernate.search.stat.spi
Statistics SPI for the Search.
StatisticsInfo(Statistics) - Constructor for class org.hibernate.search.util.jmx.impl.JMXRegistrar.StatisticsInfo
 
StatisticsInfoMBean - Interface in org.hibernate.search.jmx
 
StemmerOverrideRuleFileParameterValueTransformer - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
StemmerOverrideRuleFileParameterValueTransformer(ResourceLoader) - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.StemmerOverrideRuleFileParameterValueTransformer
 
stop() - Method in class org.hibernate.search.backend.impl.lucene.NRTWorkspaceImpl
 
stop() - Method in class org.hibernate.search.backend.jgroups.impl.DispatchMessageSender
 
stop() - Method in class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClientFactory
 
stop() - Method in class org.hibernate.search.elasticsearch.impl.DefaultElasticsearchService
 
stop() - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
stop() - Method in class org.hibernate.search.engine.impl.DefaultTimingSource
 
stop() - Method in interface org.hibernate.search.engine.service.spi.Stoppable
Stop phase notification
stop() - Method in interface org.hibernate.search.engine.spi.TimingSource
Invoked on SearchIntegrator shutdown.
stop() - Method in class org.hibernate.search.indexes.impl.IndexManagerHolder
Stops all IndexManager instances
stop() - Method in class org.hibernate.search.indexes.impl.NotSharedReaderProvider
 
stop() - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider
 
stop() - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider
 
stop() - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkSerializerImpl
 
stop() - Method in interface org.hibernate.search.indexes.spi.DirectoryBasedReaderProvider
 
stop() - Method in class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
stop() - Method in interface org.hibernate.search.query.engine.spi.TimeoutManager
 
stop() - Method in interface org.hibernate.search.store.DirectoryProvider
Executed when the search factory is closed.
stop() - Method in class org.hibernate.search.store.impl.FSDirectoryProvider
 
stop() - Method in class org.hibernate.search.store.impl.FSMasterDirectoryProvider
 
stop() - Method in class org.hibernate.search.store.impl.FSSlaveDirectoryProvider
 
stop() - Method in class org.hibernate.search.store.impl.RAMDirectoryProvider
 
Stoppable - Interface in org.hibernate.search.engine.service.spi
Lifecycle contract for services which wish to be notified when it is time to stop.
stoppingSyncConsumerThread(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
stopServiceFailed(Class<?>, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
Store - Enum in org.hibernate.search.annotations
Whether or not the value is stored in the document
store(Store) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
store(Store) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
store(Store) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
store(Store) - Method in class org.hibernate.search.cfg.FieldMapping
 
store(Store) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
store(Store) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
store(OutputStream, String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
storeToXML(OutputStream, String, String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
storeToXML(OutputStream, String) - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
streamCollector() - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
StreamHelper - Class in org.hibernate.search.util.impl
 
StreamingOperationDispatcher - Class in org.hibernate.search.backend.impl
A streaming dispatcher, sending works to the IndexManager.performStreamOperation(LuceneWork, IndexingMonitor, boolean) method of their respective index manager.
StreamingOperationDispatcher(SearchIntegrator, boolean) - Constructor for class org.hibernate.search.backend.impl.StreamingOperationDispatcher
 
StreamingOperationExecutor - Interface in org.hibernate.search.backend.impl
Sends a single operation to the related backends, considering the sharding strategy.
StreamingOperationExecutorSelector - Class in org.hibernate.search.backend.impl
This visitor applies the selection logic from the plugged IndexShardingStrategies to stream operations, as used by optimize() and batching operations.
STRING - Static variable in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
String2FieldBridgeAdaptor - Class in org.hibernate.search.bridge.util.impl
Bridge to use a StringBridge as a FieldBridge.
String2FieldBridgeAdaptor(StringBridge) - Constructor for class org.hibernate.search.bridge.util.impl.String2FieldBridgeAdaptor
 
StringBridge - Class in org.hibernate.search.bridge.builtin
Bridge a String to a string.
StringBridge() - Constructor for class org.hibernate.search.bridge.builtin.StringBridge
 
StringBridge - Interface in org.hibernate.search.bridge
Transform an object into a string representation.
stringConversionContext(StringBridge) - Method in interface org.hibernate.search.bridge.spi.ConversionContext
Decorates a StringBridge.
stringConversionContext(StringBridge) - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
stringEncodedFieldsAreTargetedWithNumericQuery(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
StringEncodingCalendarBridge - Class in org.hibernate.search.bridge.builtin
Bridge a java.util.Calendar to a String, truncated to the specified resolution.
StringEncodingCalendarBridge() - Constructor for class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
StringEncodingCalendarBridge(Resolution) - Constructor for class org.hibernate.search.bridge.builtin.StringEncodingCalendarBridge
 
StringEncodingDateBridge - Class in org.hibernate.search.bridge.builtin
Bridge a java.util.Date to a String, truncated to the specified resolution.
StringEncodingDateBridge() - Constructor for class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
StringEncodingDateBridge(Resolution) - Constructor for class org.hibernate.search.bridge.builtin.StringEncodingDateBridge
 
stringField(FieldInfo, byte[]) - Method in class org.hibernate.search.query.engine.impl.ReusableDocumentStoredFieldVisitor
 
StringHelper - Class in org.hibernate.search.util
Inspired from org.hibernate.util.StringHelper, but removing most methods as they are not needed for Hibernate Search.
stringToCalendar(String) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchDateHelper
 
stringToDate(String) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchDateHelper
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.BigDecimalBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.BigIntegerBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.BooleanBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.ByteBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.CharacterBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.ClassBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.DoubleBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.EnumBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.FloatBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.IntegerBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.LongBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.ShortBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.StringBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.PeriodBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.TemporalAccessorStringBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.ZoneIdBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.time.impl.ZoneOffsetBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.UriBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.UrlBridge
 
stringToObject(String) - Method in class org.hibernate.search.bridge.builtin.UUIDBridge
 
stringToObject(String) - Method in interface org.hibernate.search.bridge.TwoWayStringBridge
Convert the index string representation to an object.
stringToObject(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchBooleanBridge
 
stringToObject(String) - Method in class org.hibernate.search.elasticsearch.bridge.builtin.time.impl.ElasticsearchTemporalAccessorStringBridge
 
stripSpatialFieldSuffix(String) - Static method in class org.hibernate.search.spatial.impl.SpatialHelper
 
submit(ElasticsearchRequest) - Method in class org.hibernate.search.elasticsearch.client.impl.DefaultElasticsearchClient
 
submit(ElasticsearchRequest) - Method in interface org.hibernate.search.elasticsearch.client.impl.ElasticsearchClient
 
submit(Iterable<ElasticsearchWork<?>>) - Method in interface org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkOrchestrator
 
submit(ElasticsearchWork<?>) - Method in interface org.hibernate.search.elasticsearch.processor.impl.ElasticsearchWorkOrchestrator
 
submitToAsyncIndexingExecutor(LuceneBackendQueueTask) - Method in class org.hibernate.search.backend.impl.lucene.LuceneBackendResources
 
subtraction(IndexedTypeSet, IndexedTypeSet) - Static method in class org.hibernate.search.spi.impl.IndexedTypeSets
 
suspect(Address) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
synchronizationPerTransaction - Variable in class org.hibernate.search.backend.impl.PerTransactionWorker
 
synchronize(Path, Path, boolean) - Static method in class org.hibernate.search.util.impl.FileHelper
 

T

take() - Method in class org.hibernate.search.batchindexing.impl.ProducerConsumerQueue
Blocks until an object is available; when null is returned the client thread should quit.
targetedEntities - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
targetedEntities(IndexedTypeSet) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
targetedEntityTypesNotConfigured(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
targetedEntityTypesNotIndexed(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
targetedFieldNotSpatial(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
targetElement(Class<?>) - Method in class org.hibernate.search.cfg.IndexEmbeddedMapping
 
TemporalAccessorStringBridge<T extends TemporalAccessor> - Class in org.hibernate.search.bridge.builtin.time.impl
Base class for the conversion of TemporalAccessor to String.
TemporalAccessorStringBridge(DateTimeFormatter, Class<T>) - Constructor for class org.hibernate.search.bridge.builtin.time.impl.TemporalAccessorStringBridge
 
TENANT_ID_FIELDNAME - Static variable in class org.hibernate.search.engine.spi.DocumentBuilderIndexedEntity
The tenant identifier.
tenantId - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
tenantIdentifier(String) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
tenantIdentifier(String) - Method in interface org.hibernate.search.batchindexing.spi.MassIndexerWithTenant
Set the tenant that is associated to this MassIndexer.
tenantIdentifier(String) - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
 
tenantIdentifier(String) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
tenantIdentifier(String) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
 
TermContext - Interface in org.hibernate.search.query.dsl
 
TermFuzzy - Interface in org.hibernate.search.query.dsl
 
Termination<T> - Interface in org.hibernate.search.query.dsl
 
TermMatchingContext - Interface in org.hibernate.search.query.dsl
 
TermTermination - Interface in org.hibernate.search.query.dsl
 
TermVector - Enum in org.hibernate.search.annotations
Defines the term vector storing strategy
termVector(TermVector) - Method in class org.hibernate.search.cfg.ClassBridgeMapping
 
termVector(TermVector) - Method in class org.hibernate.search.cfg.FieldBridgeMapping
 
termVector(TermVector) - Method in class org.hibernate.search.cfg.FieldMapping
 
termVector(TermVector) - Method in class org.hibernate.search.cfg.IndexedClassBridgeMapping
 
THIS - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
Represents the Hibernate entity returned in a search.
THIS - Static variable in interface org.hibernate.search.engine.ProjectionConstants
Represents the Hibernate entity returned in a search.
threadInterruptedWhileSubmittingChangeset(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
threadsForSubsequentFetching(int) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
Deprecated.
threadsForSubsequentFetching(int) - Method in interface org.hibernate.search.MassIndexer
Deprecated.
Being ignored: this method will be removed.
threadsToLoadObjects(int) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
threadsToLoadObjects(int) - Method in interface org.hibernate.search.MassIndexer
Set the number of threads to be used to load the root entities.
Throwables - Class in org.hibernate.search.util.impl
Throwable-related utils.
TikaBridge - Annotation Type in org.hibernate.search.annotations
Defines a bridge for integrating with Apache Tika.
TikaBridge - Class in org.hibernate.search.bridge.builtin
Bridge implementation which uses Apache Tika to extract data from provided input.
TikaBridge() - Constructor for class org.hibernate.search.bridge.builtin.TikaBridge
 
TikaMetadataProcessor - Interface in org.hibernate.search.bridge
 
TikaParseContextProvider - Interface in org.hibernate.search.bridge
 
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.
timedOutWaitingShutdown(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
timedOutWaitingShutdownOfReaderProvider(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
TimeHelper - Class in org.hibernate.search.util.impl
Helpers for classes in java.time.*
timeoutExceptionFactory - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
timeoutExceptionFactory(TimeoutExceptionFactory) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
timeoutExceptionFactory(TimeoutExceptionFactory) - Method in interface org.hibernate.search.query.engine.spi.HSQuery
Define the timeout exception factory to customize the exception returned by the user.
TimeoutExceptionFactory - Interface in org.hibernate.search.query.engine.spi
The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
timeoutManager - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
TimeoutManager - Interface in org.hibernate.search.query.engine.spi
 
timeoutManager(TimeoutManager) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
 
TimeoutManager.Type - Enum in org.hibernate.search.query.engine.spi
 
TimeoutManagerImpl - Class in org.hibernate.search.query.engine.impl
 
TimeoutManagerImpl(Object, TimeoutExceptionFactory, TimingSource) - Constructor for class org.hibernate.search.query.engine.impl.TimeoutManagerImpl
 
TimingSource - Interface in org.hibernate.search.engine.spi
Lucene delegates responsibility for efficient time tracking to an external service; this is needed for example by the TimeLimitingCollector.TimeLimitingCollector(org.apache.lucene.search.Collector, org.apache.lucene.util.Counter, long) used by Hibernate Search when time limits are enabled on fulltext queries.
to(T) - Method in interface org.hibernate.search.query.dsl.FacetRangeLimitContext
 
to(T) - Method in class org.hibernate.search.query.dsl.impl.ConnectedFacetRangeLimitContext
 
to(T) - Method in interface org.hibernate.search.query.dsl.RangeMatchingContext.FromRangeContext
 
TO_DEGREES_RATIO - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
TO_RADIANS_RATIO - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
toByteArray(Serializable) - Static method in class org.hibernate.search.indexes.serialization.impl.SerializationHelper
 
ToElasticsearch - Class in org.hibernate.search.elasticsearch.impl
Various utilities to transform Hibernate Search API into Elasticsearch JSON.
toElement(T) - Method in class org.hibernate.search.elasticsearch.gson.impl.JsonElementType
 
toEntity(Gson, ElasticsearchRequest) - Static method in class org.hibernate.search.elasticsearch.util.impl.ElasticsearchClientUtils
 
toEntity(Object) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
toEntity(Object) - Method in interface org.hibernate.search.query.dsl.MoreLikeThisMatchingContext
 
toEntityWithId(Object) - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisMatchingContext
 
toEntityWithId(Object) - Method in interface org.hibernate.search.query.dsl.MoreLikeThisMatchingContext
Find other entities looking like the entity with the given id.
toExternalRepresentation() - Method in enum org.hibernate.search.spi.IndexingMode
Returns the external representation of this indexing mode.
toFullyQualifiedClassName(String) - Method in interface org.hibernate.search.cfg.spi.DirectoryProviderService
Resolve short names into implementation names
toFullyQualifiedClassName(String) - Method in class org.hibernate.search.store.impl.DefaultDirectoryProviderService
 
toImmutableList(Collection<? extends T>) - Static method in class org.hibernate.search.util.impl.CollectionHelper
 
toInstance(byte[], Class<T>) - Static method in class org.hibernate.search.indexes.serialization.impl.SerializationHelper
 
tokenFilter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
tokenFilter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneCharFilterDefinitionContextImpl
 
tokenFilter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneNormalizerDefinitionContextImpl
 
tokenFilter(Class<? extends TokenFilterFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneTokenFilterDefinitionContextImpl
 
tokenFilter(Class<? extends TokenFilterFactory>) - Method in interface org.hibernate.search.analyzer.definition.LuceneCompositeAnalysisDefinitionContext
Add a token filter that the analyzer will use.
tokenFilter(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a token filter definition.
tokenFilter(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
tokenFilterContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
TokenFilterDef - Annotation Type in org.hibernate.search.annotations
Define a TokenFilterFactory and its parameters.
TokenFilterDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
A definition of an Elasticsearch token filter, to be included in index settings.
TokenFilterDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.TokenFilterDefinition
 
TokenFilterDefMapping - Class in org.hibernate.search.cfg
 
tokenFilterMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
tokenFilterNamingConflict(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
tokenizedTermValues(Analyzer, String, String) - Static method in class org.hibernate.search.util.AnalyzerUtils
 
tokenizer(Class<? extends TokenizerFactory>) - Method in class org.hibernate.search.analyzer.definition.impl.LuceneAnalyzerDefinitionContextImpl
 
tokenizer(Class<? extends TokenizerFactory>) - Method in interface org.hibernate.search.analyzer.definition.LuceneAnalyzerDefinitionContext
Set the tokenizer to use.
tokenizer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionRegistryBuilder
Start a tokenizer definition.
tokenizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisDefinitionRegistryBuilderImpl
 
TokenizerChain - Class in org.hibernate.search.engine.impl
Inspired by Apache Solr's org.apache.solr.analysis.TokenizerChain.TokenizerChain
TokenizerChain(CharFilterFactory[], TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.hibernate.search.engine.impl.TokenizerChain
 
tokenizerContext(String) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
TokenizerDef - Annotation Type in org.hibernate.search.annotations
Define a TokenizerFactory and its parameters.
TokenizerDefinition - Class in org.hibernate.search.elasticsearch.settings.impl.model
A definition of an Elasticsearch tokenizer, to be included in index settings.
TokenizerDefinition() - Constructor for class org.hibernate.search.elasticsearch.settings.impl.model.TokenizerDefinition
 
tokenizerMissing() - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchValidationMessages
 
tokenizerNamingConflict(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
tokenizerParam(String, String) - Method in class org.hibernate.search.cfg.AnalyzerDefMapping
{@code @TokenizerDef(, ...
tokensFromAnalysis(Analyzer, String, String) - Static method in class org.hibernate.search.util.AnalyzerUtils
 
toLuceneQuery(DocumentBuilderIndexedEntity) - Method in interface org.hibernate.search.backend.spi.DeletionQuery
converts this DeletionQuery to a Lucene Query
toLuceneQuery(DocumentBuilderIndexedEntity) - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
toLuceneWorks(byte[]) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkSerializerImpl
Convert a byte[] to a List of LuceneWork (assuming the same SerializationProvider is used of course)
toLuceneWorks(byte[]) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorkSerializer
Convert a byte[] to a List of LuceneWork.
toNewMutableMap(Parameter[]) - Static method in class org.hibernate.search.cfg.spi.ParameterAnnotationsReader
Converts the Parameter key/value pairs in a map, and validates against conflicting duplicates.
TOOK - Static variable in interface org.hibernate.search.elasticsearch.ElasticsearchProjectionConstants
The time Elasticsearch took to execute the search, in milliseconds and as an Integer.
toPojosSet() - Method in interface org.hibernate.search.spi.IndexedTypeSet
Deprecated.
This only exists to facilitate an iterative integration, and will be removed ASAP.
topSpatialHashLevel(int) - Method in class org.hibernate.search.cfg.EntitySpatialMapping
 
topSpatialHashLevel(int) - Method in class org.hibernate.search.cfg.PropertySpatialMapping
 
toSerializable(byte[], ClassLoader) - Static method in class org.hibernate.search.indexes.serialization.impl.SerializationHelper
 
toSerializedModel(List<LuceneWork>) - Method in class org.hibernate.search.indexes.serialization.impl.LuceneWorkSerializerImpl
Convert a List of LuceneWork into a byte[]
toSerializedModel(List<LuceneWork>) - Method in interface org.hibernate.search.indexes.serialization.spi.LuceneWorkSerializer
Convert a List of LuceneWork into a byte[].
toString() - Method in class org.hibernate.search.analyzer.impl.NamedLuceneAnalyzerReference
 
toString() - Method in class org.hibernate.search.analyzer.impl.ScopedLuceneAnalyzer
 
toString() - Method in class org.hibernate.search.analyzer.impl.SimpleLuceneAnalyzerReference
 
toString() - Method in class org.hibernate.search.backend.AddLuceneWork
 
toString() - Method in class org.hibernate.search.backend.DeleteLuceneWork
 
toString() - Method in class org.hibernate.search.backend.FlushLuceneWork
 
toString() - Method in class org.hibernate.search.backend.impl.lucene.analysis.HibernateSearchNormalizerWrapper
 
toString() - Method in class org.hibernate.search.backend.impl.ReflectionBasedBackend
 
toString() - Method in class org.hibernate.search.backend.OptimizeLuceneWork
 
toString() - Method in class org.hibernate.search.backend.PurgeAllLuceneWork
 
toString() - Method in class org.hibernate.search.backend.spi.DeleteByQueryLuceneWork
 
toString() - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters.ParameterSet
 
toString() - Method in class org.hibernate.search.backend.spi.LuceneIndexingParameters
 
toString() - Method in class org.hibernate.search.backend.spi.SingularTermDeletionQuery
 
toString() - Method in class org.hibernate.search.backend.spi.Work
 
toString() - Method in class org.hibernate.search.backend.UpdateLuceneWork
 
toString() - Method in class org.hibernate.search.bridge.builtin.impl.BuiltinArrayBridge
 
toString() - Method in class org.hibernate.search.bridge.builtin.impl.BuiltinIterableBridge
 
toString() - Method in class org.hibernate.search.bridge.builtin.impl.BuiltinMapBridge
 
toString() - Method in class org.hibernate.search.bridge.util.impl.String2FieldBridgeAdaptor
 
toString() - Method in class org.hibernate.search.bridge.util.impl.ToStringNullMarker
 
toString() - Method in class org.hibernate.search.bridge.util.impl.TwoWayString2FieldBridgeAdaptor
 
toString() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.LuceneClassElasticsearchAnalyzerReference
 
toString() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.NamedElasticsearchAnalyzerReference
 
toString() - Method in class org.hibernate.search.elasticsearch.analyzer.impl.SimpleElasticsearchAnalysisDefinitionRegistryPopulator
 
toString() - Method in class org.hibernate.search.elasticsearch.client.impl.URLEncodedString
 
toString() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager
 
toString() - Method in class org.hibernate.search.elasticsearch.impl.ElasticsearchJsonQueryDescriptor
 
toString() - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Array
 
toString() - Method in class org.hibernate.search.elasticsearch.impl.JsonBuilder.Object
 
toString() - Method in class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchJsonObjectFormatter
 
toString() - Method in class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchRequestFormatter
 
toString() - Method in class org.hibernate.search.elasticsearch.logging.impl.ElasticsearchResponseFormatter
 
toString() - Method in class org.hibernate.search.elasticsearch.nulls.codec.impl.ElasticsearchAsNullNullMarkerCodec
 
toString() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.IndexMetadata
 
toString() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.PropertyMapping
 
toString() - Method in class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
toString() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.AbstractCompositeAnalysisDefinition
 
toString() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.CharFilterDefinition
 
toString() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings.Analysis
 
toString() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.IndexSettings
 
toString() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.TokenFilterDefinition
 
toString() - Method in class org.hibernate.search.elasticsearch.settings.impl.model.TokenizerDefinition
 
toString(JsonObject) - Method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
toString(Iterable<JsonObject>) - Method in class org.hibernate.search.elasticsearch.util.impl.JsonLogHelper
 
toString() - Method in class org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor
 
toString() - Method in class org.hibernate.search.elasticsearch.work.impl.BulkWork
 
toString() - Method in class org.hibernate.search.elasticsearch.work.impl.DefaultElasticsearchRequestSuccessAssessor
 
toString() - Method in class org.hibernate.search.elasticsearch.work.impl.SimpleElasticsearchWork
 
toString() - Method in class org.hibernate.search.engine.impl.FilterDef
 
toString() - Method in class org.hibernate.search.engine.impl.LuceneQueryDescriptor
 
toString() - Method in class org.hibernate.search.engine.impl.TokenizerChain
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.BackReference
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.BridgeDefinedField
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.ContainedInMetadata
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata.Builder
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldMetadata
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.DocumentFieldPath
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.FacetMetadata
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.PropertyMetadata
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.SortableFieldMetadata
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata.Builder
 
toString() - Method in class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
toString() - Method in class org.hibernate.search.engine.spi.AbstractDocumentBuilder
 
toString() - Method in class org.hibernate.search.engine.spi.ContainedInRecursionContext
 
toString(String) - Method in class org.hibernate.search.filter.impl.CachingWrapperQuery
 
toString() - Method in class org.hibernate.search.filter.impl.DefaultFilterKey
 
toString() - Method in class org.hibernate.search.filter.impl.FullTextFilterImpl
 
toString() - Method in class org.hibernate.search.filter.StandardFilterKey
Deprecated.
 
toString() - Method in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.ReaderUsagePair
 
toString() - Method in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.ReaderUsagePair
 
toString() - Method in class org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider
 
toString() - Method in class org.hibernate.search.indexes.spi.DirectoryBasedIndexManager
 
toString() - Method in class org.hibernate.search.metadata.impl.FieldDescriptorImpl
 
toString() - Method in class org.hibernate.search.metadata.impl.IndexDescriptorImpl
 
toString() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorForUnindexedType
 
toString() - Method in class org.hibernate.search.metadata.impl.IndexedTypeDescriptorImpl
 
toString() - Method in class org.hibernate.search.metadata.impl.NumericFieldDescriptorImpl
 
toString() - Method in class org.hibernate.search.metadata.impl.PropertyDescriptorImpl
 
toString() - Method in class org.hibernate.search.query.dsl.impl.AbstractFacet
 
toString() - Method in class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
 
toString() - Method in class org.hibernate.search.query.dsl.impl.FacetRange
 
toString() - Method in class org.hibernate.search.query.dsl.impl.FieldContext
 
toString() - Method in class org.hibernate.search.query.dsl.impl.RangeFacetRequest
 
toString(String) - Method in class org.hibernate.search.query.dsl.impl.RemoteMatchQuery
 
toString(String) - Method in class org.hibernate.search.query.dsl.impl.RemotePhraseQuery
 
toString() - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Field
 
toString(String) - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery
 
toString() - Method in class org.hibernate.search.query.engine.impl.EntityInfoImpl
 
toString() - Method in class org.hibernate.search.query.engine.impl.FieldNameCollector.FieldCollection
 
toString() - Method in class org.hibernate.search.query.engine.impl.SortConfigurations.SortConfiguration
 
toString() - Method in class org.hibernate.search.query.engine.impl.SortConfigurations
 
toString() - Method in class org.hibernate.search.query.hibernate.impl.EntityInfoLoadKey
 
toString() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
toString() - Method in class org.hibernate.search.reader.impl.ManagedMultiReader
 
toString(String) - Method in class org.hibernate.search.spatial.impl.DistanceQuery
 
toString() - Method in class org.hibernate.search.spatial.impl.Point
 
toString(String) - Method in class org.hibernate.search.spatial.impl.SpatialHashQuery
 
toString() - Method in class org.hibernate.search.spi.impl.PojoIndexedTypeIdentifier
 
toString() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
toString() - Method in class org.hibernate.search.util.logging.impl.ClassFormatter
 
toString() - Method in class org.hibernate.search.util.logging.impl.IndexedTypeIdentifierFormatter
 
toString() - Method in class org.hibernate.search.util.logging.impl.LogCategory
 
ToStringNullMarker - Class in org.hibernate.search.bridge.util.impl
A null marker that uses toString() to retrieve the null string representation.
ToStringNullMarker(Object) - Constructor for class org.hibernate.search.bridge.util.impl.ToStringNullMarker
 
touch() - Static method in class org.hibernate.search.engine.Version
 
TransactionalOperationDispatcher - Class in org.hibernate.search.backend.impl
A transactional dispatcher, sending works to the IndexManager.performOperations(List, org.hibernate.search.backend.IndexingMonitor) method of their respective index manager.
TransactionalOperationDispatcher(SearchIntegrator) - Constructor for class org.hibernate.search.backend.impl.TransactionalOperationDispatcher
 
TransactionalOperationDispatcher(SearchIntegrator, Predicate<IndexManager>) - Constructor for class org.hibernate.search.backend.impl.TransactionalOperationDispatcher
 
TransactionalOperationDispatcher(IndexManagerHolder, IndexedTypeMap<EntityIndexBinding>) - Constructor for class org.hibernate.search.backend.impl.TransactionalOperationDispatcher
 
TransactionalOperationExecutor - Interface in org.hibernate.search.backend.impl
Visitor interface to apply the configured sharding strategy to a list of LuceneWork; this list is usually the set of operations to be applied in a transactional context.
TransactionalOperationExecutorSelector - Class in org.hibernate.search.backend.impl
This visitor applies the selection logic from the plugged IndexShardingStrategies to transactional operations, so similar to StreamingSelectionVisitor but preparing a context bound list of operations instead of sending all changes directly to the backend.
TransactionContext - Interface in org.hibernate.search.backend
Contract needed by Hibernate Search to batch changes per transaction.
transactionContext() - Method in interface org.hibernate.search.FullTextSharedSessionBuilder
Deprecated.
transactionNotActiveWhileProducingIdsForBatchIndexing(IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
transactionTimeout(int) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
transactionTimeout(int) - Method in interface org.hibernate.search.MassIndexer
Timeout of transactions for loading ids and entities to be re-indexed.
transform(Map<String, String>) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.ParametersTransformer
Extracts Lucene parameters from the given map and returns the corresponding Elasticsearch parameters.
transform(String) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.ParameterValueTransformer
 
translate(URLEncodedString, Collection<EntityIndexBinding>, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaTranslator
 
translate(URLEncodedString, Collection<EntityIndexBinding>, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaTranslator
Translates index metadata, throwing an exception if translation fails.
translate(Class<?>) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
translate(CharFilterDef) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
translate(TokenizerDef) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
translate(TokenFilterDef) - Method in class org.hibernate.search.elasticsearch.settings.impl.translation.DefaultElasticsearchAnalyzerDefinitionTranslator
 
translate(Class<?>) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.ElasticsearchAnalyzerDefinitionTranslator
Translate a Lucene analyzer class, throwing an exception if translation fails.
translate(TokenizerDef) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.ElasticsearchAnalyzerDefinitionTranslator
Translate a tokenizer definition, throwing an exception if translation fails.
translate(CharFilterDef) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.ElasticsearchAnalyzerDefinitionTranslator
Translate a char filter definition, throwing an exception if translation fails.
translate(TokenFilterDef) - Method in interface org.hibernate.search.elasticsearch.settings.impl.translation.ElasticsearchAnalyzerDefinitionTranslator
Translate a token filter definition, throwing an exception if translation fails.
TranslatedLuceneWorkBuilder<B> - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
TranslatingElasticsearchAnalysisDefinitionRegistryPopulator - Class in org.hibernate.search.elasticsearch.analyzer.impl
An ElasticsearchAnalysisDefinitionRegistry populator that translates @AnalyzerDef annotations.
TranslatingElasticsearchAnalysisDefinitionRegistryPopulator(ElasticsearchAnalysisDefinitionRegistry, ElasticsearchAnalyzerDefinitionTranslator) - Constructor for class org.hibernate.search.elasticsearch.analyzer.impl.TranslatingElasticsearchAnalysisDefinitionRegistryPopulator
 
tryDelete(Path) - Static method in class org.hibernate.search.util.impl.FileHelper
Attempts to delete a file.
twoWayConversionContext(TwoWayFieldBridge) - Method in interface org.hibernate.search.bridge.spi.ConversionContext
Decorates a TwoWayFieldBridge.
twoWayConversionContext(TwoWayFieldBridge) - Method in class org.hibernate.search.bridge.util.impl.ContextualExceptionBridgeHelper
 
TwoWayFieldBridge - Interface in org.hibernate.search.bridge
A FieldBridge able to convert the index representation back into an object without losing information.
TwoWayString2FieldBridgeAdaptor - Class in org.hibernate.search.bridge.util.impl
Bridge to use a TwoWayStringBridge as a TwoWayFieldBridge
TwoWayString2FieldBridgeAdaptor(TwoWayStringBridge) - Constructor for class org.hibernate.search.bridge.util.impl.TwoWayString2FieldBridgeAdaptor
 
TwoWayString2FieldBridgeIgnoreAnalyzerAdaptor - Class in org.hibernate.search.bridge.util.impl
 
TwoWayString2FieldBridgeIgnoreAnalyzerAdaptor(T) - Constructor for class org.hibernate.search.bridge.util.impl.TwoWayString2FieldBridgeIgnoreAnalyzerAdaptor
 
TwoWayStringBridge - Interface in org.hibernate.search.bridge
StringBridge allowing a translation from the string representation back to the Object.
type(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisComponentDefinitionContext
Set the Elasticsearch type to use for the definition.
type(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalysisComponentDefinitionContextImpl
 
type(String) - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry.Builder
 
type(URLEncodedString) - Method in interface org.hibernate.search.elasticsearch.work.impl.builder.DeleteByQueryWorkBuilder
 
type(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ES2DeleteByQueryWork.Builder
 
type(URLEncodedString) - Method in class org.hibernate.search.elasticsearch.work.impl.ES5DeleteByQueryWork.Builder
 
TYPE - Static variable in class org.hibernate.search.spatial.impl.SpatialNumericDocValueField
 
TypeHierarchy - Class in org.hibernate.search.spi.impl
Helper class which keeps track of all super classes and interfaces of known entities.
TypeHierarchy() - Constructor for class org.hibernate.search.spi.impl.TypeHierarchy
 
TypeMapping - Class in org.hibernate.search.elasticsearch.schema.impl.model
An object representic Elasticsearch type mappings.
TypeMapping() - Constructor for class org.hibernate.search.elasticsearch.schema.impl.model.TypeMapping
 
TypeMetadata - Class in org.hibernate.search.engine.metadata.impl
Class containing all the meta data extracted for a single type ( and all classes in its hierarchy ).
TypeMetadata(TypeMetadata.Builder) - Constructor for class org.hibernate.search.engine.metadata.impl.TypeMetadata
 
TypeMetadata.Builder - Class in org.hibernate.search.engine.metadata.impl
 
typesToIndexInParallel(int) - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
 
typesToIndexInParallel(int) - Method in interface org.hibernate.search.MassIndexer
Sets the number of entity types to be indexed in parallel.

U

unableConnectingToJGroupsCluster(String, Throwable) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
unableToAccessClass(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToAccessMethod(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCloseJmsConnection(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCloseLuceneDirectory(Object, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCloseLuceneIndexReader(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCloseSearcherDuringQuery(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCloseSearcherInScrollableResult(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCompareSourceWithDestinationDirectory(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToConfigureTikaBridge(String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToConvertSerializableStoreToLuceneStore(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToCreateCurrentMarker(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToDeleteByQuery(IndexedTypeIdentifier, DeletionQuery, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToDeserializeAvroStream(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToDetermineClassBridge(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToDetermineCurrentInSourceDirectory() - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToGetInputStreamFromBlob(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToGuessFieldBridge(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToInitializeIndexManager(String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToInstantiateFieldBridge(String, String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToInstantiateSpatial(String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToLoadAvroSchema(String) - Method in interface org.hibernate.search.indexes.serialization.avro.logging.impl.Log
 
unableToLoadResource(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToOpenJMSConnection(String, String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToOverrideQueryAnalyzerWithMoreThanOneAnalyzersForSimpleQueryStringQueries(Collection<String>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unableToParseDocument(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToReadSerializedLuceneWorks(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToReadTokenStream() - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToRemovePreviousMarker(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToRetrieveNamedAnalyzer(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToRetrieveObjectFromMessage(Class<?>, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToSearchOnNullValueWithoutFieldBridge(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToSendJMSWork(String, String, Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToSendWorkViaJGroups(Throwable) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
unableToSerializeInAvro(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToSerializeLuceneWorks(Throwable) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToSetFilterParameter(Class<?>, String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToShutdownAsynchronousIndexingByTimeout(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToStartJGroupsChannel(Throwable) - Method in interface org.hibernate.search.backend.jgroups.logging.impl.Log
 
unableToSynchronizeSource(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unableToUnregisterExistingMBean(String, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unblock() - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
uncoveredSortsRequested(IndexedTypeIdentifier, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
uncoveredSortsRequestedWithUninvertingNotAllowed(IndexedTypeIdentifier, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unexpectedBinaryDocValuesTypeType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unexpectedElasticsearchVersion(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unexpectedFieldType(String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unexpectedIndexStatus(String, String, String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unexpectedIndexStatusString(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
UnexpectedJsonElementTypeException - Exception in org.hibernate.search.elasticsearch.gson.impl
 
UnexpectedJsonElementTypeException(JsonAccessor<?>, JsonElementType<?>, JsonElement) - Constructor for exception org.hibernate.search.elasticsearch.gson.impl.UnexpectedJsonElementTypeException
 
UnexpectedJsonElementTypeException(JsonAccessor<?>, List<? extends JsonElementType<?>>, JsonElement) - Constructor for exception org.hibernate.search.elasticsearch.gson.impl.UnexpectedJsonElementTypeException
 
unexpectedMinorProtocolVersion(int, int, int) - Method in interface org.hibernate.search.indexes.serialization.avro.logging.impl.Log
 
unexpectedNumericDocValuesTypeType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unexpectedNumericEncodingType(IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unexpectedProjectionConstant(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unexpectedValueMissingFromFieldCache() - Method in interface org.hibernate.search.util.logging.impl.Log
 
Unit - Enum in org.hibernate.search.query.dsl
Units for DSL queries
unknownAttributeSerializedRepresentation(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownDeletionQueryKeySpecified(int) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownDocValuesTypeType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownEncodingType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownFieldNameForFaceting(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownFieldNameForMoreLikeThisQuery(String, IndexedTypeIdentifier) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownFieldType(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownFullTextFilter(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownIndexingMode(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownNumericFieldType(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unknownResolution(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
UnknownTypeJsonAccessor - Interface in org.hibernate.search.elasticsearch.gson.impl
 
unorderedArray() - Method in class org.hibernate.search.elasticsearch.schema.impl.json.AnalysisParameterEquivalenceRegistry.ParameterBuilder
 
unproxy(Object) - Method in class org.hibernate.search.engine.impl.SimpleInitializer
 
unproxy(Object) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
 
unproxy(Object) - Method in class org.hibernate.search.orm.loading.impl.HibernateSessionLoadingInitializer
 
unproxy(Object) - Method in class org.hibernate.search.orm.loading.impl.HibernateStatelessInitializer
 
unproxy(Object) - Method in interface org.hibernate.search.spi.InstanceInitializer
 
unRegisterMBean(String) - Static method in class org.hibernate.search.util.jmx.impl.JMXRegistrar
Unregister the MBean with the specified name.
unsupportedAnalysisDefinitionParameterValue(Class<?>, String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedAnalysisFactoryParameter(Class<?>, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedAnalysisFactoryTokenizerClassNameParameter(Class<?>, String, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedAnalyzerImplementation(Class<?>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedBackwardTraversal(int, int) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedCharFilterFactory(Class<?>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedDynamicBoost(Class<?>, IndexedTypeIdentifier, String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedElasticsearchVersion(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedErrorHandlerConfigurationValueType(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unsupportedFacetRangeParameter(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unsupportedFieldTypeForFaceting(String, String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unsupportedNullTokenType(IndexedTypeIdentifier, String, Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unsupportedOffsettedScrolling() - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedParameterTypeForRangeFaceting(String, String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unsupportedProjectionOfNonJsonPrimitiveFields(JsonElement) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedSearchAPIPayloadAttributes(List<String>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedTikaBridgeType(Class<?>) - Method in interface org.hibernate.search.util.logging.impl.Log
 
unsupportedTokenFilterFactory(Class<?>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unsupportedTokenizerFactory(Class<?>) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
unwrap(Class<T>) - Method in class org.hibernate.search.analyzer.impl.LuceneAnalyzerReference
 
unwrap(Class<T>) - Method in class org.hibernate.search.analyzer.impl.RemoteAnalyzerReference
 
unwrap(Class<T>) - Method in interface org.hibernate.search.analyzer.spi.AnalyzerReference
Convert this instance to T
unwrap(Class<T>) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingFieldBridge
 
unwrap(Class<T>) - Method in class org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge
 
unwrap(Class<T>) - Method in interface org.hibernate.search.bridge.util.impl.BridgeAdaptor
Return an object of the specified type to allow access to specific bridge interfaces.
unwrap(Class<T>) - Method in class org.hibernate.search.bridge.util.impl.String2FieldBridgeAdaptor
 
unwrap(Class<T>) - Method in class org.hibernate.search.bridge.util.impl.TwoWayString2FieldBridgeAdaptor
 
unwrap(Class<T>) - Method in class org.hibernate.search.engine.impl.ImmutableSearchFactory
 
unwrap(Class<T>) - Method in class org.hibernate.search.engine.impl.MutableSearchFactory
 
unwrap(Class<T>) - Method in interface org.hibernate.search.FullTextQuery
 
unwrap(Class) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
 
unwrap(Class<T>) - Method in interface org.hibernate.search.SearchFactory
Unwraps some internal Hibernate Search types.
unwrap(Class<T>) - Method in interface org.hibernate.search.spi.SearchIntegrator
Unwraps some internal Hibernate Search types.
unwrapAdaptorAndContainer(Object, Class<T>) - Static method in class org.hibernate.search.bridge.util.impl.BridgeAdaptorUtils
Return a bridge of the specified type extracted from the given bridge, going through adaptors and container bridges as necessary.
unwrapAdaptorOnly(Object, Class<T>) - Static method in class org.hibernate.search.bridge.util.impl.BridgeAdaptorUtils
Return a bridge of the specified type extracted from the given bridge, going through adaptors as necessary, never going through container bridges.
updateAnalyzer(ScopedLuceneAnalyzer) - Method in class org.hibernate.search.backend.impl.lucene.analysis.ConcurrentlyMutableAnalyzer
Correct concurrency control requires external locking!
updateDocument(Term, Document, ScopedAnalyzerReference) - Method in class org.hibernate.search.backend.impl.lucene.IndexWriterDelegate
 
UpdateExtWorkExecutor - Class in org.hibernate.search.backend.impl.lucene.works
This applies the index update operation using the Lucene operation IndexWriter.updateDocument(Term, Iterable) This is the most efficient way to update the index, but we can apply it only if the Document is uniquely identified by a single term (so no index sharing across entities or Numeric ids).
UpdateLuceneWork - Class in org.hibernate.search.backend
Carries a Lucene update operation from the engine to the backend
UpdateLuceneWork(Serializable, String, IndexedTypeIdentifier, Document) - Constructor for class org.hibernate.search.backend.UpdateLuceneWork
 
UpdateLuceneWork(String, Serializable, String, IndexedTypeIdentifier, Document) - Constructor for class org.hibernate.search.backend.UpdateLuceneWork
 
UpdateLuceneWork(Serializable, String, IndexedTypeIdentifier, Document, Map<String, String>) - Constructor for class org.hibernate.search.backend.UpdateLuceneWork
 
UpdateLuceneWork(String, Serializable, String, IndexedTypeIdentifier, Document, Map<String, String>) - Constructor for class org.hibernate.search.backend.UpdateLuceneWork
 
updateSettings(URLEncodedString, IndexSettings) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
UpdateWorkExecutor - Class in org.hibernate.search.backend.impl.lucene.works
 
UriBridge - Class in org.hibernate.search.bridge.builtin
Bridge a URI to a String.
UriBridge() - Constructor for class org.hibernate.search.bridge.builtin.UriBridge
 
UrlBridge - Class in org.hibernate.search.bridge.builtin
Bridge for a URL to a String.
UrlBridge() - Constructor for class org.hibernate.search.bridge.builtin.UrlBridge
 
URLEncodedString - Class in org.hibernate.search.elasticsearch.client.impl
To avoid re-encoding strings into URLs we have several opportunities to reuse them and compose them more efficiently.
usageCounter - Variable in class org.hibernate.search.indexes.impl.PeriodicRefreshingReaderProvider.ReaderUsagePair
When reaching 0 (always test on change) the reader should be really closed and then discarded.
usageCounter - Variable in class org.hibernate.search.indexes.impl.SharingBufferReaderProvider.ReaderUsagePair
When reaching 0 (always test on change) the reader should be really closed and then discarded.
use(Object) - Method in class org.hibernate.search.query.dsl.sort.impl.ConnectedSortFieldContext
 
use(Object) - Method in interface org.hibernate.search.query.dsl.sort.SortMissingValueContext
When documents are missing a value on the sort field, use the given value instead.
userFilter - Variable in class org.hibernate.search.query.engine.impl.AbstractHSQuery
User specified filters.
usingDeprecatedNameForRamDirectoryProvider() - Method in interface org.hibernate.search.util.logging.impl.Log
 
usingPasswordOverHttp(String) - Method in interface org.hibernate.search.elasticsearch.logging.impl.Log
 
usingSerializationService(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
UUIDBridge - Class in org.hibernate.search.bridge.builtin
Bridge a UUID to a String.
UUIDBridge() - Constructor for class org.hibernate.search.bridge.builtin.UUIDBridge
 

V

validate(IndexMetadata, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validate(IndexMetadata, ExecutionOptions) - Method in interface org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaValidator
Retrieves and validate actual index metadata, throwing an exception if validation fails.
validateAll(ValidationErrorCollector, ValidationContextType, String, Elasticsearch2SchemaValidator.Validator<T>, Map<String, T>, Map<String, T>) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateAnalysisSettings(ValidationErrorCollector, IndexSettings.Analysis, IndexSettings.Analysis) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateAnalysisSettings(ValidationErrorCollector, IndexSettings.Analysis, IndexSettings.Analysis) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaValidator
 
validateAnalyzerOptions(ValidationErrorCollector, PropertyMapping, PropertyMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateAnalyzerOptions(ValidationErrorCollector, PropertyMapping, PropertyMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch52SchemaValidator
 
validateEqualWithDefault(ValidationErrorCollector, String, T, T, T) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateEqualWithDefault(ValidationErrorCollector, String, Float, Float, float, Float) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateEqualWithDefault(ValidationErrorCollector, String, Double, Double, double, Double) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateFormatWithDefault(ValidationErrorCollector, String, List<String>, List<String>, List<String>) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateIndexOptions(ValidationErrorCollector, PropertyMapping, PropertyMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateIndexOptions(ValidationErrorCollector, PropertyMapping, PropertyMapping) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch50SchemaValidator
 
validateJsonPrimitive(ValidationErrorCollector, DataType, String, JsonPrimitive, JsonPrimitive) - Method in class org.hibernate.search.elasticsearch.schema.impl.Elasticsearch2SchemaValidator
 
validateSortFields(Iterable<EntityIndexBinding>) - Method in class org.hibernate.search.query.engine.impl.AbstractHSQuery
 
value(int) - Method in class org.hibernate.search.spatial.impl.DistanceComparator
 
valueOf(String) - Static method in enum org.hibernate.search.annotations.Analyze
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.EncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.FacetEncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.FieldCacheType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.FilterCacheModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.Index
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.Norms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.SpatialMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.Store
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.annotations.TermVector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.backend.configuration.impl.IndexWriterSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.backend.spi.SingularTermDeletionQuery.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.backend.spi.WorkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.bridge.builtin.NumericFieldBridge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.bridge.spi.FieldType
Returns the enum constant of this type with the specified name.
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.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.schema.impl.model.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.schema.impl.model.DynamicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.schema.impl.model.FieldDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.schema.impl.model.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.schema.impl.model.NormsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.util.impl.FieldHelper.ExtendedFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.util.impl.PathComponentExtractor.ConsumptionLimit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.elasticsearch.work.impl.CreateIndexResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata.Container
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.spi.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.indexes.interceptor.IndexingOverride
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableDocValuesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableStore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableTermVector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.metadata.FieldSettingsDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.metadata.NumericFieldSettingsDescriptor.NumericEncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.DatabaseRetrievalMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.dsl.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.engine.spi.TimeoutManager.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.facet.FacetCombine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.facet.FacetSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.query.ObjectLookupMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.spi.IndexingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.search.annotations.Analyze
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.EncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.FacetEncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.FieldCacheType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.FilterCacheModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.Index
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.Norms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.SpatialMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.Store
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.annotations.TermVector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.backend.configuration.impl.IndexWriterSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.backend.spi.SingularTermDeletionQuery.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.backend.spi.WorkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.bridge.builtin.NumericFieldBridge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.bridge.spi.FieldType
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.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.
values() - Static method in enum org.hibernate.search.elasticsearch.schema.impl.model.DataType
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.schema.impl.model.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.schema.impl.model.FieldDataType
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.schema.impl.model.IndexType
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.schema.impl.model.NormsType
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.util.impl.FieldHelper.ExtendedFieldType
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.util.impl.PathComponentExtractor.ConsumptionLimit
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.work.impl.CreateIndexResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.metadata.impl.EmbeddedTypeMetadata.Container
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.spi.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.indexes.interceptor.IndexingOverride
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableDocValuesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableStore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.indexes.serialization.spi.SerializableTermVector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.metadata.FieldSettingsDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.metadata.NumericFieldSettingsDescriptor.NumericEncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.DatabaseRetrievalMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.dsl.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.engine.spi.TimeoutManager.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.facet.FacetCombine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.facet.FacetSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.query.ObjectLookupMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.hibernate.search.spi.IndexedTypeMap
 
values() - Static method in enum org.hibernate.search.spi.IndexingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.search.util.configuration.impl.MaskedProperty
 
valueTooLargeForConversionException(Class<?>, Object, Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
Version - Class in org.hibernate.search.engine
 
version(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
viewAccepted(View) - Method in class org.hibernate.search.backend.jgroups.impl.AutoNodeSelector
 
viewAccepted(View) - Method in class org.hibernate.search.backend.jgroups.impl.DefaultNodeSelectorService
 
viewAccepted(View) - Method in class org.hibernate.search.backend.jgroups.impl.JGroupsMasterMessageListener
 
viewAccepted(View) - Method in class org.hibernate.search.backend.jgroups.impl.MasterNodeSelector
 
viewAccepted(View) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorService
 
viewAccepted(View) - Method in interface org.hibernate.search.backend.jgroups.impl.NodeSelectorStrategy
Invoked by JGroups on view change.
viewAccepted(View) - Method in class org.hibernate.search.backend.jgroups.impl.SlaveNodeSelector
 
visitAddWork(AddLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitAddWork(AddLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitAddWork(AddLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitAddWork(AddLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 
visitDeleteByQueryWork(DeleteByQueryLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitDeleteByQueryWork(DeleteByQueryLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitDeleteByQueryWork(DeleteByQueryLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitDeleteByQueryWork(DeleteByQueryLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 
visitDeleteWork(DeleteLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitDeleteWork(DeleteLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitDeleteWork(DeleteLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitDeleteWork(DeleteLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 
visitDocument(int, StoredFieldVisitor) - Method in class org.hibernate.search.query.engine.impl.QueryHits
This document loading strategy doesn't return anything as it's the responsibility of the passed StoredFieldVisitor instance to collect the data it needs.
visitFlushWork(FlushLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitFlushWork(FlushLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitFlushWork(FlushLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitFlushWork(FlushLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 
visitOptimizeWork(OptimizeLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitOptimizeWork(OptimizeLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitOptimizeWork(OptimizeLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitOptimizeWork(OptimizeLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 
visitPurgeAllWork(PurgeAllLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitPurgeAllWork(PurgeAllLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitPurgeAllWork(PurgeAllLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitPurgeAllWork(PurgeAllLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 
visitUpdateWork(UpdateLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.lucene.works.IndexUpdateVisitor
 
visitUpdateWork(UpdateLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.StreamingOperationExecutorSelector
 
visitUpdateWork(UpdateLuceneWork, Void) - Method in class org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector
 
visitUpdateWork(UpdateLuceneWork, P) - Method in interface org.hibernate.search.backend.IndexWorkVisitor
 

W

waitForIndexStatus(URLEncodedString, ExecutionOptions) - Method in class org.hibernate.search.elasticsearch.schema.impl.ElasticsearchSchemaAccessor
 
waitForIndexStatusWork(URLEncodedString, ElasticsearchIndexStatus, String) - Method in class org.hibernate.search.elasticsearch.work.impl.factory.Elasticsearch2WorkFactory
 
waitForIndexStatusWork(URLEncodedString, ElasticsearchIndexStatus, String) - Method in interface org.hibernate.search.elasticsearch.work.impl.factory.ElasticsearchWorkFactory
 
WaitForIndexStatusWork - Class in org.hibernate.search.elasticsearch.work.impl
 
WaitForIndexStatusWork(WaitForIndexStatusWork.Builder) - Constructor for class org.hibernate.search.elasticsearch.work.impl.WaitForIndexStatusWork
 
WaitForIndexStatusWork.Builder - Class in org.hibernate.search.elasticsearch.work.impl
 
WaitForIndexStatusWorkBuilder - Interface in org.hibernate.search.elasticsearch.work.impl.builder
 
warnSuspiciousBackendDirectoryCombination(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
whenCompleteExecute(CompletableFuture<?>, Supplier<? extends CompletionStage<T>>) - Static method in class org.hibernate.search.util.impl.Futures
Compose the given future with another as soon as it's complete, regardless of errors, and return a completable future that will take errors of both parent futures into account (using Throwable.addSuppressed(Throwable) if need be).
whenEnvironmentReady(Runnable) - Method in interface org.hibernate.search.hcore.spi.EnvironmentSynchronizer
Run the given work as soon as the environment is deemed "ready" (exactly what "ready" means is implementation-dependent).
WHOLE_CIRCLE_DEGREE_RANGE - Static variable in interface org.hibernate.search.spatial.impl.GeometricConstants
 
wildcard() - Method in interface org.hibernate.search.query.dsl.TermContext
Treat the query as a wildcard query which means: '?' represents any single character '*' represents any character sequence For faster results, it is recommended that the query text does not start with '?' or '*'.
WildcardContext - Interface in org.hibernate.search.query.dsl
 
Window<E> - Class in org.hibernate.search.elasticsearch.util.impl
A fixed-size, random-access collection that removes the first element when it becomes full.
Window(int, int) - Constructor for class org.hibernate.search.elasticsearch.util.impl.Window
 
withAndAsDefaultOperator() - Method in class org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryStringMatchingContext
 
withAndAsDefaultOperator(boolean) - Method in class org.hibernate.search.query.dsl.impl.RemoteSimpleQueryStringQuery.Builder
 
withAndAsDefaultOperator() - Method in interface org.hibernate.search.query.dsl.SimpleQueryStringMatchingContext
Define the default operator as AND.
withCharFilters(String...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchCompositeAnalysisDefinitionContext
Set the char filters that the normalizer will use.
withCharFilters(String...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalyzerDefinitionContextImpl
 
withCharFilters(String...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchNormalizerDefinitionContextImpl
 
withConstantScore() - Method in class org.hibernate.search.query.dsl.impl.ConnectedAllContext
 
withConstantScore() - Method in class org.hibernate.search.query.dsl.impl.ConnectedMoreLikeThisContext
 
withConstantScore() - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialContext
 
withConstantScore() - Method in interface org.hibernate.search.query.dsl.QueryCustomization
All results matching the query have a constant score equals to the boost FIXME is that true?
withContext(ElasticsearchWorkExecutionContext) - Method in interface org.hibernate.search.elasticsearch.work.impl.BulkResult
 
withEditDistanceUpTo(int) - Method in interface org.hibernate.search.query.dsl.FuzzyContext
Maximum value of the edit distance.
withFieldBridge(FieldBridge) - Method in class org.hibernate.search.query.dsl.impl.ConnectedRangeMatchingContext
 
withFieldBridge(FieldBridge) - Method in class org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
 
withFieldBridge(FieldBridge) - Method in interface org.hibernate.search.query.dsl.impl.FieldBridgeCustomization
Sets the field bridge for querying the current field; any other bridge associated with this field will be ignored for the query
withFieldBridge(FieldBridge) - Method in class org.hibernate.search.query.dsl.impl.FieldsContext
 
within(double, Unit) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialContext
 
within(double, Unit) - Method in class org.hibernate.search.query.dsl.impl.ConnectedSpatialMatchingContext
 
within(double, Unit) - Method in interface org.hibernate.search.query.dsl.SpatialMatchingContext
 
WithinContext - Interface in org.hibernate.search.query.dsl
 
WithinContext.LongitudeContext - Interface in org.hibernate.search.query.dsl
 
withPrefixLength(int) - Method in interface org.hibernate.search.query.dsl.FuzzyContext
Size of the prefix ignored by the fuzzyness.
withPrefixLength(int) - Method in interface org.hibernate.search.query.dsl.TermFuzzy
Size of the prefix ignored by the fuzzyness.
withSlop(int) - Method in interface org.hibernate.search.query.dsl.PhraseContext
Sets the number of other words permitted between words in query phrase.
withThreshold(float) - Method in interface org.hibernate.search.query.dsl.FuzzyContext
withThreshold(float) - Method in interface org.hibernate.search.query.dsl.TermFuzzy
Threshold above which two terms are considered similar enough.
withTokenFilters(String...) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchCompositeAnalysisDefinitionContext
Set the token filters that the normalizer will use.
withTokenFilters(String...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalyzerDefinitionContextImpl
 
withTokenFilters(String...) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchNormalizerDefinitionContextImpl
 
withTokenizer(String) - Method in interface org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalyzerDefinitionContext
Set the tokenizer that the analyzer will use.
withTokenizer(String) - Method in class org.hibernate.search.elasticsearch.analyzer.definition.impl.ElasticsearchAnalyzerDefinitionContextImpl
 
WordnetSynonymsParameterValueTransformer - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
WordnetSynonymsParameterValueTransformer(ResourceLoader) - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.WordnetSynonymsParameterValueTransformer
 
WordSetFileParameterValueTransformer - Class in org.hibernate.search.elasticsearch.settings.impl.translation
 
WordSetFileParameterValueTransformer(ResourceLoader) - Constructor for class org.hibernate.search.elasticsearch.settings.impl.translation.WordSetFileParameterValueTransformer
 
Work - Class in org.hibernate.search.backend.spi
A unit of work.
Work(Object, Serializable, WorkType) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(Object, Serializable, WorkType, boolean) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(IndexedTypeIdentifier, Serializable, WorkType) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(Object, WorkType) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(String, Object, Serializable, WorkType) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(String, Object, Serializable, WorkType, boolean) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(String, IndexedTypeIdentifier, Serializable, WorkType) - Constructor for class org.hibernate.search.backend.spi.Work
 
Work(String, Object, WorkType) - Constructor for class org.hibernate.search.backend.spi.Work
 
workCompleted(LuceneWork) - Method in class org.hibernate.search.exception.impl.ErrorContextBuilder
 
Worker - Interface in org.hibernate.search.backend.spi
Perform work for a given context (eg a transaction).
WORKER_BACKEND - Static variable in class org.hibernate.search.cfg.Environment
 
WORKER_ENLIST_IN_TRANSACTION - Static variable in class org.hibernate.search.cfg.Environment
When set to true the indexing operations will be passed to the indexing backend within the transaction.
WORKER_EXECUTION - Static variable in class org.hibernate.search.cfg.Environment
 
WORKER_PREFIX - Static variable in class org.hibernate.search.cfg.Environment
 
WORKER_SCOPE - Static variable in class org.hibernate.search.cfg.Environment
 
WorkerBuildContext - Interface in org.hibernate.search.spi
Build context for the worker and other backend Available after all index, entity metadata are built.
workerException(Exception) - Method in interface org.hibernate.search.util.logging.impl.Log
 
WorkerFactory - Class in org.hibernate.search.backend.impl
 
WorkerFactory() - Constructor for class org.hibernate.search.backend.impl.WorkerFactory
 
workListShouldNeverBeEmpty(String) - Method in interface org.hibernate.search.util.logging.impl.Log
 
WorkPlan - Class in org.hibernate.search.engine.impl
Represents the set of changes going to be applied to the index for the entities.
WorkPlan(ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.engine.impl.WorkPlan
 
WorkQueue - Class in org.hibernate.search.backend.impl
 
WorkQueue(ExtendedSearchIntegrator) - Constructor for class org.hibernate.search.backend.impl.WorkQueue
 
WorkQueue(ExtendedSearchIntegrator, WorkPlan) - Constructor for class org.hibernate.search.backend.impl.WorkQueue
 
WorkQueuePerIndexSplitter - Class in org.hibernate.search.backend.impl
Used by TransactionalOperationExecutor to split a list of operations according to the multiple IndexManagers it needs to be routed to.
WorkQueuePerIndexSplitter(IndexManagerHolder, Predicate<IndexManager>) - Constructor for class org.hibernate.search.backend.impl.WorkQueuePerIndexSplitter
 
WorkQueueSynchronization - Interface in org.hibernate.search.backend.impl
Represents the synchronization work done when a transaction is committed or rollbacked.
Workspace - Interface in org.hibernate.search.store
Deprecated.
This interface will be moved and should be considered non-public API [HSEARCH-1915]
WorkspaceHolder - Class in org.hibernate.search.backend.impl.lucene
This will actually contain the Workspace and LuceneWork visitor implementation, reused per-DirectoryProvider.
WorkspaceHolder() - Constructor for class org.hibernate.search.backend.impl.lucene.WorkspaceHolder
 
WorkType - Enum in org.hibernate.search.backend.spi
Enumeration of the different types of Lucene work.
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.hibernate.search.backend.impl.lucene.analysis.HibernateSearchNormalizerWrapper
 
wrapForAdditions(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch2AnalyzerStrategy
 
wrapForAdditions(ElasticsearchAnalysisDefinitionRegistry) - Method in class org.hibernate.search.elasticsearch.analyzer.impl.Elasticsearch52AnalyzerStrategy
 
write(JsonWriter, T) - Method in class org.hibernate.search.elasticsearch.gson.impl.AbstractExtraPropertiesJsonAdapter
 
write(JsonWriter, List<String>) - Method in class org.hibernate.search.elasticsearch.schema.impl.model.ElasticsearchFormatJsonAdapter
 
write(JsonWriter, FieldDataType) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES2FieldDataTypeJsonAdapter
 
write(JsonWriter, IndexType) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES2IndexTypeJsonAdapter
 
write(JsonWriter, NormsType) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES2NormsTypeJsonAdapter
 
write(JsonWriter, FieldDataType) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES5FieldDataTypeJsonAdapter
 
write(JsonWriter, IndexType) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES5IndexTypeJsonAdapter
 
write(JsonWriter, NormsType) - Method in class org.hibernate.search.elasticsearch.util.impl.gson.ES5NormsTypeJsonAdapter
 
write(char[], int, int) - Method in class org.hibernate.search.elasticsearch.util.impl.ProgressiveCharBufferWriter
 
writerHolder - Variable in class org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl
 
writeTo(OutputStream) - Method in class org.hibernate.search.elasticsearch.util.impl.GsonHttpEntity
 

Y

YearBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a Year to a Integer.
YearBridge() - Constructor for class org.hibernate.search.bridge.builtin.time.impl.YearBridge
 
YearMonthBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a YearMonth to a String.

Z

ZonedDateTimeBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a ZonedDateTime to a String.
ZoneIdBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a ZoneId to a String.
ZoneOffsetBridge - Class in org.hibernate.search.bridge.builtin.time.impl
Converts a ZoneOffset to a String.

_

_BULK - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_CLOSE - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_CLUSTER - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_COUNT - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_DELETE_BY_QUERY - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_EXPLAIN - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_FLUSH - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_FORCEMERGE - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_MAPPING - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_OPEN - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_OPTIMIZE - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_QUERY - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_REFRESH - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_SEARCH - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_SETTINGS - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
_TEMPLATE - Static variable in interface org.hibernate.search.elasticsearch.client.impl.Paths
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
Skip navigation links

Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved