Class FieldPaths
java.lang.Object
org.hibernate.search.engine.backend.common.spi.FieldPaths
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleGlobPatternabsolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob) static Stringstatic SimpleGlobPatterncompose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob) static booleanisStrictPrefix(String prefixCandidatePath, String path) static Stringstatic SimpleGlobPatternprefix(String prefix, SimpleGlobPattern relativeFieldPathGlob) static FieldPaths.RelativizedPathrelativize(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
-