Annotation Type Indexed
-
@Documented @Target(TYPE) @Retention(RUNTIME) @TypeMapping(processor=@TypeMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.IndexedProcessor.class)) public @interface Indexed
Maps an entity type to an index.
-
-
Element Detail
-
backend
String backend
- Returns:
- The name of the backend.
Defaults to the
default backend.
- Default:
- ""
-
-
-
index
String index
- Returns:
- The name of the index. Defaults to the entity name.
- Default:
- ""
-
-