| Package | Description |
|---|---|
| org.uberfire.ext.metadata.engine | |
| org.uberfire.ext.metadata.search |
| Modifier and Type | Method and Description |
|---|---|
KObject |
Indexer.toKObject(org.uberfire.java.nio.file.Path path)
Index file represented by Path into an index object
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaIndexEngine.index(KObject... objects) |
void |
MetaIndexEngine.index(KObject object) |
void |
MetaIndexEngine.rename(KObjectKey from,
KObject to) |
| 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–2017 JBoss by Red Hat. All rights reserved.