Class Search5Annotations
- java.lang.Object
-
- org.infinispan.query.remote.impl.indexing.search5.Search5Annotations
-
public final class Search5Annotations extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringANALYZE_NOstatic StringANALYZE_YESstatic StringANALYZER_ANNOTATIONSimilar to org.hibernate.search.annotations.Analyzer.static StringANALYZER_DEFINITION_ATTRIBUTEstatic StringDO_NOT_INDEX_NULLA marker value that indicates nulls should not be indexed.static StringFIELD_ANALYZE_ATTRIBUTEstatic StringFIELD_ANALYZER_ATTRIBUTEstatic StringFIELD_ANNOTATIONstatic StringFIELD_INDEX_ATTRIBUTEstatic StringFIELD_INDEX_NULL_AS_ATTRIBUTEstatic StringFIELD_NAME_ATTRIBUTEstatic StringFIELD_STORE_ATTRIBUTEstatic StringFIELDS_ANNOTATIONSimilar to org.hibernate.search.annotations.Fields/Field.static StringINDEX_NOstatic StringINDEX_YESstatic StringLEGACY_ANNOTATION_PACKAGEstatic StringSORTABLE_FIELD_ANNOTATIONstatic StringSORTABLE_FIELDS_ANNOTATIONstatic StringSTORE_NOstatic StringSTORE_YES
-
Constructor Summary
Constructors Constructor Description Search5Annotations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidconfigure(org.infinispan.protostream.config.Configuration.Builder builder)
-
-
-
Field Detail
-
LEGACY_ANNOTATION_PACKAGE
public static final String LEGACY_ANNOTATION_PACKAGE
- See Also:
- Constant Field Values
-
FIELDS_ANNOTATION
public static final String FIELDS_ANNOTATION
Similar to org.hibernate.search.annotations.Fields/Field.- See Also:
- Constant Field Values
-
FIELD_ANNOTATION
public static final String FIELD_ANNOTATION
- See Also:
- Constant Field Values
-
FIELD_NAME_ATTRIBUTE
public static final String FIELD_NAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
FIELD_INDEX_ATTRIBUTE
public static final String FIELD_INDEX_ATTRIBUTE
- See Also:
- Constant Field Values
-
FIELD_ANALYZE_ATTRIBUTE
public static final String FIELD_ANALYZE_ATTRIBUTE
- See Also:
- Constant Field Values
-
FIELD_STORE_ATTRIBUTE
public static final String FIELD_STORE_ATTRIBUTE
- See Also:
- Constant Field Values
-
FIELD_ANALYZER_ATTRIBUTE
public static final String FIELD_ANALYZER_ATTRIBUTE
- See Also:
- Constant Field Values
-
FIELD_INDEX_NULL_AS_ATTRIBUTE
public static final String FIELD_INDEX_NULL_AS_ATTRIBUTE
- See Also:
- Constant Field Values
-
INDEX_YES
public static final String INDEX_YES
- See Also:
- Constant Field Values
-
INDEX_NO
public static final String INDEX_NO
- See Also:
- Constant Field Values
-
ANALYZE_YES
public static final String ANALYZE_YES
- See Also:
- Constant Field Values
-
ANALYZE_NO
public static final String ANALYZE_NO
- See Also:
- Constant Field Values
-
STORE_YES
public static final String STORE_YES
- See Also:
- Constant Field Values
-
STORE_NO
public static final String STORE_NO
- See Also:
- Constant Field Values
-
DO_NOT_INDEX_NULL
public static final String DO_NOT_INDEX_NULL
A marker value that indicates nulls should not be indexed.- See Also:
- Constant Field Values
-
ANALYZER_ANNOTATION
public static final String ANALYZER_ANNOTATION
Similar to org.hibernate.search.annotations.Analyzer. Can be placed at both message and field level.- See Also:
- Constant Field Values
-
ANALYZER_DEFINITION_ATTRIBUTE
public static final String ANALYZER_DEFINITION_ATTRIBUTE
- See Also:
- Constant Field Values
-
SORTABLE_FIELD_ANNOTATION
public static final String SORTABLE_FIELD_ANNOTATION
- See Also:
- Constant Field Values
-
SORTABLE_FIELDS_ANNOTATION
public static final String SORTABLE_FIELDS_ANNOTATION
- See Also:
- Constant Field Values
-
-