aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-029-16/+16
* | Revert "Gjoranv/java9 prep 05"gjoranv2018-05-029-16/+16
* | Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-012-2/+2
* | Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
* | Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-308-13/+13
|/
* Remove lazy decoding (not used)Jon Bratseth2018-04-276-218/+62
* Remove LazyField (not used)Jon Bratseth2018-04-271-49/+7
* Remove row+column supportJon Bratseth2018-04-277-104/+25
* Wire missing query API properties into typesJon Bratseth2018-04-264-7/+12
* Cleanup some unmaintainable messJon Bratseth2018-04-264-42/+52
* Include Query model in listPropertiesJon Bratseth2018-04-269-76/+90
* Merge pull request #5702 from vespa-engine/bratseth/nonfunctiona-changesgjoranv2018-04-255-10/+11
|\
| * Nonfunctional changes onlyJon Bratseth2018-04-255-10/+11
* | Clear renderer hit groupsJon Bratseth2018-04-246-7/+35
|/