Wildcard query.
More...
◆ __construct()
CirrusSearch\Parser\AST\WildcardNode::__construct |
( |
| $startOffset, |
|
|
| $endOffset, |
|
|
| $wildcard ) |
- Parameters
-
int | $startOffset | |
int | $endOffset | |
string | $wildcard | the wildcard query (should remain as written by the user) |
◆ accept()
CirrusSearch\Parser\AST\WildcardNode::accept |
( |
Visitor | $visitor | ) |
|
◆ getWildcardQuery()
CirrusSearch\Parser\AST\WildcardNode::getWildcardQuery |
( |
| ) |
|
The wildcard query.
Beware that it may contain potentially slow queries:
- leading wildcards
- non negligible number of wildcards
- Returns
- string
◆ toArray()
CirrusSearch\Parser\AST\WildcardNode::toArray |
( |
| ) |
|
The documentation for this class was generated from the following file:
- includes/Parser/AST/WildcardNode.php