summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/yql/YqlParserTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Change NFKC normalization default to falseJon Bratseth2017-05-191-2/+3
| | | | | | | | | Currently NFKC normalization - always happens for tokenized fields regardless of this setting (query and index) - never happens for non-tokenized fields on the indexing side Because of this, OFF is a better default as it does not change anything for tokenized fields but makes things consistent by default for non-tokenized fields.
* raw user input will be an forwarded as exact match.Henning Baldersheim2017-03-061-0/+24
|
* Detect language in YQL. Allow multiple languages per queryJon Bratseth2016-08-301-0/+8
|
* PublishJon Bratseth2016-06-151-0/+928