|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.primus.ae.searchclient.ClientRequestImpl
com.primus.ae.searchclient.ClientStructuredRequest
StructuredQueryRequest instead.
public class ClientStructuredRequest
Client structured query request
| Field Summary |
|---|
| Fields inherited from class com.primus.ae.searchclient.ClientRequestImpl |
|---|
constraints, listPropertyAllowed, loggingEnabled, mLoggingThisRequest, mRequestIdentifier, mRequestTime, parsingOptions, requestAttributes |
| Fields inherited from interface com.primus.ae.searchclient.ClientRequest |
|---|
BROWSE, CATEGORIZE, INSPECT, QUERY, REQUEST_TAG_BROWSE, REQUEST_TAG_CATEGORIZE, REQUEST_TAG_QUERY, REQUEST_TAG_SIMILARDOCS, REQUEST_TAG_STRUCTQUERY, REQUEST_TAG_VIC, SIMILARDOCS, STRUCTQUERY, TAGS, VIC |
| Fields inherited from interface atg.search.routing.command.SearchEngineRequest |
|---|
CLASS_VERSION |
| Constructor Summary | |
|---|---|
ClientStructuredRequest()
Deprecated. |
|
ClientStructuredRequest(StructuredStatement[] statements)
Deprecated. |
|
ClientStructuredRequest(StructuredStatement[] statements,
java.util.Map requestAttributes,
DocumentSetConstraint constraints,
DocumentSetConstraint weightedProps,
ParserOptions parsingOptions,
boolean loggingEnabled)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getRequestId()
Deprecated. |
StructuredStatement[] |
getStatements()
Deprecated. |
DocumentSetConstraint |
getWeightedProperties()
Deprecated. |
java.lang.String |
getWeightedPropertiesXml()
Deprecated. |
void |
setStatements(StructuredStatement[] statement)
Deprecated. |
void |
setWeightedProperties(DocumentSetConstraint weightedProperties)
Deprecated. |
java.lang.String |
toXML()
Deprecated. returns xml suitable for submission to a search engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientStructuredRequest()
public ClientStructuredRequest(StructuredStatement[] statements,
java.util.Map requestAttributes,
DocumentSetConstraint constraints,
DocumentSetConstraint weightedProps,
ParserOptions parsingOptions,
boolean loggingEnabled)
statements - one or more statements that contains the input text for search and the name of text fieldconstraints - document set constraint.weightedProps - weighted propery expressionparsingOptions - parser options xml. See supporting documentationloggingEnabled - If true, request and responses will be loggedStructuredQueryConstantspublic ClientStructuredRequest(StructuredStatement[] statements)
statements - one or more statements that contains the input text for search and the name of text field| Method Detail |
|---|
public StructuredStatement[] getStatements()
public void setStatements(StructuredStatement[] statement)
statement - array of statementspublic DocumentSetConstraint getWeightedProperties()
public java.lang.String getWeightedPropertiesXml()
public void setWeightedProperties(DocumentSetConstraint weightedProperties)
public int getRequestId()
ClientRequest.STRUCTQUERY
public java.lang.String toXML()
throws atg.search.routing.command.IncompleteCommandException
atg.search.routing.command.IncompleteCommandException - if the command is incomplete
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||