aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Explore attribute vector in writer thread.""Tor Egge2023-03-291-6/+0
* Revert "Explore attribute vector in writer thread."Henning Baldersheim2023-03-281-0/+6
* Explore attribute vector in writer thread.Tor Egge2023-03-281-6/+0
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-071-6/+1
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-0/+6
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-6/+0
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-0/+6
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-1/+1
* Only require vespalib::Executor instead of vespalib::ThreadExecutorHenning Baldersheim2022-01-191-6/+0
* Get callback when setBucketStateCalculator has completed.Henning Baldersheim2021-11-221-2/+5
* When node is retired we can relax compaction strategy as we have peakedHenning Baldersheim2021-11-121-0/+16
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-1/+1
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-251-1/+5
* Let the executor create an executor id to its liking.Henning Baldersheim2020-06-251-2/+2
* Use std::make_xxxx to avoid newHenning Baldersheim2020-06-251-4/+5
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-4/+4
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-0/+9
* Expose constness in interface to avoid cheating.Henning Baldersheim2018-08-291-7/+3
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-281-1/+1
* Use explicit before moveHenning Baldersheim2018-08-281-2/+3
* Move smartpointersHenning Baldersheim2018-08-271-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-1/+1
* - Add option to increment an attribute for every doc matched.Henning Baldersheim2018-08-271-0/+12
* Move AttributeOperation and AttributeFunctor to searc::attributeHenning Baldersheim2018-08-221-1/+1
* = defaultHenning Baldersheim2018-08-151-5/+3
* - Remove the execute(string, ...) and force the use of ExecutorId.Henning Baldersheim2018-06-171-3/+2
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-4/+10
* Make AttributeWriter::forceCommit() clear the search cache of all imported at...Geir Storli2017-09-061-0/+6
* 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
* Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-161-14/+36
* Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-151-36/+14
* Adjust attribute manager flush target names, e.g. for attribute a1:Tor Egge2017-05-121-2/+2
* Update attribute filter manager to pass on shrink flush targets.Tor Egge2017-05-121-13/+35
* Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-271-1/+1
* Use more forward declarations.Tor Egge2017-04-051-0/+1
* Refactor out extraction of attribute name from attribute flush target name.Tor Egge2017-03-241-4/+17
* Flush populated attributes to disk as part of reprocessing.Tor Egge2017-03-231-1/+21
* Simplify wipe history arguments to attribute manager, supply serial numberTor Egge2017-03-211-1/+1
* Use document db reference solver when creating new attribute manager in searc...Geir Storli2017-02-241-0/+6
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-5/+42
* PublishJon Bratseth2016-06-151-0/+117