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 Details

    • ROOT_TYPE

      public static final String ROOT_TYPE
      See Also:
    • indexNames

      public final Set<String> indexNames
      All index names.
    • 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.
    • propPathsByIndexSimple

      public final Map<String,Set<String>> propPathsByIndexSimple
    • propPathsByIndexBinary

      public final Map<String,Set<String>> propPathsByIndexBinary
    • propPathsExcludedByIndexSimple

      public final Map<String,Set<String>> propPathsExcludedByIndexSimple
    • propPathsExcludedByIndexBinary

      public final Map<String,Set<String>> propPathsExcludedByIndexBinary
    • excludedTypes

      public final Set<String> excludedTypes
    • includedTypes

      public final Set<String> includedTypes
    • fulltextStoredInBlob

      public boolean fulltextStoredInBlob
    • fulltextSearchDisabled

      public boolean fulltextSearchDisabled
    • fulltextFieldSizeLimit

      public int fulltextFieldSizeLimit
  • Constructor Details

    • FulltextConfiguration

      public FulltextConfiguration()
  • Method Details

    • isFulltextIndexable

      public boolean isFulltextIndexable(String typeName)
    • isFulltextStoredInBlob

      public boolean isFulltextStoredInBlob()
      Since:
      11.1