Uses of Class
org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern
-
Packages that use SimpleGlobPattern Package Description org.hibernate.search.engine.backend.common.spi org.hibernate.search.engine.backend.document.model.spi org.hibernate.search.util.common.pattern.spi -
-
Uses of SimpleGlobPattern in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return SimpleGlobPattern Modifier and Type Method Description static 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 SimpleGlobPattern Modifier and Type Method Description static 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 SimpleGlobPattern Constructor Description AbstractIndexFieldTemplate(C declaringParent, SimpleGlobPattern absolutePathGlob, FT type, IndexFieldInclusion 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 SimpleGlobPattern Modifier and Type Method Description static SimpleGlobPattern
SimpleGlobPattern. compile(String patternString)
SimpleGlobPattern
SimpleGlobPattern. prependLiteral(String literal)
SimpleGlobPattern
SimpleGlobPattern. prependMany()
-