StorePruningPolicy
, TermPruningPolicy
public class PruningPolicy extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
DEL_ALL |
Delete all data for this field.
|
static int |
DEL_PAYLOADS |
Delete (some or all) payloads in these fields.
|
static int |
DEL_POSTINGS |
Delete (some or all) postings for this field.
|
static int |
DEL_STORED |
Delete (some or all) stored values for this field.
|
static int |
DEL_VECTOR |
Delete term frequency vectors for this field (whole vectors or individual terms).
|
Constructor | Description |
---|---|
PruningPolicy() |
public static final int DEL_POSTINGS
public static final int DEL_STORED
public static final int DEL_VECTOR
public static final int DEL_PAYLOADS
public static final int DEL_ALL
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.