Package org.nuxeo.ecm.core.storage
Class FulltextConfigurationFactory.PathsFinder
java.lang.Object
org.nuxeo.ecm.core.storage.FulltextConfigurationFactory.PathsFinder
- Enclosing class:
- FulltextConfigurationFactory
Accumulates paths for string and binary properties in schemas passed to
walkSchema(org.nuxeo.ecm.core.schema.types.Schema)
.
For schemas without prefix the path is accumulated both with and without prefix.
For binaries the path includes the final "/data" part.
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
walkComplexType
(ComplexType complexType, String path, String addPrefix) void
walkSchema
(Schema schema) protected void
walkSimpleType
(Type type, String path, String addPrefix) protected void
-
Field Details
-
simplePaths
-
binaryPaths
-
-
Constructor Details
-
PathsFinder
-
-
Method Details
-
walkSchema
-
walkComplexType
-
walkType
-
walkSimpleType
-