Class StringScriptFieldExistsQuery

org.apache.lucene.search.Query
org.elasticsearch.search.runtime.AbstractScriptFieldQuery<StringFieldScript>
org.elasticsearch.search.runtime.StringScriptFieldExistsQuery

public class StringScriptFieldExistsQuery extends AbstractScriptFieldQuery<StringFieldScript>
  • Constructor Details

  • Method Details

    • matches

      protected boolean matches(<> values)
      Does the value match this query?
    • toString

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

      protected final boolean matches(StringFieldScript scriptContext, int docId)
      Specified by:
      matches in class AbstractScriptFieldQuery<StringFieldScript>