aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test
Commit message (Expand)AuthorAgeFilesLines
* Use explicit and do not expose nbostream in headerfile.Henning Baldersheim2024-04-221-0/+1
* Remove FtTestApp.Tor Egge2024-02-203-19/+0
* Stop using vespalib testkit in bm25 feature unit test.Tor Egge2024-02-173-1/+26
* Require non-empty fieldsHenning Baldersheim2024-02-081-20/+22
* - Complete dumping of 1 index field before progressing to the next.Henning Baldersheim2024-02-081-35/+26
* Add low-level benchmark program for search iterators.Geir Storli2024-02-082-10/+7
* Factor out FtTestApp.Tor Egge2024-01-095-0/+367
* Use plain asserts in DocumentWeightAttributeHelper.Tor Egge2024-01-051-4/+4
* Rename DocumentWeightIterator to DocidWithWeightIterator.Geir Storli2023-11-231-2/+2
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-232-10/+10
* If limit not reached after a certain amount iterators, estimate how many iter...Henning Baldersheim2023-11-212-4/+26
* Consolidate extraction of tokens from annotated string field value.Tor Egge2023-10-101-6/+2
* Update copyrightJon Bratseth2023-10-0982-82/+82
* Skip rangecheck with assert unless compiled explicit for that.Henning Baldersheim2023-09-201-3/+4
* Change createIterator member functions to return unique ptr toTor Egge2023-07-1012-58/+48
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-079-125/+71
* Allow negative values from closeness when using dotproduct distance metric.Geir Storli2023-06-012-8/+17
* GC unused assert includesHenning Baldersheim2023-05-171-0/+1
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-1/+0
* Use shared_ptr for the read guardHenning Baldersheim2023-05-092-3/+3
* cleanup whitespaceArne Juul2023-04-301-2/+2
* No need to copy stringHenning Baldersheim2023-04-132-2/+2
* Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-302-0/+12
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Test closest feature setup failures.Tor Egge2023-02-271-0/+1
* Add closest feature.Tor Egge2023-02-272-5/+37
* Use gtest for closeness and distance features unit tests.Tor Egge2023-02-273-6/+13
* Drop boost crc, random and tokenizerHenning Baldersheim2023-02-042-20/+0
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-10/+10
* - Hide membersHenning Baldersheim2023-01-071-13/+7
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-2117-68/+66
* Add support for multiple vectors per document in exact distance calculator.Geir Storli2022-11-242-0/+35
* Add class comments.Tor Egge2022-11-222-0/+8
* Add override specifier for VectorBufferWriter destructor.Tor Egge2022-11-221-1/+1
* Move shared test code to test library.Tor Egge2022-11-224-0/+75
* Use AttributeBuilder in prod features unit tests.Geir Storli2022-10-312-23/+42
* Use AttributeBuilder in searchcontext unit tests.Geir Storli2022-10-282-30/+58
* Improve error detection by using dynamic_cast that throws.Geir Storli2022-10-271-12/+6
* Add a helper class to build and fill AttributeVector instances in unit tests.Geir Storli2022-10-273-0/+173
* Change signature for search::test::SchemaBuilder::build() member function.Tor Egge2022-10-212-3/+3
* Add schema builder, used by unit tests to make schema based on document type.Tor Egge2022-10-203-0/+209
* Remove url mode for StringFieldBuilder.Tor Egge2022-10-192-5/+1
* Stop testing with url data type, use uri data type instead.Tor Egge2022-10-192-7/+0
* Deinline destructors for test variants of posting lists.Tor Egge2022-10-171-0/+24
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-135-0/+355
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-122-4/+4
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-122-4/+4
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-1/+1
* Stop using DataStoreBase::startCompact() member function.Tor Egge2022-10-061-2/+6