public class SearchService_JAXWS extends Object
Constructor and Description |
---|
SearchService_JAXWS() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDataCollections()
Gets a list of data collections (i.e. slices) for this search target which may be used in the Search.
|
FieldInfo[] |
getFieldInfo(String dataCollection,
String[] fieldhints)
Gets a list of fields which may be used in the ProjectionSpec of Search.
|
String |
getQueryLanguageDescription(String iso639LanguageCode,
String queryLanguage)
Gets a description of how to use the query language, including syntax and semantics.
|
String |
getResultPageDescription(String iso639LanguageCode,
String queryLanguage)
Gets a description of the result page graph structures.
|
String[] |
getSupportedQueryLanguages()
Gets the list of supported query languages.
|
SingleSearchResponse |
search(SingleSearchRequest queries,
String partitionName)
Gets a list of items according to some critera for inclusion and sorting.
|
public String[] getDataCollections()
public FieldInfo[] getFieldInfo(String dataCollection, String[] fieldhints)
dataCollection
- the data collection (i.e. the slice) to be queriedfieldhints
- a list of substrings to be matched in order to return a subset of available fieldspublic String getQueryLanguageDescription(String iso639LanguageCode, String queryLanguage)
iso639LanguageCode
- the three letter language code for the delivery of the description. Currently only 'eng' is supported.queryLanguage
- the query language which should be describedpublic String getResultPageDescription(String iso639LanguageCode, String queryLanguage)
iso639LanguageCode
- the three letter language code for the delivery of the descriptionqueryLanguage
- the query language which will be used to generate the result pagepublic String[] getSupportedQueryLanguages()
public SingleSearchResponse search(SingleSearchRequest queries, String partitionName)
queries
- a search querypartitionName
- a string to be prepended to any dataids returned© Copyright 2017 OpenText Corp. All Rights Reserved.