nutrient
Toggle table of contents
11.2.1
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.document.library
/
QueryPreviewResult
Query
Preview
Result
open
class
QueryPreviewResult
Result from a FTS search which includes preview entries.
Members
Properties
page
Index
Link copied to clipboard
val
pageIndex
:
Int
The zero-based page index where the result was found.
preview
Text
Link copied to clipboard
@
NonNull
@get:
NonNull
val
previewText
:
String
The preview text excerpt containing the search result.
range
Link copied to clipboard
@
NonNull
@get:
NonNull
val
range
:
Range
The range of the result in the document text.
range
In
Preview
Text
Link copied to clipboard
@
NonNull
@get:
NonNull
val
rangeInPreviewText
:
Range
The range of the result within the preview text.
uid
Link copied to clipboard
@
NonNull
@get:
NonNull
val
uid
:
String
The unique identifier of the document containing this result.
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Compares this query preview result to another object for equality.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Returns a hash code value for this query preview result.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns a string representation of this query preview result.