aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
* Rename documentinverter* -> document_inverter*.Geir Storli2019-04-111-1/+1
* Rename search::memoryindex::OrderedDocumentInserter -> OrderedFieldIndexInser...Geir Storli2019-04-111-1/+0
* Rename search::memoryindex::Dictionary -> FieldIndexCollection.Geir Storli2019-04-091-16/+16
* Fix incomplete search-replace.Henning Baldersheim2019-04-011-1/+1
* Merge pull request #8922 from vespa-engine/balder/add-config-control-for-buck...Henning Baldersheim2019-04-0116-181/+416
|\
| * Use abort instead to signal unreachable code.Henning Baldersheim2019-04-011-1/+1
| * union and casting -> memcpyHenning Baldersheim2019-04-013-13/+10
| * Use a long enough string of atleast 12 bytes.Henning Baldersheim2019-04-011-4/+4
| * Simplify with emplace and autoHenning Baldersheim2019-04-011-9/+5
| * XXHChecksumAggregator -> XXH64ChecksumAggregator and update copyright.Henning Baldersheim2019-04-015-29/+31
| * Remove unused method.Henning Baldersheim2019-03-271-1/+0
| * Add class comment.Henning Baldersheim2019-03-272-0/+9
| * - Wire in control of checksum type.Henning Baldersheim2019-03-2717-173/+405
* | handle shutdown before config is availableArne Juul2019-04-011-1/+9
* | Avoid assert in header files.Henning Baldersheim2019-03-291-4/+3
|/
* Use std::basic_regex in searchcore module.Tor Egge2019-03-261-1/+3
* initial searchprotocol implementation in cppHÃ¥vard Pettersen2019-03-255-1/+31
* GC unused code and reduce waittime during startup.Henning Baldersheim2019-03-202-27/+8
* Merge pull request #8824 from vespa-engine/balder/avoid-adding-another-layer-...Henning Baldersheim2019-03-192-20/+94
|\
| * Follow up on review advise.Henning Baldersheim2019-03-191-4/+4
| * Slime is not used after allHenning Baldersheim2019-03-181-1/+0
| * verify that Rank and AndNot stays on top when using location search too.Henning Baldersheim2019-03-182-3/+64
| * clion adviseHenning Baldersheim2019-03-181-10/+10
| * Rank and AndNot are the same.Henning Baldersheim2019-03-181-3/+3
| * Let geo search be injected in existing structures if possible.Henning Baldersheim2019-03-181-8/+22
* | Must also set optind for vespa-gen-testdocs gentestdocs sub-app.Tor Egge2019-03-181-0/+1
|/
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-149-13/+21
* Move control of tracelevel to matchengine.Henning Baldersheim2019-03-131-7/+10
* Make it lazy and safe.Henning Baldersheim2019-03-133-6/+6
* Make the Trace object itself lazyHenning Baldersheim2019-03-133-5/+6
* Fix format strings in searchcore module.Tor Egge2019-03-1216-30/+30
* Merge pull request #8745 from vespa-engine/toregge/reduce-use-of-tensor-mapperGeir Storli2019-03-122-2/+2
|\
| * Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-112-2/+2
* | Merge pull request #8724 from vespa-engine/balder/trace-iteratortree-tooHenning Baldersheim2019-03-119-35/+134
|\ \
| * | Test tracing of limited queries.Henning Baldersheim2019-03-111-1/+33
| * | Do not add duration per thread.Henning Baldersheim2019-03-111-1/+0
| * | Add convenience method for craeting a Cursor if tracelevel is high enough.Henning Baldersheim2019-03-111-1/+1
| * | Passing the trace object will do just fine.Henning Baldersheim2019-03-113-8/+8
| * | Do not retrace non-limited queries and add braces.Henning Baldersheim2019-03-111-1/+1
| * | reason -> action and indicate that it is an estimate.Henning Baldersheim2019-03-111-3/+3
| * | Let done be an end signal that computes duration..Henning Baldersheim2019-03-112-1/+2
| * | Incorporate comments from @jobergum.Henning Baldersheim2019-03-112-2/+2
| * | Trace match thread and iterator tree too.Henning Baldersheim2019-03-109-35/+102
* | | Merge pull request #8730 from vespa-engine/toregge/reduce-use-of-docbuilder-1Henning Baldersheim2019-03-111-14/+17
|\ \ \
| * | | Stop using DocBuilder for attribute populator test.Tor Egge2019-03-111-14/+17
| | |/ | |/|
* / | Enable that we can see the difference between query error and timeoutHenning Baldersheim2019-03-111-4/+6
|/ /
* | Merge pull request #8715 from vespa-engine/geirst/optimize-updates-on-tensor-...Geir Storli2019-03-1112-162/+213
|\ \ | |/ |/|
| * Simplify how to check whether an attribute is updateable in-memory only.Geir Storli2019-03-087-59/+91
| * Optimize updates to tensor attributes by only updating them in-memory and no ...Geir Storli2019-03-086-41/+55
| * Extend class description.Geir Storli2019-03-081-0/+6