summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Collapse)AuthorAgeFilesLines
* Trim and sort AttributeFactory includes.Tor Egge2023-03-255-24/+13
|
* Use explicit instantiations of MultiValueNumericPostingAttribute andTor Egge2023-03-247-6/+41
| | | | MultiValueStringPostingAttributeT.
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-246-4/+18
| | | | and SingleValueStringPostingAttributeT.
* 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 ↵Henning Baldersheim2023-03-246-4/+19
|\ | | | | | | | | vespa-engine/toregge/use-explicit-instantiations-of-multi-value-numeric-attribute Use explicit instantiation of MultiValueNumericAttribute
| * 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.
| * 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 ↵Henning Baldersheim2023-03-239-9/+4
|\ | | | | | | | | vespa-engine/toregge/use-explicit-instantiations-of-multi-value-attribute-and-multi-value-enum-attribute Use explicit instantiations of MultiValueEnumAttribute and MultiValue…
| * Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-239-9/+4
| |
* | Merge pull request #26547 from ↵Arne H Juul2023-03-232-3/+3
|\ \ | |/ |/| | | | | vespa-engine/arnej/improve-failure-for-self-referencing-functions improve error for cycle in ranking expression functions
| * 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 ↵Tor Egge2023-03-222-0/+26
| | | | MultiValueAttribute
* Add explicit instantiations of MultiValueEnumAttribute and MultiValueAttributeTor Egge2023-03-222-0/+29
| | | | to match the existing explicit instantiations of EnumAttribute.
* Merge pull request #26528 from ↵Tor Egge2023-03-223-10/+17
|\ | | | | | | | | vespa-engine/toregge/provide-extend-interface-for-single-raw-ext-attribute Provide extend interface for SingleRawExtAttribute.
| * Provide extend interface for SingleRawExtAttribute.Tor Egge2023-03-223-10/+17
| |
* | Add comment describing serialization format for sort blobs generated from ↵Tor Egge2023-03-221-0/+10
| | | | | | | | raw values.
* | 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 ↵Henning Baldersheim2023-03-212-14/+0
|\ | | | | | | | | vespa-engine/toregge/remove-unused-generate-offsets-member-function Remove unused generateOffsets member function.
| * 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
| | | | (used by streaming search).
* add withTransformedExpressions() to TensorFunctionNode APIArne Juul2023-03-203-0/+25
|
* Merge branch 'master' into arnej/handle-dynamic-tensorJon Bratseth2023-03-202-14/+13
|\
| * Merge pull request #26474 from vespa-engine/balder/use-thread-safe-randomv8.141.29Henning Baldersheim2023-03-172-14/+13
| |\ | | | | | | Use thread safe random to see if that stabilizes the logdatastore_test.
| | * Use std::minstd_randHenning Baldersheim2023-03-171-2/+4
| | |
| | * Use thread safe random to see if that stabilizes the logdatastore_test.Henning Baldersheim2023-03-172-14/+11
| | |
* | | avoid making OperationNode with no operatorsArne Juul2023-03-172-4/+19
|/ /
* / Extend attributes.def with raw data type.Tor Egge2023-03-172-0/+3
|/
* Merge pull request #26462 from vespa-engine/arnej/handle-expression-in-sliceJon Bratseth2023-03-172-0/+3
|\ | | | | * make InputRecorder handle slice with embedded expressions
| * * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-162-0/+3
| | | | | | | | * special handling for Generate and Slice in BindingExtractor
* | Remove incorrect expectation.Tor Egge2023-03-161-1/+0
|/
* Handle SingleRawAttribute in AttributeUpdater.Tor Egge2023-03-161-2/+3
|
* - GC unused _activeBuffers member.Henning Baldersheim2023-03-153-24/+23
| | | | - Just keep a very small ChangeVector, it might never be used.
* Merge pull request #26449 from ↵Henning Baldersheim2023-03-151-1/+1
|\ | | | | | | | | vespa-engine/toregge/factor-out-implementation-dependent-sizeof-std-set Factor out implementation dependent sizeof(std::set<NameId>).
| * Factor out implementation dependent sizeof(std::set<NameId>).Tor Egge2023-03-151-1/+1
| |
* | Factor out implementation dependent sizeof(std::string).Tor Egge2023-03-151-8/+10
|/
* Prefer std::vectorHenning Baldersheim2023-03-144-25/+19
|
* Update test after rebaseHenning Baldersheim2023-03-141-2/+2
|
* Update expected sizesHenning Baldersheim2023-03-141-2/+2
|
* summary.cache.initialentries and summary.log.chunk.skipcrconread does not ↵Henning Baldersheim2023-03-1420-87/+32
| | | | have any purpose.