aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
...
* | Iterate over indexes for ngram and quoting searcher.Henning Baldersheim2018-05-272-61/+40
* | Second part of iterate-over-indexesHenning Baldersheim2018-05-2717-31/+62
* | Reapply parts of the iterate-indexes commit.Henning Baldersheim2018-05-2714-38/+62
* | Revert "Bratseth/iterate over indexes not fields 2"Henning Baldersheim2018-05-2735-230/+185
|/
* Iterate the old wayJon Bratseth2018-05-252-0/+25
* Revert "Merge pull request #5913 from vespa-engine/revert-5903-bratseth/itera...Jon Bratseth2018-05-2535-199/+219
* Add a more sane toString and minor followup after PR commentsHenning Baldersheim2018-05-242-6/+18
* Add SameElementItem for struct search support.Henning Baldersheim2018-05-232-1/+59
* Avoid expensive fields() method call that creates temporary map.Henning Baldersheim2018-05-231-4/+3
* Revert "Bratseth/iterate over indexes not fields"Henning Baldersheim2018-05-2335-219/+199
* Merge pull request #5903 from vespa-engine/bratseth/iterate-over-indexes-not-...Jon Bratseth2018-05-2335-199/+219
|\
| * Fix comment typoJon Bratseth2018-05-231-1/+1
| * CleanupJon Bratseth2018-05-2225-61/+101
| * Deprecate old DocumentSourceSearcherJon Bratseth2018-05-222-10/+11
| * Iterate over indexes not fieldsJon Bratseth2018-05-221-55/+33
| * Iterate over indexes not fieldsJon Bratseth2018-05-223-63/+51
| * Iterate over indexes not fieldsJon Bratseth2018-05-224-10/+23
* | Use and explicit StringBuilder to optimise id/uri creation.Henning Baldersheim2018-05-221-3/+9
|/
* Convert fields and test traversal firstJon Bratseth2018-05-112-5/+21
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-1112-162/+139
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-1112-139/+162
* Iterate over fields by callbackJon Bratseth2018-05-119-55/+30
* Use callback traversal in JSON rendererJon Bratseth2018-05-113-88/+95
* Simplify fields field trackingJon Bratseth2018-05-111-23/+18
* Only fdispatch handles the estimate feature properly.Henning Baldersheim2018-05-111-0/+1
* Remove some dead codeJon Bratseth2018-05-1024-552/+48
* Revert "Revert "Bratseth/lazy summary decoding""Jon Bratseth2018-05-085-40/+606
* Revert "Bratseth/lazy summary decoding"Jon Bratseth2018-05-075-606/+40
* Naming and JavaDoc improvementsJon Bratseth2018-05-071-9/+22
* Merge branch 'master' into bratseth/lazy-summary-decodingJon Bratseth2018-05-073-424/+0
|\
| * Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-043-424/+0
* | Handle type and data mismatchJon Bratseth2018-05-071-23/+50
* | More testsJon Bratseth2018-05-072-0/+7
* | More testsJon Bratseth2018-05-051-7/+20
* | More testsJon Bratseth2018-05-041-2/+23
* | Cleanup testJon Bratseth2018-05-041-8/+0
* | Lazy summary decodingJon Bratseth2018-05-045-40/+533
|/
* Merge pull request #5768 from vespa-engine/bratseth/cleanup-hit-2Jon Bratseth2018-05-0314-428/+361
|\
| * Improve javadocJon Bratseth2018-05-031-6/+1
| * Optimize importsJon Bratseth2018-05-031-1/+0
| * Expect the right contextJon Bratseth2018-05-033-19/+14
| * Optimize importsJon Bratseth2018-05-032-4/+0
| * Reorganize code: No functional changeJon Bratseth2018-05-021-101/+81
| * Deprecate Hit.getTypeString()Jon Bratseth2018-05-025-19/+18
| * Stop using source number: Same uniqueness as source nameJon Bratseth2018-05-025-32/+18
| * Reorganize code, no functional changeJon Bratseth2018-05-022-82/+86
| * Deprecated more of the Hit APIJon Bratseth2018-04-302-12/+19
| * Discontinue use of, and deprecate Hit.getFieldXMLJon Bratseth2018-04-306-19/+68
| * Reorganize - no functional changesJon Bratseth2018-04-301-111/+77
| * Remove RawField (not used)Jon Bratseth2018-04-302-45/+2