summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Fix search invoker resource leakOlli Virtanen2019-02-121-1/+6
|
* Remove leftover isPresentOlli Virtanen2019-02-071-1/+1
|
* Determine cluster size after filteringOlli Virtanen2019-02-071-1/+1
|
* Use OptionalInt to signify missing data instead of -1Olli Virtanen2019-02-074-13/+27
|
* Merge pull request #8349 from vespa-engine/bratseth/cleanup-fillsearcherArne H Juul2019-02-042-75/+53
|\ | | | | Cleanup
| * CleanupJon Bratseth2019-02-012-75/+53
| |
* | Add BoolItemJon Bratseth2019-02-0115-154/+325
| |
* | Nonfunctional changes onlyJon Bratseth2019-02-011-5/+0
|/
* SimplifyJon Bratseth2019-01-309-35/+32
|
* Cleanup and simplify slightlyJon Bratseth2019-01-299-30/+41
|
* Merge pull request #8276 from ↵Jon Bratseth2019-01-294-16/+27
|\ | | | | | | | | vespa-engine/bratseth/set-query-properties-recursively Bratseth/set query properties recursively
| * Remove printlnJon Bratseth2019-01-291-1/+0
| |
| * Set query properties recursivelyJon Bratseth2019-01-294-16/+28
| |
* | Java dispatch feature flagOlli Virtanen2019-01-281-3/+4
|/
* Remove dead codeJon Bratseth2019-01-283-212/+11
|
* Merge pull request #8226 from ↵Jon Bratseth2019-01-254-6/+27
|\ | | | | | | | | vespa-engine/bratseth/map-query-model-locale-to-query-property Map locale to a query property
| * Update ABI specJon Bratseth2019-01-251-0/+1
| |
| * Map locale to a query propertyJon Bratseth2019-01-243-6/+26
| |
* | Merge pull request #8225 from vespa-engine/bratseth/nonfunctional-changes-onlyJon Bratseth2019-01-253-56/+55
|\ \ | | | | | | Nonfunctional changes only
| * | Nonfunctional changes onlyJon Bratseth2019-01-243-56/+55
| |/
* / Nonfunctional changes onlyJon Bratseth2019-01-251-2/+1
|/
* Merge pull request #8223 from vespa-engine/arnej/repair-word-alternativesHenning Baldersheim2019-01-241-1/+1
|\ | | | | update arity calculation
| * update arity calculationArne Juul2019-01-241-1/+1
| |
* | Merge pull request #8177 from vespa-engine/ollivir/rectify-timeout-error-typeOlli Virtanen2019-01-241-9/+6
|\ \ | | | | | | Produce a single timeout error instead of communication error when search times out
| * | Minor typo fixOlli Virtanen2019-01-161-1/+1
| | |
| * | Use the correct error type for timeouts, and only create one errorOlli Virtanen2019-01-161-9/+6
| | |
* | | Render bool fields as native json bool type.Henning Baldersheim2019-01-242-1/+3
| | |
* | | Currently bool is printed as a json string.Henning Baldersheim2019-01-241-0/+2
| |/ |/|
* | Merge pull request #8217 from ↵Jon Bratseth2019-01-249-39/+83
|\ \ | | | | | | | | | | | | vespa-engine/arnej/avoid-alternatives-inside-phrases-head Arnej/avoid alternatives inside phrases head MERGEOK
| * | stop making alternatives inside phrasesArne Juul2019-01-233-35/+68
| | | | | | | | | | | | | | | * the proton backend doesn't handle alternatives inside phrases at all, so track when we enter a phrase and fall back to using first stem only.
| * | unit test toString() of phrase containing alternativesArne Juul2019-01-231-0/+1
| | |
| * | handle more item subclassesArne Juul2019-01-231-2/+3
| | | | | | | | | | | | | | | * PhraseItem accepts adding a WordAlternativesItem, but then toString() would throw an exception.
| * | provide full info dump from stringValue()Arne Juul2019-01-231-1/+7
| | |
| * | document and fix getNumWords()Arne Juul2019-01-234-1/+4
| | | | | | | | | | | | | | | * WordAlternativesItem used the wrong concept, leading to wrong arity for phrases containing alternatives.
* | | Merge pull request #8184 from vespa-engine/balder/control-environment-varJon Bratseth2019-01-231-1/+1
|\ \ \ | |/ / |/| | Balder/control environment var MERGEOK
| * | It is a long time since YELL_MA_EURO=INXIGHT made any sense...Henning Baldersheim2019-01-171-1/+1
| |/
* | Set -XX:ActiveProcessorCount option if set in configHarald Musum2019-01-211-0/+4
| | | | | | | | Use VESPA_CONTAINER_JVMARGS if set
* | Render single value position as object to match how top-level position ↵Geir Storli2019-01-213-53/+61
| | | | | | | | fields are rendered.
* | Update abi specs for 7.gjoranv2019-01-211-463/+4
| |
* | Remove ymum from groupingJon Bratseth2019-01-216-48/+0
| |
* | Revert "Merge pull request #7974 from ↵Jon Bratseth2019-01-2110-55/+23
| | | | | | | | | | | | | | vespa-engine/revert-7973-bratseth/search-container-deprecations" This reverts commit 5767288d80e85940e675f7dd157f2b6c1d2ceeb5, reversing changes made to 37de7ac33454363489156e06597bffb3422756dc.
* | Revert "Bratseth/search container deprecations"Jon Bratseth2019-01-2110-23/+55
| |
* | Remove SeverJon Bratseth2019-01-212-16/+0
| |
* | Remove Query.getSessionId(boolean)Jon Bratseth2019-01-218-39/+23
| |
* | Don't expect uri fieldJon Bratseth2019-01-211-2/+0
| |
* | Testing of dynamic summary renderingJon Bratseth2019-01-219-154/+372
| |
* | Nonfunctional changes onlyJon Bratseth2019-01-214-6/+7
| |
* | Provide enough time to run on factoryJon Bratseth2019-01-211-3/+2
| |
* | remove unused codeArne Juul2019-01-214-62/+0
| |
* | Temporarily ignore unstable test on Vespa 7.Geir Storli2019-01-211-0/+1
| |