| Package | Description |
|---|---|
| net.bolbat.kit.lucene |
Lucene related functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LuceneStore<S extends Storable>
Lucene store interface.
|
class |
LuceneStoreImpl<S extends Storable>
LuceneStore implementation. |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Storable> |
LuceneStoreManager.getStore(Class<S> type)
Get
LuceneStore by Storable type with default configuration. |
static <S extends Storable> |
LuceneStoreManager.getStore(Class<S> type,
LuceneStoreConfig configuration)
Get
LuceneStore by Storable type with with given configuration. |
static <S extends Storable> |
LuceneStoreManager.getStore(Class<S> type,
String configuration)
Get
LuceneStore by Storable type with with given configuration. |
static <S extends Storable> |
LuceneStoreManager.tearDown(Class<S> type)
Tear down
LuceneStoreManager state for given Storable type.This is just for removing initialized LuceneStore instance from internal storage.Tear down/cleanup for initialized LuceneStore instance should be done separately. |
static <S extends Storable> |
LuceneStoreManager.tearDown(Class<S> type,
LuceneStoreConfig configuration)
Tear down
LuceneStoreManager state for given Storable type.This is just for removing initialized LuceneStore instance from internal storage.Tear down/cleanup for initialized LuceneStore instance should be done separately. |
static <S extends Storable> |
LuceneStoreManager.tearDown(Class<S> type,
String configuration)
Tear down
LuceneStoreManager state for given Storable type.This is just for removing initialized LuceneStore instance from internal storage.Tear down/cleanup for initialized LuceneStore instance should be done separately. |
Copyright © 2013–2019 BB Corp. All rights reserved.