|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.endeca.navigation.ERecRank
public class ERecRank
Class representing a relevance ranking on a navigation record set. A record search is composed of four elements:
| Constructor Summary | |
|---|---|
ERecRank()
Default constructor that creates an empty ERecSearch object. |
|
ERecRank(String key,
String terms,
String strategy)
Constructor specifying the key and the terms of the search. |
|
ERecRank(String key,
String terms,
String strategy,
String matchmode)
Constructor specifying the key, terms, and options of the search. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
String |
getKey()
Accessor that returns the key of this ERecRank. |
String |
getMatchMode()
Accessor that returns the match mode of this ERecRank. |
String |
getStrategy()
Accessor that returns the strategy of this ERecRank. |
String |
getTerms()
Accessor that returns the terms of this ERecRank. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ERecRank()
ERecSearch object.
public ERecRank(String key,
String terms,
String strategy)
null.
key - The key (an Endeca property, dimension, or search interface) of
the records with which to search.terms - The terms of the search.
public ERecRank(String key,
String terms,
String strategy,
String matchmode)
key - The key (an Endeca property, dimension, or search interface)
of the records with which to search.terms - The terms of the search.strategy - The strategies to be used to rank the recordsmatchmode - The match mode used to select records to rank| Method Detail |
|---|
public String getTerms()
ERecRank.
public String getKey()
ERecRank.
public String getStrategy()
ERecRank.
public String getMatchMode()
ERecRank.
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||