summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
Commit message (Expand)AuthorAgeFilesLines
* Validating fuzzy queryAlexey Chernyshev2022-04-221-4/+0
* Merge pull request #21972 from alexeyche/alexeyche/fuzzy-query-annotationsGeir Storli2022-04-111-16/+48
|\
| * Addressed PR commentsAlexey Chernyshev2022-04-111-2/+2
| * Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-16/+48
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-071-8/+4
|\ \
| * | handle index names with > 2 dot-separated "words"Arne H Juul2022-04-071-8/+4
| |/
* | Add RankProfileInputPropertiesJon Bratseth2022-04-072-11/+3
* | Add inputs to RankProfileJon Bratseth2022-04-062-4/+22
* | Support rank profile input WIPJon Bratseth2022-04-052-3/+1
* | Support rank profile input WIPJon Bratseth2022-04-051-1/+1
|/
* Addressing comments + fixing testAlexey Chernyshev2022-03-231-10/+11
* Introducing fuzzy searchAlexey Chernyshev2022-03-232-1/+108
* Merge pull request #21783 from vespa-engine/bratseth/cleanup-57gjoranv2022-03-231-11/+5
|\
| * No functional changesJon Bratseth2022-03-231-11/+5
* | Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-221-3/+2
|/
* Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-181-1/+2
* Clearer serialisation code for ItemJon Marius Venstad2022-03-181-16/+14
* Update abi-spec, and some more non-functional changesJon Marius Venstad2022-03-182-16/+6
* Non-functional changesJon Marius Venstad2022-03-183-7/+7
* Walk down tree trunk, rather than to all leaves, to check for cyclesJon Marius Venstad2022-03-181-6/+2
* Fix typoJon Marius Venstad2022-03-184-8/+7
* Merge pull request #21722 from vespa-engine/bratseth/deprecate-some-orgjsonJon Bratseth2022-03-171-7/+9
|\
| * Decprecate public org.jsonJon Bratseth2022-01-311-7/+9
* | Merge pull request #21611 from vespa-engine/bratseth/dispatchHenning Baldersheim2022-03-091-1/+1
|\ \
| * | Don't assume equal-sized groupsJon Bratseth2022-03-091-1/+1
* | | Add FlatteningSearcherJon Bratseth2022-03-071-9/+9
|/ /
* | '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
* | Merge pull request #21228 from vespa-engine/bratseth/resolve-slice-dimensionLester Solbakken2022-02-171-2/+3
|\ \
| * | 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
|\
| * 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
* | Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-172-2/+24
|\ \ | |/ |/|
| * 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
* | Add weakAnd grammar and parserJon Bratseth2022-01-092-33/+47
* | Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-072-2/+2
|\ \