Package | Description |
---|---|
gate.creole.annic.apache.lucene.search |
Modifier and Type | Class and Description |
---|---|
class |
FieldDoc
Expert: A ScoreDoc which also contains information about
how to sort the referenced document.
|
Modifier and Type | Field and Description |
---|---|
ScoreDoc[] |
TopDocs.scoreDocs
Expert: The top hits for the query.
|
Modifier and Type | Method and Description |
---|---|
int |
ScoreDocComparator.compare(ScoreDoc i,
ScoreDoc j)
Compares two ScoreDoc objects and returns a result indicating their
sort order.
|
Comparable |
ScoreDocComparator.sortValue(ScoreDoc i)
Returns the value used to sort the given document.
|
Copyright © 2024 GATE. All rights reserved.