aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/query/ItemsCommonStuffTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Always compare item content fully in Item.equalsJon Bratseth2021-10-271-12/+9
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Change WAND to WEAKAND in debug output formatJon Bratseth2021-04-141-1/+1
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-5/+5
| | | | | | | | | | | | | | - 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.
* update unit tests from @bratsethArne Juul2020-08-101-38/+29
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-1/+1
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+1
|
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
|
* 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
|
* raw user input will be an forwarded as exact match.Henning Baldersheim2017-03-061-2/+2
|
* Verify the regex pattern upon construction, so the query will fail with ↵Henning Baldersheim2016-11-111-0/+22
| | | | message to user, instead of corong the backends.
* PublishJon Bratseth2016-06-151-0/+398