summaryrefslogtreecommitdiffstats
path: root/searchcore/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5941 from vespa-engine/balder/same-element-in-backendHenning Baldersheim2018-05-299-116/+123
|\
| * No allocation of matchdata for SameElement's children.Henning Baldersheim2018-05-291-1/+2
| * Correct unique idsHenning Baldersheim2018-05-291-4/+4
| * = defaultHenning Baldersheim2018-05-291-4/+4
| * Remove termlikeness and expect fully qualified names for children from the qrs.Henning Baldersheim2018-05-296-23/+23
| * Add some simple SameElement testing.Henning Baldersheim2018-05-252-17/+23
| * Add initial support for SameElement in backend too.Henning Baldersheim2018-05-255-85/+85
* | Merge pull request #5983 from vespa-engine/toregge/convert-put-and-update-ope...Henning Baldersheim2018-05-297-35/+118
|\ \
| * | Add comment explaining why identity check is sufficient.Tor Egge2018-05-291-0/+5
| * | Perform fixup on put and update operations using non-current document type repo.Tor Egge2018-05-297-35/+113
* | | match_loop must call next_range until emptyArne Juul2018-05-292-6/+8
|/ /
* | Rename tag field to weight field.Tor Egge2018-05-281-74/+74
* | Handle extraction of field values for struct array attribute vectors.Tor Egge2018-05-286-8/+714
|/
* onCmp -> onFindHenning Baldersheim2018-05-232-4/+4
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-232-42/+23
* update bootstrapArne Juul2018-05-161-2/+5
* Add more per rank profile metrics.Geir Storli2018-05-152-0/+9
* Make tests less verbose when verifying stats.Geir Storli2018-05-151-110/+16
* Add pre-document selection than can disqualify a document without retrieving ...Geir Storli2018-05-153-85/+240
* Use nullptr instead of NULL and use {} on one-liner if statements.Geir Storli2018-05-152-29/+47
* Remove unused variable.Geir Storli2018-05-152-3/+0
* update bootstrap section of scriptsArne Juul2018-05-141-0/+9
* Merge pull request #5847 from vespa-engine/balder/gcc-8-prep-2Henning Baldersheim2018-05-113-7/+4
|\
| * DeinlineHenning Baldersheim2018-05-111-2/+3
| * Use assignment operator instead of even dirtier memcpyHenning Baldersheim2018-05-112-5/+1
* | Merge pull request #5849 from vespa-engine/geirst/refactor-document-selection...Tor Egge2018-05-1110-209/+298
|\ \ | |/ |/|
| * Add common utility function for extracting the field name from a FieldValueNode.Geir Storli2018-05-115-20/+54
| * Rename Match -> Matcher and use more explicit variable names.Geir Storli2018-05-111-23/+23
| * Make member variables in CachedSelect private.Geir Storli2018-05-115-158/+172
| * Refactor CachedSelect by adding Session class with functions to check whether...Geir Storli2018-05-113-14/+55
| * Improve logging.Geir Storli2018-05-111-1/+1
* | Adde missing %.Henning Baldersheim2018-05-111-1/+1
* | Updated text and also logged factor before and after.Henning Baldersheim2018-05-111-2/+4
* | Add rankprofile to log message.Henning Baldersheim2018-05-112-45/+30
|/
* GC unused countersHenning Baldersheim2018-05-092-7/+0
* Properly realloc nodesHenning Baldersheim2018-05-092-17/+8
* GC unused codeHenning Baldersheim2018-05-094-69/+22
* Code healthHenning Baldersheim2018-05-092-146/+53
* Reflect that object is smaller after removing unused members.Henning Baldersheim2018-05-091-1/+1
* Cheat the std::vector again.Henning Baldersheim2018-05-092-0/+9
* Resize _nodes based on configured nodes per group, not max over all groups.Henning Baldersheim2018-05-091-16/+16
* Code healthHenning Baldersheim2018-05-095-104/+56
* Count, configured, not connected.Henning Baldersheim2018-05-081-5/+5
* NULL -> nullptrHenning Baldersheim2018-05-083-32/+32
* Must explicit count connected nodes.Henning Baldersheim2018-05-081-2/+4
* Only count nodes that are real. Not the virtual ones that exist in hetrogenou...Henning Baldersheim2018-05-081-10/+12
* Use a temporary to clarify intention.Henning Baldersheim2018-05-081-2/+5
* Only lie about coverage if not enough nodes up to satisfy coverage depending ...Henning Baldersheim2018-05-079-103/+98
* Always map from document type to bucket space in proton.Tor Egge2018-05-042-9/+11
* Add query latency and query collateral time to set of rank profile metrics.Geir Storli2018-05-042-1/+9