aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/reference_attribute.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify and avoid default arguments.Henning Baldersheim2023-11-041-5/+6
* Revert "No need to specify your own namespace."Henning Baldersheim2023-11-041-6/+5
* Simplify and avoid default arguments.Henning Baldersheim2023-11-031-5/+6
* Update copyrightJon Bratseth2023-10-091-1/+1
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-2/+0
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-1/+1
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-1/+0
* Include config in cpp file.Henning Baldersheim2022-05-261-2/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-1/+1
* Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.Tor Egge2022-03-171-1/+1
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-0/+1
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-2/+2
* Add CompactionSpec.Tor Egge2021-12-081-1/+1
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-0/+1
* Add a vector of gids to remove to ReferenceAttribute::populateTargetLids()Tor Egge2021-11-181-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* Compact enum store dictionary when needed.Tor Egge2021-04-131-0/+2
* Adjust member function names to reflect what is being compacted.Tor Egge2021-04-121-2/+2
* Use memory usage for unique store values but not for unique store dictionaryTor Egge2020-09-301-1/+1
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-311-9/+10
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-6/+6
* Add support searching a reference attribute using the parent document id.Geir Storli2019-07-081-2/+4
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-3/+3
* Use std::make_xxxHenning Baldersheim2018-08-201-5/+5
* Add file name to lowe level attribute save methods.Tor Egge2018-08-171-1/+1
* Adjust naming: referencing lid -> source lid.Tor Egge2018-04-261-1/+2
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-10/+10
* Keep track of mapping from gid to referenced lid in reference attributeTor Egge2017-08-311-0/+1
* Propagate API changes to GidToLidChangeListener and ReferenceAttribute:Tor Egge2017-08-301-1/+2
* If fetchPostings() is called with strict set to true then buildTor Egge2017-08-241-0/+4
* Merge pull request #3123 from vespa-engine/toregge/maintain-direct-forward-ma...Geir Storli2017-08-161-1/+3
|\
| * Maintain direct forward mapping from lid to referenced lid in referenceTor Egge2017-08-161-1/+3
* | Merge pull request #3120 from vespa-engine/balder/produce-summary-features-if...Henning Baldersheim2017-08-161-5/+2
|\ \ | |/ |/|
| * Use nested namespaceHenning Baldersheim2017-08-151-5/+2
* | Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-151-46/+6
* | Rename variables for clarity.Tor Egge2017-08-151-7/+7
* | Add reverse mapping to reference attribute.Tor Egge2017-08-141-6/+44
|/
* Set numDocs and committedDocIdLimit when loading reference attribute.Tor Egge2017-08-031-0/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Change reference attribute to update the lid-2-lid mapping during update() to...Geir Storli2017-03-211-2/+7
* Merge pull request #1843 from yahoo/geirst/create-imported-attribute-vectors-...Tor Egge2017-02-231-0/+1
|\
| * Create and return repo of imported attribute vectors in document db reference...Geir Storli2017-02-231-0/+1