aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/expression
Commit message (Expand)AuthorAgeFilesLines
* Rename test function.Tor Egge2024-03-081-1/+1
* Add unit test for InterpolatedDocumentFieldLookupNode.Tor Egge2024-03-072-0/+106
* Update copyrightJon Bratseth2023-10-094-4/+4
* add tool used to wire CurrentIndex dependencies in groupingHåvard Pettersen2023-06-272-0/+67
* Move from protected to private section.Henning Baldersheim2023-06-121-3/+1
* Always add the default value to the StringAttribute, and assert that it is pr...Henning Baldersheim2023-04-131-9/+9
* Test both with and without enum optimizationHenning Baldersheim2023-04-131-13/+22
* expression result is pointerHåvard Pettersen2022-06-071-7/+7
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-1/+2
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Range iterators over std::vector<bool> and storage::JudyMultiMap do notTor Egge2020-10-071-1/+1
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Fix issues detected by clang 10.Tor Egge2020-02-141-1/+1
* Add explicit testing of bool attributes and grouping.Henning Baldersheim2019-01-151-9/+40
* Test simple grouping with attribute map lookup.Tor Egge2018-09-132-27/+3
* Use proper inheritance for (de)serialize.Tor Egge2018-09-111-2/+2
* Allocate identifiable id for AttributeMapLookupNode.Tor Egge2018-09-101-1/+26
* Rename AttributeKeyedNode to AttributeMapLookupNode.Tor Egge2018-09-101-3/+3
* Add support for indirect map lookup key.Tor Egge2018-09-071-0/+14
* Further reduce number of test values.Tor Egge2018-09-061-8/+8
* Extend AttributeNode test to also test AttributeKeyedNode.Tor Egge2018-09-061-1/+28
* Reduce number of test values.Tor Egge2018-09-061-28/+28
* Add unit test for AttributeNode.Tor Egge2018-09-042-0/+396