aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
Commit message (Expand)AuthorAgeFilesLines
* Test that bucket checksum ignore document sizes.Tor Egge2017-03-072-2/+18
* Merge pull request #1951 from yahoo/geirst/rename-referent-to-reference-in-pr...Tor Egge2017-03-0734-295/+293
|\
| * Rename *referent* -> *reference* to align with naming elsewhere (e.g. config-...Geir Storli2017-03-0734-295/+293
* | Ignore document size when calculating checksum in bucket db.Tor Egge2017-03-074-12/+10
* | Merge pull request #1948 from yahoo/toregge/track-document-sizes-2Geir Storli2017-03-0714-96/+272
|\ \ | |/ |/|
| * Rename size to docSize for consistency in various places.Tor Egge2017-03-076-54/+62
| * Track document sizes in bucket db.Tor Egge2017-03-0713-86/+254
* | Use imported fields config when creating schema as part of config update.Geir Storli2017-03-074-27/+45
* | Rename config.cpp -> config_test.cpp.Geir Storli2017-03-072-1/+1
* | Extract imported attribute fields in index environment.Geir Storli2017-03-074-6/+125
|/
* use docSize more consistently.Tor Egge2017-03-069-59/+48
* Change document meta store api to require document size as argument toTor Egge2017-03-0619-60/+110
* Extend document operation with new method to get serializeed document size.Tor Egge2017-03-069-81/+121
* Merge pull request #1850 from yahoo/arnej/use-symbol-resolveHenning Baldersheim2017-03-041-1/+0
|\
| * resolve to Symbol outside loopsArne H Juul2017-02-231-1/+0
* | Merge pull request #1918 from yahoo/toregge/refactor-proton-configurationGeir Storli2017-03-0318-71/+64
|\ \
| * | Use std::mutex instead of vespalib::Lock for proton config locks.Tor Egge2017-03-0317-53/+60
| * | Remove stub addExtraConfigs method.Tor Egge2017-03-035-18/+4
* | | remove FastS_QueryDistribution::PartitionedArrayArne H Juul2017-03-027-328/+20
|/ /
* | Merge pull request #1899 from yahoo/geirst/expose-imported-attributes-via-att...Tor Egge2017-03-022-15/+112
|\ \
| * | Expose imported attributes via attribute context from attribute manager.Geir Storli2017-03-012-15/+112
* | | Resolve document db references during reconfig.Tor Egge2017-03-013-10/+33
|/ /
* | Merge pull request #1893 from yahoo/geirst/attribute-context-for-imported-att...Tor Egge2017-03-0113-79/+401
|\ \
| * | Implement attribute context for imported attributes.Geir Storli2017-03-0110-2/+358
| * | Change ImportedAttributesRepo to keep instances of ImportedAttributeVector.Geir Storli2017-02-285-40/+34
| * | Use ImportedAttributeVector from searchlib and remove tmp impl.Geir Storli2017-02-283-38/+10
* | | Merge pull request #1885 from yahoo/toregge/add-limited-support-for-field-pat...Geir Storli2017-02-2810-37/+167
|\ \ \
| * | | Check bucket id and time stamp when checking deserialization.Tor Egge2017-02-281-8/+18
| * | | Unit test serialization and deserialization of update feed operations.Tor Egge2017-02-283-2/+120
| * | | Rename compat feed operation enum. Add comment describing why it exists.Tor Egge2017-02-285-10/+16
| * | | Add limited support for field path updates to proton.Tor Egge2017-02-289-39/+35
* | | | Merge pull request #1883 from yahoo/toregge/call-tear-down-references-in-closeGeir Storli2017-02-2812-1/+67
|\ \ \ \ | |_|/ / |/| | |
| * | | Use camel case for consistency with existing code.Tor Egge2017-02-2810-13/+13
| * | | Call tear_down_references() on sub dbs from document db close methodTor Egge2017-02-2812-1/+67
| |/ /
* | | Merge pull request #1869 from yahoo/vekterli/normalize-componentguard-ptr-get...Tor Brede Vekterli2017-02-2810-31/+31
|\ \ \ | |/ / |/| |
| * | Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-2710-31/+31
* | | Create vector of gids to remove in helper function.Tor Egge2017-02-271-8/+18
* | | Notify gid to lid changes during feeding.Tor Egge2017-02-2711-11/+180
|/ /
* | Tweak document db reference resolver test.Tor Egge2017-02-243-16/+65
* | Update document db reference resolver to register listeners for gid to lidTor Egge2017-02-2414-68/+272
* | Extend document db referent interface with method to get gid to lid changeTor Egge2017-02-248-6/+48
* | Merge pull request #1853 from yahoo/geirst/integrate-document-db-reference-re...Tor Egge2017-02-2425-188/+236
|\ \
| * | Use document db reference solver when creating new attribute manager in searc...Geir Storli2017-02-2411-105/+116
| * | Rename attribute adapter -> attribute writer.Geir Storli2017-02-231-8/+8
| * | Rename _fastUpdateFeedView -> _fastAccessFeedView.Geir Storli2017-02-232-10/+10
| * | Rename (I)AttributeAdapterFactory -> (I)AttributeWriterFactory.Geir Storli2017-02-236-18/+22
| * | Extend applyConfig() function with a document db reference resolver.Geir Storli2017-02-2312-48/+81
* | | update with lazy APIHaavard2017-02-235-15/+13
| |/ |/|
* | Merge pull request #1844 from yahoo/arnej/remove-nonslime-summary-codeGeir Storli2017-02-236-77/+90
|\ \ | |/ |/|
| * remove setting of "allow slime" flagArne H Juul2017-02-232-6/+0