summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/fs4
Commit message (Collapse)AuthorAgeFilesLines
* Improve 'not balanced' info messageJon Bratseth2022-03-151-1/+0
|
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
|
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 ↵Henning Baldersheim2019-09-1927-3286/+3
| | | | dispatching from fastsearcher"""".""
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-1927-3/+3286
| | | | fastsearcher""""."
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-1827-3286/+3
| | | | fastsearcher""""
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-1827-3/+3286
|
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-1827-3286/+3
|
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-1727-3/+3286
|
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-1727-3286/+3
| | | | fs4 is gone
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-132-14/+9
|
* GC unused codeHenning Baldersheim2019-08-151-6/+0
|
* 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 RankFeatures
| * 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 ↵Henning Baldersheim2019-04-051-65/+20
| | | | time. Also cleanup snd simplify with hard hand.
* 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
|\ | | | | Balder/trace backend
| * 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
|/ | | | | | | | | These were translated to request properties by calling asString on the payload, which returns an empty value for arrays. toString returns the correct value. This also improves error messages for Slime JSON parsing of queries, and in general.
* Nonfunctional changes onlyJon Bratseth2019-02-221-1/+1
|
* Revert "Merge pull request #7974 from ↵Jon Bratseth2019-01-211-1/+1
| | | | | | | vespa-engine/revert-7973-bratseth/search-container-deprecations" This reverts commit 5767288d80e85940e675f7dd157f2b6c1d2ceeb5, reversing changes made to 37de7ac33454363489156e06597bffb3422756dc.
* 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
| | | | It is ignored by backend (slime is always allowed).
* 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
|