Package org.nuxeo.ecm.core.storage
Class FulltextConfigurationFactory
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.FulltextConfigurationFactory
-
public class FulltextConfigurationFactory extends Object
Factory building aFulltextConfigurationfrom aFulltextDescriptor.- Since:
- 10.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFulltextConfigurationFactory.PathsFinderAccumulates 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 StringFULLTEXT_DEFAULT_INDEXstatic StringPROP_TYPE_BLOBstatic StringPROP_TYPE_STRING
-
Constructor Summary
Constructors Constructor Description FulltextConfigurationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static TypegetBaseType(Type type)static FulltextConfigurationmake(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)
-
-