Class InfinispanAnnotations
- java.lang.Object
-
- org.infinispan.query.remote.impl.indexing.infinispan.InfinispanAnnotations
-
public class InfinispanAnnotations extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGGREGABLE_ATTRIBUTEstatic StringANALYZER_ATTRIBUTEstatic StringANNOTATIONS_OPTIONS_PACKAGEstatic StringBASIC_ANNOTATIONstatic StringDECIMAL_ANNOTATIONstatic StringDECIMAL_SCALE_ATTRIBUTEstatic StringEMBEDDED_ANNOTATIONstatic StringENABLED_ATTRIBUTEstatic StringINCLUDE_DEPTH_ATTRIBUTEstatic StringINDEX_NULL_AS_ATTRIBUTEstatic StringKEYWORD_ANNOTATIONstatic StringNAME_ATTRIBUTEstatic StringNORMALIZER_ATTRIBUTEstatic StringNORMS_ATTRIBUTEstatic StringPROJECTABLE_ATTRIBUTEstatic StringSEARCH_ANALYZER_ATTRIBUTEstatic StringSEARCHABLE_ATTRIBUTEstatic StringSORTABLE_ATTRIBUTEstatic StringSTRUCTURE_ATTRIBUTEstatic StringTERM_VECTOR_ATTRIBUTEstatic StringTEXT_ANNOTATION
-
Constructor Summary
Constructors Constructor Description InfinispanAnnotations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidconfigure(org.infinispan.protostream.config.Configuration.Builder builder)static org.infinispan.api.annotations.indexing.option.Structurestructure(String value)static org.infinispan.api.annotations.indexing.option.TermVectortermVector(String value)
-
-
-
Field Detail
-
ANNOTATIONS_OPTIONS_PACKAGE
public static final String ANNOTATIONS_OPTIONS_PACKAGE
- See Also:
- Constant Field Values
-
ENABLED_ATTRIBUTE
public static final String ENABLED_ATTRIBUTE
- See Also:
- Constant Field Values
-
BASIC_ANNOTATION
public static final String BASIC_ANNOTATION
- See Also:
- Constant Field Values
-
NAME_ATTRIBUTE
public static final String NAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
SEARCHABLE_ATTRIBUTE
public static final String SEARCHABLE_ATTRIBUTE
- See Also:
- Constant Field Values
-
PROJECTABLE_ATTRIBUTE
public static final String PROJECTABLE_ATTRIBUTE
- See Also:
- Constant Field Values
-
AGGREGABLE_ATTRIBUTE
public static final String AGGREGABLE_ATTRIBUTE
- See Also:
- Constant Field Values
-
SORTABLE_ATTRIBUTE
public static final String SORTABLE_ATTRIBUTE
- See Also:
- Constant Field Values
-
INDEX_NULL_AS_ATTRIBUTE
public static final String INDEX_NULL_AS_ATTRIBUTE
- See Also:
- Constant Field Values
-
KEYWORD_ANNOTATION
public static final String KEYWORD_ANNOTATION
- See Also:
- Constant Field Values
-
TEXT_ANNOTATION
public static final String TEXT_ANNOTATION
- See Also:
- Constant Field Values
-
NORMALIZER_ATTRIBUTE
public static final String NORMALIZER_ATTRIBUTE
- See Also:
- Constant Field Values
-
ANALYZER_ATTRIBUTE
public static final String ANALYZER_ATTRIBUTE
- See Also:
- Constant Field Values
-
SEARCH_ANALYZER_ATTRIBUTE
public static final String SEARCH_ANALYZER_ATTRIBUTE
- See Also:
- Constant Field Values
-
NORMS_ATTRIBUTE
public static final String NORMS_ATTRIBUTE
- See Also:
- Constant Field Values
-
TERM_VECTOR_ATTRIBUTE
public static final String TERM_VECTOR_ATTRIBUTE
- See Also:
- Constant Field Values
-
DECIMAL_ANNOTATION
public static final String DECIMAL_ANNOTATION
- See Also:
- Constant Field Values
-
DECIMAL_SCALE_ATTRIBUTE
public static final String DECIMAL_SCALE_ATTRIBUTE
- See Also:
- Constant Field Values
-
EMBEDDED_ANNOTATION
public static final String EMBEDDED_ANNOTATION
- See Also:
- Constant Field Values
-
INCLUDE_DEPTH_ATTRIBUTE
public static final String INCLUDE_DEPTH_ATTRIBUTE
- See Also:
- Constant Field Values
-
STRUCTURE_ATTRIBUTE
public static final String STRUCTURE_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public static void configure(org.infinispan.protostream.config.Configuration.Builder builder)
-
termVector
public static final org.infinispan.api.annotations.indexing.option.TermVector termVector(String value)
-
structure
public static final org.infinispan.api.annotations.indexing.option.Structure structure(String value)
-
-