summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Allow segment and in phraseJon Bratseth2019-08-262-12/+27
|
* Test implicit and optionJon Bratseth2019-08-263-3/+39
|
* Support index-command phrase-segmentingJon Bratseth2019-08-2616-82/+99
| | | | | | - Set connectivity to max between items in implicit phrases (always) - Allow indexes to choose to represent implicit phrases by and in legacy parsers by adding index-command: phrase-segmenting false
* Supoprt and'ing two not'sJon Bratseth2019-08-264-20/+56
|
* Merge pull request #10376 from vespa-engine/bratseth/handle-inherited-variantsArne H Juul2019-08-238-111/+192
|\ | | | | Handle inherited variants with different dimensions
| * Handle inherited variants with different dimensionsJon Bratseth2019-08-228-111/+192
| |
* | Enable grouping session cache default.Henning Baldersheim2019-08-226-14/+19
| |
* | Enable grouping session cache by defaultBjørn Christian Seime2019-08-212-3/+3
|/
* doc: -> id:Henning Baldersheim2019-08-167-17/+17
|
* Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-1517-151/+185
|\
| * Location should also be sent anyway.Henning Baldersheim2019-08-152-3/+8
| |
| * GC unused codeHenning Baldersheim2019-08-153-81/+1
| |
| * query and location are 2 distinct dimensionsHenning Baldersheim2019-08-152-4/+4
| |
| * Differentiate between empty and missing docsum.Henning Baldersheim2019-08-144-2/+44
| |
| * Unify trace messages so that execution path can be tested and verified runtime.Henning Baldersheim2019-08-141-5/+6
| |
| * Correct spellingJon Bratseth2019-08-131-1/+1
| |
| * Declare dispatch parametersJon Bratseth2019-08-134-26/+55
| |
| * Cancel abi update.Henning Baldersheim2019-08-131-1/+0
| |
| * Avoid exposing internals in public api.Henning Baldersheim2019-08-132-17/+18
| |
| * Propagate the tracelevel to the backend too.Henning Baldersheim2019-08-133-2/+5
| |
| * Add source of message.Henning Baldersheim2019-08-132-2/+2
| |
| * Add tracing for query ranking cache observabilityHenning Baldersheim2019-08-131-0/+3
| |
| * Error checking in one place and add TODO about verifying if we need to ↵Henning Baldersheim2019-08-131-1/+2
| | | | | | | | require TermItem.
| * Add test from baldersheimJon Bratseth2019-08-131-0/+29
| |
| * Allow any simple term and gard against non-termsJon Bratseth2019-08-131-2/+2
| |
| * Use toSerialForm() for consitency.Henning Baldersheim2019-08-131-1/+1
| |
| * Make the serial form explicitJon Bratseth2019-08-133-6/+10
| |
| * Also need the sort function.Henning Baldersheim2019-08-131-1/+1
| |
| * If location is necessary the query is needed during fill too.Henning Baldersheim2019-08-122-6/+3
| |
* | Remove visitor ordering and order selection.Henning Baldersheim2019-08-092-24/+2
|/
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-092-69/+12
|
* Introduce feature flag for enabling grouping session cacheBjørn Christian Seime2019-07-252-1/+9
|
* Merge pull request #9944 from vespa-engine/bratseth/output-immediate-graphJon Bratseth2019-07-081-6/+5
|\ | | | | Bratseth/output immediate graph
| * Output the intermediate graphJon Bratseth2019-06-301-6/+5
| |
* | Merge pull request #9942 from ↵Tor Brede Vekterli2019-07-081-3/+34
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/defer-mbus-session-init-until-first-use Defer MBus DocumentAccess creation until time of first use
| * | Defer MBus DocumentAccess creation until time of first useTor Brede Vekterli2019-07-021-3/+34
| | | | | | | | | | | | | | | | | | | | | Avoids static init at class loading time, which may throw if config subscription fails and render the container partially inoperable. Downside is that if no warmup is used, initial queries to a newly started container may have increased latencies if config subscription is slow.
* | | Merge pull request #9961 from vespa-engine/bratseth/increase-timeoutOlli Virtanen2019-07-041-3/+3
|\ \ \ | | | | | | | | Increase timeout
| * | | Increase timeoutJon Bratseth2019-07-041-3/+3
| |/ /
* | | Test raw fieldJon Bratseth2019-07-041-2/+2
| | |
* | | Nonfunctional changes onlyJon Bratseth2019-07-034-12/+15
|/ /
* / Allow subclassing by making some hooks protectedJon Bratseth2019-06-293-19/+60
|/
* Merge with masterJon Bratseth2019-06-2818-46/+181
|\
| * Merge pull request #9918 from ↵Henning Baldersheim2019-06-289-11/+60
| |\ | | | | | | | | | | | | vespa-engine/balder/collapse-single-child-under-sameElement A single element under sameElement operator can be pulled out to avoi…
| | * Move extract logic to the relevant itemsJon Bratseth2019-06-285-9/+25
| | |
| | * Update abiHenning Baldersheim2019-06-281-1/+4
| | |
| | * Refactor to better show the intention of reducability.Henning Baldersheim2019-06-275-15/+38
| | |
| | * A single element under sameElement operator can be pulled out to avoid the ↵Henning Baldersheim2019-06-272-3/+10
| | | | | | | | | | | | sameElement operator.
| * | Merge pull request #9908 from vespa-engine/bratseth/tensor-summary-features-2Jon Bratseth2019-06-278-32/+114
| |\ \ | | |/ | |/| Bratseth/tensor summary features 2.
| | * Update ABI specJon Bratseth2019-06-271-2/+4
| | |
| | * Override rendering of FeatureData jsonJon Bratseth2019-06-272-10/+31
| | |