Package org.nuxeo.ecm.core.storage
Class FulltextConfigurationFactory
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.FulltextConfigurationFactory
-
public class FulltextConfigurationFactory extends Object
Factory building aFulltextConfiguration
from aFulltextDescriptor
.- Since:
- 10.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FulltextConfigurationFactory.PathsFinder
Accumulates paths for string and binary properties in schemas passed toFulltextConfigurationFactory.PathsFinder.walkSchema(org.nuxeo.ecm.core.schema.types.Schema)
.
-
Field Summary
Fields Modifier and Type Field Description static String
FULLTEXT_DEFAULT_INDEX
static String
PROP_TYPE_BLOB
static String
PROP_TYPE_STRING
-
Constructor Summary
Constructors Constructor Description FulltextConfigurationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Type
getBaseType(Type type)
static FulltextConfiguration
make(FulltextDescriptor fulltextDescriptor)
-
-
-
Field Detail
-
PROP_TYPE_STRING
public static final String PROP_TYPE_STRING
- See Also:
- Constant Field Values
-
PROP_TYPE_BLOB
public static final String PROP_TYPE_BLOB
- See Also:
- Constant Field Values
-
FULLTEXT_DEFAULT_INDEX
public static final String FULLTEXT_DEFAULT_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static FulltextConfiguration make(FulltextDescriptor fulltextDescriptor)
-
-