Uses of Class
org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern
Packages that use SimpleGlobPattern
Package
Description
-
Uses of SimpleGlobPattern in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type SimpleGlobPatternModifierConstructorDescriptionElasticsearchIndexObjectFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) ElasticsearchIndexValueFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, TreeNodeInclusion inclusion, boolean multiValued, ElasticsearchIndexValueFieldType<?> type) -
Uses of SimpleGlobPattern in org.hibernate.search.backend.lucene.document.model.impl
Constructors in org.hibernate.search.backend.lucene.document.model.impl with parameters of type SimpleGlobPatternModifierConstructorDescriptionLuceneIndexObjectFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) LuceneIndexValueFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of SimpleGlobPattern in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return SimpleGlobPatternModifier and TypeMethodDescriptionstatic SimpleGlobPatternFieldPaths.absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPatternFieldPaths.compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPatternFieldPaths.prefix(String prefix, SimpleGlobPattern relativeFieldPathGlob) Methods in org.hibernate.search.engine.backend.common.spi with parameters of type SimpleGlobPatternModifier and TypeMethodDescriptionstatic SimpleGlobPatternFieldPaths.absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPatternFieldPaths.compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPatternFieldPaths.prefix(String prefix, SimpleGlobPattern relativeFieldPathGlob) -
Uses of SimpleGlobPattern in org.hibernate.search.engine.backend.document.model.spi
Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type SimpleGlobPatternModifierConstructorDescriptionAbstractIndexFieldTemplate(C declaringParent, SimpleGlobPattern absolutePathGlob, FT type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of SimpleGlobPattern in org.hibernate.search.util.common.pattern.spi
Methods in org.hibernate.search.util.common.pattern.spi that return SimpleGlobPatternModifier and TypeMethodDescriptionstatic SimpleGlobPatternSimpleGlobPattern.prependLiteral(String literal) SimpleGlobPattern.prependMany()