public class DocumentResultInfo extends Object
Represents information about found document.
Modifier and Type | Method and Description |
---|---|
DetailedResultInfo[] |
getDetailedResults()
Gets the detailed results.
|
int |
getDocumentType()
Gets the document type.
|
String |
getFileName()
Gets the file name.
|
int |
getHitCount()
Gets the hit count.
|
double |
getRelevance()
Gets the relevance of search result.
|
String[] |
getTerms()
Gets found terms.
|
String[][] |
getTermSequences()
Gets the found term sequences.
|
String |
toString()
Returns string representation of the current object.
|
public final String getFileName()
Gets the file name.
Value: The file name.public final int getDocumentType()
Gets the document type.
Value: The document type.public final double getRelevance()
Gets the relevance of search result.
Value: The relevance of search result.public final int getHitCount()
Gets the hit count.
Value: The count of hits.public final DetailedResultInfo[] getDetailedResults()
Gets the detailed results.
Value: The detailed results.public final String[] getTerms()
Gets found terms. The value is constructed for each access to the property.
Value: The found terms.public final String[][] getTermSequences()
Gets the found term sequences.
Value: The array of term sequences.Copyright © 2018. All rights reserved.