Uses of Class
org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern
Packages that use SimpleGlobPattern
Package
Description
-
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 SimpleGlobPattern
FieldPaths.absolutize
(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPattern
FieldPaths.compose
(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPattern
FieldPaths.prefix
(String prefix, SimpleGlobPattern relativeFieldPathGlob) Methods in org.hibernate.search.engine.backend.common.spi with parameters of type SimpleGlobPatternModifier and TypeMethodDescriptionstatic SimpleGlobPattern
FieldPaths.absolutize
(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPattern
FieldPaths.compose
(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) static SimpleGlobPattern
FieldPaths.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 SimpleGlobPattern
SimpleGlobPattern.prependLiteral
(String literal) SimpleGlobPattern.prependMany()