ulex:TextSearch
A service provider text search capabilities.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:TextSearchType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:ExactPhraseIndicator [1..1]True if the service provider supports exact phrases in text searches; false otherwise.
- ulex:LogicalOperatorIndicator [1..1]True if the logical operators are supported by the service provider in text searches; false otherwise.
- ulex:WildcardIndicator [1..1]True if the service provider allows wildcard character(s) in structured searches; false otherwise.
Attributes
None
Used in
- Type ulex:CapabilitiesType (Element ulex:Capabilities)
Sample instance
<ulex:TextSearch> <ulex:ExactPhraseIndicator>true</ulex:ExactPhraseIndicator> <ulex:LogicalOperatorIndicator>true</ulex:LogicalOperatorIndicator> <ulex:WildcardIndicator>true</ulex:WildcardIndicator> </ulex:TextSearch>