Uses of Class org.apache.lucene.search.Scorer

Uses in package org.apache.lucene.util

Methods with parameter type org.apache.lucene.search.Scorer

boolean
Adds a Scorer to the ScorerDocQueue in log(size) time if either the ScorerDocQueue is not full, or not lessThan(scorer, top()).
void
Adds a Scorer to a ScorerDocQueue in log(size) time.

Methods with return type org.apache.lucene.search.Scorer

Scorer
Removes and returns the least scorer of the ScorerDocQueue in log(size) time.
Scorer
Returns the least Scorer of the ScorerDocQueue in constant time.

Uses in package org.apache.lucene.search

Classes derived from org.apache.lucene.search.Scorer

class
class
A Scorer for queries with a required subscorer and an excluding (prohibited) subscorer.
class
A Scorer for queries with a required part and an optional part.

Constructors with parameter type org.apache.lucene.search.Scorer

ReqExclScorer.ReqExclScorer(Scorer reqScorer, Scorer exclScorer)
Construct a ReqExclScorer.
Construct a ReqOptScorer.

Methods with return type org.apache.lucene.search.Scorer

Scorer
Scorer
Constructs a scorer for this.

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