Package org.nuxeo.ecm.core.storage
Class FulltextConfigurationFactory
java.lang.Object
org.nuxeo.ecm.core.storage.FulltextConfigurationFactory
Factory building a
FulltextConfiguration
from a FulltextDescriptor
.- Since:
- 10.3
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Accumulates paths for string and binary properties in schemas passed toFulltextConfigurationFactory.PathsFinder.walkSchema(org.nuxeo.ecm.core.schema.types.Schema)
. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Type
getBaseType
(Type type) static FulltextConfiguration
make
(FulltextDescriptor fulltextDescriptor)
-
Field Details
-
PROP_TYPE_STRING
- See Also:
-
PROP_TYPE_BLOB
- See Also:
-
FULLTEXT_DEFAULT_INDEX
- See Also:
-
-
Constructor Details
-
FulltextConfigurationFactory
public FulltextConfigurationFactory()
-
-
Method Details
-
make
-
getBaseType
-