summaryrefslogtreecommitdiffstats
path: root/searchlib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for AttributeNode.Tor Egge2018-09-041-0/+1
|
* Extend to test all resultset types.Henning Baldersheim2018-08-231-0/+1
|
* SameElement blueprint and search iteratorHåvard Pettersen2018-05-291-0/+1
|
* Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-191-0/+1
| | | | | | | | | | | This should greatly reduce the memory footprint of multi-value attribute vectors which uses an array store for underlying values. The size of a new buffer is calculated as (simplified): *) before: (size of previous buffer) * 2 *) now: (size of all previous buffers) * allocation grow factor (default = 0.2) In addition we now support resizing of all buffers, not only the first one.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+7
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-7/+0
|
* Some files left out compared to old version.Arnstein Ressem2017-09-261-0/+1
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+6
|
* Implement simple bitvector search cache for use in imported attribute vector.Geir Storli2017-09-061-0/+1
|
* Merge pull request #3196 from ↵Lester Solbakken2017-08-241-2/+3
|\ | | | | | | | | vespa-engine/havardpe/max-reduce-prod-join-replacer max reduce prod join replacer with test
| * max reduce prod join replacer with testHåvard Pettersen2017-08-231-2/+3
| |
* | Add unit test for posting list merger.Tor Egge2017-08-231-0/+1
|/
* Merge pull request #3143 from vespa-engine/lesters/max-reduce-prod-join-featureGeir Storli2017-08-181-0/+1
|\ | | | | Add internal feature for replacement of tensor expression
| * Complete renaming of internal feature testLester Solbakken2017-08-181-1/+1
| |
| * Add internal feature for replacement of tensor expressionLester Solbakken2017-08-171-0/+1
| |
* | added test for intrinsic blueprint adapterHåvard Pettersen2017-08-181-0/+1
|/
* Move btree unit tests to proper location.Tor Egge2017-06-211-1/+0
|
* 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
|
* Rename vespa-header-inspect to vespa-fileheader-inspect.Tor Egge2017-06-071-2/+2
|
* Merge pull request #2628 from ↵Geir Storli2017-06-071-1/+1
|\ | | | | | | | | yahoo/toregge/rename-loadattribute-to-vespa-attribute-inspect Rename loadattribute to vespa-attribute-inspect.
| * Rename loadattribute to vespa-attribute-inspect.Tor Egge2017-06-061-1/+1
| |
* | Remove expgolomb app. It was a test app that has effectivelyTor Egge2017-06-041-1/+0
|/ | | | been replaced by expgolomb unit test.
* Add skeleton for unit tests for docstore file chunk.Geir Storli2017-05-121-0/+1
|
* Move StoreByBucket tests to separate test file.Geir Storli2017-05-051-0/+1
|
* Move chunk tests to separate test file.Geir Storli2017-05-051-0/+1
|
* Move LidInfo tests to separate test file.Geir Storli2017-05-051-0/+1
|
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-031-0/+1
| | | | | | | | Uses AttributeContent to fetch values from target attribute. Value types are always treated as 64 bits due to AttributeContent API restrictions. Remove explicit AttributeManager use in feature test fixtures to avoid dependencies on anything but IAttributeVector.
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-171-0/+1
| | | Implement search context and iteration for imported attributes
* Add imported attribute vector, take two.Tor Brede Vekterli2017-02-241-0/+1
|
* Revert "Add imported attribute vector"Tor Brede Vekterli2017-02-231-1/+0
|
* Add imported attribute vector (#1847)Tor Brede Vekterli2017-02-231-0/+1
|
* Add reference attribute.Tor Egge2017-02-021-0/+1
|
* Add unique store, a data store containing refcounted unique values.Tor Egge2017-01-271-0/+1
|
* eval -> vespaeval as library name.Henning Baldersheim2017-01-241-1/+1
|
* make stuff compile and testHaavard2017-01-231-0/+1
|
* make vespalib compile and testHaavard2017-01-231-1/+0
|
* replace memorytub with Stash.Henning Baldersheim2017-01-131-1/+0
|
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-141-1/+1
|
* Remove old multivalue mapping.Tor Egge2016-11-251-1/+0
|
* Merge pull request #1179 from ↵Tor Egge2016-11-251-0/+1
|\ | | | | | | | | yahoo/geirst/optimize-array-store-for-huge-page-size Geirst/optimize array store for huge page size
| * Add class for configuring an array store.Geir Storli2016-11-241-0/+1
| |
* | Unit test attribute vector compaction.Tor Egge2016-11-241-0/+1
|/
* Add skeleton for multivaluemapping 2, which will replace multivaluemappingTor Egge2016-11-111-0/+1
| | | | later on.
* Implement basic array store with support for add() and get().Geir Storli2016-11-101-0/+1
|
* Move datastore unit tests into separate folder.Geir Storli2016-11-041-0/+1
|
* Move docstore unit tests into common top-level folder.Geir Storli2016-11-041-3/+3
|