Class LongScriptFieldExistsQuery

java.lang.Object
org.apache.lucene.search.Query
org.elasticsearch.search.runtime.LongScriptFieldExistsQuery

public class LongScriptFieldExistsQuery
extends org.apache.lucene.search.Query
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static float MATCH_COST
    We don't have the infrastructure to estimate the match cost of a script so we just use a big number.
  • Constructor Summary

    Constructors
    Constructor Description
    LongScriptFieldExistsQuery​(Script script, java.util.function.Function<org.apache.lucene.index.LeafReaderContext,​AbstractLongFieldScript> leafFactory, java.lang.String fieldName)  
  • Method Summary

    Modifier and Type Method Description
    org.apache.lucene.search.Weight createWeight​(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost)  
    boolean equals​(java.lang.Object obj)  
    int hashCode()  
    protected boolean matches​(long[] values, int count)
    Does the value match this query?
    protected boolean matches​(AbstractLongFieldScript scriptContext, int docId)  
    java.lang.String toString​(java.lang.String field)  
    void visit​(org.apache.lucene.search.QueryVisitor visitor)  

    Methods inherited from class org.apache.lucene.search.Query

    classHash, rewrite, sameClassAs, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MATCH_COST

      protected static final float MATCH_COST
      We don't have the infrastructure to estimate the match cost of a script so we just use a big number.
      See Also:
      Constant Field Values
  • Constructor Details

    • LongScriptFieldExistsQuery

      public LongScriptFieldExistsQuery​(Script script, java.util.function.Function<org.apache.lucene.index.LeafReaderContext,​AbstractLongFieldScript> leafFactory, java.lang.String fieldName)
  • Method Details

    • matches

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

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

      protected boolean matches​(AbstractLongFieldScript scriptContext, int docId)
    • visit

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

      public org.apache.lucene.search.Weight createWeight​(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost) throws java.io.IOException
      Overrides:
      createWeight in class org.apache.lucene.search.Query
      Throws:
      java.io.IOException
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class org.apache.lucene.search.Query
    • equals

      public boolean equals​(java.lang.Object obj)
      Specified by:
      equals in class org.apache.lucene.search.Query