org.apache.jackrabbit.oak.plugins.index.lucene
Interface LuceneIndexConstants


public interface LuceneIndexConstants


Field Summary
static org.apache.lucene.analysis.Analyzer ANALYZER
           
static String EXCLUDE_PROPERTY_NAMES
          exclude certain properties by name
static String EXPERIMENTAL_STORAGE
          Experimental flag to control storage behavior: 'null' or 'true' means the content is stored
static String INCLUDE_PROPERTY_TYPES
          include only certain property types in the index
static String INDEX_DATA_CHILD_NAME
           
static String INDEX_DATA_CHILD_NAME_FS
           
static String PERSISTENCE_FILE
           
static String PERSISTENCE_NAME
           
static String PERSISTENCE_OAK
           
static String PERSISTENCE_PATH
           
static String TYPE_LUCENE
           
static org.apache.lucene.util.Version VERSION
           
 

Field Detail

TYPE_LUCENE

static final String TYPE_LUCENE
See Also:
Constant Field Values

INDEX_DATA_CHILD_NAME

static final String INDEX_DATA_CHILD_NAME
See Also:
Constant Field Values

VERSION

static final org.apache.lucene.util.Version VERSION

ANALYZER

static final org.apache.lucene.analysis.Analyzer ANALYZER

INCLUDE_PROPERTY_TYPES

static final String INCLUDE_PROPERTY_TYPES
include only certain property types in the index

See Also:
Constant Field Values

EXCLUDE_PROPERTY_NAMES

static final String EXCLUDE_PROPERTY_NAMES
exclude certain properties by name

See Also:
Constant Field Values

PERSISTENCE_NAME

static final String PERSISTENCE_NAME
See Also:
Constant Field Values

PERSISTENCE_OAK

static final String PERSISTENCE_OAK
See Also:
Constant Field Values

PERSISTENCE_FILE

static final String PERSISTENCE_FILE
See Also:
Constant Field Values

PERSISTENCE_PATH

static final String PERSISTENCE_PATH
See Also:
Constant Field Values

INDEX_DATA_CHILD_NAME_FS

static final String INDEX_DATA_CHILD_NAME_FS
See Also:
Constant Field Values

EXPERIMENTAL_STORAGE

static final String EXPERIMENTAL_STORAGE
Experimental flag to control storage behavior: 'null' or 'true' means the content is stored

See Also:
Constant Field Values


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.