aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-0210-53/+44
* Add an interface to getting an optional readonly singlevalue enumvector.Henning Baldersheim2022-06-011-4/+0
* Don't calculate score or weights when unpacking for a term inTor Egge2022-06-013-37/+178
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-5/+3
* GC unused includeHenning Baldersheim2022-05-271-1/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-276-20/+21
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-262-6/+5
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-3/+4
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-2534-34/+50
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-1/+2
* Reduce inclusion of rcuvector.hppHenning Baldersheim2022-05-231-0/+1
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-213-4/+0
* Fold searchcommon into searchlibHenning Baldersheim2022-05-2012-0/+651
* Check attribute vector posting list (btree vs bitvector).Tor Egge2022-05-161-18/+51
* Use gtest for posting list attribute unit test.Tor Egge2022-05-163-94/+136
* support default tensor values for query featureHåvard Pettersen2022-05-131-0/+15
* make new bitvector when growingHåvard Pettersen2022-05-111-41/+41
* Auto-adjust targetHits for approximate nearest neighbor search when using pos...Geir Storli2022-05-104-17/+26
* move functions to more appropriate classesHåvard Pettersen2022-05-091-5/+5
* Fixing stringattribute_testAlexey Chernyshev2022-05-041-2/+2
* Merge pull request #22412 from vespa-engine/vekterli/add-utility-sanitizers-h...Tor Brede Vekterli2022-05-031-18/+3
|\
| * Add utility header for detecting sanitizer-instrumented compilationTor Brede Vekterli2022-05-031-18/+3
* | Use vespalib::datastore::AtomicEntryRef in search::memoryindex::PostingListEn...Tor Egge2022-05-031-18/+6
|/
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-293-2/+4
* Only sample hash map memory usage once per commit.Tor Egge2022-04-281-0/+3
* Avoid bitwise and with boolean arguments.Tor Egge2022-04-251-7/+23
* Merge pull request #22219 from vespa-engine/toregge/rename-imultivalueattribu...Geir Storli2022-04-221-1/+1
|\
| * Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-1/+1
* | Merge pull request #22217 from vespa-engine/geirst/improve-nearest-neighbor-v...Geir Storli2022-04-221-5/+0
|\ \ | |/ |/|
| * Improve and extend visit trace for nearest neighbor blueprint.Geir Storli2022-04-221-5/+0
* | Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-12/+22
|/
* Always use MultiValueReadView for dot product feature on array attributes.Tor Egge2022-04-211-10/+42
* Enable MultiValueReadView for imported attribute vectors.Tor Egge2022-04-201-20/+143
* Add multi value read views for extendable attributes.Tor Egge2022-04-191-13/+96
* Add multi value read views that handles mapping from enumerated valueTor Egge2022-04-192-0/+257
* Use google test for attribute vector unit test.Tor Egge2022-04-132-325/+443
* Use google test for extendable attribute unit test.Tor Egge2022-04-133-83/+101
* Remove search::multivalue::Value.Tor Egge2022-04-122-3/+3
* Merge pull request #22091 from vespa-engine/geirst/simplify-global-filter-bru...Geir Storli2022-04-121-2/+13
|\
| * Simplify calculation of global filter and fallback to brute force when using ...Geir Storli2022-04-111-2/+13
* | Use IMultiValueReadView in dot product feature instead of getRawValues().Tor Egge2022-04-111-2/+2
* | Merge pull request #21972 from alexeyche/alexeyche/fuzzy-query-annotationsGeir Storli2022-04-116-11/+44
|\ \ | |/ |/|
| * Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-076-11/+44
* | remove FastOS_ApplicationHåvard Pettersen2022-04-086-59/+62
* | Merge pull request #22033 from vespa-engine/geirst/handle-filter-search-for-d...Geir Storli2022-04-071-0/+34
|\ \
| * | Implement createFilterSearch() for DirectAttributeBlueprint.Geir Storli2022-04-071-0/+34
| |/
* / improve error messages when verifying rank setupHåvard Pettersen2022-04-061-0/+6
|/
* Factor out SingleStringEnumSearchContext from SingleStringAttribute.Tor Egge2022-04-021-1/+1
* use getopt/getopt_long directlyHåvard Pettersen2022-04-016-76/+68
* Move StringSearchHelper out from stringbase.{h,cpp}.Tor Egge2022-03-311-0/+1