aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/reference_attribute
Commit message (Expand)AuthorAgeFilesLines
* - deinline foreach in btree leaf nodes.Henning Baldersheim2023-11-021-0/+1
* Update copyrightJon Bratseth2023-10-092-2/+2
* Reduce use of vespalib::unlink.Tor Egge2023-07-171-5/+5
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-1/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-0/+1
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+1
* Add a vector of gids to remove to ReferenceAttribute::populateTargetLids()Tor Egge2021-11-181-5/+21
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Add CompactionStrategy methods to determine if compaction should be performed.Tor Egge2021-04-091-3/+1
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* Add unit tests for active boundary checks.Tor Egge2021-02-121-0/+12
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Add separate allocator for strings in unique store.Tor Egge2019-08-151-0/+7
* Add support searching a reference attribute using the parent document id.Geir Storli2019-07-081-0/+56
* Rewrite reference attribute tests to gtest.Geir Storli2019-07-082-202/+200
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Remove files used by old unit test runner.Tor Egge2019-02-191-1/+0
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-44/+44
* Test that reference attribute tracks unique gids.Tor Egge2017-09-031-0/+34
* Keep track of mapping from gid to referenced lid in reference attributeTor Egge2017-08-311-35/+6
* Propagate API changes to GidToLidChangeListener and ReferenceAttribute:Tor Egge2017-08-301-12/+15
* Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-151-2/+3
* Rename variables for clarity.Tor Egge2017-08-151-0/+2
* Recover from temporary glitch in reverse mapping.Tor Egge2017-08-141-0/+40
* Add reverse mapping to reference attribute.Tor Egge2017-08-141-1/+62
* Set numDocs and committedDocIdLimit when loading reference attribute.Tor Egge2017-08-031-0/+1
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* Change reference attribute to update the lid-2-lid mapping during update() to...Geir Storli2017-03-211-34/+29
* Add imported attribute vector, take two.Tor Brede Vekterli2017-02-241-29/+3
* Revert "Add imported attribute vector"Tor Brede Vekterli2017-02-231-3/+29
* Add imported attribute vector (#1847)Tor Brede Vekterli2017-02-231-29/+3
* Fix comments. Break long lines.Tor Egge2017-02-231-4/+4
* Add gid to lid change handler and gid to lid change registrator.Tor Egge2017-02-221-0/+32
* Add notifyGidToLidChange() method to reference attribute, to handleTor Egge2017-02-171-0/+32
* Add support for attaching a "gid to lid mapper" to a reference attribute.Tor Egge2017-02-141-0/+60
* Prepare for faster lid mapping:Tor Egge2017-02-071-1/+6
* Style fixes and adjusted comments.Tor Egge2017-02-031-24/+81
* Add reference attribute.Tor Egge2017-02-023-0/+167