-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Reuse query parser #1975
Copy link
Copy link
Closed
Labels
component: searchdev: code-qualityIssues related to code or architecture decisionsIssues related to code or architecture decisions
Metadata
Metadata
Assignees
Labels
component: searchdev: code-qualityIssues related to code or architecture decisionsIssues related to code or architecture decisions
Type
Fields
Give feedbackNo fields configured for issues without a type.
Instead of parsing a search query using a custom grammar we should reuse some existing query parser. For example, Lucene's query parser with QueryParser.parse.
Triggered by #1633 (comment).