public class MergedResultElement extends Object
| Constructor and Description |
|---|
MergedResultElement(String oid)
Creates a new instance
|
MergedResultElement(String oid,
float rank,
Set<String> indexNames)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Retrieves the id
|
Set<String> |
getIndexNames()
Retrieves the index names
|
float |
getRank()
Retrieves the rank
|
void |
setId(String oid)
Sets the id
|
void |
setIndexNames(Set<String> indexNames)
Sets the index names
|
void |
setRank(float rank)
Sets the rank
|
public MergedResultElement(String oid, float rank, Set<String> indexNames)
oid - the idrank - The rankindexNames - The index namespublic MergedResultElement(String oid)
oid - the idpublic void setIndexNames(Set<String> indexNames)
indexNames - The index namespublic String getId()
public void setId(String oid)
oid - The idpublic float getRank()
public void setRank(float rank)
rank - The rankCopyright © 2014. All Rights Reserved.