Class LongScriptFieldExistsQuery

java.lang.Object
org.apache.lucene.search.Query
org.elasticsearch.search.runtime.AbstractScriptFieldQuery<AbstractLongFieldScript>
org.elasticsearch.search.runtime.LongScriptFieldExistsQuery

public class LongScriptFieldExistsQuery extends AbstractScriptFieldQuery<AbstractLongFieldScript>
  • Constructor Details

  • Method Details

    • matches

      protected boolean matches(long[] values, int count)
      Does the value match this query?
    • toString

      public final String toString(String field)
      Specified by:
      toString in class org.apache.lucene.search.Query
    • matches

      protected boolean matches(AbstractLongFieldScript scriptContext, int docId)
      Specified by:
      matches in class AbstractScriptFieldQuery<AbstractLongFieldScript>
    • visit

      public final void visit(org.apache.lucene.search.QueryVisitor visitor)
      Overrides:
      visit in class org.apache.lucene.search.Query