| Package | Description |
|---|---|
| net.bolbat.kit.lucene |
Lucene related functionality.
|
| Modifier and Type | Method and Description |
|---|---|
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.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. |
| Constructor and Description |
|---|
LuceneStoreImpl(Class<S> aBeanType,
LuceneStoreConfig configuration)
Constructor.
|
Copyright © 2013–2019 BB Corp. All rights reserved.