org.hibernate.search.annotations
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Indexed
| Modifier and Type | Optional Element and Description |
|---|---|
String |
index |
Class<? extends EntityIndexingInterceptor> |
interceptor
Custom converter to change operations upon indexing
Useful for soft deletes and similar patterns
|
public abstract String index
public abstract Class<? extends EntityIndexingInterceptor> interceptor
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved