Class SearchAfterSortedDocQuery


  • public class SearchAfterSortedDocQuery
    extends org.apache.lucene.search.Query
    A Query that only matches documents that are greater than the provided FieldDoc. This works only if the index is sorted according to the given search Sort.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchAfterSortedDocQuery​(org.apache.lucene.search.Sort sort, org.apache.lucene.search.FieldDoc after)  
    • Method Summary

      Modifier and Type Method Description
      org.apache.lucene.search.Weight createWeight​(org.apache.lucene.search.IndexSearcher searcher, boolean needsScores, float boost)  
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String toString​(java.lang.String field)  
      • 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
    • Constructor Detail

      • SearchAfterSortedDocQuery

        public SearchAfterSortedDocQuery​(org.apache.lucene.search.Sort sort,
                                         org.apache.lucene.search.FieldDoc after)
    • Method Detail

      • createWeight

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

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

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

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