summaryrefslogtreecommitdiffstats
path: root/src/directory/ram_directory.rs
AgeCommit message (Expand)Author
2019-09-18add checksum check in ManagedDirectory (#605)fdb-hiroshima
2019-08-08cargo fmtPaul Masurel
2019-07-30Closes #544. (#607)Paul Masurel
2019-07-22Failrs (#600)Paul Masurel
2019-07-072018 (#585)Paul Masurel
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2019-06-16Closes #552 (#570)Paul Masurel
2019-05-05Issue/542 (#543)Paul Masurel
2019-03-20Feature/reader (#517)Paul Masurel
2019-02-23Partially addresses #500 (#502)Paul Masurel
2018-12-10Closes #449 (#450)Paul Masurel
2018-09-15Clippy (#422)Paul Masurel
2018-09-15Cargo Format (#420)Paul Masurel
2018-09-06Issue/389 (#405)Paul Masurel
2018-09-04Issue/367 (#404)Paul Masurel
2018-07-18Declare and implement separate Clone Traits (#336)Vignesh Sarma K
2018-06-30Issue/325 (#330)Paul Masurel
2018-06-22Preparing for releasePaul Masurel
2018-04-21Cargo fmtPaul Masurel
2017-12-14NOBUG rustfmtPaul Masurel
2017-12-14NOBUG ClippyPaul Masurel
2017-12-14NOBUG intellij misc lintPaul Masurel
2017-08-28FormatPaul Masurel
2017-05-29run cargo fmtAshley Mannix
2017-05-29initial error-chainAshley Mannix
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-04-05issue/96 Rename FileError -> OpenReadErrorPaul Masurel
2017-04-02issue/96 Added functionality to protect files from deletionPaul Masurel
2017-03-06Fix .write -> .write_allPaul Masurel
2017-03-03issue/77 Added managed directoryPaul Masurel
2017-02-19issue/43 unit test running. segment updater uses futures.Paul Masurel
2017-02-19issue/43 Added delete doc filePaul Masurel
2016-10-25NOBUG Using BufWriter<Box<Write>>Paul Masurel
2016-10-15Merge branch 'master' into bug/4Paul Masurel
2016-10-01bug/4Paul Masurel
2016-09-29more minor doc text changesMichael J. Curry
2016-09-21NOBUG Added comments.Paul Masurel
2016-09-19NOBUG Code cleaning , cargo clippyPaul Masurel
2016-08-23Removing the locks from the index to keep only those in DirectoryPaul Masurel
2016-08-20Added unit tests and related bugfix.Paul Masurel
2016-08-19Moved directory errors to a submodulePaul Masurel
2016-08-19Added delete.Paul Masurel
2016-08-19Change error used in directory.Paul Masurel
2016-08-18Documented the Directory behavior.Paul Masurel
2016-08-18Removing data copy in the RAMDirectoryPaul Masurel
2016-08-06Added tantivy::ErrorPaul Masurel
2016-07-31Added field norms.Paul Masurel
2016-05-06test passing againPaul Masurel
2016-04-30Moved postings and directory to a different modulePaul Masurel