Class FieldPaths
java.lang.Object
org.hibernate.search.engine.backend.common.spi.FieldPaths
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleGlobPattern
absolutize
(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) static String
static SimpleGlobPattern
compose
(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) static boolean
isStrictPrefix
(String prefixCandidatePath, String path) static String
static SimpleGlobPattern
prefix
(String prefix, SimpleGlobPattern relativeFieldPathGlob) static FieldPaths.RelativizedPath
relativize
(String absolutePath) static String[]
-
Field Details
-
PATH_SEPARATOR
public static final char PATH_SEPARATOR- See Also:
-
PATH_SEPARATOR_STRING
-
PATH_SEPARATOR_REGEX_STRING
- See Also:
-
-
Method Details
-
prefix
-
prefix
-
compose
-
compose
public static SimpleGlobPattern compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) -
absolutize
public static SimpleGlobPattern absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) -
relativize
-
isStrictPrefix
-
split
-