org.apache.lucene.search
Class FuzzyQuery.ScoreTermQueue
java.lang.Object
org.apache.lucene.util.PriorityQueue
org.apache.lucene.search.FuzzyQuery.ScoreTermQueue
- Enclosing class:
- FuzzyQuery
protected static class FuzzyQuery.ScoreTermQueue
- extends PriorityQueue
Method Summary |
protected boolean |
lessThan(Object a,
Object b)
Determines the ordering of objects in this priority queue. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FuzzyQuery.ScoreTermQueue
public FuzzyQuery.ScoreTermQueue(int size)
lessThan
protected boolean lessThan(Object a,
Object b)
- Description copied from class:
PriorityQueue
- Determines the ordering of objects in this priority queue. Subclasses
must define this one method.
- Specified by:
lessThan
in class PriorityQueue
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.