Class Overview
The SearchResult.TextSnippet can be extracted with a search result to present a preview text to the user.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
public
final
Range
rangeInSnippet
public
final
String
text
Preview text. The length of this string will not exceed the maxSnippetLength provided while
creating (but may be shorter depending on the result).
Public Constructors
Public Methods