Class IpScriptFieldExistsQuery

java.lang.Object
org.apache.lucene.search.Query
org.elasticsearch.search.runtime.AbstractScriptFieldQuery<IpFieldScript>
org.elasticsearch.search.runtime.IpScriptFieldExistsQuery

public class IpScriptFieldExistsQuery extends AbstractScriptFieldQuery<IpFieldScript>
  • Constructor Details

  • Method Details

    • matches

      protected boolean matches(org.apache.lucene.util.BytesRef[] 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(IpFieldScript scriptContext, int docId)
      Specified by:
      matches in class AbstractScriptFieldQuery<IpFieldScript>
    • decode

      protected static InetAddress decode(org.apache.lucene.util.BytesRef ref)