summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/textserialize
Commit message (Collapse)AuthorAgeFilesLines
* Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-061-0/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0725-25/+25
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-184-2/+9
| | | | | | | | | | | | | | - 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.
* Avoid deprecation warningsHenning Baldersheim2019-12-191-2/+3
|
* Replace old javacc-plugin with ph-javacc-maven-plugin.gjoranv2018-08-271-4/+2
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-0523-23/+23
|
* Update copyright headersJon Bratseth2017-06-1425-25/+25
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1425-25/+25
|
* Update copyright headersJon Bratseth2017-06-1425-25/+25
|
* Revert "Copyright header"Jon Bratseth2017-06-1325-25/+25
|
* Copyright headerJon Bratseth2017-06-1325-25/+25
|
* remove old unused ignoresArne Juul2017-05-191-7/+0
|
* raw user input will be an forwarded as exact match.Henning Baldersheim2017-03-061-4/+4
|
* Nonfunctional changes onlyJon Bratseth2016-08-241-0/+1
|
* balder -> baldersheimHenning Baldersheim2016-06-171-2/+2
|
* PublishJon Bratseth2016-06-1526-0/+938