aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/fastsearch
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0930-30/+30
|
* Avoid using Hit.fields()Henning Baldersheim2023-03-211-1/+1
|
* Listen to correct trace.query parameterJo Kristian Bergum2023-03-071-5/+3
|
* Introduce Autoscsaling result objectJon Bratseth2022-12-131-0/+1
|
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-1/+1
|
* Make a few simpler interfaces instead of carrying one huge implement all ↵Henning Baldersheim2022-11-231-1/+1
| | | | SearchCluster around.
* Various cleanup and code deduplication.Henning Baldersheim2022-10-132-29/+3
|
* Cleanup, and throw better exceptionsJon Bratseth2022-10-132-15/+8
|
* Cleanup - no functional changesJon Bratseth2022-10-101-4/+4
|
* Wire in query parameter profileDepth to control how deep down in the depency ↵Henning Baldersheim2022-08-252-20/+4
| | | | | | tree profiling shall go.
* Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-161-1/+1
|
* Refactor: Pull tracing into its own classJon Bratseth2022-06-142-5/+5
|
* Validate rank profilesJon Bratseth2022-06-081-3/+5
|
* Revert "Merge pull request #22439 from ↵Jon Bratseth2022-05-057-149/+69
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-047-69/+149
|
* Allow null document summary lookupJon Bratseth2022-05-031-2/+2
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-037-147/+67
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* Revert "Use schema-info"Jon Bratseth2022-05-037-67/+147
|
* Use schemsa-infoJon Bratseth2022-05-037-147/+67
|
* Use an already exported packageJon Bratseth2022-04-272-2/+2
|
* Resolve rank profile inputsJon Bratseth2022-04-213-51/+13
|
* Add RankProfileInputPropertiesJon Bratseth2022-04-072-11/+3
|
* Add inputs to RankProfileJon Bratseth2022-04-062-4/+22
|
* Support rank profile input WIPJon Bratseth2022-04-052-3/+1
|
* Don't assume equal-sized groupsJon Bratseth2022-03-091-1/+1
|
* Merge pull request #21228 from vespa-engine/bratseth/resolve-slice-dimensionLester Solbakken2022-02-171-2/+3
|\ | | | | Resolve slice dimension
| * Resolve slice dimensionJon Bratseth2022-02-161-2/+3
| |
* | detect and debug log invalid summary classArne H Juul2022-02-161-0/+5
|/
* Support multiple inheritance of rank profilesJon Bratseth2022-01-281-1/+1
|
* deprecate Execution.fillAttributes()Arne H Juul2022-01-201-0/+3
| | | | | | | * 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
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Validate summary inheritanceJon Bratseth2021-10-151-1/+1
|
* simplify HitGroup error propagationArne H Juul2021-10-101-5/+1
|
* Use the executor from the contextJon Bratseth2021-10-081-1/+0
|
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0727-27/+27
|
* No functional changesJon Bratseth2021-06-251-0/+1
|
* Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-193-1/+27
|
* Remove FS4ResourcePoolBjørn Christian Seime2021-04-201-62/+0
|
* Minor group logic improvementsJon Bratseth2021-03-311-1/+1
| | | | | | - Non-functional cleanup - Add cluster id to log messages - Don't warn that we only have N/N and require N nodes (all for the same N)
* Fix linksJon Bratseth2021-02-151-1/+1
|
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-1/+1
|
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-3/+1
|
* ensure that locations are sent downArne Juul2020-08-201-0/+17
| | | | | | | * when the query tree contains a GeoLocationItem somewhere, it is quite likely that this will be used for producing a summary field, and therefore summaryNeedsQuery should return true in this case.
* backend handles -1 as "infinite" radius, stop using silly big numberArne Juul2020-08-131-1/+1
|
* Expose raw summary dataJon Bratseth2020-08-051-1/+6
| | | | This makes it easier to serialize hits.
* fix broken linkskkraune2020-05-201-1/+1
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|