| Interface | Description |
|---|---|
| SearchQueryToken |
| Class | Description |
|---|---|
| SearchBinaryImpl | |
| SearchExpressionImpl | |
| SearchParser | |
| SearchTermImpl | |
| SearchTokenizer |
searchExpr = ( OPEN BWS searchExpr BWS CLOSE / searchTerm )
[ searchOrExpr / searchAndExpr ]
searchOrExpr = RWS 'OR' RWS searchExpr
searchAndExpr = RWS [ 'AND' RWS ] searchExpr
searchTerm = [ 'NOT' RWS ] ( searchPhrase / searchWord )
searchPhrase = quotation-mark 1*qchar-no-AMP-DQUOTE quotation-mark
searchWord = 1*ALPHA ; Actually: any character from the Unicode categories L or Nl,
but not the words AND, OR, and NOT
|
| SearchUnaryImpl |
| Enum | Description |
|---|---|
| SearchParserException.MessageKeys | |
| SearchQueryToken.Token | |
| SearchTokenizerException.MessageKeys |
| Exception | Description |
|---|---|
| SearchParserException | |
| SearchTokenizerException |
Copyright © 2023. All rights reserved.