summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/fastsearch
Commit message (Expand)AuthorAgeFilesLines
* simplify HitGroup error propagationArne H Juul2021-10-101-5/+1
* Use the executor from the contextJon Bratseth2021-10-081-1/+0
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0727-27/+27
* No functional changesJon Bratseth2021-06-251-0/+1
* Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-193-1/+27
* Remove FS4ResourcePoolBjørn Christian Seime2021-04-201-62/+0
* Minor group logic improvementsJon Bratseth2021-03-311-1/+1
* Fix linksJon Bratseth2021-02-151-1/+1
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-1/+1
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-3/+1
* ensure that locations are sent downArne Juul2020-08-201-0/+17
* backend handles -1 as "infinite" radius, stop using silly big numberArne Juul2020-08-131-1/+1
* Expose raw summary dataJon Bratseth2020-08-051-1/+6
* fix broken linkskkraune2020-05-201-1/+1
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-1/+1
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-4/+2
* Unit test features() accessorJon Bratseth2019-11-121-1/+2
* Accessor for summary featuresJon Bratseth2019-11-121-0/+11
* FastSearcher must not call shutdown on the dispatcher, as it does not own it.Henning Baldersheim2019-11-041-6/+0
* - Shut down monitoring thread.Henning Baldersheim2019-10-042-0/+7
* Nonfunctional changes onlyJon Bratseth2019-09-241-0/+2
* Remove comment looking forward to Vespa 6.gjoranv2019-09-191-4/+0
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-1917-680/+20
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from f...Henning Baldersheim2019-09-1917-20/+680
* Not necessary to use reflection to create a class ....Henning Baldersheim2019-09-181-23/+0
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearc...Henning Baldersheim2019-09-1817-657/+20
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-1817-20/+657
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-1817-657/+20
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-1717-20/+657
* Minor cleanup.Henning Baldersheim2019-09-1710-32/+8
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-178-626/+13
* Add equals and cleanupJon Bratseth2019-09-171-2/+0
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-163-48/+29
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-163-29/+48
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-163-48/+29
* Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-163-29/+48
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-163-48/+29
* Remove obsolete todo and rename countFastHits -> countUnfilledFastHitsHenning Baldersheim2019-09-132-3/+2
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-134-129/+33
* Avoid double bookkeeping as it already has a place in the parent.Henning Baldersheim2019-09-121-5/+5
* Revert "Revert "Make fasthit leaner since it appears in considerable amounts ...Henning Baldersheim2019-09-101-12/+19
* Revert "Make fasthit leaner since it appears in considerable amounts during m...Harald Musum2019-09-101-19/+12
* Make fasthit leaner since it appears in considerable amounts during merging, ...Henning Baldersheim2019-09-101-12/+19
* HitGroup.sort and hit.compareTo must ensure same ordering...Henning Baldersheim2019-09-101-0/+9
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-2/+1
* GC unused codeHenning Baldersheim2019-08-151-8/+1
* query and location are 2 distinct dimensionsHenning Baldersheim2019-08-151-1/+0