summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #26547 from vespa-engine/arnej/improve-failure-for-self-re...Arne H Juul2023-03-232-3/+3
|\ \ | |/ |/|
| * use IllegalArgumentExceptionArne Juul2023-03-231-1/+1
| * update testsArne Juul2023-03-231-2/+2
| * improve error for cycle in ranking expression functionsArne Juul2023-03-231-1/+1
* | Report address space usage for raw attribute.Tor Egge2023-03-236-0/+28
|/
* Handle removal of docid with empty tensor in HNSW index.Tor Egge2023-03-222-1/+11
* 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-223-10/+17
|\
| * Provide extend interface for SingleRawExtAttribute.Tor Egge2023-03-223-10/+17
* | 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-212-23/+61
|/
* Test unset raw value and empty raw value.Tor Egge2023-03-212-5/+15
* Add SingleRawExtAttribute, used by streaming search.Tor Egge2023-03-215-0/+146
* 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
|/