summaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Expand)AuthorAgeFilesLines
* backend handles -1 as "infinite" radius, stop using silly big numberArne Juul2020-08-131-2/+2
* update unit tests from @bratsethArne Juul2020-08-105-40/+51
* unit test change in StructuredParserArne Juul2020-08-101-0/+22
* CleanupJon Bratseth2020-08-071-2/+0
* CleanupJon Bratseth2020-08-071-13/+0
* CleanupJon Bratseth2020-08-071-84/+0
* Check generality correctly on compactionJon Bratseth2020-08-073-0/+154
* Allow references when expecting numbersJon Bratseth2020-08-062-10/+17
* Expose raw summary dataJon Bratseth2020-08-051-2/+0
* Compact single valuesJon Bratseth2020-08-042-1/+3
* Remove temporary testJon Bratseth2020-07-171-32/+0
* Faster lookup given many variantsJon Bratseth2020-07-171-0/+31
* refactor and require unit for distanceArne Juul2020-07-152-6/+6
* test geoLocation parsing and generationArne Juul2020-07-154-1/+40
* use more descriptive namesArne Juul2020-07-061-3/+3
* Value nodes have priority over non-value nodesJon Bratseth2020-07-034-2/+25
* Use existing uncompressed lengthJon Bratseth2020-07-011-2/+2
* Formatting changes only#Jon Bratseth2020-07-011-4/+4
* Add support for serializing and compressing once, instead of once per backend...Henning Baldersheim2020-06-303-15/+41
* Skip variants on disjoint pathsJon Bratseth2020-06-301-14/+0
* Remove unused internal methodsJon Bratseth2020-06-301-0/+12
* Collect all information in one visitingJon Bratseth2020-06-301-0/+1
* Merge pull request #13622 from vespa-engine/kkraune/locale-independent-testHenning Baldersheim2020-06-291-3/+5
|\
| * locale-independent testkkraune2020-06-181-3/+5
* | Segment to phrase not and when inside an expicit phraseJon Bratseth2020-06-242-3/+3
* | extend unit test and fix bug found by itArne Juul2020-06-191-0/+9
* | update SelectParser and add targetHitsArne Juul2020-06-193-12/+12
|/
* Allow from 5% skew in document distribution and still get good results when a...Henning Baldersheim2020-05-282-22/+35
* Add the expected table for documentations and assert on changes.Henning Baldersheim2020-05-281-6/+34
* Add a test to show how topk affects as hits grows.Henning Baldersheim2020-05-271-0/+39
* Add the query profile registry to the set of test componentsgjoranv2020-05-226-3/+9
* Allow creating a CompiledQueryProfileRegistry from config.gjoranv2020-05-222-8/+34
* Revert "Gjoranv/create registry from config"Harald Musum2020-05-208-43/+11
* Merge pull request #13311 from vespa-engine/gjoranv/create-registry-from-configgjoranv2020-05-208-11/+43
|\
| * Add the query profile registry to the set of test componentsgjoranv2020-05-206-3/+9
| * Allow creating a CompiledQueryProfileRegistry from config.gjoranv2020-05-192-8/+34
* | Specify round-robin dispatch policy explisit as default has changed to adaptive.Henning Baldersheim2020-05-201-0/+1
* | The estimate is not bounded by [1, K] so it must be capped.Henning Baldersheim2020-05-191-0/+58
|/
* Correct anonymous subtype resolvingJon Bratseth2020-05-114-89/+150
* Propagate relevance even if sorting is used.Henning Baldersheim2020-04-161-4/+8
* isWorking is tri-stateJon Bratseth2020-04-161-1/+0
* Merge pull request #12918 from vespa-engine/balder/top-k-probabilityHenning Baldersheim2020-04-164-0/+58
|\
| * Add copyright too.Henning Baldersheim2020-04-151-0/+1
| * Add query control of top-k-probability.Henning Baldersheim2020-04-153-0/+38
| * Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-152-12/+19
| * Introduce top-k-probability and use it to fetch correct proper amount of hits...Henning Baldersheim2020-04-151-0/+12
* | Don't avoid group blocking feed when groups = 1Jon Bratseth2020-04-151-4/+16
* | Avoid a single group rejecting feedJon Bratseth2020-04-153-10/+47
|/
* Merge pull request #12902 from vespa-engine/bratseth/faster-qp-compilingJon Bratseth2020-04-151-2/+0
|\
| * Shortcut corner casesJon Bratseth2020-04-141-2/+0