| Modifier and Type | Method and Description |
|---|---|
KObject |
Indexer.toKObject(Path path)
Index file represented by Path into an index object
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaIndexEngine.index(KObject object) |
void |
MetaIndexEngine.rename(KObjectKey from,
KObject to) |
| Modifier and Type | Method and Description |
|---|---|
KObject |
IndexEvent.NewlyIndexedEvent.getKObject() |
KObject |
IndexEvent.RenamedEvent.getTarget() |
| Constructor and Description |
|---|
NewlyIndexedEvent(KObject kObject) |
RenamedEvent(KObjectKey source,
KObject target) |
| Modifier and Type | Method and Description |
|---|---|
MetaObject |
MetaModelBuilder.newMetaObject(KObject object) |
void |
MetaModelBuilder.updateMetaModel(KObject object) |
| Modifier and Type | Class and Description |
|---|---|
class |
KObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
List<KObject> |
IndexProvider.findById(String index,
String id) |
List<KObject> |
IndexProvider.findByQuery(List<String> indices,
org.apache.lucene.search.Query query,
int limit) |
List<KObject> |
IndexProvider.findByQuery(List<String> indices,
org.apache.lucene.search.Query query,
org.apache.lucene.search.Sort sort,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexProvider.index(KObject object) |
void |
IndexProvider.rename(String index,
String id,
KObject to) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexProvider.index(List<KObject> elements) |
| Modifier and Type | Method and Description |
|---|---|
List<KObject> |
SearchIndex.fullTextSearch(String term,
IOSearchService.Filter filter,
ClusterSegment... clusterSegments) |
List<KObject> |
SearchIndex.searchByAttrs(Map<String,?> attrs,
IOSearchService.Filter filter,
ClusterSegment... clusterSegments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IOSearchService.Filter.accept(KObject kObject) |
boolean |
IOSearchService.NoOpFilter.accept(KObject kObject) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.