summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_manager
Commit message (Expand)AuthorAgeFilesLines
* Expose constness in interface to avoid cheating.Henning Baldersheim2018-08-291-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-2/+2
* Move AttributeOperation and AttributeFunctor to searc::attributeHenning Baldersheim2018-08-221-2/+2
* Rewrite test to enure AttributeWriter is given a fully populated AttributeMan...Henning Baldersheim2018-06-171-19/+25
* Create read guard for target document meta store as part of creatingTor Egge2018-04-231-1/+2
* Add shared pointer to document meta store context for referencedTor Egge2018-04-231-1/+2
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-4/+4
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-1/+3
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-3/+1
* Add imported tensor attribute vector.Tor Egge2018-01-221-1/+3
* Replace tab with spaces.Geir Storli2017-09-131-4/+4
* Merge pull request #3390 from vespa-engine/geirst/fix-bitvector-search-cache-...Geir Storli2017-09-121-1/+2
|\
| * Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+2
* | Keep a gid to lid mapper live during the lifetime of an imported attributeTor Egge2017-09-111-0/+3
|/
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-061-1/+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
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-181-6/+7
|\
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-6/+7
* | Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-161-0/+40
* | Serialize late attribute manager initialization (after all attributeTor Egge2017-05-151-1/+6
* | Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-151-40/+0
* | Test estimation of shrink serial and handover of shrink flushtarget.Tor Egge2017-05-121-0/+40
|/
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-0/+1
* Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-271-2/+2
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-8/+18
* Pass attribute spec to attribute manager addAttribute method.Tor Egge2017-04-051-18/+11
* Use more forward declarations.Tor Egge2017-04-051-0/+1
* Change signature of AttributeCollectionSpecFactory::create toTor Egge2017-04-041-18/+8
* Move nested class AttributeCollectionSpec::Attribute out to AttributeSpec.Tor Egge2017-03-311-19/+18
* Don't load attributes that are too old.Tor Egge2017-03-291-19/+19
* Refactor parameters for predicate attributes.Tor Egge2017-03-271-2/+7
* Check tensor type and predicate params before allowing transfer of attribute.Tor Egge2017-03-241-0/+26
* Don't transfer attribute from old to new attribute manager if data typeTor Egge2017-03-231-0/+30
* Use AttributeDirectory also when loading attributes.Tor Egge2017-03-231-8/+4
* Use new AttributeDirectory in flush targets.Tor Egge2017-03-231-6/+6
* Simplify wipe history arguments to attribute manager, supply serial numberTor Egge2017-03-211-4/+6
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-39/+47
* Expose imported attributes via attribute context from attribute manager.Geir Storli2017-03-011-13/+65
* Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-271-6/+6
* Use schema::DataTypeHenning Baldersheim2016-12-121-2/+2
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-041-3/+3
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-031-3/+6
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-155-0/+703