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
FieldsModifier and TypeFieldDescriptionIndexes holding exactly one field.intbooleanbooleanThreshold above which binary fulltext is stored in a blob instead of inline in the repository whenfulltextStoredInBlobistrue.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
Constructors -
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 -
fulltextStoredInBlobThreshold
Threshold above which binary fulltext is stored in a blob instead of inline in the repository whenfulltextStoredInBlobistrue. A value of0means no threshold (all fulltext goes to blob whenfulltextStoredInBlobistrue).- Since:
- 2025.19
-
fulltextSearchDisabled
public boolean fulltextSearchDisabled -
fulltextFieldSizeLimit
public int fulltextFieldSizeLimit
-
-
Constructor Details
-
FulltextConfiguration
public FulltextConfiguration()
-
-
Method Details
-
isFulltextIndexable
-
isFulltextStoredInBlob
public boolean isFulltextStoredInBlob()- Since:
- 11.1
-