org.apache.solr.search
Class SolrConstantScoreQuery.ConstantWeight

java.lang.Object
  extended by org.apache.lucene.search.Weight
      extended by org.apache.solr.search.SolrConstantScoreQuery.ConstantWeight
Enclosing class:
SolrConstantScoreQuery

protected class SolrConstantScoreQuery.ConstantWeight
extends Weight


Constructor Summary
SolrConstantScoreQuery.ConstantWeight(IndexSearcher searcher)
           
 
Method Summary
 Explanation explain(AtomicReaderContext context, int doc)
           
 Query getQuery()
           
 float getValueForNormalization()
           
 void normalize(float norm, float topLevelBoost)
           
 Scorer scorer(AtomicReaderContext context, boolean scoreDocsInOrder, boolean topScorer, Bits acceptDocs)
           
 
Methods inherited from class org.apache.lucene.search.Weight
scoresDocsOutOfOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrConstantScoreQuery.ConstantWeight

public SolrConstantScoreQuery.ConstantWeight(IndexSearcher searcher)
                                      throws IOException
Throws:
IOException
Method Detail

getQuery

public Query getQuery()
Specified by:
getQuery in class Weight

getValueForNormalization

public float getValueForNormalization()
                               throws IOException
Specified by:
getValueForNormalization in class Weight
Throws:
IOException

normalize

public void normalize(float norm,
                      float topLevelBoost)
Specified by:
normalize in class Weight

scorer

public Scorer scorer(AtomicReaderContext context,
                     boolean scoreDocsInOrder,
                     boolean topScorer,
                     Bits acceptDocs)
              throws IOException
Specified by:
scorer in class Weight
Throws:
IOException

explain

public Explanation explain(AtomicReaderContext context,
                           int doc)
                    throws IOException
Specified by:
explain in class Weight
Throws:
IOException


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.