Class FulltextConfiguration
- java.lang.Object
-
- org.nuxeo.ecm.core.api.repository.FulltextConfiguration
-
public class FulltextConfiguration extends Object
Info about the fulltext configuration.- Since:
- 10.3 in this package
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FulltextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFulltextIndexable(String typeName)
boolean
isFulltextStoredInBlob()
-
-
-
Field Detail
-
ROOT_TYPE
public static final String ROOT_TYPE
- See Also:
- Constant Field Values
-
fieldToIndexName
public final Map<String,String> fieldToIndexName
Indexes holding exactly one field.
-
indexesAllSimple
public final Set<String> indexesAllSimple
Indexes containing all simple properties.
-
indexesAllBinary
public final Set<String> indexesAllBinary
Indexes containing all binaries properties.
-
indexesByPropPathSimple
public final Map<String,Set<String>> indexesByPropPathSimple
Indexes for each specific simple property path.
-
indexesByPropPathBinary
public final Map<String,Set<String>> indexesByPropPathBinary
Indexes for each specific binary property path.
-
indexesByPropPathExcludedSimple
public final Map<String,Set<String>> indexesByPropPathExcludedSimple
Indexes for each specific simple property path excluded.
-
indexesByPropPathExcludedBinary
public final Map<String,Set<String>> indexesByPropPathExcludedBinary
Indexes for each specific binary property path excluded.
-
fulltextStoredInBlob
public boolean fulltextStoredInBlob
-
fulltextSearchDisabled
public boolean fulltextSearchDisabled
-
fulltextFieldSizeLimit
public int fulltextFieldSizeLimit
-
-
Method Detail
-
isFulltextIndexable
public boolean isFulltextIndexable(String typeName)
-
isFulltextStoredInBlob
public boolean isFulltextStoredInBlob()
- Since:
- 11.1
-
-