summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add bucketSpace argument to ↵Tor Egge2017-11-202-2/+2
| | | | storage::spi::PersistenceProvider::setClusterState() method.
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
|
* clean up tensor engine APIHåvard Pettersen2017-11-071-7/+4
| | | | make Tensor a subclass of Value
* Remove subscribe to TLS.Henning Baldersheim2017-10-111-1/+0
|
* Add minimal test using multiple bucket spaces when peristence providerTor Egge2017-10-101-3/+13
| | | | claims to support it.
* Use storage::spi::test::makeBucketSpace() in tests when creating bucket space.Geir Storli2017-10-061-10/+12
|
* Add bucket space concept to DocumentDB and wire it into setup of ↵Geir Storli2017-10-061-2/+3
| | | | PersistenceEngine.
* Wire in LogDocumentStore::Config in snapshot.Henning Baldersheim2017-10-051-0/+1
|
* There is a less intrusive way ...Henning Baldersheim2017-10-051-1/+1
|
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-1/+1
|
* Add BucketSpace parameter to listBuckets() and getModifiedBuckets() SPITor Egge2017-10-052-4/+4
| | | | methods.
* Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-301-3/+2
|
* Replace tab with spaces.Geir Storli2017-09-133-5/+5
|
* Align membersHenning Baldersheim2017-09-051-2/+0
|
* WE must listen to everyone who wants to stop.Henning Baldersheim2017-09-051-3/+3
|
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-0/+1
|
* Separate interface with a const getXXX for readonly and another getXXXSP ↵Henning Baldersheim2017-08-241-8/+4
| | | | when you really need the SP.
* Include what you need yourself.Henning Baldersheim2017-08-231-2/+3
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-3/+1
|
* Include only what you need.Henning Baldersheim2017-08-182-1/+3
|
* Change SchemaBuilder to use attributes config to setup imported attribute ↵Geir Storli2017-08-161-9/+3
| | | | fields in schema.
* Use VESPA_ prefix for new cmake variables.Tor Egge2017-08-101-2/+2
|
* Prepare for using other versions of boost and llvm.Tor Egge2017-08-101-2/+2
|
* Include lessHenning Baldersheim2017-07-311-6/+6
|
* Revert "Revert "Use new program names with vespa- prefix in config model.""Geir Storli2017-06-301-2/+2
|
* Revert "Use new program names with vespa- prefix in config model."Geir Storli2017-06-301-2/+2
|
* Use new program name.Tor Egge2017-06-281-2/+2
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1419-19/+19
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1419-19/+19
|
* Merge pull request #2774 from yahoo/bratseth/update-copyright-headersJon Bratseth2017-06-1419-19/+19
|\ | | | | Update copyright headers
| * Update copyright headersJon Bratseth2017-06-1419-19/+19
| |
* | Rename vespa-fdispatch to vespa-dispatch.Tor Egge2017-06-142-2/+2
|/
* Revert "Copyright header"Jon Bratseth2017-06-1319-19/+19
|
* Copyright headerJon Bratseth2017-06-1319-19/+19
|
* Don't install test/internal applications.Geir Storli2017-06-121-1/+0
|
* Rename binaries/scripts in vespaclient-java to use vespa- prefix.Geir Storli2017-06-121-2/+2
|
* Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-094-0/+4
|\ | | | | Balder/restart on messagebus port change
| * Reduce exposure to config internals.Henning Baldersheim2017-06-084-0/+4
| |
* | avoid trailing slash in ROOT settingArne H Juul2017-06-081-1/+1
|/
* Reduce the visible world..Henning Baldersheim2017-06-071-0/+1
|
* Merge branch 'master' into balder/decouple-datatype-and-fiedlvalue-some-moreHenning Baldersheim2017-06-076-9/+6
|\
| * Merge pull request #2642 from yahoo/toregge/rename-searchcore-binariesGeir Storli2017-06-076-9/+6
| |\ | | | | | | Rename searchcore binaries to have vespa- prefix.
| | * Rename searchcore binaries to have vespa- prefix.Tor Egge2017-06-066-9/+6
| | | | | | | | | | | | Temporarily add symlinks from old name to new name.
* | | split log and bufferedlogHenning Baldersheim2017-06-071-1/+1
| | |
* | | Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-0/+1
|/ /
* / Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
|/
* Reduce fastos.h dependency.Henning Baldersheim2017-06-015-115/+54
|
* Remove unused schema changes related code. We now use state v1 api toTor Egge2017-05-261-68/+0
| | | | get component config info.
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-245-65/+65
|