Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.similar |
Document similarity query generators.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldSortedHitQueue
Deprecated.
|
class |
FieldValueHitQueue
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
Deprecated.
The priority queue which holds the top-scoring documents.
|
protected PriorityQueue |
TopDocsCollector.pq
The priority queue which holds the top documents.
|
Constructor and Description |
---|
TopDocCollector(PriorityQueue hq)
Deprecated.
Constructor to collect the top-scoring documents by using the given PQ.
|
TopDocsCollector(PriorityQueue pq) |
Modifier and Type | Method and Description |
---|---|
PriorityQueue |
MoreLikeThis.retrieveTerms(int docNum)
Find words for a more-like-this query former.
|
PriorityQueue |
MoreLikeThis.retrieveTerms(java.io.Reader r)
Find words for a more-like-this query former.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.