aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments. Break long lines.Tor Egge2017-02-239-67/+98
| | | | | | Rename reference attribute method to better match semantics. Add more test cases. Rename unit test class name and simplify implementation.
* Add gid to lid change handler and gid to lid change registrator.Tor Egge2017-02-2223-7/+806
|
* Merge pull request #1830 from yahoo/balder/test-get_hitsHenning Baldersheim2017-02-2218-67/+37
|\ | | | | Balder/test get hits
| * We trust getEndId ....Henning Baldersheim2017-02-221-2/+1
| |
| * We trust getEndId ....Henning Baldersheim2017-02-222-6/+6
| |
| * Remove resetRangeHenning Baldersheim2017-02-2113-58/+1
| |
| * Ensure that we do not claim docs we passed to be hits, and the we obey both ↵Henning Baldersheim2017-02-212-6/+9
| | | | | | | | docidLimit and getEndId()
| * Init a sensible range.Henning Baldersheim2017-02-211-1/+1
| |
| * Do not accidentally create hits lower than the docid where you are standing.Henning Baldersheim2017-02-211-1/+6
| |
| * Use a docid that is actually a hit.Henning Baldersheim2017-02-211-1/+1
| |
| * Protect against copying undefined memory.Henning Baldersheim2017-02-211-1/+6
| |
| * Test that get_hits does not produce any hits ahead of where you are currently.Henning Baldersheim2017-02-212-0/+16
| |
| * Re-indentHenning Baldersheim2017-02-211-7/+6
| |
* | Merge pull request #1831 from ↵Henning Baldersheim2017-02-221-1/+7
|\ \ | | | | | | | | | | | | yahoo/balder/and_hits_into-for-attribute-filter-too Balder/and hits into for attribute filter too
| * | Revert accidental commit.Henning Baldersheim2017-02-211-1/+1
| | |
| * | Implement and_hits_into for AttributeFilter tooHenning Baldersheim2017-02-212-2/+8
| |/
* | Merge pull request #1833 from yahoo/arnej/always-ask-for-slime-summaryGeir Storli2017-02-221-50/+51
|\ \ | | | | | | set GDFLAG_ALLOW_SLIME in all requests
| * | set GDFLAG_ALLOW_SLIME in all requestsArne H Juul2017-02-221-50/+51
| | | | | | | | | | | | * prepare to remove the other code path
* | | Merge pull request #1835 from yahoo/bjorncs/linger-time-millisecondsHenning Baldersheim2017-02-221-1/+1
|\ \ \ | |/ / |/| | Specify that linger time is in milliseconds
| * | Specify that linger time is in millisecondsBjørn Christian Seime2017-02-221-1/+1
|/ /
* | Merge pull request #1832 from yahoo/hmusum/remove-unused-configsHaakon Dybdahl2017-02-222-6/+0
|\ \ | |/ |/| Remove unused configs
| * Remove unused configsHarald Musum2017-02-222-6/+0
|/ | | | * config classes do not exist anymore either
* Merge pull request #1829 from ↵Henning Baldersheim2017-02-218-73/+224
|\ | | | | | | | | yahoo/havardpe/support-lazy-parameters-with-gbdt-forest-optimizers Havardpe/support lazy parameters with gbdt forest optimizers
| * also log lazy time/factor in explore benchmarkHaavard2017-02-211-12/+28
| |
| * support gbdt forest optimizations with lazy parametersHaavard2017-02-217-61/+196
| |
* | Merge pull request #1753 from yahoo/arnej/add-symbol-insertionHåvard Pettersen2017-02-219-1/+48
|\ \ | | | | | | Arnej/add symbol insertion
| * | use EXPECT_TRUE insteadArne H Juul2017-02-211-6/+6
| | |
| * | add unit test for resolve()Arne H Juul2017-02-131-0/+35
| | |
| * | rename insert -> resolveArne H Juul2017-02-137-7/+7
| | | | | | | | | | | | | | | | | | * calling insert(symbol_name) on a cursor would not necessarily lead to the symbol_name being present in the symbol table, so rename method to resolve(symbol_name) instead.
| * | no symbol insertion in Inserter APIArne H Juul2017-02-132-9/+0
| | | | | | | | | | | | | | | | | | * after more thought, inserting symbols doesn't quite belong to the Inserter API, since an Inserter is often tied to a specific symbol already.
| * | ObjectSymbolInserter is convenient alsoArne H Juul2017-02-101-0/+1
| | |
| * | add insert(symbol name) to APIsArne H Juul2017-02-109-1/+21
| | |
* | | Merge pull request #1825 from yahoo/arnej/more-info-about-network-setup-failurehakonhall2017-02-212-2/+21
|\ \ \ | | | | | | | | log more details when network setup fails
| * | | log more details when network setup failsArne H Juul2017-02-212-2/+21
| | | |
* | | | Merge pull request #1827 from ↵Geir Storli2017-02-217-53/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/toregge/use-steady-clock-for-job-tracker-load-sampling Use steady clock for job tracker load sampling.
| * | | | Avoid repeating long type names in code, "using" to the rescue.Tor Egge2017-02-217-20/+30
| | | | |
| * | | | Use steady clock for job tracker load sampling.Tor Egge2017-02-217-53/+65
| | | | |
* | | | | Merge pull request #1826 from yahoo/balder/avoid/termwise-consider-non-hitsHåvard Pettersen2017-02-211-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Balder/avoid/termwise consider non hits
| * | | | Set docId to max of its own and its child.Henning Baldersheim2017-02-211-2/+2
| | | | |
| * | | | termwise must not re-consider documents already ignored.Henning Baldersheim2017-02-211-1/+2
| | | | |
* | | | | Merge pull request #1823 from yahoo/geirst/impl-document-db-reference-resolverTor Egge2017-02-2114-114/+338
|\ \ \ \ \ | | | | | | | | | | | | Implement document db reference resolver
| * | | | | Add class to resolve references between document dbs.Geir Storli2017-02-2111-0/+257
| | | | | |
| * | | | | Add mock implementation of attribute manager.Geir Storli2017-02-203-114/+81
| | | | | |
* | | | | | Merge pull request #1824 from yahoo/arnej/ask-for-slime-docsumsHenning Baldersheim2017-02-212-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ask for and expect slime docsums
| * | | | | ask for and expect slime docsumsArne H Juul2017-02-212-0/+2
| | | | | |
* | | | | | Merge pull request #1821 from yahoo/gjoranv/add-cluster-membership-to-hostgjoranv2017-02-213-13/+60
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Gjoranv/add cluster membership to host
| * | | | | Merge branch 'master' into gjoranv/add-cluster-membership-to-hostgjoranv2017-02-2141-226/+833
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1812 from yahoo/arnej/add-slime-conversion-in-vsmArne H Juul2017-02-214-15/+242
|\ \ \ \ \ \ | | | | | | | | | | | | | | add new SlimeFieldWriter class
| * | | | | | use range-based for loopsArne H Juul2017-02-211-11/+11
| | | | | | |
| * | | | | | update copyright yearArne H Juul2017-02-212-2/+2
| | | | | | |