aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-102-5/+5
|
* Use paged setting for SerializedFastValueAttribute.Tor Egge2022-10-101-33/+63
|
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-3/+3
| | | | SerializedFastValueAttribute and DirectTensorAttribute.
* Rename search::tensor::DirectTensorStore::get_tensor to get_tensor_ptr.Tor Egge2022-10-071-4/+4
|
* Add unit test for TensorBufferTypeMapper.Tor Egge2022-10-072-0/+130
|
* Move tracking of datastore buffer statistics to separate classes.Geir Storli2022-10-061-7/+6
|
* Add vespalib::datastore::Aligner.Tor Egge2022-10-041-5/+7
|
* Deinline TestParam copy constructor.Tor Egge2022-10-031-0/+3
|
* Remove AlignedEntryRef.Tor Egge2022-10-032-10/+8
|
* Add TensorBufferStore.Tor Egge2022-09-302-0/+173
|
* Add tensor buffer operations.Tor Egge2022-09-302-0/+197
|
* Now we always split phrases.Henning Baldersheim2022-09-301-8/+0
|
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-294-66/+35
|
* Remove unused variables.Tor Egge2022-09-232-4/+0
|
* Remove summary fields from schema.Tor Egge2022-09-222-57/+45
|
* Remove use of summary fields in search::index::DocBuilder andTor Egge2022-09-212-68/+1
| | | | search::index::DocTypeBuilder.
* GC unused functionality.Henning Baldersheim2022-09-212-59/+6
|
* multi-threaded global filter creationHåvard Pettersen2022-09-151-19/+82
|
* add support for multi-bitvector global filterHåvard Pettersen2022-09-135-21/+155
| | | | | move some testing convenience into GlobalFilter make more realistic bitvectors for filter testing
* GlobalFilter is now an interfaceHåvard Pettersen2022-09-124-15/+25
| | | | instead of a shared optional BitVector
* Add conversion testHenning Baldersheim2022-09-091-1/+6
|
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-091-2/+2
|
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-11/+11
|
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-11/+11
|
* Merge branch 'master' into balder/unify-access-to-ranking-assetsHenning Baldersheim2022-09-073-91/+0
|\
| * GC unused StringEnum, and avoid including config in header files.Henning Baldersheim2022-09-073-91/+0
| |
* | Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-11/+11
|/
* Merge pull request #23946 from ↵Henning Baldersheim2022-09-062-34/+34
|\ | | | | | | | | vespa-engine/havardpe/rank-profile-report-name-mapping-support support mapping names in execution profiling output
| * support mapping names in execution profiling outputHåvard Pettersen2022-09-062-34/+34
| | | | | | | | | | use feature descriptions rather than raw feature names drop single quotes from feature descriptions
* | Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-1/+1
|/
* - Use c++11 for loopsHenning Baldersheim2022-09-042-1/+2
| | | | | | - add 'explicit' - only 'override' OR 'final', not both. - Reduce code visibility.
* Add conversion test and convert too...Henning Baldersheim2022-09-021-1/+14
|
* Merge pull request #23823 from vespa-engine/balder/no-doom-in-phraseHenning Baldersheim2022-09-011-56/+3
|\ | | | | Drop separate doom in phrase search. Rely on proper split/delay solvi…
| * Merge branch 'master' into balder/no-doom-in-phraseHenning Baldersheim2022-08-292-4/+4
| |\
| * | Drop separate doom in phrase search. Rely on proper split/delay solving the ↵Henning Baldersheim2022-08-281-56/+3
| | | | | | | | | | | | doom issue at a higher level.
* | | Remove option to delay phrases and same-element. The gain is smaller than ↵Henning Baldersheim2022-08-311-8/+0
| | | | | | | | | | | | the risk and too hard to use.
* | | make split phrases default.Henning Baldersheim2022-08-311-4/+4
| | |
* | | GC unused RawBuf functionalityHenning Baldersheim2022-08-294-119/+2
| | |
* | | GC some old unused code with ancient 'goto'.....Henning Baldersheim2022-08-291-17/+0
| |/ |/|
* | Merge pull request #23822 from ↵Henning Baldersheim2022-08-291-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/balder/move-termfieldmatchdataarry-where-it-makes-sense Move the terfieldmatchdaatarray where it makes sense.
| * | Move the terfieldmatchdaatarray where it makes sense.Henning Baldersheim2022-08-282-2/+2
| |/
* / Move arrayHenning Baldersheim2022-08-281-3/+3
|/
* Add test for profile_depth conversion, and remove proxying not necessary.Henning Baldersheim2022-08-261-1/+7
|
* enable profiling of rank programsHåvard Pettersen2022-08-241-2/+33
|
* Merge pull request #23656 from vespa-engine/balder/split-verification-and-appHenning Baldersheim2022-08-172-15/+88
|\ | | | | - Split rank setup verification code and the binary [run-systemtest]
| * Make the message a pair of level and stringHenning Baldersheim2022-08-162-38/+54
| |
| * Stack usage differs with and without valgrind.., and possibly also OS ↵Henning Baldersheim2022-08-141-38/+51
| | | | | | | | version. Allow for both equality and regex error matching.
| * - Split rank setup verification code and the binary.Henning Baldersheim2022-08-132-14/+58
| | | | | | | | - Accumulate errors during ranksetup. Report them at the end, and also verify them in some tests.
* | Add and test uri detection.Henning Baldersheim2022-08-161-23/+18
| |
* | Add clarifying comment.Henning Baldersheim2022-08-151-2/+6
| |