aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
Commit message (Expand)AuthorAgeFilesLines
* Add serial number to index maintainer setSchema method, to allow forTor Egge2017-03-1711-15/+16
* Reduce arguments to wipe history method in index maintainer.Tor Egge2017-03-1712-16/+12
* Remove union based fusion schema. It was used to keep data for removedTor Egge2017-03-1722-116/+17
* Move out nested classes from proton::ConfigValidator intoTor Egge2017-03-1613-132/+184
* Merge pull request #2016 from yahoo/geirst/move-creation-of-search-context-to...Geir Storli2017-03-162-10/+8
|\
| * Change IRequestContext to return attributes as IAttributeVector.Geir Storli2017-03-152-10/+8
* | Make reconfigure() method blocking.Tor Egge2017-03-152-3/+12
* | Initialize all members in constructor.Tor Egge2017-03-151-0/+1
* | Wire in proton configurer.Tor Egge2017-03-158-269/+150
|/
* Merge pull request #2002 from yahoo/geirst/prepare-for-extending-iattributeve...Tor Egge2017-03-144-23/+24
|\
| * Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-144-23/+24
* | Merge pull request #1991 from yahoo/toregge/add-proton-configurerGeir Storli2017-03-1417-18/+764
|\ \ | |/ |/|
| * Add class comment.Tor Egge2017-03-141-0/+3
| * Allow getting active config snapshot on a const proton configurer.Tor Egge2017-03-142-3/+3
| * Simplify signature for applying initial config to proton.Tor Egge2017-03-143-6/+4
| * Move interface to separate header file.Tor Egge2017-03-146-11/+22
| * Drop leftover document db config.Tor Egge2017-03-141-0/+1
| * Use auto to simplify code.Tor Egge2017-03-141-1/+1
| * Remove duplicated check.Tor Egge2017-03-141-7/+0
| * Fix misspelling of test name.Tor Egge2017-03-141-12/+12
| * Use ASSERT macros instead of assert.Tor Egge2017-03-141-2/+2
| * Use auto to simplify code.Tor Egge2017-03-141-47/+47
| * Update year in copyright notice.Tor Egge2017-03-142-2/+2
| * Rename unit test to track rename of tested class.Tor Egge2017-03-145-9/+9
| * Add proton configurer, which handles config changes to proton usingTor Egge2017-03-138-0/+740
* | Merge pull request #1992 from yahoo/vekterli/clean-compile-with-winline-and-f...Henning Baldersheim2017-03-139-6/+50
|\ \
| * | Use explicit task functor instead of lambdaTor Brede Vekterli2017-03-132-5/+31
| * | Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-137-1/+19
| |/
* / If this is a session based query we use a hash on sessionid to select correct...Henning Baldersheim2017-03-103-26/+32
|/
* Merge pull request #1979 from yahoo/geirst/use-unique-ptr-instead-of-linked-ptrTor Egge2017-03-091-9/+9
|\
| * Use unique ptr instead of linked ptr.Geir Storli2017-03-091-9/+9
* | Merge pull request #1975 from yahoo/geirst/improve-imported-attribute-unit-testGeir Storli2017-03-091-5/+2
|\ \
| * | Use std::async instead of explicit std::thread.Geir Storli2017-03-091-5/+2
| |/
* | Add explicit destructor to searchcore proton documentdb configurer test.Tor Egge2017-03-091-0/+3
* | Merge pull request #1973 from yahoo/balder/deinline-destructors-2Henning Baldersheim2017-03-0988-864/+1220
|\ \ | |/ |/|
| * Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-0922-621/+704
| * deiniline destructorsHenning Baldersheim2017-03-097-44/+83
| * Deinline destructors/constructorsHenning Baldersheim2017-03-089-75/+91
| * Align members.Henning Baldersheim2017-03-081-1/+1
| * deinline large destructorsHenning Baldersheim2017-03-0812-44/+91
| * Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-0842-85/+256
* | Merge pull request #1974 from yahoo/toregge/rename-proton-configurer-to-proto...Geir Storli2017-03-097-39/+39
|\ \
| * | Rename ProtonConfigurer to ProtonConfigFetcher.Tor Egge2017-03-097-39/+39
* | | Merge pull request #1972 from yahoo/geirst/fix-attribute-manager-reconfig-wit...Tor Egge2017-03-092-1/+9
|\ \ \ | |/ / |/| |
| * | Fix such that attribute manager change when imported fields has changed.Geir Storli2017-03-092-1/+9
| |/
* | Remove unneeded method.Tor Egge2017-03-092-26/+16
* | Use standard c++14 locking instead of homegrown rwlock.Tor Egge2017-03-094-33/+29
* | Use standard c++14 locking instead of homegrown rwlock.Tor Egge2017-03-092-24/+24
|/
* member _attrCtx is no longer used.Henning Baldersheim2017-03-081-3/+0
* Remove attribute context.Henning Baldersheim2017-03-085-92/+33