aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchers
Commit message (Expand)AuthorAgeFilesLines
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-171-2/+3
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-3/+2
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-2/+3
* Single searchcluster take 4Henning Baldersheim2024-03-151-3/+2
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-2/+3
* If any schema is streaming, cluster is streaming.Henning Baldersheim2024-03-151-3/+2
* give better error message about bad query tensor typeArne Juul2024-03-061-0/+12
* Remove superfluous doc lineJon Bratseth2023-11-291-1/+0
* Support node-local ratesJon Bratseth2023-11-291-4/+14
* Update copyrightJon Bratseth2023-10-0910-10/+10
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-222-2/+4
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-222-4/+2
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-212-2/+4
* Non-functional changes onlyJon Bratseth2023-06-201-13/+7
* Enable prefix search validationJon Bratseth2023-06-161-1/+1
* Move to SchemaInfoJon Bratseth2023-06-121-19/+22
* Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-071-10/+38
* Revert "Validate prefix matching"Harald Musum2023-06-061-38/+10
* Validate prefix matchingJon Bratseth2023-06-051-10/+38
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-293-9/+9
* Add string command to index info config.Tor Egge2023-02-151-17/+16
* Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-11/+26
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-4/+4
* Minor cleanupHenning Baldersheim2022-10-192-2/+0
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-251-3/+1
|\
| * Resolve rank profile inputsJon Bratseth2022-04-211-3/+1
* | Validating fuzzy queryAlexey Chernyshev2022-04-221-0/+95
|/
* Clearer error messageJon Bratseth2022-01-071-1/+1
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
* allow multiple tensor types for same nameArne Juul2021-06-141-16/+28
* Non-functional changes onlyJon Bratseth2021-05-191-1/+0
* SimplifyJon Bratseth2020-12-031-2/+1
* Reject queries searching tensor fieldsJon Bratseth2020-11-293-4/+66
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-10/+11
* update SelectParser and add targetHitsArne Juul2020-06-191-1/+1
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Validate before prepare to avoid depending on the properties APIJon Bratseth2020-03-111-73/+19
* Add temporary extra error infoJon Bratseth2020-03-061-7/+56
* Non-functional cleanupJon Bratseth2020-03-061-47/+25
* Allow nearest neighbor operator where attribute tensor and query tensor have ...Geir Storli2019-12-051-1/+5
* add unit test + minor fixes for ValidateNearestNeighborSearcherArne Juul2019-11-201-4/+24
* updates after reviewArne Juul2019-11-191-2/+3
* add NearestNeighborItem with validationArne Juul2019-11-191-0/+127