- add(Object) - Method in interface org.hibernate.search.mapper.javabean.work.SearchIndexingPlan
-
Add an entity to the index, assuming that the entity is absent from the index.
- add(Object, Object) - Method in interface org.hibernate.search.mapper.javabean.work.SearchIndexingPlan
-
Add an entity to the index, assuming that the entity is absent from the index.
- addEntityType(Class<?>) - Method in class org.hibernate.search.mapper.javabean.mapping.SearchMappingBuilder
-
Register a type as an entity type with the default name, its simple class name.
- addEntityType(Class<?>, String) - Method in class org.hibernate.search.mapper.javabean.mapping.SearchMappingBuilder
-
Register a type as an entity type with the given name.
- addEntityTypes(Set<Class<?>>) - Method in class org.hibernate.search.mapper.javabean.mapping.SearchMappingBuilder
-
- addOrUpdate(Object) - Method in interface org.hibernate.search.mapper.javabean.work.SearchIndexingPlan
-
Update an entity in the index, or add it if it's absent from the index.
- addOrUpdate(Object, Object) - Method in interface org.hibernate.search.mapper.javabean.work.SearchIndexingPlan
-
Update an entity in the index, or add it if it's absent from the index.
- addOrUpdate(Object, String...) - Method in interface org.hibernate.search.mapper.javabean.work.SearchIndexingPlan
-
Update an entity in the index, or add it if it's absent from the index,
but try to avoid reindexing if the given dirty paths
are known not to impact the indexed form of that entity.
- addOrUpdate(Object, Object, String...) - Method in interface org.hibernate.search.mapper.javabean.work.SearchIndexingPlan
-
Update an entity in the index, or add it if it's absent from the index,
but try to avoid reindexing if the given dirty paths
are known not to impact the indexed form of that entity.
- aggregation() - Method in interface org.hibernate.search.mapper.javabean.scope.SearchScope
-
Initiate the building of a search aggregation that will be valid for the indexes in this scope.
- annotationMapping() - Method in class org.hibernate.search.mapper.javabean.mapping.SearchMappingBuilder
-