summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Only mark the summaryclass that you actually decode as filled.Henning Baldersheim2024-02-091-1/+0
|
* - Ensure that the sddocname field of the hit is set.Henning Baldersheim2024-02-091-0/+1
| | | | - Also test that query is as expected from the HitConverter.
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-099-53/+42
| | | | | Enforce that by requiring it in the constructor. - Carry the DocumentDatabase along, not only the DocusumDefinitionSet.
* giving an empty sorting spec should turn off sortingArne Juul2024-02-052-2/+11
|
* do minimal best-effort fixup of sorting spec for streamingArne Juul2024-01-311-1/+1
|
* Minor cleanupJon Bratseth2024-01-283-23/+19
|
* propagate phrase weight to all contained itemsArne Juul2024-01-241-0/+15
|
* Remove printlnJon Bratseth2024-01-221-1/+0
|
* Allow simple queries with negative terms onlyJon Bratseth2024-01-214-15/+18
|
* Revert "Merge pull request #29905 from ↵Jon Bratseth2024-01-204-19/+44
| | | | | | | vespa-engine/revert-29884-bratseth/param-refs-in-embed" This reverts commit c6b547c0c2898a324983356aa677ea3082533f7d, reversing changes made to 8c7f8c17ad5e1de5adcc71ee34f2a3c1cd36d6bd.
* allow data buffer growth inside Normalizer instancesArne Juul2024-01-151-3/+18
|
* Calculate raw score for streaming search wand.Tor Egge2024-01-121-1/+1
|
* Merge pull request #29780 from vespa-engine/bratseth/programmatic-testArne H Juul2024-01-101-24/+12
|\ | | | | Bratseth/programmatic test
| * No functional changesJon Bratseth2024-01-031-24/+12
| |
* | cleanuptomglk2024-01-091-8/+8
| |
* | Keep hits from previous searchestomglk2024-01-081-37/+38
| | | | | | | | | | | | | | Add hits to result instead of overwriting the result. Nest loop over collapsefields inside loop over hits to consider all fieldvalues before adding a new hit. And test for multi-field collapsing with multiple searches necessary.
* | Change separator in FieldCollapsingSearchertomglk2024-01-031-1/+2
| | | | | | | | _ can occur in fieldnames, @ cannot
* | Merge branch 'vespa-engine:master' into multifield-collapsingTom2024-01-032-1/+14
|\ \
| * | Keep stack trace no execution exceptionJon Bratseth2024-01-032-1/+14
| |/
* / Add support for collapsing on multiple fieldstomglk2023-12-211-10/+48
|/ | | | | | | Changes in FieldCollapsingSearcher: - Allow passing a comma-separated list of fields in collapsefield - Use collapsesize to override the default for all fields - Use collapsesize.fieldname to override the size for a specific field
* Minor code modernizationHenning Baldersheim2023-12-211-4/+3
|
* Make sure to always start executorHarald Musum2023-12-131-1/+8
| | | | Users on old versions will not call start, so make sure to always start executor
* Detect integer fields in fieldsets.Tor Egge2023-12-071-0/+4
|
* Add start method to start processing filesHarald Musum2023-12-062-4/+8
| | | | Also lower log level in one place
* Delay processing of files, subclasses might need to be constructed fully firstHarald Musum2023-12-061-1/+3
|
* Lowercase in tokens when needed.Tor Egge2023-12-012-0/+23
|
* Merge pull request #29496 from ↵Geir Storli2023-11-302-2/+14
|\ | | | | | | | | vespa-engine/toregge/limit-yql-in-operator-to-integer-and-string-fields Limit yql in operator to string and integer fields.
| * Update exception message when in operator is used with wrong field type.Tor Egge2023-11-301-1/+2
| |
| * Limit yql in operator to string and integer fields.Tor Egge2023-11-292-2/+13
| |
* | Remove superfluous doc lineJon Bratseth2023-11-291-1/+0
| |
* | Support node-local ratesJon Bratseth2023-11-291-4/+14
|/
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-232-12/+9
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-232-21/+13
|
* Don't mention useridJon Bratseth2023-11-211-4/+2
|
* Merge pull request #29401 from ↵Henning Baldersheim2023-11-211-1/+1
|\ | | | | | | | | vespa-engine/balder/no-need-for-globalphase-feature-flag global phase have feature has been completed. No need for config cont…
| * global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-1/+1
| |
* | Classify errors correctlyJon Bratseth2023-11-211-10/+9
|/
* Simplify check for null.Tor Egge2023-11-171-1/+1
|
* Rename member variable key -> token.Tor Egge2023-11-171-7/+7
|
* Add comment describing workaround for 5 bits limit for codes.Tor Egge2023-11-171-0/+1
|
* Add copyright notice and author.Tor Egge2023-11-173-0/+9
|
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-177-3/+381
|
* Update copyrights.Tor Egge2023-10-319-9/+9
|
* support renamed match-features betterArne Juul2023-10-305-52/+75
|
* Catch IAE when looking up tensor type in rank profile input propertiesjonmv2023-10-271-6/+6
|
* check for match feature with alternate nameArne Juul2023-10-191-2/+2
|
* add defaults extraction and unit testArne Juul2023-10-181-1/+68
|
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-184-10/+12
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2023-10-184-10/+12
| |