summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-01127-137/+19
* Merge pull request #2600 from yahoo/balder/remove-fastos.h-from-searchlibHenning Baldersheim2017-06-01319-1862/+797
|\
| * Add missing newlines.Henning Baldersheim2017-06-0112-16/+13
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-01164-929/+469
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-0117-173/+53
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-01108-638/+245
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-0115-70/+21
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-0116-57/+17
* | Revert "If we fail listening the first time we will never retry later since t...Henning Baldersheim2017-06-011-1/+4
|/
* Reduce fastos.h dependency.Henning Baldersheim2017-06-012-0/+4
* Merge pull request #2593 from yahoo/balder/remove-fastos.h-from-searchcorespiTor Brede Vekterli2017-06-011-2/+3
|\
| * Reduce fastos.h dependency.Henning Baldersheim2017-05-311-2/+3
* | Correct output of lambda in tensor generateLester Solbakken2017-06-011-1/+1
* | SimplifyHenning Baldersheim2017-06-011-4/+1
* | If we fail listening the first time we will never retry later since the threa...Henning Baldersheim2017-06-011-3/+3
|/
* Add class comment.Tor Egge2017-05-311-0/+4
* Use ZcBuf class to store zc encoded values.Tor Egge2017-05-311-76/+49
* Move ZcBuf to separate files.Tor Egge2017-05-315-115/+142
* Remove empty to avoid class-init deadlockJon Bratseth2017-05-301-1/+1
* use standard formatting for Override annotationArne H Juul2017-05-304-9/+18
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-2/+0
* Include what you need yourself, and not more.Henning Baldersheim2017-05-246-65/+47
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-24216-1391/+1057
* Do not hold _writeMonitor when restarting the fileWriter as it can block.Henning Baldersheim2017-05-232-24/+27
* remove empty linesArne Juul2017-05-191-1/+0
* remove old unused ignoresArne Juul2017-05-193-0/+0
* Try to avoid ignoring users fill argumentJon Bratseth2017-05-182-3/+3
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-1828-81/+695
|\
| * Fix testing of getEstimatedShrinkLidSpaceGain() returning 0 when lid space ca...Geir Storli2017-05-181-1/+2
| * Must hold guard when accessing _lidInfo size and return 0 as memory gain when...Geir Storli2017-05-183-2/+15
| * Implement getEstimatedShrinkLidSpaceGain() for LogDataStore.Geir Storli2017-05-127-6/+23
| * Return early if lid space cannot be shrunk.Geir Storli2017-05-121-1/+3
| * Add support for shrinking lid space in LogDataStore.Geir Storli2017-05-125-16/+76
| * Take update lock when compacting lid space (and thus changing lid info vector).Geir Storli2017-05-121-0/+1
| * Fix such that getLid() is protected by docIdLimit.Geir Storli2017-05-122-1/+13
| * Support that lid space can be compacted and entries from old files skipped du...Geir Storli2017-05-123-20/+91
| * Integrate that docIdLimit at idx file creation time is written to file header.Geir Storli2017-05-122-11/+57
| * Add docIdLimit to DataStoreStorageStats.Geir Storli2017-05-126-8/+14
| * Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-126-42/+125
| * Use docIdLimit in read functions and test that docIdLimit is updated.Geir Storli2017-05-123-7/+77
| * Rename nextId() -> getDocIdLimit().Geir Storli2017-05-126-14/+18
| * Don't use bucketizer for entries with lid >= docIdLimit.Geir Storli2017-05-123-9/+30
| * Skip entries with lid >= docIdLimit in updateLidMap().Geir Storli2017-05-126-11/+76
| * Write docIdLimit to header in idx file of WriteableFileChunk.Geir Storli2017-05-127-7/+83
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-0/+44