| Package | Description |
|---|---|
| net.bolbat.kit.lucene |
Lucene related functionality.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static List<LuceneStore<?>> |
LuceneStoreManager.getStores()
Get all initialized
LuceneStore. |
Copyright © 2013–2019 BB Corp. All rights reserved.