| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.index.pruning.PruningPolicy
public class PruningPolicy
General Definitions for Index Pruning, such as operations to be performed on field data.
| Field Summary | |
|---|---|
| static int | DEL_ALLDelete all data for this field. | 
| static int | DEL_PAYLOADSDelete (some or all) payloads in these fields. | 
| static int | DEL_POSTINGSDelete (some or all) postings for this field. | 
| static int | DEL_STOREDDelete (some or all) stored values for this field. | 
| static int | DEL_VECTORDelete term frequency vectors for this field (whole vectors or individual terms). | 
| Constructor Summary | |
|---|---|
| PruningPolicy() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
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
| Constructor Detail | 
|---|
public PruningPolicy()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||