summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/fs4
Commit message (Expand)AuthorAgeFilesLines
* Keep the checks in one placeHenning Baldersheim2019-06-011-6/+4
* Merge pull request #9536 from vespa-engine/bratseth/double-api-in-rank-featuresJon Bratseth2019-05-241-3/+3
|\
| * Add double API to RankFeaturesJon Bratseth2019-05-241-3/+3
* | Serialize testsJon Bratseth2019-05-241-2/+1
|/
* There has been no use for annotating the type as tensor for a very long time....Henning Baldersheim2019-04-051-65/+20
* Use sort data with java dispatcherOlli Virtanen2019-04-023-20/+39
* Merge branch 'master' into ollivir/protobuf-ping-and-feature-flagOlli Virtanen2019-03-294-64/+36
|\
| * We need to grow if we are too small..... If not we never finish.Henning Baldersheim2019-03-281-1/+1
| * Use a bufferpool to avoid expensive creation of buffers.Henning Baldersheim2019-03-272-12/+28
| * Provide initial buffer instead of initial size.Henning Baldersheim2019-03-272-13/+6
| * GC old complicated stuff that is no longer in use to simplify.Henning Baldersheim2019-03-272-43/+6
| * make privateHenning Baldersheim2019-03-271-3/+3
* | Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-1/+1
|/
* Search over protobuf + jrtOlli Virtanen2019-03-191-1/+0
* GC dead codeHenning Baldersheim2019-03-191-53/+0
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-0/+1
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-1/+0
* Merge pull request #8681 from vespa-engine/balder/trace-backendHenning Baldersheim2019-03-071-2/+3
|\
| * Remove unused method.Henning Baldersheim2019-03-071-1/+0
| * Add backend trace.Henning Baldersheim2019-03-051-2/+4
* | Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-1/+1
|/
* Nonfunctional changes onlyJon Bratseth2019-02-221-1/+1
* Revert "Merge pull request #7974 from vespa-engine/revert-7973-bratseth/searc...Jon Bratseth2019-01-211-1/+1
* Revert "Bratseth/search container deprecations"Jon Bratseth2019-01-211-1/+1
* Remove Query.getSessionId(boolean)Jon Bratseth2019-01-211-1/+1
* Make unit tests work when java dispatching is used by defaultOlli Virtanen2019-01-041-3/+7
* Deprecate Server.getServerDiscriminatorJon Bratseth2018-11-281-4/+6
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-6/+14
* GC unused codeHenning Baldersheim2018-11-211-4/+1
* Test connection to content node before committing to using itOlli Virtanen2018-10-221-0/+25
* Remove deprecated GDFLAG_ALLOW_SLIME flag from getdocsum packets.Tor Egge2018-09-251-4/+0
* FS4 interfacing code moved to FS4CloseableChannel from FastSearcherOlli Virtanen2018-09-141-0/+18
* DistributionKey moved from Backend to CloseableChannelOlli Virtanen2018-09-102-13/+2
* Test that distribution key is carried from direct search to rpc summaryJon Bratseth2018-08-091-8/+8
* Set distribution key whe dispatching to content nodeJon Bratseth2018-07-054-22/+24
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-055-5/+5
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-023-3/+3
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-023-3/+3
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-303-3/+3
* Remove row+column supportJon Bratseth2018-04-271-3/+0
* Clear renderer hit groupsJon Bratseth2018-04-241-2/+3
* Revert "Merge pull request #5663 from vespa-engine/revert-5628-bratseth/dispa...Jon Bratseth2018-04-231-29/+29
* Revert "Bratseth/dispatch summaries take 4"Jon Bratseth2018-04-221-29/+29
* Revert "Merge pull request #5613 from vespa-engine/revert-5594-bratseth/dispa...Jon Bratseth2018-04-171-29/+29
* Revert "Bratseth/dispatch summaries take 3"Jon Bratseth2018-04-171-29/+29
* Revert "Merge pull request #5583 from vespa-engine/revert-5568-revert-5541-re...Jon Bratseth2018-04-161-29/+29
* Revert "Revert "Revert "dispatch.summaries by default when possible"""Jon Bratseth2018-04-131-29/+29
* Decode docsums the old fashioned wayJon Bratseth2018-04-121-29/+29
* Remove warningJon Bratseth2018-04-111-9/+9
* Handle sort dataJon Bratseth2018-04-114-63/+57