org.compass.core.lucene.engine.all
Class AllBoostingTermQuery.AllBoostingTermWeight

java.lang.Object
  extended by org.apache.lucene.search.spans.SpanWeight
      extended by org.compass.core.lucene.engine.all.AllBoostingTermQuery.AllBoostingTermWeight
All Implemented Interfaces:
Serializable, Weight
Enclosing class:
AllBoostingTermQuery

protected class AllBoostingTermQuery.AllBoostingTermWeight
extends SpanWeight
implements Weight

See Also:
Serialized Form

Nested Class Summary
(package private)  class AllBoostingTermQuery.AllBoostingTermWeight.BoostingSpanScorer
           
 
Field Summary
 
Fields inherited from class org.apache.lucene.search.spans.SpanWeight
idf, query, queryNorm, queryWeight, similarity, terms, value
 
Constructor Summary
AllBoostingTermQuery.AllBoostingTermWeight(AllBoostingTermQuery query, Searcher searcher)
           
 
Method Summary
 Scorer scorer(IndexReader reader)
           
 
Methods inherited from class org.apache.lucene.search.spans.SpanWeight
explain, getQuery, getValue, normalize, sumOfSquaredWeights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.lucene.search.Weight
explain, getQuery, getValue, normalize, sumOfSquaredWeights
 

Constructor Detail

AllBoostingTermQuery.AllBoostingTermWeight

public AllBoostingTermQuery.AllBoostingTermWeight(AllBoostingTermQuery query,
                                                  Searcher searcher)
                                           throws IOException
Throws:
IOException
Method Detail

scorer

public Scorer scorer(IndexReader reader)
              throws IOException
Specified by:
scorer in interface Weight
Overrides:
scorer in class SpanWeight
Throws:
IOException


Copyright (c) 2004-2008 The Compass Project.