public abstract class FieldProperties extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static int | BINARY | 
| protected static int | INDEXED | 
| protected static int | MULTIVALUED | 
| protected static int | OMIT_NORMS | 
| protected static int | OMIT_POSITIONS | 
| protected static int | OMIT_TF_POSITIONS | 
| protected static int | REQUIRED | 
| protected static int | SORT_MISSING_FIRST | 
| protected static int | SORT_MISSING_LAST | 
| protected static int | STORE_OFFSETS | 
| protected static int | STORE_TERMOFFSETS | 
| protected static int | STORE_TERMPOSITIONS | 
| protected static int | STORE_TERMVECTORS | 
| protected static int | STORED | 
| protected static int | TOKENIZED | 
| Constructor and Description | 
|---|
| FieldProperties() | 
protected static final int INDEXED
protected static final int TOKENIZED
protected static final int STORED
protected static final int BINARY
protected static final int OMIT_NORMS
protected static final int OMIT_TF_POSITIONS
protected static final int STORE_TERMVECTORS
protected static final int STORE_TERMPOSITIONS
protected static final int STORE_TERMOFFSETS
protected static final int MULTIVALUED
protected static final int SORT_MISSING_FIRST
protected static final int SORT_MISSING_LAST
protected static final int REQUIRED
protected static final int OMIT_POSITIONS
protected static final int STORE_OFFSETS
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.