|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface that encapsulates one search query; used with (and manufactured by) IPTSearchRequest. This interface has several portal implementations, including a simple text search query, an advanced property filter-based query, and various forms of queries associated with drilling down into categories generated as part of a previous search result.
Clients of the search interface usually do not need to call any of the methods on this interface. Search queries are manufactured by an IPTSearchRequest and are basically opaque to clients.
IPTSearchRequest| Method Summary | |
IPTFilter |
GetContentAsIPTFilter()
Returns an IPTFilter that corresponds to this search query. |
java.lang.String |
GetContentAsString()
Returns this search query as a simple string. |
java.lang.Object |
GetRFQuery()
Returns an OpenKernelSearch object that encapsulates this query. |
boolean |
GetStrictOrdering()
Returns the value of the "strict ordering" property (see SetStrictOrdering). |
void |
SetStrictOrdering(boolean Value)
Sets or unsets a "strict ordering" property that forces this query to ignore best bets and other special advanced ranking features (such as ranking phrase matches higher than individual term matches). |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.Object GetRFQuery()
public IPTFilter GetContentAsIPTFilter()
public java.lang.String GetContentAsString()
public boolean GetStrictOrdering()
public void SetStrictOrdering(boolean Value)
Client code should not call this method; it is used by IPTSearchRequest.
Value - true to disable advanced ranking features, false to use them; default is false
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||