summaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Verify we can replaceJon Bratseth2024-02-234-6/+14
|/ /
* | Revert "Add embed + NN test"Harald Musum2024-02-231-132/+46
* | Merge pull request #30361 from vespa-engine/bratseth/resolve-from-query-profileJon Bratseth2024-02-231-46/+132
|\ \
| * | Add embed + NN testJon Bratseth2024-02-211-46/+132
| |/
* | drop debug printArne Juul2024-02-221-7/+0
* | allow inputs { query(foo) string }Arne Juul2024-02-226-31/+56
* | Merge pull request #30360 from vespa-engine/bratseth/classify-exceptionJon Bratseth2024-02-211-1/+1
|\ \ | |/ |/|
| * Should lead to 'application package', not 'internal' erorJon Bratseth2024-02-211-1/+1
* | Test with parameter substitutionJon Bratseth2024-02-151-4/+3
* | Test with parameter substitutionJon Bratseth2024-02-151-1/+2
* | Pass context when resolving propertiesJon Bratseth2024-02-152-13/+21
* | Resolve embed refs from query profileJon Bratseth2024-02-158-22/+69
|/
* Use Schemainfo instead of Indexfacts.Henning Baldersheim2024-02-1411-110/+82
* - Add a resolver for virtual sources.Henning Baldersheim2024-02-146-23/+115
* Minor refactoring while reading federation codeHenning Baldersheim2024-02-146-23/+7
* - Use SchemaInfo instead of Indexfacts.Henning Baldersheim2024-02-135-63/+75
* Make members final and use Map/List.of() to simplify logic sprinkled around.Henning Baldersheim2024-02-138-74/+39
* 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-092-0/+3
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-0912-111/+91
* 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-215-25/+44
* Revert "Merge pull request #29905 from vespa-engine/revert-29884-bratseth/par...Jon Bratseth2024-01-205-22/+68
* 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-102-24/+26
|\
| * No functional changesJon Bratseth2024-01-031-24/+12
| * Add test of programmatic parsingJon Bratseth2024-01-031-0/+14
* | Cleanup query setup in teststomglk2024-01-091-46/+8
* | cleanuptomglk2024-01-091-8/+8
* | Search multiple times in 2 phase testtomglk2024-01-091-4/+9
* | Minor cleanuptomglk2024-01-081-1/+2
* | Keep hits from previous searchestomglk2024-01-082-37/+102
* | Add test for missing field value for collapsefield.tomglk2024-01-081-0/+98
* | Rename test helper functions.tomglk2024-01-081-100/+100
* | Change separator in FieldCollapsingSearchertomglk2024-01-031-1/+2
* | 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-212-10/+173
|/
* Minor code modernizationHenning Baldersheim2023-12-211-4/+3
* Update expected collation versionHenning Baldersheim2023-12-141-1/+1
* Make sure to always start executorHarald Musum2023-12-131-1/+8
* Detect integer fields in fieldsets.Tor Egge2023-12-072-0/+11
* Add start method to start processing filesHarald Musum2023-12-062-4/+8
* 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-013-0/+46