Class FulltextConfiguration
java.lang.Object
org.nuxeo.ecm.core.api.repository.FulltextConfiguration
Info about the fulltext configuration.
- Since:
- 10.3 in this package
-
Field Summary
Modifier and TypeFieldDescriptionIndexes holding exactly one field.int
boolean
boolean
Indexes containing all binaries properties.Indexes containing all simple properties.Indexes for each specific binary property path.Indexes for each specific binary property path excluded.Indexes for each specific simple property path excluded.Indexes for each specific simple property path.All index names.static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
ROOT_TYPE
- See Also:
-
indexNames
All index names. -
fieldToIndexName
Indexes holding exactly one field. -
indexesAllSimple
Indexes containing all simple properties. -
indexesAllBinary
Indexes containing all binaries properties. -
indexesByPropPathSimple
Indexes for each specific simple property path. -
indexesByPropPathBinary
Indexes for each specific binary property path. -
indexesByPropPathExcludedSimple
Indexes for each specific simple property path excluded. -
indexesByPropPathExcludedBinary
Indexes for each specific binary property path excluded. -
propPathsByIndexSimple
-
propPathsByIndexBinary
-
propPathsExcludedByIndexSimple
-
propPathsExcludedByIndexBinary
-
excludedTypes
-
includedTypes
-
fulltextStoredInBlob
public boolean fulltextStoredInBlob -
fulltextSearchDisabled
public boolean fulltextSearchDisabled -
fulltextFieldSizeLimit
public int fulltextFieldSizeLimit
-
-
Constructor Details
-
FulltextConfiguration
public FulltextConfiguration()
-
-
Method Details
-
isFulltextIndexable
-
isFulltextStoredInBlob
public boolean isFulltextStoredInBlob()- Since:
- 11.1
-