SMILA (incubation) API documentation

org.eclipse.smila.lucene
Interface LuceneService

All Known Subinterfaces:
LuceneIndexService, LuceneSearchService
All Known Implementing Classes:
LuceneServiceImpl

public interface LuceneService

base interface for services dealing with Lucene.


Field Summary
static java.lang.String BUNDLE_NAME
          name of bundle.
static java.lang.String CONFIG_FILE_MAPPINGS
          name of configuration file.
static java.lang.String ID_FIELD
          Name of the Lucene index field containing the id value.
 

Field Detail

BUNDLE_NAME

static final java.lang.String BUNDLE_NAME
name of bundle. Used in configuration reading.

See Also:
Constant Field Values

CONFIG_FILE_MAPPINGS

static final java.lang.String CONFIG_FILE_MAPPINGS
name of configuration file. Hardcoded for now (or fallback), configuration properties should be received from configuration service later.

See Also:
Constant Field Values

ID_FIELD

static final java.lang.String ID_FIELD
Name of the Lucene index field containing the id value.

See Also:
Constant Field Values

SMILA (incubation) API documentation