org.apache.lucene.search
Class DeletionAwareConstantScoreQuery.DeletionConstantWeight

java.lang.Object
  extended by org.apache.lucene.search.Weight
      extended by org.apache.lucene.search.DeletionAwareConstantScoreQuery.DeletionConstantWeight
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DeletionAwareConstantScoreQuery

protected class DeletionAwareConstantScoreQuery.DeletionConstantWeight
extends org.apache.lucene.search.Weight

See Also:
Serialized Form

Constructor Summary
DeletionAwareConstantScoreQuery.DeletionConstantWeight(org.apache.lucene.search.Searcher searcher)
           
 
Method Summary
 org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.IndexReader reader, boolean scoreDocsInOrder, boolean topScorer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletionAwareConstantScoreQuery.DeletionConstantWeight

public DeletionAwareConstantScoreQuery.DeletionConstantWeight(org.apache.lucene.search.Searcher searcher)
                                                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

scorer

public org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.IndexReader reader,
                                              boolean scoreDocsInOrder,
                                              boolean topScorer)
                                       throws java.io.IOException
Throws:
java.io.IOException