public static final class Field.Store extends Parameter implements Serializable
Modifier and Type | Field and Description |
---|---|
static Field.Store |
COMPRESS
Store the original field value in the index in a compressed form.
|
static Field.Store |
NO
Do not store the field value in the index.
|
static Field.Store |
YES
Store the original field value in the index.
|
public static final Field.Store COMPRESS
public static final Field.Store YES
public static final Field.Store NO
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.