summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* - Simplify code by catching exception in one place.Henning Baldersheim2021-03-291-1/+1
* - No need for _currCreator member, it can be constructed from _currFlags when...Henning Baldersheim2021-03-291-1/+1
* - Use faster std::to_chars.Henning Baldersheim2021-03-283-3/+6
* Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-262-27/+4
* Track the max disk size used by a single Searchable component.Geir Storli2021-03-252-30/+39
* Reduce EnumStoreDictionary B-tree exposure.Tor Egge2021-03-241-13/+6
* Use more specific member function name for normalizing posting lists.Tor Egge2021-03-241-4/+4
* Reduce direct usage of EnumStoreDictionary B-tree.Tor Egge2021-03-231-4/+6
* Merge pull request #17122 from vespa-engine/balder/orderting-2-typeHenning Baldersheim2021-03-232-28/+28
|\
| * Use BTREE/HASH instead of ORDERED/UNORDERED.Henning Baldersheim2021-03-232-28/+28
* | Reduce EnumStoreDictionary B-tree exposure in PostingListAttribute unit test.Tor Egge2021-03-231-13/+11
* | Hide dictionary B-tree from posting store.Tor Egge2021-03-231-0/+24
|/
* Reduce exposure of EnumStoreDictionary BTree for attribute vector loading.Tor Egge2021-03-221-1/+6
* Extend EnumStore unit test to test find_frozen_index and find_posting_listTor Egge2021-03-191-0/+100
* Eliminate clang 12 warning. Specializaton of load_values causedTor Egge2021-03-181-4/+4
* Add cases with unordered enum store dictionary to enum store unit test.Tor Egge2021-03-181-34/+91
* Wire in ordering enum in EnumStore.Tor Egge2021-03-172-16/+16
* Remove unused variables.Tor Egge2021-03-131-1/+0
* Add simple equal to Comparator interface.Henning Baldersheim2021-03-091-53/+96
* Convert comparator from being a simple comparator to using an explicit less m...Henning Baldersheim2021-03-091-27/+27
* Merge pull request #16804 from vespa-engine/balder/keep-one-ucs4-versionHenning Baldersheim2021-03-052-196/+250
|\
| * No move or copy construction.Henning Baldersheim2021-03-041-193/+247
| * Keep only one ucs4 buffer, and create the buffer lazy.Henning Baldersheim2021-03-042-3/+3
* | all scalars must be doubleHÃ¥vard Pettersen2021-03-042-3/+3
|/
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-045-73/+80
* The default implementation of SearchContext::onFind was danegrous and not thr...Henning Baldersheim2021-03-042-6/+7
* Make the StringSearchContext smaller.Henning Baldersheim2021-03-041-1/+1
* Remove the need for friend declarations.Henning Baldersheim2021-03-042-3/+2
* Use unique_ptr for regex instead of shared_ptr to keep object small.Henning Baldersheim2021-03-041-110/+67
* Take dead elements into account (and subtract them) when calculating how many...Geir Storli2021-03-011-4/+29
* Merge pull request #16690 from vespa-engine/geirst/refactor-datastore-classesGeir Storli2021-02-261-1/+1
|\
| * Rename 'active' buffer to 'primary' buffer in DataStoreBase.Geir Storli2021-02-261-1/+1
* | Remove includes no longer necessary.Henning Baldersheim2021-02-258-33/+8
* | Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-253-7/+4
|/
* Eliminate array bounds warning.Tor Egge2021-02-211-0/+5
* Merge pull request #16495 from vespa-engine/arnej/add-size-literalsArne H Juul2021-02-1619-61/+80
|\
| * use size literals in searchlibArne Juul2021-02-1519-61/+80
* | Use mmap file allocator in dense tensor attribute if huge flag isTor Egge2021-02-152-1/+25
|/
* Add alloc_aligned member function.Tor Egge2021-02-131-2/+1
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* Less asserts in header files.Henning Baldersheim2021-02-132-0/+2
* Add unit tests for active boundary checks.Tor Egge2021-02-123-0/+36
* Fix onhold accounting for SerializedFastValueAttribute.Tor Egge2021-02-051-0/+15
* Improve handling of changed alloc config.Tor Egge2021-02-021-0/+20
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-0/+1
* libzstd 1.4.7 needs more bytes for compressed data.Tor Egge2021-01-211-1/+3
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-143-4/+4
* Reduce runtime by using 500 -> 300 children.Henning Baldersheim2021-01-141-11/+14
* - Add the cost to expensive tests.Henning Baldersheim2021-01-133-3/+3
* Start expensive tests earlier.Henning Baldersheim2021-01-133-3/+3