aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Use FeatureResolver instead of resolving via match data and handle.Tor Egge2016-12-083-16/+14
* Merge pull request #1227 from yahoo/toregge/remove-broken-assertGeir Storli2016-12-011-3/+1
|\
| * Simplify if-then-else statement.Tor Egge2016-12-011-2/+1
| * Remove broken assert. newLid can be equal to lid if tree hasn't yet beenTor Egge2016-12-011-1/+0
* | Stop scheduling prune for a flush handler that has been removed.Tor Egge2016-11-302-1/+14
|/
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-305-7/+7
* Merge branch 'master' into arnej/count-memory-mappingsArne H Juul2016-11-306-11/+39
|\
| * Merge pull request #1202 from yahoo/arnej/count-open-filedescriptorsHÃ¥vard Pettersen2016-11-293-0/+27
| |\
| | * use readdir_rArne H Juul2016-11-291-1/+5
| | * count number of open files alsoArne H Juul2016-11-293-0/+23
| * | Fix attribute usage filter messages:Tor Egge2016-11-292-10/+9
| |/
| * Extend AddressSpace with dead.Tor Egge2016-11-262-0/+3
| * Merge pull request #1178 from yahoo/toregge/remove-old-multivaluemappingGeir Storli2016-11-251-1/+0
| |\
| | * Remove references to old multivalue mapping.Tor Egge2016-11-251-1/+0
* | | rename metrics, add open file descriptorsArne H Juul2016-11-291-1/+1
|/ /
* | Merge pull request #1176 from yahoo/arnej/measure-memory-mappingsHenning Baldersheim2016-11-254-2/+13
|\ \ | |/ |/|
| * also count number of memory mapped areasArne H Juul2016-11-244-2/+13
* | Clean up the includes.Henning Baldersheim2016-11-245-11/+7
* | Break the document include chain at the attribute vector.Henning Baldersheim2016-11-243-2/+7
* | Now make all worksHenning Baldersheim2016-11-2416-50/+45
|/
* Switch to new multivalue mapping.Tor Egge2016-11-231-3/+4
* Split up to avoid internal compiler error on gcc 6.2i with -OsHenning Baldersheim2016-11-222-40/+52
* Merge pull request #1153 from yahoo/geirst/fix-address-space-includeTor Egge2016-11-211-1/+1
|\
| * Fix include statement.Geir Storli2016-11-211-1/+1
* | Add missing includes.Henning Baldersheim2016-11-211-0/+1
* | Need cmath for std::inifinteHenning Baldersheim2016-11-202-8/+5
|/
* No need for loggingHenning Baldersheim2016-11-191-4/+1
* search build tests againHenning Baldersheim2016-11-181-0/+1
* Add missing includeHenning Baldersheim2016-11-181-0/+1
* Correct previous incomplete detanglingHenning Baldersheim2016-11-171-0/+1
* Correct previous incomplete detanglingHenning Baldersheim2016-11-173-4/+6
* Break some more large include dependencies.Henning Baldersheim2016-11-171-49/+32
* mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-177-0/+11
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-1728-154/+166
* Cleanup unused codeHenning Baldersheim2016-11-172-12/+1
* Sometime forward declaration make the world of difference.Henning Baldersheim2016-11-1610-36/+75
* Avoid taking reference to temporary.Henning Baldersheim2016-11-161-2/+1
* Unify some more on hard versus soft doom.Henning Baldersheim2016-11-165-9/+8
* Unify on hard/soft doom.Henning Baldersheim2016-11-162-14/+14
* soft and hard doom.Henning Baldersheim2016-11-165-21/+23
* Introduce softdoom. This is computed based on statistics from earlier requests.Henning Baldersheim2016-11-167-52/+69
* Merge pull request #1085 from yahoo/balder/find-it-even-if-lidspace-compactio...Henning Baldersheim2016-11-1511-224/+215
|\
| * Sample twice and take the minimum.Henning Baldersheim2016-11-151-1/+2
| * Remove redundant test.Henning Baldersheim2016-11-151-1/+0
| * Move to spam.Henning Baldersheim2016-11-141-1/+1
| * Add ability to find a gid that has moved.Henning Baldersheim2016-11-147-4/+41
| * Log at the correct place and with correct level.Henning Baldersheim2016-11-141-1/+2
| * If a possibility for lidmovement, actually verify that it has not moved.Henning Baldersheim2016-11-141-1/+18
| * Retry docsum fetching if there has been lidspace compaction and your request ...Henning Baldersheim2016-11-146-152/+116
| * Refactor the summary fetching out so that it can be easily retried if documen...Henning Baldersheim2016-11-143-84/+56