Interface IndexValueFieldDescriptor
-
- All Superinterfaces:
IndexFieldDescriptor
public interface IndexValueFieldDescriptor extends IndexFieldDescriptor
A "value" field in the index, i.e. a field that holds a string, integer, etc."value", in this context, is opposed to "object", as in
object field
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexValueFieldTypeDescriptor
type()
-
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
absolutePath, isObjectField, isValueField, multiValued, multiValuedInRoot, parent, relativeName, toObjectField, toValueField
-
-
-
-
Method Detail
-
type
IndexValueFieldTypeDescriptor type()
- Returns:
- The type of this field, exposing its various capabilities and accepted Java types.
- See Also:
IndexValueFieldTypeDescriptor
-
-