public static class FTSService.EntryData extends Object implements Comparable<FTSService.EntryData>
| Modifier and Type | Field and Description |
|---|---|
String |
entryId |
String |
schemaId |
float |
score |
| Constructor and Description |
|---|
FTSService.EntryData() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FTSService.EntryData entryData)
Used by the Comparable interface to provide sorting functionality of this object.
|
String |
toString()
Returns a string description of the object.
|
public int compareTo(FTSService.EntryData entryData)
compareTo in interface Comparable<FTSService.EntryData>? Copyright 2013 BMC Software, Inc.