aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchers/QueryValidator.java
Commit message (Collapse)AuthorAgeFilesLines
* Pattern variableHenning Baldersheim2024-03-171-3/+2
|
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-171-2/+3
|
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-3/+2
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-2/+3
|
* Single searchcluster take 4Henning Baldersheim2024-03-151-3/+2
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-2/+3
|
* If any schema is streaming, cluster is streaming.Henning Baldersheim2024-03-151-3/+2
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Enable prefix search validationJon Bratseth2023-06-161-1/+1
|
* Move to SchemaInfoJon Bratseth2023-06-121-19/+22
| | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-071-10/+38
| | | | This reverts commit 875018f7acb1bbd9f186b97d177be296ff157ba7.
* Revert "Validate prefix matching"Harald Musum2023-06-061-38/+10
|
* Validate prefix matchingJon Bratseth2023-06-051-10/+38
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* SimplifyJon Bratseth2020-12-031-2/+1
|
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-0/+60