Class ValueFieldMetamodel
java.lang.Object
org.infinispan.search.mapper.mapping.metamodel.ValueFieldMetamodel
- All Implemented Interfaces:
JsonSerialization
-
Constructor Summary
ConstructorDescriptionValueFieldMetamodel
(boolean multiValued, boolean multiValuedInRoot, org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor type) -
Method Summary
-
Constructor Details
-
ValueFieldMetamodel
public ValueFieldMetamodel(boolean multiValued, boolean multiValuedInRoot, org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor type)
-
-
Method Details
-
isMultiValued
public boolean isMultiValued() -
isMultiValuedInRoot
public boolean isMultiValuedInRoot() -
getType
-
getProjectionType
-
getArgumentType
-
isSearchable
public boolean isSearchable() -
isProjectable
public boolean isProjectable() -
isSortable
public boolean isSortable() -
isAggregable
public boolean isAggregable() -
getAnalyzer
-
getNormalizer
-
toJson
- Specified by:
toJson
in interfaceJsonSerialization
-