org.elasticsearch.index.percolator
Class PercolatorExecutor.DocAndSourceQueryRequest

java.lang.Object
  extended by org.elasticsearch.index.percolator.PercolatorExecutor.DocAndSourceQueryRequest
Enclosing class:
PercolatorExecutor

public static class PercolatorExecutor.DocAndSourceQueryRequest
extends Object


Constructor Summary
PercolatorExecutor.DocAndSourceQueryRequest(ParsedDocument doc, String query)
           
 
Method Summary
 ParsedDocument doc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercolatorExecutor.DocAndSourceQueryRequest

public PercolatorExecutor.DocAndSourceQueryRequest(ParsedDocument doc,
                                                   @Nullable
                                                   String query)
Method Detail

doc

public ParsedDocument doc()


Copyright © 2009-2012. All Rights Reserved.