summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute
Commit message (Expand)AuthorAgeFilesLines
* Factor out implementation dependent sizeof(std::string).Tor Egge2023-03-151-8/+10
* Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-132-30/+24
* Report more of the static memory usage for datastores.Henning Baldersheim2023-03-091-20/+20
* Test both used and allocated memory.Henning Baldersheim2023-03-091-0/+12
* Add saver and loader for SingleRawAttribute.Tor Egge2023-03-091-4/+40
* Add test showing accounted memory usage for empty attributes.Henning Baldersheim2023-03-081-0/+24
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-2/+2
* Merge pull request #26344 from vespa-engine/balder/gc-getString-interfaceHenning Baldersheim2023-03-073-7/+11
|\
| * GC getString interfaceHenning Baldersheim2023-03-073-7/+11
* | Adjust variable names.Tor Egge2023-03-071-3/+3
* | Add RawBufferTypeMapper.Tor Egge2023-03-072-0/+124
|/
* Merge pull request #26325 from vespa-engine/balder/handle-raw-attributes-in-g...Henning Baldersheim2023-03-071-0/+3
|\
| * Add unit test for string attribute get_rawHenning Baldersheim2023-03-071-0/+3
* | Allow sorting on raw attributes.Henning Baldersheim2023-03-071-0/+20
* | Add search::attribute::SingleRawAttribute.Tor Egge2023-03-062-0/+81
|/
* Reduce transitive includes.Henning Baldersheim2023-03-012-0/+2
* Add SerializedTensorRef.Tor Egge2023-02-221-1/+55
* remove search::RunnableHåvard Pettersen2023-02-203-27/+26
* Use snprintf instead of sprintf.Tor Egge2023-01-312-10/+10
* GC som compiler pragmas not needed anymore.Henning Baldersheim2023-01-301-45/+16
* Report address space usage for hnsw nodeid mapping.Tor Egge2023-01-131-7/+24
* Add compaction spec to array store.Tor Egge2023-01-121-1/+2
* Update address space component names.Tor Egge2023-01-111-2/+2
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-2113-83/+73
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-202-2/+2
* Remove out of range search::BitVector::setBit() in unit test.Tor Egge2022-11-301-1/+0
* Setup hnsw index for mixed tensor types.Tor Egge2022-11-231-17/+108
* Drop support for old gtest.Tor Egge2022-11-184-9/+9
* Add enum class HnswIndexType.Tor Egge2022-11-161-2/+3
* Improve hit estimate for ImportedSearchContext.Tor Egge2022-11-141-1/+46
* Rename HnswNode to HnswTestNode.Tor Egge2022-11-091-2/+2
* Pass VectorBundle to NearestNeighborIndex::prepare_add_document member function.Tor Egge2022-11-041-2/+4
* Avoid ambiguity when calling fill_array member function in attribute builder.Tor Egge2022-11-031-2/+4
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-3/+3
* Use AttributeBuilder in searchcontext unit tests.Geir Storli2022-10-282-224/+84
* Add more tests for createFilterSearch() on attribute blueprints.Geir Storli2022-10-271-32/+95
* Add a helper class to build and fill AttributeVector instances in unit tests.Geir Storli2022-10-272-58/+13
* Verify that single dictionary entry from lookupRange() is a match.Tor Egge2022-10-251-9/+6
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-172-10/+8
* Remove unneeded calls to update_oldest_used_generation().Geir Storli2022-10-131-1/+0
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-122-4/+4
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-2/+2
* Rename clearHoldLists() -> reclaim_all_memory().Geir Storli2022-10-121-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-127-18/+18
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-127-17/+17
* Rename first used generation -> oldest used generation.Geir Storli2022-10-126-32/+31
* Use paged setting for SerializedFastValueAttribute.Tor Egge2022-10-101-33/+63
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-293-60/+33
* Remove unused variables.Tor Egge2022-09-231-2/+0
* add support for multi-bitvector global filterHåvard Pettersen2022-09-131-3/+3