summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
Commit message (Collapse)AuthorAgeFilesLines
* 'tokenize', to make this work better as a query typeJon Bratseth2022-02-231-7/+2
|
* Add grammar:noneJon Bratseth2022-02-233-4/+53
|
* Update comment to match how connectivity is handled in the search backend.Geir Storli2022-02-221-1/+1
|
* Remove TODO on changing toString to YQL formatJon Bratseth2022-02-221-3/+0
| | | | | | It would be nice but it breaks 842 tests for us, and probably a lot for applications too, so it is just not worth the effort.
* Merge pull request #21228 from vespa-engine/bratseth/resolve-slice-dimensionLester Solbakken2022-02-171-2/+3
|\ | | | | Resolve slice dimension
| * Resolve slice dimensionJon Bratseth2022-02-161-2/+3
| |
* | detect and debug log invalid summary classArne H Juul2022-02-161-0/+5
|/
* remove unused PAREN in enumArne H Juul2022-01-311-1/+1
|
* Support multiple inheritance of rank profilesJon Bratseth2022-01-281-1/+1
|
* Deprecate package c.y.log.event.gjoranv2022-01-251-1/+0
|
* Merge pull request #20866 from vespa-engine/bratseth/produce-allJon Bratseth2022-01-2022-263/+354
|\ | | | | Support producing all clauses in a referenced condition
| * CleanupJon Bratseth2022-01-203-50/+50
| |
| * Support producing all clauses in a referenced conditionJon Bratseth2022-01-1920-234/+325
| |
* | deprecate Execution.fillAttributes()Arne H Juul2022-01-203-2/+7
| | | | | | | | | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* | Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-172-2/+24
|\ \ | |/ |/| Add query item limit
| * Rename treeSize functionOla Aunrønning2021-12-202-2/+2
| |
| * Include actual item count in error messageOla Aunrønning2021-11-261-1/+2
| |
| * Include item limit in error messageOla Aunrønning2021-11-261-1/+1
| |
| * Adds query_item_count metricOla Aunrønning2021-11-261-0/+7
| |
| * Enforces limit of query tree size if configuredOla Aunrønning2021-11-261-2/+16
| |
* | Propagate the original term in the evaluationJon Bratseth2022-01-112-19/+7
| |
* | Stem by linguistics in rule basesJon Bratseth2022-01-1011-147/+165
| | | | | | | | Also add a @language directive to stem in other languages than english.
* | Add weakAnd grammar and parserJon Bratseth2022-01-092-33/+47
| |
* | Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-072-2/+2
|\ \ | | | | | | Support an external list of terms in term list operators
| * | Support an external list of terms in term list operatorsJon Bratseth2022-01-052-2/+2
| | |
* | | Skip a TRUE positive in toString()Jon Bratseth2022-01-061-20/+17
| | |
* | | Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-065-38/+19
|/ /
* | Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
| | | | | | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* | Cleanup: No functional changesJon Bratseth2021-11-301-3/+1
|/
* Propagate exceptions from task execution to mergedJon Bratseth2021-11-151-2/+4
|
* GC old way of collection metrics and logging to file.Henning Baldersheim2021-11-051-24/+1
|
* No need to log metrics anymore.Henning Baldersheim2021-11-051-21/+1
|
* Disclose lessJon Bratseth2021-11-041-10/+10
|
* Disclose lessJon Bratseth2021-11-041-20/+20
|
* Add some testsJon Bratseth2021-11-031-7/+6
|
* Disclose entries as pure itemsJon Bratseth2021-11-026-116/+135
|
* Correct equalsJon Bratseth2021-11-011-1/+2
|
* Merge pull request #19747 from vespa-engine/bratset/items-equalityJon Bratseth2021-10-2849-393/+657
|\ | | | | Bratset/items equality
| * Check 'explicit' for equalityJon Bratseth2021-10-282-0/+24
| |
| * Correct commentJon Bratseth2021-10-281-1/+1
| |
| * Make finalJon Bratseth2021-10-281-1/+1
| |
| * Add missing cloningJon Bratseth2021-10-279-85/+96
| |
| * Always compare item content fully in Item.equalsJon Bratseth2021-10-2747-315/+544
| |
* | Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|/
* Get a truly unique prefix per cluster searcher globally.Henning Baldersheim2021-10-211-4/+4
|
* add TrueItemArne H Juul2021-10-211-0/+41
|
* Add missiung copyrightsJon Bratseth2021-10-202-0/+2
|
* simplify FalseItemArne H Juul2021-10-202-4/+5
| | | | | * now has its own Item enumeration value * is not a term
* Validate summary inheritanceJon Bratseth2021-10-151-1/+1
|
* fix old bug in MultipleResultsSearcherArne H Juul2021-10-101-3/+3
|