aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/querytransform
Commit message (Collapse)AuthorAgeFilesLines
* Lowercase in tokens when needed.Tor Egge2023-12-011-0/+23
|
* Update copyrightJon Bratseth2023-10-099-9/+9
|
* Output gram for summary fields where the source is gramJon Bratseth2023-09-221-4/+4
|
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-0/+13
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-7/+4
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-4/+7
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-7/+4
|
* - Use CompoundName where possible.Henning Baldersheim2022-08-121-6/+15
| | | | | - Avoid * imports. - Use common property definition.
* Convert container-search to junit5Bjørn Christian Seime2022-07-288-147/+138
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-101-18/+19
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-19/+18
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-091-18/+19
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-19/+18
|
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-18/+19
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* updated testkarowan2021-02-091-1/+1
|
* added another testkarowan2021-02-051-0/+15
|
* added searcher to replace OrItemsKyle Rowan2021-02-051-0/+104
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-9/+4
| | | | | | | | | | | | | | - Add IllegalInputException to signal cases where we know the exception is caused by illegal input received from the requestor. - Only skip logging for IllegalInputException instead of the superclass IllegalArgumentException as that is also used to signal illegal arguments to methods due to bugs which are otherwise hard to debug. - Throw IllegalInputException rather than IllegalArgumentException where appropriate. - Deprecated QueryException as it was only used to be able to separate between query string and query parameter exceptions, and not doing that consistently, and is in a package we don't want more use of. - Clean up some cases where the wrong exception was thrown.
* Allow old style select with query profile typesJon Bratseth2019-10-181-0/+1
|
* Support URI matching in YQLJon Bratseth2019-05-235-5/+5
|
* Make QueryTree.and publicJon Bratseth2019-04-091-0/+2
| | | | | | - Make QueryTree.and public as it handles more cases than most alternatives - Implement QueryTreeUtils methodas by calling QueryTree.and - Deprecate QueryTreeUtils
* remove "defidx" and related classesArne Juul2019-01-212-433/+0
|
* Avoid deprecated methodJon Bratseth2018-10-152-11/+18
|
* Avoid deprecated methodJon Bratseth2018-10-153-170/+178
|
* Handle lowercase for word items below a same element item.Tor Egge2018-10-111-0/+23
| | | | Calculate proper name for lookup in index facts to check if lowercasing should be performed.
* Iterate over indexes for ngram and quoting searcher.Henning Baldersheim2018-05-271-16/+16
|
* Revert "Bratseth/iterate over indexes not fields 2"Henning Baldersheim2018-05-271-16/+16
|
* Revert "Merge pull request #5913 from ↵Jon Bratseth2018-05-251-16/+16
| | | | | | | vespa-engine/revert-5903-bratseth/iterate-over-indexes-not-fields" This reverts commit f14a7189ea46c33fb3469ec1c0fcbb7eb531f32a, reversing changes made to 7243f2edf5d05e128947560539f840658e7648bb.
* Revert "Bratseth/iterate over indexes not fields"Henning Baldersheim2018-05-231-16/+16
|
* Iterate over indexes not fieldsJon Bratseth2018-05-221-16/+16
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-3/+3
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-3/+3
|
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-3/+3
|
* Remove usage of junit.frameworkJon Bratseth2018-04-176-44/+100
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Copyright header"Jon Bratseth2017-06-1310-10/+10
|
* Copyright headerJon Bratseth2017-06-1310-10/+10
|
* Update test as per code changeJon Marius Venstad2017-01-191-1/+1
|
* Use github name in @authorJon Bratseth2016-06-162-2/+2
|
* PublishJon Bratseth2016-06-1510-0/+1859