public class QueryResult extends Object
Constructor and Description |
---|
QueryResult(Object docID,
float relevance,
List<Term> fieldValues)
Constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDocumentID() |
List<Term> |
getFields()
returns certain document fields (if specified) from the search() call
|
float |
getScore() |
Copyright © 2024 GATE. All rights reserved.