summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-161-1/+1
|
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-158-17/+17
|\ | | | | Bratseth/trace
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-148-17/+17
| |
* | GC unused codeHenning Baldersheim2022-06-141-37/+0
|/
* Handle lone childrenJon Bratseth2022-06-101-2/+2
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-103-6/+4
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-093-4/+6
|
* Support WeakAnd in QueryRewriteJon Bratseth2022-06-091-4/+4
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-092-2/+0
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-092-0/+2
|
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-092-2/+0
|
* Make utility method package private on Vespa 8Jon Bratseth2022-06-081-2/+1
|
* Remove struct rendering from JSON on Vespa 8Jon Bratseth2022-06-081-15/+0
|
* Validate rank profilesJon Bratseth2022-06-082-71/+5
|
* make IndexModel predictableArne H Juul2022-06-081-1/+5
|
* Remove on Vespa 8Jon Bratseth2022-06-083-50/+1
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-16/+0
|
* Nonfunctional changesJon Bratseth2022-05-261-1/+1
|
* No functional changesJon Bratseth2022-05-181-6/+0
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-068-8/+8
|
* Revert "Merge pull request #22439 from ↵Jon Bratseth2022-05-058-155/+81
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-048-81/+155
|
* Allow null document summary lookupJon Bratseth2022-05-031-2/+2
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-038-153/+79
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* Revert "Use schema-info"Jon Bratseth2022-05-038-79/+153
|
* Use schemsa-infoJon Bratseth2022-05-038-153/+79
|
* Use SchemaInfoJon Bratseth2022-05-021-58/+47
|
* Use an already exported packageJon Bratseth2022-04-272-2/+2
|
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-255-57/+18
|\ | | | | Bratseth/inputs 2
| * Resolve rank profile inputsJon Bratseth2022-04-215-57/+18
| |
* | Merge pull request #22226 from vespa-engine/bratseth/set-default-max-query-itemsJon Bratseth2022-04-221-5/+5
|\ \ | | | | | | Set default max query items
| * | Set default max query itemsJon Bratseth2022-04-221-5/+5
| |/ | | | | | | | | | | - Set default max query items to 10000 - Disallow setting maxQueryItems in requests - Include maxQueryItems in the Query query profile type
* / Validating fuzzy queryAlexey Chernyshev2022-04-221-4/+0
|/
* Merge pull request #21972 from alexeyche/alexeyche/fuzzy-query-annotationsGeir Storli2022-04-111-16/+48
|\ | | | | Propagating annotations for fuzzy query [WIP]
| * 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
| |/ | | | | | | | | * this is necessary when searching in map of struct, where the index will be "field.value.subfield" -> 3 "words".
* | 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 changes
| * 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
|