Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldSortedHitQueue
Expert: A hit queue for sorting by hits by terms in more than one field.
|
protected static class |
FuzzyQuery.ScoreTermQueue |
Modifier and Type | Field and Description |
---|---|
protected PriorityQueue |
TopDocCollector.hq
The priority queue which holds the top-scoring documents.
|
Constructor and Description |
---|
TopDocCollector(PriorityQueue hq)
Constructor to collect the top-scoring documents by using the given PQ.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.