aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy matching metrics from LegacyDocumentDBMetrics to DocumentDBTaggedMetrics...Geir Storli2018-05-0410-49/+232
* Increase timeout waiting for engines to be up when switching to newTor Egge2018-05-031-1/+1
* Remove for an unknown document type is an error.Tor Egge2018-04-306-43/+13
* Merge pull request #5725 from vespa-engine/toregge/change-naming-from-referen...Geir Storli2018-04-262-20/+20
|\
| * Adjust naming: referenced lid -> target lid.Tor Egge2018-04-262-20/+20
* | preserve min/max values for time-related matching statsHåvard Pettersen2018-04-263-19/+141
|/
* Merge pull request #5679 from vespa-engine/toregge/use-read-guard-on-document...Geir Storli2018-04-2521-35/+70
|\
| * Rename accessor method to align naming with ImportedAttributeVector.Tor Egge2018-04-245-5/+5
| * Create read guard for target document meta store as part of creatingTor Egge2018-04-233-2/+5
| * Add shared pointer to document meta store context for referencedTor Egge2018-04-2310-7/+26
| * Add foreach method to search::IDocumentMetaStore interface class.Tor Egge2018-04-2313-28/+41
* | extract slime docsum count when availableHåvard Pettersen2018-04-241-1/+15
|/
* Merge pull request #5675 from vespa-engine/geirst/add-unit-tests-for-document...Tor Egge2018-04-236-62/+167
|\
| * Add unit tests for retrieval of regular and imported attribute vectors via Do...Geir Storli2018-04-234-0/+83
| * Implement mock of proton::IAttributeManager.Geir Storli2018-04-232-62/+84