aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26762 from vespa-engine/toregge/pass-default-value-to-enu...Tor Egge2023-04-183-7/+5
|\
| * Pass default value to enum store.Tor Egge2023-04-173-7/+5
* | Adjust comment for insertNewUniqueValues member function.Tor Egge2023-04-171-1/+1
|/
* 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-173-13/+18
* 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-1414-5/+73
* Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-142-0/+14
* Always add the default value to the StringAttribute, and assert that it is pr...Henning Baldersheim2023-04-132-4/+9
* 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
* No need to copy stringHenning Baldersheim2023-04-132-2/+2
* Change buffer state accounting from elements to entries.Tor Egge2023-04-0418-60/+60
* Rename member variables in BufferTypeBase:Tor Egge2023-04-045-6/+6
* Switch from elements to entries for raw alloator alloc parameter.Tor Egge2023-04-044-4/+5
* Use ElemT as template argument for MultiValueMapping.Tor Egge2023-04-033-25/+25
* Add TensorExtAttribute.Tor Egge2023-03-314-0/+239
* 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
* 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-244-2/+14
* 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-245-3/+18
|\
| * Use explicit instantiation of MultiValueNumericAttributeTor Egge2023-03-245-3/+18
* | 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
|/
* Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-239-9/+4
* Report address space usage for raw attribute.Tor Egge2023-03-235-0/+11
* Handle removal of docid with empty tensor in HNSW index.Tor Egge2023-03-221-1/+3
* Add more explicit instantiations of MultiValueEnumAttribute and MultiValueAtt...Tor Egge2023-03-222-0/+26
* Add explicit instantiations of MultiValueEnumAttribute and MultiValueAttributeTor Egge2023-03-222-0/+29
* Merge pull request #26528 from vespa-engine/toregge/provide-extend-interface-...Tor Egge2023-03-222-1/+8
|\
| * Provide extend interface for SingleRawExtAttribute.Tor Egge2023-03-222-1/+8
* | Add comment describing serialization format for sort blobs generated from raw...Tor Egge2023-03-221-0/+10
* | Adjust serialized sort data for raw attributes.Tor Egge2023-03-211-16/+43
|/
* Test unset raw value and empty raw value.Tor Egge2023-03-211-1/+1
* Add SingleRawExtAttribute, used by streaming search.Tor Egge2023-03-214-0/+97
* Merge pull request #26514 from vespa-engine/toregge/remove-unused-generate-of...Henning Baldersheim2023-03-212-14/+0
|\
| * Remove unused generateOffsets member function.Tor Egge2023-03-212-14/+0
* | Factor out portion of SingleRawAttribute to RawAttribute.Tor Egge2023-03-215-41/+68
|/
* Remove unused member functions for save and load from direct attributesTor Egge2023-03-213-181/+0
* Merge pull request #26474 from vespa-engine/balder/use-thread-safe-randomv8.141.29Henning Baldersheim2023-03-171-1/+0
|\
| * Use thread safe random to see if that stabilizes the logdatastore_test.Henning Baldersheim2023-03-171-1/+0
* | Extend attributes.def with raw data type.Tor Egge2023-03-171-0/+1
|/