aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute
Commit message (Expand)AuthorAgeFilesLines
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-3/+3
* Tune compaction, i.e. specify whether to compact on memory, compact onTor Egge2016-11-291-1/+1
* Add comments.Tor Egge2016-11-281-0/+3
* Use active buffer capacity when calculating address space usage limit.Tor Egge2016-11-281-2/+2
* Unit test compaction triggered by address space usage.Tor Egge2016-11-281-15/+109
* Report address space usage for multivalue mapping as number of used/deadTor Egge2016-11-261-2/+3
* Extend AddressSpace with dead.Tor Egge2016-11-262-6/+8
* Remove mockups that bridged difference between old and new multivalueTor Egge2016-11-251-10/+1
* Remove old multivalue mapping.Tor Egge2016-11-255-880/+0
* Remove references to old multivalue mapping.Tor Egge2016-11-253-16/+11
* Merge pull request #1179 from yahoo/geirst/optimize-array-store-for-huge-page...Tor Egge2016-11-251-2/+5
|\
| * Use config for setting up array store instances with optimization for huge pa...Geir Storli2016-11-241-2/+5
* | Add missing includes.Henning Baldersheim2016-11-241-0/+2
* | Unit test attribute vector compaction.Tor Egge2016-11-244-0/+107
|/
* Increase parameter for small arrays in multi value attribute from 14 to 1023.Tor Egge2016-11-231-2/+2
* Switch to new multivalue mapping.Tor Egge2016-11-231-3/+3
* Start with empty buffers in array store.Tor Egge2016-11-231-1/+1
* Rename minClustersNewBuf variables to numClustersForNewBuffer.Tor Egge2016-11-231-4/+4
* Add support for resizing current buffer instead of switching to new bufferTor Egge2016-11-221-5/+5
* Add constructors for new multi value mapping and array store thatTor Egge2016-11-211-1/+15
* Try to maintain memory usage invariant: alloc >= used >= holdTor Egge2016-11-212-6/+6
* Use std::function for new multi value mapping clearDocs method.Tor Egge2016-11-211-1/+1
* Merge pull request #1136 from yahoo/toregge/unit-test-multi-value-mapping2-co...Geir Storli2016-11-181-0/+118
|\
| * Less magic constants.Tor Egge2016-11-181-2/+4
| * Use range based for loop.Tor Egge2016-11-181-5/+3
| * Unit test compactWorst() method in new multi value mapping.Tor Egge2016-11-181-0/+118
* | Merge pull request #1141 from yahoo/geirst/track-memory-usage-in-array-storeTor Egge2016-11-182-7/+7
|\ \
| * | Make member variables in BufferState private and add public functions where n...Geir Storli2016-11-182-7/+7
* | | Merge pull request #1139 from yahoo/balder/really-extend-coverage-infoHenning Baldersheim2016-11-183-3/+5
|\ \ \ | |_|/ |/| |
| * | Split out the judymultimap template to separate file and instanciate explicit.Henning Baldersheim2016-11-183-3/+5
* | | Merge pull request #1129 from yahoo/toregge/update-total-value-count-in-new-m...Geir Storli2016-11-181-0/+34
|\ \ \ | |/ / |/| |
| * | Update total value count in new multi value mapping.Tor Egge2016-11-171-0/+34
* | | mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-171-0/+1
|/ /
* | Extend unit test for new multi value mapping.Tor Egge2016-11-171-2/+88
* | Add method to copy indicies needed for saving multi value attribute.Tor Egge2016-11-171-3/+3
* | Remove old API for getting values from old multi value mapping.Tor Egge2016-11-171-1/+39
|/
* Add class comment.Tor Egge2016-11-111-3/+3
* Add skeleton for multivaluemapping 2, which will replace multivaluemappingTor Egge2016-11-114-0/+82
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-043-7/+7
* Move datastore classes to separate sub library.Geir Storli2016-11-031-1/+1
* Add braces to for loop to make scope more visible.Tor Egge2016-10-261-1/+4
* Test attribute vectors with read guard held during last updates.Tor Egge2016-10-251-0/+70
* Extend tensor attribute test to test handling of tensor attributeTor Egge2016-10-211-18/+120
* Add dense tensor attribute.Tor Egge2016-10-201-59/+166
* Add GenericTensorAttribute and trim down TensorAttribute.Tor Egge2016-10-191-2/+4
* Move tensor attribute source to separate directory.Tor Egge2016-10-181-1/+1
* Signal in constructor that we only have 32 bits available for docid.Henning Baldersheim2016-10-051-6/+6
* Set limit for addressable elements to 1T values per size class.Henning Baldersheim2016-10-041-3/+12
* Remove leftovers from development time.Henning Baldersheim2016-10-041-17/+0
* Remove tensor::CompactTensor.Geir Storli2016-09-211-2/+0