Class PruningPolicy

    • Field Detail

      • DEL_POSTINGS

        public static final int DEL_POSTINGS
        Delete (some or all) postings for this field.
        See Also:
        Constant Field Values
      • DEL_STORED

        public static final int DEL_STORED
        Delete (some or all) stored values for this field.
        See Also:
        Constant Field Values
      • DEL_VECTOR

        public static final int DEL_VECTOR
        Delete term frequency vectors for this field (whole vectors or individual terms).
        See Also:
        Constant Field Values
      • DEL_PAYLOADS

        public static final int DEL_PAYLOADS
        Delete (some or all) payloads in these fields.
        See Also:
        Constant Field Values
      • DEL_ALL

        public static final int DEL_ALL
        Delete all data for this field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PruningPolicy

        public PruningPolicy()