summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* 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-0114-79/+402
|\ \
| * | Implement attribute context for imported attributes.Geir Storli2017-03-0111-2/+359
| * | 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
| * make useSlimeInsideFields always trueArne H Juul2017-02-234-38/+23
| * unit test useSlimeInsideFields code pathArne H Juul2017-02-231-24/+63
| * always assume GDFLAG_ALLOW_SLIMEArne H Juul2017-02-231-11/+6
* | Merge pull request #1843 from yahoo/geirst/create-imported-attribute-vectors-...Tor Egge2017-02-2316-54/+379
|\ \
| * | Add destructor.Geir Storli2017-02-232-0/+5
| * | Create and return repo of imported attribute vectors in document db reference...Geir Storli2017-02-238-22/+172
| * | Implement repo for storing imported attribute vector instances.Geir Storli2017-02-228-0/+143
| * | Add interface for DocumentDBReferenceResolver.Geir Storli2017-02-224-13/+27
| * | Add mock impl of IDocumentDBReferent interface.Geir Storli2017-02-223-23/+36
* | | Fix comments. Break long lines.Tor Egge2017-02-236-60/+89
* | | Add gid to lid change handler and gid to lid change registrator.Tor Egge2017-02-2219-7/+749
| |/ |/|
* | set GDFLAG_ALLOW_SLIME in all requestsArne H Juul2017-02-221-50/+51
* | Avoid repeating long type names in code, "using" to the rescue.Tor Egge2017-02-217-20/+30