Class HibernateSearchPropertyHelper.SearchFieldIndexingMetadata
java.lang.Object
org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper.SearchFieldIndexingMetadata
- All Implemented Interfaces:
org.infinispan.objectfilter.impl.syntax.IndexedFieldProvider.FieldIndexingMetadata<Class<?>>
- Enclosing class:
HibernateSearchPropertyHelper
-
Constructor Summary
ConstructorsConstructorDescriptionSearchFieldIndexingMetadata(org.hibernate.search.engine.backend.metamodel.IndexDescriptor indexDescriptor) -
Method Summary
Modifier and TypeMethodDescriptiongetNullMarker(String[] propertyPath) booleanhasProperty(String[] propertyPath) booleanisAggregable(String[] propertyPath) booleanisAnalyzed(String[] propertyPath) booleanisNormalized(String[] propertyPath) booleanisProjectable(String[] propertyPath) booleanisSearchable(String[] propertyPath) booleanisSortable(String[] propertyPath) booleanbooleanClass<?>
-
Constructor Details
-
SearchFieldIndexingMetadata
public SearchFieldIndexingMetadata(org.hibernate.search.engine.backend.metamodel.IndexDescriptor indexDescriptor)
-
-
Method Details
-
hasProperty
-
isSearchable
-
isAnalyzed
-
isNormalized
-
isProjectable
-
isAggregable
-
isSortable
-
isVector
-
getNullMarker
-
keyType
-
isSpatial
-