public class DetailedResultInfo extends Object
Represents detailed information about found term occurrences in document.
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Gets the field name.
|
int |
getHitCount()
Gets the hit count.
|
String[] |
getTerms()
Gets the found terms.
|
String[][] |
getTermSequences()
Gets the found term sequences.
|
String |
toString()
Returns string representation of the current object.
|
public final String getFieldName()
Gets the field name.
Value: The filed name.public final int getHitCount()
Gets the hit count.
Value: The count of hits.public final String[] getTerms()
Gets the found terms.
Value: The array of terms.public final String[][] getTermSequences()
Gets the found term sequences.
Value: The array of term sequences.Copyright © 2019. All rights reserved.