summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
| * Move the GroupingLevelHenning Baldersheim2017-03-271-126/+90
| * Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-272-114/+77
* | Disable lid space compaction for globally distributed document types.Geir Storli2017-03-302-2/+19
* | Disable lid space compaction jobs if specified in config.Geir Storli2017-03-305-37/+106
* | Ensure closing the flushengine includes stopping the shutdting down and synci...Henning Baldersheim2017-03-294-23/+22
* | Don't load attributes that are too old.Tor Egge2017-03-294-24/+47
* | Merge pull request #2095 from yahoo/geirst/tag-global-document-dbs-in-proton-cfgBjørn Christian Seime2017-03-291-0/+2
|\ \
| * | Tag globally distributed documents as such in proton config.Geir Storli2017-03-281-0/+2
| |/
* | Merge pull request #2075 from yahoo/toregge/flush-populated-attributes-to-diskGeir Storli2017-03-2927-90/+483
|\ \ | |/ |/|
| * Rename method to reduce cognitive cost.Tor Egge2017-03-281-2/+2
| * Add more failure cases, mismatching base type and mismatching collection type.Tor Egge2017-03-281-0/+29
| * Add unit test for attribute initializer.Tor Egge2017-03-286-3/+166
| * Move attribute header tag handling to one place.Tor Egge2017-03-282-105/+29
| * Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-284-10/+10
| * Verify that predicate attribute params are unchanged when loadingTor Egge2017-03-272-4/+43
| * Refactor parameters for predicate attributes.Tor Egge2017-03-272-5/+11
| * Dense posting list threshold doesn't affect how predicate attribute is savedTor Egge2017-03-271-2/+1
| * Test that reprocessing is skipped for attributes that were flushed afterTor Egge2017-03-241-0/+25
| * Refactor out extraction of attribute name from attribute flush target name.Tor Egge2017-03-241-4/+17
| * Max internal blob size is not used as a parameter for predicate attributes.Tor Egge2017-03-241-2/+1
| * Check tensor type and predicate params before allowing transfer of attribute.Tor Egge2017-03-244-11/+103
| * Don't transfer attribute from old to new attribute manager if data typeTor Egge2017-03-232-1/+45
| * Flush populated attributes to disk as part of reprocessing.Tor Egge2017-03-2314-18/+78
* | remove most usage of LinkedPtr from vespaHaavard2017-03-2729-119/+103
|/
* Merge pull request #2068 from yahoo/toregge/use-attribute-directory-in-flusht...Geir Storli2017-03-2315-526/+235
|\
| * Use tryGetWriter() in flush task to get writer instead of getWriter().Tor Egge2017-03-232-2/+2
| * Remove flushing of removed attributes.Tor Egge2017-03-232-26/+0
| * Remove 'removeDir' argument to removeInvalidSnapshots method.Tor Egge2017-03-236-10/+21
| * Create base dir in attribute disk layout constructor.Tor Egge2017-03-233-9/+1
| * Remove unneeded includes.Tor Egge2017-03-233-10/+3
| * Use AttributeDirectory also when loading attributes.Tor Egge2017-03-239-81/+45
| * Use new AttributeDirectory in flush targets.Tor Egge2017-03-2310-404/+179
* | Change interface to accomodate removing linkedptr later on.Henning Baldersheim2017-03-231-3/+3
|/
* Remove confusing void cast.Tor Egge2017-03-221-1/+1
* Style/naming fixes.Tor Egge2017-03-221-55/+49
* Remove unused member.Tor Egge2017-03-221-1/+0
* Add AttributeDirectory which manages the disk directory for a namedTor Egge2017-03-2211-6/+766
* Rename AttributeManager member _attributeDiskLayout to _diskLayout.Tor Egge2017-03-222-10/+10
* Revert "Change interface to accomodate removing linkedptr later on."Arnstein Ressem2017-03-211-3/+3
* Change interface to accomodate removing linkedptr later on.Henning Baldersheim2017-03-211-3/+3
* Prepare for extending AttributeDiskLayout to maintain memory structuresTor Egge2017-03-214-21/+35
* Simplify wipe history arguments to attribute manager, supply serial numberTor Egge2017-03-2119-37/+60
* Revert "Revert "Toregge/reduce wipe history arguments to index maintainer""Tor Egge2017-03-2115-86/+96
* Revert "Toregge/reduce wipe history arguments to index maintainer"Arnstein Ressem2017-03-2015-96/+86
* Remove pointless inlining.Tor Egge2017-03-202-46/+45
* Trim down schema in existing disk indexes when setting new schema, toTor Egge2017-03-171-11/+25
* Add serial number to index maintainer setSchema method, to allow forTor Egge2017-03-1711-15/+16
* Reduce arguments to wipe history method in index maintainer.Tor Egge2017-03-1712-16/+12
* Remove union based fusion schema. It was used to keep data for removedTor Egge2017-03-1722-116/+17
* Move out nested classes from proton::ConfigValidator intoTor Egge2017-03-1613-132/+184