aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/vespa
Commit message (Expand)AuthorAgeFilesLines
* Do all construction in constructor and make members final.Henning Baldersheim2024-03-131-24/+16
* Searcher => BackendHenning Baldersheim2024-03-113-8/+8
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-083-9/+7
* Send schema name down to backend as library parameter.Henning Baldersheim2024-03-081-3/+5
* Update container-search/src/main/java/com/yahoo/vespa/streamingvisitors/Strea...Harald Musum2024-03-081-1/+1
* Get the schema from the queryHenning Baldersheim2024-03-071-6/+5
* Roll back temporary to providing same config via multiple paths.Henning Baldersheim2024-03-051-1/+1
* Revert "Revert "Use class names instead of strings""Harald Musum2024-02-261-0/+6
* Revert "Use class names instead of strings"Harald Musum2024-02-261-6/+0
* Fix typoHarald Musum2024-02-221-1/+1
* Export packageHarald Musum2024-02-221-0/+6
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-091-1/+1
* Don't mention useridJon Bratseth2023-11-211-4/+2
* Classify errors correctlyJon Bratseth2023-11-211-10/+9
* Update copyrightJon Bratseth2023-10-0916-16/+16
* Non-functional changes onlyJon Bratseth2023-06-203-130/+115
* Propagate match features to Hit in streaming search.Geir Storli2023-05-041-0/+4
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ...Tor Egge2023-04-211-21/+1
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-293-13/+14
* Avoid constructor with magic that is not understandableHenning Baldersheim2023-03-231-3/+3
* Properly propagate sortdata up from VdsStreamingSearcherHenning Baldersheim2023-03-221-0/+3
* Send down summary-fields in present.Henning Baldersheim2022-09-021-5/+9
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-252-20/+12
* Refactor: Pull tracing into its own classJon Bratseth2022-06-142-8/+8
* remove SuppressWarnings no longer neededArne H Juul2022-06-081-1/+0
* Streaming visitors must explicitly use All-fieldsetTor Brede Vekterli2022-06-081-0/+2
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+0
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-082-26/+0
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-052-0/+9
* Deprecate binary encoding outside VDSJon Bratseth2022-02-062-6/+92
* Deprecate package c.y.log.event.gjoranv2022-01-251-0/+1
* Update 2019 Oath copyrights.gjoranv2021-10-279-9/+9
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
* Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-1/+2
* Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-302-64/+35
* Don't dispatch on zero time leftBjørn Christian Seime2021-05-101-1/+1
* Check for query timeout before dispatching streaming search queryBjørn Christian Seime2021-05-071-1/+5
* More lazy debug log message generationJon Marius Venstad2021-04-281-2/+2
* Non-functional changes onlyJon Bratseth2021-02-212-2/+2
* Cap max buckets per streaming search visitorTor Brede Vekterli2021-01-051-1/+3
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-182-5/+6
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-9/+9
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-4/+4
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-5/+5
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-253-3/+3
* Increase streaming search timeout trace sampling probabilitiesTor Brede Vekterli2020-04-221-6/+6
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-191-20/+8