Class ScriptBytesValues

    • Method Summary

      Modifier and Type Method Description
      boolean advanceExact​(int doc)
      Advance this instance to the given document id
      void setScorer​(org.apache.lucene.search.Scorer scorer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptBytesValues

        public ScriptBytesValues​(SearchScript script)
    • Method Detail

      • advanceExact

        public boolean advanceExact​(int doc)
                             throws java.io.IOException
        Description copied from class: SortedBinaryDocValues
        Advance this instance to the given document id
        Specified by:
        advanceExact in class SortedBinaryDocValues
        Returns:
        true if there is a value for this document
        Throws:
        java.io.IOException
      • setScorer

        public void setScorer​(org.apache.lucene.search.Scorer scorer)
        Specified by:
        setScorer in interface ScorerAware