summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query
Commit message (Expand)AuthorAgeFilesLines
* YQL parsing/serialization improvementsJon Bratseth2019-11-071-2/+3
* Add testsJon Bratseth2019-10-285-11/+23
* Rename ownerId to ownerSourceJon Bratseth2019-10-281-7/+7
* Trace sources of query profile valuesJon Bratseth2019-10-288-33/+66
* Retain information about sources when compilingJon Bratseth2019-10-287-43/+89
* Note value source when visitingJon Bratseth2019-10-2813-185/+296
* Remove printlnsJon Bratseth2019-10-271-2/+0
* Generate combinations of variants found in all pathsJon Bratseth2019-10-271-17/+17
* Allow old style select with query profile typesJon Bratseth2019-10-184-16/+39
* Validate local substitutions during compileJon Bratseth2019-10-073-29/+38
* Support relative substitution by prefixing a property by dotJon Bratseth2019-10-076-69/+162
* Resolve left-wildcard variants preciselyJon Bratseth2019-09-304-30/+76
* Substitute properties in trace outputJon Bratseth2019-09-301-4/+4
* Add equals and cleanupJon Bratseth2019-09-171-0/+1
* Merge pull request #10463 from vespa-engine/bratseth/document-parsing-error-m...Jon Bratseth2019-09-041-10/+6
|\
| * Nonfunctional changes onlyJon Bratseth2019-08-291-10/+6
* | Merge pull request #10470 from vespa-engine/bratseth/variants-with-multiple-i...Jon Bratseth2019-08-301-3/+4
|\ \
| * | Compile all variants also with multiple inheritanceJon Bratseth2019-08-301-3/+4
* | | Check for b being nullJon Bratseth2019-08-301-0/+3
|/ /
* / Remove use of Nullable and NotNull annotationsHarald Musum2019-08-292-43/+4
|/
* Support index-command phrase-segmentingJon Bratseth2019-08-261-11/+9
* Supoprt and'ing two not'sJon Bratseth2019-08-261-17/+30
* Merge pull request #10376 from vespa-engine/bratseth/handle-inherited-variantsArne H Juul2019-08-232-24/+50
|\
| * Handle inherited variants with different dimensionsJon Bratseth2019-08-222-24/+50
* | Enable grouping session cache by defaultBjørn Christian Seime2019-08-211-1/+1
|/
* Declare dispatch parametersJon Bratseth2019-08-132-2/+3
* Use toSerialForm() for consitency.Henning Baldersheim2019-08-131-1/+1
* Make the serial form explicitJon Bratseth2019-08-131-3/+6
* Return true not null by defaultJon Bratseth2019-06-271-1/+5
* Avoid creating CompoundNames on the fly.Henning Baldersheim2019-06-141-6/+18
* Revert "Revert "Require constant() for large constants and fix a type resolvi...Jon Bratseth2019-06-131-1/+1
* Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-121-1/+1
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-1/+1
* Merge pull request #9742 from vespa-engine/bratseth/validate-query-profilesJo Kristian Bergum2019-06-121-0/+8
|\
| * Holistic query profile validationJon Bratseth2019-06-101-0/+8
* | Dense string formJon Bratseth2019-06-071-1/+1
|/
* Add double API to RankFeaturesJon Bratseth2019-05-241-2/+20
* Mark phrases as explicitJon Bratseth2019-04-261-0/+1
* Merge pull request #9044 from vespa-engine/revert-9043-revert-9026-bratseth/b...Jon Bratseth2019-04-261-2/+1
|\
| * Revert "Revert "Better heuristics for negative numbers""Jon Bratseth2019-04-081-2/+1
* | Make QueryTree.and publicJon Bratseth2019-04-091-3/+10
|/
* Revert "Better heuristics for negative numbers"Harald Musum2019-04-081-1/+2
* Merge pull request #9026 from vespa-engine/bratseth/better-negative-number-he...Arne H Juul2019-04-071-2/+1
|\
| * Better heuristics for negative numbersJon Bratseth2019-04-051-2/+1
* | There has been no use for annotating the type as tensor for a very long time....Henning Baldersheim2019-04-051-1/+1
|/
* Merge pull request #8977 from vespa-engine/bratseth/allow-destructive-changes...Jon Bratseth2019-04-021-2/+2
|\
| * Restore set languageJon Bratseth2019-04-011-1/+1
| * Allow destructive changes in manually deployed zonesJon Bratseth2019-04-011-3/+3
* | Parse boolean comparisonsJon Bratseth2019-04-011-29/+37
|/
* Merge pull request #8849 from vespa-engine/ollivir/searchprotocol-protobufOlli Virtanen2019-03-223-9/+8
|\