summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/Model.java
Commit message (Collapse)AuthorAgeFilesLines
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-291-2/+2
|
* Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-251-1/+1
|
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-1/+1
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-101-1/+1
| | | | | | | 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-1/+1
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-091-1/+1
| | | | | | | 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-1/+1
|
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-1/+1
|
* Use an already exported packageJon Bratseth2022-04-271-1/+1
|
* Resolve rank profile inputsJon Bratseth2022-04-211-2/+8
|
* Add parent referenced to Ranking and RankFeaturesJon Bratseth2022-03-281-7/+7
|
* Guarantee we always have an executorJon Bratseth2021-10-101-1/+2
|
* Add Executor to Execution.ContextJon Bratseth2021-10-081-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-4/+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.
* Declare dispatch parametersJon Bratseth2019-08-131-1/+2
|
* Dense string formJon Bratseth2019-06-071-1/+1
|
* Restore set languageJon Bratseth2019-04-011-1/+1
|
* Allow destructive changes in manually deployed zonesJon Bratseth2019-04-011-3/+3
|
* Search over protobuf + jrtOlli Virtanen2019-03-191-6/+5
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-5/+6
|
* Protobuf object coversion moved to separate class. RPC classes moved to ↵Olli Virtanen2019-03-121-24/+0
| | | | subpackage
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-5/+28
|
* Map locale to a query propertyJon Bratseth2019-01-241-1/+3
|
* Remove deprecated codeJon Bratseth2019-01-211-52/+0
|
* remove "defidx" and related classesArne Juul2019-01-211-1/+1
|
* Nonfunctional changes onlyJon Bratseth2019-01-081-10/+15
|
* Avoid deprecated methodJon Bratseth2018-10-151-3/+6
|
* Nonfunctional changes onlyJon Bratseth2018-08-211-1/+1
|
* Revert "Merge pull request #6582 from ↵Jon Bratseth2018-08-151-11/+19
| | | | | | | vespa-engine/revert-6557-revert-6553-revert-6512-henrhoi/object-structured-grouping" This reverts commit 506ea9c1367748ddd4ff20203fc13211d635f5a6, reversing changes made to 4f6b34dcf9ad904f0ddb89eb506f5920360d5344.
* Revert "Revert "Revert "Added a object structure for GroupingRequest ↵Henning Baldersheim2018-08-151-19/+11
| | | | objects, accessable from…"""
* Fix Select and grouping bugsJon Bratseth2018-08-141-11/+19
| | | | | | | | | | - Deep copy the grouping structure on query copy. It is mutable but we have neglected doing this right until now. - Fix a bug in the previous commit where the last constructed Query.Model was shared between all instances. - Fix a bug in the previous commit where the query string instead of the query tree was reset when a new select expression is set. - Don't use deprecated method. - Clean up Javadoc and formatting.
* Prepare to optimizeJon Bratseth2018-08-071-2/+2
|
* Changes from review.Henrik2018-08-071-1/+1
|
* Java model evaluation WIPJon Bratseth2018-07-201-4/+4
|
* 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
|
* Nonfunctional changesJon Bratseth2017-06-091-1/+1
|
* Use text content only for query lang detectionJon Bratseth2017-01-221-2/+6
|
* Detect language after tokenizationJon Bratseth2017-01-201-2/+3
| | | | | | | This is a prerequisite to try to be smarter about what subset of the input text is used for language detection, however it breaks functionality in one subtle way: If an application does not pass language explicitly (such that it must be detected), and the input is CJK, and there are configured special tokens, those special tokens will not be detected if they are surrounded by word characters (instead of e.g space).
* Nonfunctional changes onlyJon Bratseth2017-01-201-1/+1
|
* Don't trace languageJon Bratseth2016-09-261-0/+3
|
* Test YQL language detectionJon Bratseth2016-08-301-1/+4
|
* Detect language in YQL. Allow multiple languages per queryJon Bratseth2016-08-301-14/+27
|
* Whitespace changes onlyJon Bratseth2016-08-221-3/+4
|
* Use github name in @authorJon Bratseth2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-151-0/+521