|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.percolator.PercolatorService
public class PercolatorService
Field Summary | |
---|---|
static java.lang.String |
INDEX_NAME
|
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent |
---|
componentSettings, index, indexSettings, logger |
Constructor Summary | |
---|---|
PercolatorService(Index index,
Settings indexSettings,
IndicesService indicesService,
PercolatorExecutor percolator)
|
Method Summary | |
---|---|
void |
close()
|
PercolatorExecutor.Response |
percolate(PercolatorExecutor.DocAndSourceQueryRequest request)
|
PercolatorExecutor.Response |
percolate(PercolatorExecutor.SourceRequest request)
|
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent |
---|
index, nodeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INDEX_NAME
Constructor Detail |
---|
@Inject public PercolatorService(Index index, @IndexSettings Settings indexSettings, IndicesService indicesService, PercolatorExecutor percolator)
Method Detail |
---|
public void close()
public PercolatorExecutor.Response percolate(PercolatorExecutor.SourceRequest request) throws PercolatorException
PercolatorException
public PercolatorExecutor.Response percolate(PercolatorExecutor.DocAndSourceQueryRequest request) throws PercolatorException
PercolatorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |