aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Disallow unbound tensor dimensions in document fieldsJon Bratseth2020-06-081-1/+1
|
* Allow from 5% skew in document distribution and still get good results when ↵Henning Baldersheim2020-05-284-24/+45
| | | | asking for many hits.
* 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
| | | | | | | | .. for all integration style tests. Note that these tests were written before the DI framework, and typically used the former 'handlers' config as only handlers and searchers could be configured at the time.
* Make the main constructor take a CompiledQueryProfileRegistrygjoranv2020-05-222-1/+24
| | | | .. instead of QueryProfilesConfig
* Allow creating a CompiledQueryProfileRegistry from config.gjoranv2020-05-224-11/+52
|
* Revert "Gjoranv/create registry from config"Harald Musum2020-05-2011-85/+15
|
* Merge pull request #13311 from vespa-engine/gjoranv/create-registry-from-configgjoranv2020-05-2011-15/+85
|\ | | | | Gjoranv/create registry from config
| * Add the query profile registry to the set of test componentsgjoranv2020-05-206-3/+9
| | | | | | | | | | | | | | | | .. for all integration style tests. Note that these tests were written before the DI framework, and typically used the former 'handlers' config as only handlers and searchers could be configured at the time.
| * Make the main constructor take a CompiledQueryProfileRegistrygjoranv2020-05-202-1/+24
| | | | | | | | .. instead of QueryProfilesConfig
| * Allow creating a CompiledQueryProfileRegistry from config.gjoranv2020-05-194-11/+52
| |
* | Merge pull request #13323 from ↵Henning Baldersheim2020-05-201-0/+1
|\ \ | | | | | | | | | | | | vespa-engine/balder/specify-dispatch-policy-explicit-as-default-has-changed Specify round-robin dispatch policy explisit as default has changed t…
| * | Specify round-robin dispatch policy explisit as default has changed to adaptive.Henning Baldersheim2020-05-201-0/+1
| | |
* | | fix broken linkskkraune2020-05-201-1/+1
|/ /
* / The estimate is not bounded by [1, K] so it must be capped.Henning Baldersheim2020-05-192-2/+60
|/
* Correct anonymous subtype resolvingJon Bratseth2020-05-116-118/+204
| | | | | - If an anonymous subtype is resolved, let it go out of scope when nesting - Validate rather than ignoring all parameters in the query API
* Nonfunctional changesJon Bratseth2020-05-082-4/+3
|
* Update StemmingSearcher after rebasing to master.gjoranv2020-04-251-4/+4
|
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-5/+5
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-253-12/+12
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-253-4/+4
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-256-6/+6
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-4/+4
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-256-14/+14
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2515-15/+15
|
* Merge pull request #13050 from vespa-engine/arnej/debug-stemming-cainJon Bratseth2020-04-241-0/+13
|\ | | | | add more tracing and debug logging of stemming
| * Apply suggestions from code reviewArne H Juul2020-04-241-2/+2
| | | | | | Co-Authored-By: Jon Bratseth <bratseth@oath.com>
| * add more tracing and debug logging of stemmingArne Juul2020-04-241-0/+13
| |
* | Increase streaming search timeout trace sampling probabilitiesTor Brede Vekterli2020-04-221-6/+6
|/
* Propagate relevance even if sorting is used.Henning Baldersheim2020-04-163-12/+12
|
* isWorking is tri-stateJon Bratseth2020-04-162-2/+1
|
* Merge pull request #12918 from vespa-engine/balder/top-k-probabilityHenning Baldersheim2020-04-169-1/+129
|\ | | | | Introduce top-k-probability and use it to fetch correct proper amount…
| * - Add compile scope in applicatio/pom.xmlHenning Baldersheim2020-04-151-5/+0
| | | | | | | | - Exclude in container-dev/pom.xml
| * Add export pacaked on org.apache.commons.math3.distributionHenning Baldersheim2020-04-151-0/+5
| |
| * Add copyright too.Henning Baldersheim2020-04-152-0/+2
| |
| * Use camelcaseHenning Baldersheim2020-04-151-1/+1
| |
| * Add query control of top-k-probability.Henning Baldersheim2020-04-157-7/+72
| |
| * Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-154-37/+52
| |
| * Introduce top-k-probability and use it to fetch correct proper amount of ↵Henning Baldersheim2020-04-154-1/+47
| | | | | | | | hits from each partition
* | Don't avoid group blocking feed when groups = 1Jon Bratseth2020-04-152-5/+18
| |
* | Avoid a single group rejecting feedJon Bratseth2020-04-1510-50/+108
|/
* Merge pull request #12902 from vespa-engine/bratseth/faster-qp-compilingJon Bratseth2020-04-158-61/+47
|\ | | | | Bratseth/faster qp compiling
| * Nonfunctional changes onlyJon Bratseth2020-04-143-3/+3
| |
| * Shortcut corner casesJon Bratseth2020-04-143-36/+16
| |
| * Create context map lazilyJon Bratseth2020-04-142-20/+22
| |
| * Skip redundant variantsJon Bratseth2020-04-141-4/+6
| |
| * Compute string on the flyJon Bratseth2020-04-141-0/+2
| |