org.elasticsearch.index.percolator
Class PercolatorExecutor.Response

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

public static final class PercolatorExecutor.Response
extends Object


Constructor Summary
PercolatorExecutor.Response(List<String> matches, boolean mappersAdded)
           
 
Method Summary
 boolean mappersAdded()
           
 List<String> matches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercolatorExecutor.Response

public PercolatorExecutor.Response(List<String> matches,
                                   boolean mappersAdded)
Method Detail

mappersAdded

public boolean mappersAdded()

matches

public List<String> matches()


Copyright © 2009-2012. All Rights Reserved.