|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.endeca.navigation.ERecSearch
public class ERecSearch
Class representing a search on a navigation record set. A record search is composed of three elements:
mode matchany)
and relevance ranking options.ERecSearch objects are encapsulated in ERecSearchList
objects when sent to or returned from the MDEX Engine.
| Constructor Summary | |
|---|---|
ERecSearch()
Default constructor that creates an empty ERecSearch object. |
|
ERecSearch(String key,
String terms)
Constructor specifying the key and the terms of the search. |
|
ERecSearch(String key,
String terms,
String opts)
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 ERecSearch. |
String |
getOpts()
Accessor that returns the options of this ERecSearch. |
String |
getTerms()
Accessor that returns the terms of this ERecSearch. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ERecSearch()
ERecSearch object.
public ERecSearch(String key,
String terms)
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 ERecSearch(String key,
String terms,
String opts)
key - The key (an Endeca property, dimension, or search interface)
of the records with which to search.terms - The terms of the search.opts - Sequence of key value pairs delimited by the '+'
character.| Method Detail |
|---|
public String getTerms()
ERecSearch.
public String getKey()
ERecSearch.
public String getOpts()
ERecSearch.
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 | ||||||||