aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for nearest neighbor query node.Tor Egge2023-04-191-0/+37
* Add raw score that also signals a match.Geir Storli2023-04-182-4/+25
* The reserved document for a multivalue attribute vector should have anTor Egge2023-04-181-13/+0
* Merge pull request #26768 from vespa-engine/toregge/use-default-value-ref-fro...v8.154.35Tor Egge2023-04-189-44/+17
|\
| * Use default value ref from enum store to handle CLEARDOC.Tor Egge2023-04-189-44/+17
* | Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-186-115/+65
|\ \ | |/ |/|
| * Build with jdk20Jon Bratseth2023-04-176-115/+65
* | Merge pull request #26762 from vespa-engine/toregge/pass-default-value-to-enu...Tor Egge2023-04-184-8/+6
|\ \
| * | Pass default value to enum store.Tor Egge2023-04-174-8/+6
* | | Merge pull request #26760 from vespa-engine/toregge/adjust-comment-for-insert...Geir Storli2023-04-171-1/+1
|\ \ \
| * | | Adjust comment for insertNewUniqueValues member function.Tor Egge2023-04-171-1/+1
| |/ /
* / / Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-3/+3
|/ /
* | Add NearestNeighborQueryNode.Tor Egge2023-04-178-3/+86
* | Update class comment.Tor Egge2023-04-171-0/+3
* | Test move of default values during EnumStore compaction.Tor Egge2023-04-174-15/+75
* | No remapper means no remapping of reference to default value.Tor Egge2023-04-141-1/+1
* | Ensure that default value is present in enum store.Tor Egge2023-04-1417-36/+111
* | Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-142-0/+14
|/
* Empty string is now a valid keyHenning Baldersheim2023-04-131-1/+4
* Always add the default value to the StringAttribute, and assert that it is pr...Henning Baldersheim2023-04-133-13/+18
* Only add default value if it is a mulivalue field.Henning Baldersheim2023-04-131-8/+4
* Use std::make_uniqueHenning Baldersheim2023-04-131-18/+16
* If there is a enum reference to the empty string (default value), it must be ...Henning Baldersheim2023-04-132-9/+8
* Test both with and without enum optimizationHenning Baldersheim2023-04-132-14/+22
* No need to copy stringHenning Baldersheim2023-04-132-2/+2
* Handle 16k page size.Tor Egge2023-04-121-0/+4
* Remove array size from BufferFreeList.Tor Egge2023-04-113-24/+24
* Change buffer state accounting from elements to entries.Tor Egge2023-04-0422-107/+107
* Rename member variables in BufferTypeBase:Tor Egge2023-04-046-8/+8
* Switch from elements to entries for raw alloator alloc parameter.Tor Egge2023-04-044-4/+5
* Use ElemT as template argument for MappingTestBaseTor Egge2023-04-031-10/+10
* Use ElemT as template argument for MultiValueMapping.Tor Egge2023-04-033-25/+25
* Add add_doc helper function.Tor Egge2023-03-311-46/+22
* Add TensorExtAttribute.Tor Egge2023-03-315-0/+363
* Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-302-0/+12
* Report memory usage for document meta store.Tor Egge2023-03-292-1/+27
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
* Trim and sort AttributeFactory includes.Tor Egge2023-03-255-24/+13
* Use explicit instantiations of MultiValueNumericPostingAttribute andTor Egge2023-03-247-6/+41
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-246-4/+18
* Adjust explicit instantiations of BufferType and Array.Tor Egge2023-03-241-0/+7
* Use explicit instantiations of UniqueStore.Tor Egge2023-03-242-1/+16
* Use explicit instantiation of MultiValueStringAttributeTTor Egge2023-03-244-3/+3
* Merge pull request #26572 from vespa-engine/toregge/use-explicit-instantiatio...Henning Baldersheim2023-03-246-4/+19
|\
| * Use explicit instantiation of MultiValueNumericAttributeTor Egge2023-03-246-4/+19
* | Merge pull request #26569 from vespa-engine/toregge/add-empty-search-contextTor Egge2023-03-245-0/+78
|\ \ | |/ |/|
| * Add EmptySearchContext. Use it for SingleRawAttribute.Tor Egge2023-03-245-0/+78
* | Use explicit instantiation of SingleValueNumericAttributeTor Egge2023-03-232-2/+10
|/
* Merge pull request #26558 from vespa-engine/toregge/use-explicit-instantiatio...Henning Baldersheim2023-03-239-9/+4
|\
| * Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-239-9/+4