aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove unused member functions for save and load from direct attributesTor Egge2023-03-213-181/+0
* 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 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 expressionsArne Juul2023-03-162-0/+3
* | 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
* Merge pull request #26449 from vespa-engine/toregge/factor-out-implementation...Henning Baldersheim2023-03-151-1/+1
|\
| * 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