|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.lucene.LuceneServie
public abstract class LuceneServie
Abstract base class 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. |
static java.lang.String |
INDEX_NAME
name of annotation configuring the index to work with. |
| Constructor Summary | |
|---|---|
LuceneServie()
|
|
| Method Summary | |
|---|---|
protected java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Integer>>> |
getMappings()
Returns the mappings. |
protected void |
loadMappings()
Loads the mappings. |
protected void |
unloadMappings()
Unloads the mappings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BUNDLE_NAME
public static final java.lang.String CONFIG_FILE_MAPPINGS
public static final java.lang.String INDEX_NAME
public static final java.lang.String ID_FIELD
| Constructor Detail |
|---|
public LuceneServie()
| Method Detail |
|---|
protected void loadMappings()
protected void unloadMappings()
protected java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Integer>>> getMappings()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||