summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing stringattribute_testAlexey Chernyshev2022-03-231-2/+2
* Introducing fuzzy searchAlexey Chernyshev2022-03-232-2/+90
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-0/+1
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-3/+9
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-032-6/+9
* Remove inlining warnings (searchlib).Tor Egge2022-02-262-0/+26
* Remove stringop-overflow warning (searchlib).Tor Egge2022-02-261-1/+1
* Propagate memory allocator to growable bitvector in SingleBoolAttribute.Tor Egge2022-02-152-2/+8
* Handle 64K page size when testing paged attributes.Tor Egge2022-02-141-2/+11
* Propagate memory allocator to attribute vector components.Tor Egge2022-02-141-0/+85
* Add memory allocator to multi value mapping.Tor Egge2022-02-111-3/+15
* Add memory allocator to enum store.Tor Egge2022-02-111-0/+10
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-5/+3
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-1/+0
* Calculate need for compaction when updating stats.Tor Egge2021-12-093-4/+5
* Add IEnumStore::get_values_address_space_usage() abstract member function.Tor Egge2021-12-081-5/+5
* Add CompactionSpec.Tor Egge2021-12-081-1/+5
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-086-13/+16
* Set AttributeHeader _fileName member when extracting tagsTor Egge2021-12-061-1/+1
* Add EntryRefFilter class.Tor Egge2021-12-061-18/+21
* Improve filtering test in enum store dictionary test.Tor Egge2021-12-031-41/+163
* Filter early on buffer id and pass vector of entries in normalize_posting_listsTor Egge2021-12-031-16/+55
* Add a vector of gids to remove to ReferenceAttribute::populateTargetLids()Tor Egge2021-11-181-5/+21
* use more accessorsArne H Juul2021-11-121-17/+17
* Clean and simplify default value handlingHenning Baldersheim2021-10-292-6/+10
* Include only what is needed.Henning Baldersheim2021-10-291-0/+1
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update expected size.Henning Baldersheim2021-10-231-1/+1
* Test that attributesconfig.attribute.maxuncommittedmemory is converted correc...Henning Baldersheim2021-10-211-0/+6
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-3/+38
* Update Verizon Media copyright notices.gjoranv2021-10-078-8/+8
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0766-66/+66
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-151-8/+6
* Refactor to represent files with a generic header in a new class.Geir Storli2021-09-141-4/+5
* Reduce memory spike during loading of hnsw index by committing at regular int...Geir Storli2021-09-101-4/+22
* The global filter is only needed when having a nearest neighbor index (hnsw) ...Geir Storli2021-08-301-17/+44
* Report address space usage for shared string repo for non-dense tensor attrib...Geir Storli2021-08-231-2/+8
* Report address space usage for components in tensor attributes.Geir Storli2021-08-201-0/+23
* Compact HNSW index when ratio of dead bytes / address space is too highTor Egge2021-08-181-0/+8
* Use the executor for the part that can be parallell when rebuilding index on ...Henning Baldersheim2021-08-131-0/+33
* swappable -> pagedHenning Baldersheim2021-08-122-5/+5
* A swappable attribute will use a file backed memory allocator.Henning Baldersheim2021-08-121-0/+23
* swapable -> swappableHenning Baldersheim2021-08-121-2/+2
* Control swappableHenning Baldersheim2021-08-121-2/+2
* Add swapable attribute option.Henning Baldersheim2021-08-121-77/+33
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-152-21/+22
* Move roundUp2inN<T> to vespalib.Henning Baldersheim2021-06-041-1/+1
* If there are hickups in the feed chain preventing normal commit rate, we need...Henning Baldersheim2021-06-041-8/+41
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-032-12/+19