summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-14Added iterator for facet collectorPaul Masurel
2018-04-13Remove range argumentPaul Masurel
2018-04-13RemovedPaul Masurel
2018-04-12Removed the need for AtomicU64Paul Masurel
2018-04-12No morePaul Masurel
2018-04-10Bumped bitpacker's versionPaul Masurel
2018-04-10#263: Make MultiValueIntFastFieldWriter public, expose via FastFieldsWriter (...jason-wolfe
2018-04-10Using bitpacker@3Paul Masurel
2018-03-31Removed timerPaul Masurel
2018-03-31Making mmap a featurePaul Masurel
2018-03-28Added commentsPaul Masurel
2018-03-27TermScorer does not handle deletesPaul Masurel
2018-03-27Small refactor of postings's skip methodPaul Masurel
2018-03-26field norm reader is not an option anymore.Paul Masurel
2018-03-25Added unit test for intersection scorePaul Masurel
2018-03-25PhraseScorer's score aligned with that of Lucene.)Paul Masurel
2018-03-23BugfixedPaul Masurel
2018-03-23Fixed main bug. Unit test still not passing because of altered scoringPaul Masurel
2018-03-22Closes #245 = BM25. (#260)Paul Masurel
2018-03-21BackmergePaul Masurel
2018-03-21Total field norm fixed.Paul Masurel
2018-03-21Fieldnorm reader working except mergePaul Masurel
2018-03-21Added fieldnorm modulePaul Masurel
2018-03-20Added unit testsPaul Masurel
2018-03-20Simplified phrase queries. Reading several time is ok.Paul Masurel
2018-03-20Making it possible to read positions twicePaul Masurel
2018-03-20Readded test for reading positions twicePaul Masurel
2018-03-19AddedPaul Masurel
2018-03-19In sync with master. Fixed mergingPaul Masurel
2018-03-19Back merged masterPaul Masurel
2018-03-19Removed cc from Cargo.tomlPaul Masurel
2018-03-19Edited CHANGELOGPaul Masurel
2018-03-19Removed .vimrcPaul Masurel
2018-03-19Removed script directoryPaul Masurel
2018-03-19Removed exclude cpp from travis configurationPaul Masurel
2018-03-19Issue/255 (#256)Paul Masurel
2018-03-10fieldnrom encoding. test brokenPaul Masurel
2018-03-10Small change in pop_lowest.Paul Masurel
2018-03-10Updated CHANGELOGPaul Masurel
2018-03-10Version bumpPaul Masurel
2018-03-10ClippyPaul Masurel
2018-03-10Bugfix and rustfmtPaul Masurel
2018-03-09NOBUG no-simd compression fixPaul Masurel
2018-02-27Support trailing commas using ',+ ,' trick from Blandy 2017. (#250)Ewan Higgs
2018-02-24removed unsafecell for position computerPaul Masurel
2018-02-24Positions writes to an external VecPaul Masurel
2018-02-24Update Cargo.toml (#249)Dylan DPC
2018-02-23Bugfix in intersection.advance and impl skip_nextPaul Masurel
2018-02-23Phrase query optimisationPaul Masurel
2018-02-22Simplified a notch TinySet::pop_lowest()Paul Masurel