summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move most of logic to model evaluation and better discovery informationLester Solbakken2018-09-202-72/+51
* Remove code dependencies on model evaluation handlerLester Solbakken2018-09-201-8/+7
* Remove ExportPackageLester Solbakken2018-09-191-4/+0
* Throw and catch exception on query errorLester Solbakken2018-09-191-37/+39
* Merge pull request #7003 from vespa-engine/olaaun/fix-pattern-orderHarald Musum2018-09-192-2/+26
|\
| * Fixed pattern order in getBindingMatch. Added testOla Aunrønning2018-09-192-2/+26
* | Merge pull request #7005 from vespa-engine/balder/haunt-metastore-test-bugHenning Baldersheim2018-09-191-1/+1
|\ \
| * | Must wait longer than stats update interval.Henning Baldersheim2018-09-191-1/+1
| |/
* | Merge pull request #7001 from vespa-engine/hmusum/use-logserver-in-hostedHarald Musum2018-09-192-1/+8
|\ \ | |/ |/|
| * Use logserver when it is running on its own node in hostedHarald Musum2018-09-192-1/+8
* | Merge pull request #7000 from vespa-engine/hmusum/check-config-generation-in-...Martin Polden2018-09-192-5/+5
|\ \ | |/ |/|
| * Check service config generations in parallelHarald Musum2018-09-192-5/+5
* | Merge pull request #6967 from vespa-engine/ollivir/move-logic-to-fs4closeable...Henning Baldersheim2018-09-197-399/+432
|\ \
| * | FS4 interfacing code moved to FS4CloseableChannel from FastSearcherOlli Virtanen2018-09-147-399/+432
* | | Merge pull request #6997 from vespa-engine/geirst/migrate-legacy-proton-execu...Henning Baldersheim2018-09-1912-36/+77
|\ \ \
| * | | Migrate legacy proton executor metrics and add missing metrics.Geir Storli2018-09-183-11/+55
| * | | Rename proton summary executor -> shared executor.Geir Storli2018-09-188-22/+22
| * | | Remove unused code.Geir Storli2018-09-183-3/+0
* | | | Merge pull request #6977 from vespa-engine/gjoranv/remove-linguistics-bindingHenning Baldersheim2018-09-192-3/+17
|\ \ \ \
| * | | | Create SimpleLinguistics singleton lazily.gjoranv2018-09-171-1/+2
| * | | | Add binding for Linguistics to HandlersConfigurerTestWrapper.gjoranv2018-09-171-2/+16
| * | | | Remove guice binding for Linguistics.gjoranv2018-09-171-1/+0
* | | | | Merge pull request #6989 from vespa-engine/gjoranv/remove-deprecated-unused-c...Henning Baldersheim2018-09-193-87/+0
|\ \ \ \ \
| * | | | | Remove unused and deprecated classes in non-public package.gjoranv2018-09-183-87/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #6984 from vespa-engine/balder/increase-interval-from-1s-t...Henning Baldersheim2018-09-1917-62/+33
|\ \ \ \ \
| * | | | | Reduce frequency to avoid spending 1/2 core for when having many attributes.Henning Baldersheim2018-09-171-1/+1
| * | | | | GC unused code and add override and = default.Henning Baldersheim2018-09-1717-61/+32
* | | | | | Merge pull request #6999 from vespa-engine/frodelu/update-usageJon Bratseth2018-09-181-0/+8
|\ \ \ \ \ \
| * | | | | | Added more options to usage outputFrode Lundgren2018-09-181-0/+8
|/ / / / / /
* | | | | | Merge pull request #6981 from vespa-engine/lesters/add-model-eval-rest-apiJon Bratseth2018-09-189-19/+431
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Change return codes from 400 to 404Jon Bratseth2018-09-182-10/+14
| * | | | | AddedJon Bratseth2018-09-181-0/+4
| * | | | | Wire in model evaluation rest api handlerLester Solbakken2018-09-172-1/+24
| * | | | | Add model evaluation rest api handlerLester Solbakken2018-09-176-18/+399
* | | | | | Merge pull request #6992 from vespa-engine/bratseth/rank-type-informationJon Bratseth2018-09-18120-863/+798
|\ \ \ \ \ \
| * | | | | | Don't build rank profiles when generating document Java classesJon Bratseth2018-09-1878-157/+197
| * | | | | | Merge with masterJon Bratseth2018-09-18105-856/+676
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Nonfunctional changes onlyJon Bratseth2018-09-171-8/+12
| * | | | | | Refactor: No separate string accessorsJon Bratseth2018-09-172-24/+4
| * | | | | | Don't store expression stringsJon Bratseth2018-09-173-21/+15
| * | | | | | Refactor: Don't reparseJon Bratseth2018-09-174-31/+0
| * | | | | | Refactor: Eagerly parse first and second phaseJon Bratseth2018-09-173-20/+24
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-1710-55/+59
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-173-17/+17
| * | | | | | support 'function' in addition to 'macro' in rank profilesJon Bratseth2018-09-1721-96/+96
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-1712-59/+60
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-1723-235/+233
| * | | | | | Refactor: Macro -> RankingExpressionFunctionJon Bratseth2018-09-178-53/+51
| * | | | | | Refactor: Construct using ExpressionFunctionJon Bratseth2018-09-177-42/+35
| * | | | | | Refactor: Expose functionJon Bratseth2018-09-177-24/+24