public abstract class FoundDocumentField extends Object
Learn more
| Constructor and Description |
|---|
FoundDocumentField() |
| Modifier and Type | Method and Description |
|---|---|
static FoundDocumentField |
deserialize(byte[] array)
Deserializes an instance from a byte array.
|
abstract String |
getFieldName()
Gets the field name.
|
abstract int |
getOccurrenceCount()
Gets the number of occurrences found.
|
abstract String[] |
getTerms()
Gets the terms found.
|
abstract String[][] |
getTermSequences()
Gets the term sequences found.
|
abstract int[] |
getTermSequencesOccurrences()
Gets the occurrences of the found term sequences.
|
abstract int[] |
getTermsOccurrences()
Gets the occurrences of the found terms.
|
abstract byte[] |
serialize()
Serializes the current instance to a byte array.
|
abstract String |
toString()
Returns string representation of the found document field.
|
public static FoundDocumentField deserialize(byte[] array)
array - A byte array to deserialize from.public abstract String getFieldName()
public abstract int getOccurrenceCount()
public abstract String[] getTerms()
public abstract String[][] getTermSequences()
public abstract int[] getTermSequencesOccurrences()
public abstract int[] getTermsOccurrences()
public abstract byte[] serialize()
Copyright © 2026. All rights reserved.