mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix AST namespace import
This commit is contained in:
@@ -145,5 +145,5 @@ text
|
|||||||
|
|
||||||
//option namespace:Alchemy\Phrasea\SearchEngine\Elastic
|
//option namespace:Alchemy\Phrasea\SearchEngine\Elastic
|
||||||
//option class:QueryParser
|
//option class:QueryParser
|
||||||
//option use:AST\Node, AST\TextNode, AST\QuotedTextNode, AST\PrefixNode, AST\KeywordNode, AST\AndExpression, AST\OrExpression, AST\InExpression;
|
//option use:Alchemy\Phrasea\SearchEngine\Elastic\AST as AST;
|
||||||
//option fileName:QueryParser.php
|
//option fileName:QueryParser.php
|
||||||
|
@@ -4,7 +4,7 @@ namespace Alchemy\Phrasea\SearchEngine\Elastic;
|
|||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|
||||||
use AST\Node, AST\TextNode, AST\QuotedTextNode, AST\PrefixNode, AST\KeywordNode, AST\AndExpression, AST\OrExpression, AST\InExpression;
|
use Alchemy\Phrasea\SearchEngine\Elastic\AST as AST;
|
||||||
|
|
||||||
class QueryParser
|
class QueryParser
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user