aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Collapse)AuthorAgeFilesLines
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-173-6/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Merge pull request #2740 from yahoo/toregge/refactor-zcposting-iteratorGeir Storli2017-06-162-269/+296
|\ | | | | Introduce helper classes for skip info byte streams used by
| * Introduce helper classes for skip info byte streams used byTor Egge2017-06-132-269/+296
| | | | | | | | iterators for disk based posting lists.
* | Merge pull request #2794 from yahoo/bratseth/move-validation-overridesJon Bratseth2017-06-161-1/+1
|\ \ | | | | | | Bratseth/move validation overrides
| * | Make ValidationOverrides available from the outsideJon Bratseth2017-06-151-1/+1
| | |
* | | Make tests work in out-of-source builds.Geir Storli2017-06-151-2/+2
|/ /
* | Update copyright headersJon Bratseth2017-06-142030-2018/+2041
| |
* | Revert "Update copyright headers"Jon Bratseth2017-06-142030-2030/+2007
| |
* | Update copyright headersJon Bratseth2017-06-142030-2007/+2030
| |
* | Merge pull request #2771 from yahoo/bratseth/remove-unnecessary-filesTor Egge2017-06-141-1/+0
|\ \ | | | | | | Remove unnecessary files
| * | Remove unnecessary filesJon Bratseth2017-06-141-1/+0
| | |
* | | Remove carriage returnJon Bratseth2017-06-1438-1033/+1033
|/ /
* | If more than 1k unique values we will just approximate.Henning Baldersheim2017-06-142-7/+5
| |
* | Code cleanup while considering options for hit estimation.Henning Baldersheim2017-06-149-243/+197
| | | | | | | | | | | | | | - Less includes - std::make_unique - alignment - GC unused code.
* | Revert "Copyright header"Jon Bratseth2017-06-132030-3072/+3051
| |
* | Merge with masterJon Bratseth2017-06-136-63/+90
|\ \
| * | Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-135-69/+60
| | |
| * | Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-122-0/+35
| | |
| * | Split out the explicit compressors.Henning Baldersheim2017-06-122-1/+2
| |/
* / Copyright headerJon Bratseth2017-06-132030-3051/+3072
|/
* Merge pull request #2662 from yahoo/balder/wait-for-data-availabilityHenning Baldersheim2017-06-093-47/+66
|\ | | | | Must wait until data are visible through the filesystem.
| * Assert instead of eternal loop.Henning Baldersheim2017-06-091-1/+3
| |
| * Use consistent naming and the magic -1 at the magic place.Henning Baldersheim2017-06-092-6/+6
| |
| * Hold the guard the whole time and use double checked locking.Henning Baldersheim2017-06-092-10/+19
| |
| * Use a lock to guard at racing the update of the file object when while is ↵Henning Baldersheim2017-06-093-43/+56
| | | | | | | | | | | | growing and has multiple readers.
| * Must wait until data are visible through the filesystem.Henning Baldersheim2017-06-081-7/+2
| |
* | Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-092-1/+4
|\ \ | | | | | | Balder/restart on messagebus port change
| * | Only include what you really needHenning Baldersheim2017-06-082-1/+4
| |/
* / Depend on the generated config library.Henning Baldersheim2017-06-091-0/+1
|/
* Merge pull request #2655 from yahoo/havardpe/make-lazy-eval-defaultHenning Baldersheim2017-06-074-10/+14
|\ | | | | auto-detect appropriate compiled function parameter lazyness
| * auto-detect appropriate compiled function parameter lazynessHaavard2017-06-074-10/+14
| | | | | | | | ... but still allow config override
* | Merge branch 'master' into balder/decouple-datatype-and-fiedlvalue-some-moreHenning Baldersheim2017-06-0724-268/+85
|\|
| * Rename vespa-header-inspect to vespa-fileheader-inspect.Tor Egge2017-06-0711-25/+25
| |
| * Merge pull request #2628 from ↵Geir Storli2017-06-076-8/+8
| |\ | | | | | | | | | | | | yahoo/toregge/rename-loadattribute-to-vespa-attribute-inspect Rename loadattribute to vespa-attribute-inspect.
| | * Rename loadattribute to vespa-attribute-inspect.Tor Egge2017-06-066-8/+8
| | |
| * | Merge pull request #2624 from ↵Geir Storli2017-06-073-51/+51
| |\ \ | | | | | | | | | | | | | | | | yahoo/toregge/use-example-com-instead-of-yahoo-com-in-unit-tests Use example.com instead of yahoo.com in unit tests.
| | * | Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-053-51/+51
| | |/
| * | Merge pull request #2621 from yahoo/toregge/remove-expgolomb-appGeir Storli2017-06-076-184/+1
| |\ \ | | | | | | | | Toregge/remove expgolomb app
| | * | Update ignore file.Tor Egge2017-06-041-1/+1
| | | |
| | * | Stop installing uniform application. It has been used to selectTor Egge2017-06-041-2/+0
| | | | | | | | | | | | | | | | compression parameters for exp golomb coding during development.
| | * | Remove expgolomb app. It was a test app that has effectivelyTor Egge2017-06-044-181/+0
| | |/ | | | | | | | | | been replaced by expgolomb unit test.
* | | split log and bufferedlogHenning Baldersheim2017-06-075-15/+7
| | |
* | | Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-074-14/+8
| | |
* | | Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-5/+3
|/ /
* | Hide the implementation details.Henning Baldersheim2017-06-063-7/+8
| |
* | Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
| |
* | Forward declare DocumentType.Henning Baldersheim2017-06-063-0/+3
| |
* | Include stringfmt where it was needed.Henning Baldersheim2017-06-0617-12/+33
|/
* Removed frt.h from header files to reduce include volume.Henning Baldersheim2017-06-016-69/+68
|
* Now everything builds without fastos.hHenning Baldersheim2017-06-0110-25/+38
|