| java.lang.Object com.sun.portal.search.rdmserver.RDMService com.sun.portal.search.rdmserver.DatabaseService
Inner Class :class QLURLQuery | |
Inner Class :class QLSearchQuery | |
Method Summary | |
protected boolean | URLScopeParse(String scope, QLURLQuery qry) | protected boolean | gathererScopeParse(String scope, QLSearchQuery qry) | protected void | getSearchResults(RDMRequest req, RDMResponse res, QLSearchQuery qry) Outputs the matching RDs for the given search query. | protected void | getURLResults(RDMRequest req, RDMResponse res, QLURLQuery qry) | public void | normalizeRequest(RDMRequest req) | public void | ql_gatherer_service(RDMRequest req, RDMResponse res) RDM-QL=URL Service Function
Takes the incoming RDM Request message, and returns the RDMResponse. | public void | ql_search_service(RDMRequest req, RDMResponse res) RDM-QL=SEARCH Service Function
Takes the incoming RDM Request message, and returns the RDMResponse. | public void | ql_subtree_service(RDMRequest req, RDMResponse res) RDM-QL=Taxonomy-Basic Service Function
Takes the incoming RDM Request message, and returns the RDMResponse. | public void | ql_url_service(RDMRequest req, RDMResponse res) RDM-QL=URL Service Function
Takes the incoming RDM Request message, and returns the RDMResponse. | public void | rdsubmit_service(RDMRequest req, RDMResponse res) RD_SUBMIT_REQ Service Function
Takes the incoming RDM Request message, and returns the RDMResponse. | protected boolean | searchScopeParse(String scope, QLSearchQuery qry) | public void | service(RDMRequest req, RDMResponse res) RDM-QL=URL Service Function
Takes the incoming RDM Request message, and returns the RDMResponse. | public void | shutdown() | protected boolean | subtreeScopeParse(String scope, QLSearchQuery qry) |
MAX_RD_BATCH | final static int MAX_RD_BATCH(Code) | | |
QL_LEGACY_COMPASS | final public static String QL_LEGACY_COMPASS(Code) | | |
QL_LEGACY_NSIR | final public static String QL_LEGACY_NSIR(Code) | | |
QL_LEGACY_VERITY | final public static String QL_LEGACY_VERITY(Code) | | |
QL_LEGACY_VERITY_QL | final public static String QL_LEGACY_VERITY_QL(Code) | | |
curDbConnections | int curDbConnections(Code) | | |
indexBatchSize | int indexBatchSize(Code) | | |
maxDbConnections | int maxDbConnections(Code) | | |
DatabaseService | public DatabaseService()(Code) | | |
URLScopeParse | protected boolean URLScopeParse(String scope, QLURLQuery qry)(Code) | | |
gathererScopeParse | protected boolean gathererScopeParse(String scope, QLSearchQuery qry)(Code) | | |
ql_gatherer_service | public void ql_gatherer_service(RDMRequest req, RDMResponse res) throws Exception(Code) | | RDM-QL=URL Service Function
Takes the incoming RDM Request message, and returns the RDMResponse.
|
ql_search_service | public void ql_search_service(RDMRequest req, RDMResponse res) throws Exception(Code) | | RDM-QL=SEARCH Service Function
Takes the incoming RDM Request message, and returns the RDMResponse.
|
ql_subtree_service | public void ql_subtree_service(RDMRequest req, RDMResponse res) throws Exception(Code) | | RDM-QL=Taxonomy-Basic Service Function
Takes the incoming RDM Request message, and returns the RDMResponse.
|
ql_url_service | public void ql_url_service(RDMRequest req, RDMResponse res) throws Exception(Code) | | RDM-QL=URL Service Function
Takes the incoming RDM Request message, and returns the RDMResponse.
|
rdsubmit_service | public void rdsubmit_service(RDMRequest req, RDMResponse res) throws Exception(Code) | | RD_SUBMIT_REQ Service Function
Takes the incoming RDM Request message, and returns the RDMResponse.
|
searchScopeParse | protected boolean searchScopeParse(String scope, QLSearchQuery qry)(Code) | | |
subtreeScopeParse | protected boolean subtreeScopeParse(String scope, QLSearchQuery qry)(Code) | | Subtree scope - "descendant classification[\r]\nquery"
|
Fields inherited from com.sun.portal.search.rdmserver.RDMService | Set supportedServices(Code)(Java Doc)
|
|
|