aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchchain
Commit message (Collapse)AuthorAgeFilesLines
* deprecate Execution.fillAttributes()Arne H Juul2022-01-201-9/+16
| | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Supply and use appropriate stub methodsJon Bratseth2021-10-101-3/+10
|
* Supply and use appropriate stub methodsJon Bratseth2021-10-101-4/+9
|
* Always create indexfactsJon Bratseth2021-10-101-1/+1
|
* Always create searchchain registryJon Bratseth2021-10-101-1/+1
|
* Always create linguisticsJon Bratseth2021-10-101-1/+1
|
* Always create a renderer registryJon Bratseth2021-10-101-14/+11
|
* Guarantee we always have an executorJon Bratseth2021-10-101-2/+4
|
* Create an executor as needed for the tests.Henning Baldersheim2021-10-091-4/+4
|
* Model creates a temporary Execution which in turn creates an empty Context.Henning Baldersheim2021-10-091-1/+1
| | | | | Creating an empty Context creates a single threaded executor. Just leave it as null as it will get a proper value afterwards.
* Inject Executor instead. That will give you the default thread pool which is ↵Henning Baldersheim2021-10-081-11/+0
| | | | | | what you want. That is the effectively unbound threadpool.
* GC unused parameter and importHenning Baldersheim2021-10-081-2/+2
|
* GC unused importsHenning Baldersheim2021-10-081-4/+0
|
* Use the executor from the contextJon Bratseth2021-10-084-54/+17
|
* Make executor never nullJon Bratseth2021-10-082-8/+11
|
* Add Executor to Execution.ContextJon Bratseth2021-10-082-40/+77
|
* Alternative to deprecated method must be public.Henning Baldersheim2021-10-071-1/+1
|
* Provide a lazily constructed default executor for the ones using the ↵Henning Baldersheim2021-10-071-6/+33
| | | | deprecated APIs.
* - Use the default threadpool for federation.Henning Baldersheim2021-10-071-34/+39
| | | | | | - Move test classes into the same package as the code to avoid making test only methods public. - Deprecate old AsyncExecution.search/fill methods and let them run in its own thread. There should be no external usage of this class.
* If execution is rejected, fall back to doing it yourself.Henning Baldersheim2021-10-071-2/+10
|
* Update 2017 copyright notices.gjoranv2021-10-0717-17/+17
|
* Call initService when falling back to a single nodeJon Bratseth2021-10-061-3/+3
|
* No functional changesJon Bratseth2021-06-101-1/+0
|
* No functional changesJon Bratseth2021-05-202-18/+15
|
* Revert "Merge pull request #17754 from ↵Jon Bratseth2021-05-052-5/+3
| | | | | | | vespa-engine/revert-17747-bratseth/special-tokens-take-2" This reverts commit a2c9cd4bc04f1a3eaa31524b3970b96be5c2eda9, reversing changes made to 8c61a373af0066fbdf1cca354c24b197c7347321.
* Revert "Reapply "Bratseth/special tokens""Jon Bratseth2021-05-052-3/+5
|
* Revert "Merge pull request #17746 from ↵Jon Bratseth2021-05-052-5/+3
| | | | | | | vespa-engine/revert-17738-revert-17737-revert-17736-bratseth/special-tokens" This reverts commit 491856b396d003885e159345fe3f533f0fa35933, reversing changes made to 3720186303f4aef1d185525eaf61092097a64ec9.
* Revert "Revert "Revert "Bratseth/special tokens"""Jon Bratseth2021-05-052-3/+5
|
* Revert "Revert "Bratseth/special tokens""Jon Bratseth2021-05-042-5/+3
|
* Revert "Bratseth/special tokens"Jon Bratseth2021-05-042-3/+5
|
* Wire in (but don't use) SpecialTokensJon Bratseth2021-05-041-1/+1
|
* Move specialtokens to linguisticsJon Bratseth2021-05-042-2/+2
|
* Make immutableJon Bratseth2021-05-041-2/+0
|
* Merge pull request #16479 from vespa-engine/bratseth/remove-getNodesMartin Polden2021-02-113-2/+4
|\ | | | | Bratseth/remove get nodes
| * Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-093-2/+4
| |
* | added weakand replacer to vespa chainkarowan2021-02-091-1/+2
|/
* Remove cacheSizeJon Bratseth2021-01-141-9/+3
|
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-0/+1
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-1/+1
| | | | | | | | | | | | | | - 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.
* Revert "Revert "Bratseth/phrase segmenting feature flag""Jon Bratseth2020-03-031-9/+5
| | | | This reverts commit c72315a338a02858c8371d3d70fe091c43b672dd.
* Revert "Bratseth/phrase segmenting feature flag"Arnstein Ressem2020-03-031-5/+9
|
* Revert "Revert parser changes that broke system tests. MERGEOK"Jon Bratseth2020-03-031-9/+5
|
* Revert parser changes that broke system tests.Arnstein Ressem2020-03-031-5/+9
|
* Revert "Merge pull request #12385 from ↵Jon Bratseth2020-03-021-9/+5
| | | | | | | vespa-engine/revert-12365-bratseth/phrase-segmenting-off" This reverts commit 6c52f21816ce79909feac4908d594204ad2fd4e7, reversing changes made to 9ac4f3d18e1dbb11678b8d61fa50c9ad1cdf61d2.
* Revert "Turn phrase segmenting off by default"Jon Marius Venstad2020-02-281-5/+9
|
* Turn phrase segmenting off by defaultJon Bratseth2020-02-271-9/+5
|
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-111-2/+0
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Add convenience methodJon Bratseth2019-12-161-0/+9
|
* add NearestNeighborItem with validationArne Juul2019-11-191-0/+1
|