summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
Commit message (Expand)AuthorAgeFilesLines
* Keep stack trace no execution exceptionJon Bratseth2024-01-031-1/+6
* Minor code modernizationHenning Baldersheim2023-12-211-4/+3
* Lowercase in tokens when needed.Tor Egge2023-12-011-0/+4
* Limit yql in operator to string and integer fields.Tor Egge2023-11-291-0/+7
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-231-14/+9
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-1/+1
* Simplify check for null.Tor Egge2023-11-171-1/+1
* 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-174-3/+222
* Non-functional changes onlyJon Bratseth2023-10-181-5/+7
* adjust offset/hits if necessary to get enough input to global-phase rerankingArne Juul2023-10-131-2/+13
* Update copyrightJon Bratseth2023-10-09210-210/+210
* Drop optimization that should make terms present in query and rankitem cheap ...Henning Baldersheim2023-09-121-49/+7
* Synonym expansionsJon Bratseth2023-09-087-36/+59
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-3/+0
* Non-functional changes onlyJon Bratseth2023-06-201-14/+14
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-133-2/+13
|\
| * Move to SchemaInfoJon Bratseth2023-06-121-1/+2
| * Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-072-1/+11
* | Minor cleanup of RuleImporterHarald Musum2023-06-122-57/+28
|/
* Revert "Validate prefix matching"Harald Musum2023-06-062-11/+1
* Validate prefix matchingJon Bratseth2023-06-052-1/+11
* Protect against no stemsJon Bratseth2023-06-021-1/+2
* Cleanup, no functional changesJon Bratseth2023-06-021-26/+8
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-1/+3
* Use true start timestamp for requestBjørn Christian Seime2023-05-151-22/+14
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Use padded base64 encoding as that seems to be the most common format.Henning Baldersheim2023-05-021-1/+1
* Skip padding of base64 encoded data.Henning Baldersheim2023-04-191-1/+2
* All hit rendering of raw data use base64 encoding without paddingHenning Baldersheim2023-04-181-8/+1
* Merge pull request #26767 from vespa-engine/balder/unify-rendering-of-rawdataHenning Baldersheim2023-04-181-0/+18
|\
| * Consolidate rendering of raw data by using the same representation as in norm...Henning Baldersheim2023-04-181-0/+18
* | Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-182-3/+3
|\ \ | |/ |/|
| * Build with jdk20Jon Bratseth2023-04-172-3/+3
* | Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-1/+8
|/
* Revert "- HashMap over TreeMap when order des not matter."Bjørn Christian Seime2023-04-114-43/+75
* Revert "Move schema resolving to separate helper class"Bjørn Christian Seime2023-04-112-66/+33
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-2910-57/+74
* Update ABIHenning Baldersheim2023-03-291-1/+1
* Enforce that sorting is not enabled when using global-phaseBjørn Christian Seime2023-03-281-10/+10
* Move schema resolving to separate helper classBjørn Christian Seime2023-03-282-33/+66
* Reorder importsBjørn Christian Seime2023-03-281-2/+2
* - HashMap over TreeMap when order des not matter.Henning Baldersheim2023-03-284-75/+43
* Allow composites with uniqueId to included as well.Henning Baldersheim2023-03-281-7/+5
* - Count number of items in the tree that has a unique id.Henning Baldersheim2023-03-281-17/+28
* Make RawBase64 Comparable to avoid fallback to comparing toString().Henning Baldersheim2023-03-221-1/+7
* Avoid using Hit.fields()Henning Baldersheim2023-03-211-1/+1
* Use enums for remaining container metrics.yngveaasheim2023-03-151-2/+2
* Deprecate creatorJon Bratseth2023-03-143-19/+23