aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/fef
Commit message (Collapse)AuthorAgeFilesLines
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-2/+4
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* improve error messages when verifying rank setupHåvard Pettersen2022-04-061-0/+6
|
* support binary feature overridesHåvard Pettersen2022-03-101-10/+139
| | | | also checks type to make sure the override is valid
* auto-unbox scalar results from interpreted ranking expressionsHåvard Pettersen2022-01-272-16/+24
|
* Add properties for rank-profile mutate control.Henning Baldersheim2021-10-251-0/+64
|
* Update 2017 copyright notices.gjoranv2021-10-0729-29/+29
|
* Add missing move operators that avoid alot of copying when dealing with ↵Henning Baldersheim2021-03-291-9/+17
| | | | vectors and maps.
* use size literals in searchlibArne Juul2021-02-151-1/+2
|
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-2/+0
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Reduce verbosity of method name for getting phrase splitter query env.Tor Egge2020-05-201-16/+16
|
* Explicitly manage PhraseSplitterQueryEnv.Tor Egge2020-05-202-21/+28
|
* Merge pull request #13271 from ↵Henning Baldersheim2020-05-162-9/+10
|\ | | | | | | | | vespa-engine/balder/if-you-need-more-than-1-make-room-for-42 If we need a dynamic allocation, just as well take 1k giving 42 entries.
| * Update test with expected capacity.Henning Baldersheim2020-05-161-2/+2
| |
| * If we need a dynamic allocation, just as well take 1k giving 42 entries.Henning Baldersheim2020-05-151-7/+8
| |
* | Move common code to new test class.Tor Egge2020-05-151-30/+21
| |
* | Extend term match data merger test: merging of interleaved features.Tor Egge2020-05-151-0/+93
| |
* | Rewrite term match data merger test to use gtest.Tor Egge2020-05-152-95/+66
|/
* print first error for each featureHåvard Pettersen2020-03-182-57/+27
|
* Fixup feature map after blueprint setup failure.Tor Egge2020-02-201-0/+21
|
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-111-0/+1
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Merge branch 'master' into balder/reduce-timestamp-usageHenning Baldersheim2019-12-201-0/+9
|\
| * If it is full, it is full. No point in moving data to new buffers as nothing ↵Henning Baldersheim2019-12-201-0/+9
| | | | | | | | will be added anyway.
* | Use vespalib::count_sHenning Baldersheim2019-12-191-1/+1
| |
* | WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-9/+7
|/
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-9/+9
|
* enable use of fast forest gbdt evaluation for rankingHåvard Pettersen2019-10-042-0/+39
|
* added rank config for split/delay flagsHåvard Pettersen2019-09-121-0/+16
| | | | used to control how unpacking iterators are optimized and sorted
* remove error_value constantHåvard Pettersen2019-06-201-3/+1
|
* Rename cheap features to interleaved features.Tor Egge2019-06-181-8/+8
|
* Expose absolute values for document frequency in ITermFieldData (as needed ↵Geir Storli2019-06-121-1/+1
| | | | by bm25 feature).
* Refactor tagging of TermFieldMatchData regarding which features areTor Egge2019-05-241-2/+23
| | | | needed by feature executors.
* Remove packed on TermFieldMatchData.Henning Baldersheim2019-05-231-1/+2
|
* Remove packed on Positions.Henning Baldersheim2019-05-231-1/+1
|
* Add verification of size of essential classes.Henning Baldersheim2019-05-231-26/+11
|
* Update as default changed on vespa 7.Henning Baldersheim2019-03-201-0/+21
|
* Remove files used by old unit test runner.Tor Egge2019-02-1925-25/+0
|
* add testArne Juul2019-01-091-0/+28
|
* GC unused code and update includesHenning Baldersheim2019-01-051-5/+5
|
* Add test for the controling properties.Henning Baldersheim2018-08-201-0/+48
|
* add unit test for appendPosition()Arne Juul2018-07-091-0/+44
| | | | * previously this would trigger a bug and crash.
* Validate data type as part of validating blueprint parameters.Tor Egge2017-09-271-0/+6
|
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-204-4/+45
| | | | | detach match data from rank program and refactor match loop re-use bitvector in termwise search if range is the same
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-194-45/+4
|
* MatchData no longer owned by RankProgramHåvard Pettersen2017-09-193-4/+10
|
* added soft_reset to MatchData to prepare for re-useHåvard Pettersen2017-09-191-0/+22
|
* enable tagging match data as needed (for re-init/use)Håvard Pettersen2017-09-191-0/+13
|
* add simple unbox feature into test pluginHåvard Pettersen2017-08-161-7/+7
| | | | and use it in the object passing test to verify behavior
* make sure ranking expression executors are pureHaavard2017-06-301-0/+21
|
* Update copyright headersJon Bratseth2017-06-1429-29/+29
|