summaryrefslogtreecommitdiffstats
path: root/src/snippet
AgeCommit message (Expand)Author
2019-05-05Issue/542 (#543)Paul Masurel
2019-03-20Feature/reader (#517)Paul Masurel
2019-01-24Lower RAM usage in tests.Paul Masurel
2018-12-10Closes #449 (#450)Paul Masurel
2018-12-02Add accessors for Snippet and HighlightSection (#448)fdb-hiroshima
2018-11-30Cargo fmtPaul Masurel
2018-11-30Collector refactoring and multithreaded search (#437)Paul Masurel
2018-09-16Snippet term score (#423)Paul Masurel
2018-09-15Clippy (#422)Paul Masurel
2018-09-15Clippy (#421)Paul Masurel
2018-09-15Cargo Format (#420)Paul Masurel
2018-09-14Remove Searcher dereference (#419)Paul Masurel
2018-09-11Editing documentPaul Masurel
2018-09-11Added SnippetGeneratorPaul Masurel
2018-09-10Added snippet generatorPaul Masurel
2018-09-10Phrase weightPaul Masurel
2018-09-09Merge branch 'issue/368' into issue/368bPaul Masurel
2018-09-09blopPaul Masurel
2018-09-07FragmentsPaul Masurel
2018-08-31small changesPaul Masurel
2018-08-30Added methods to extract the matching terms. First stabPaul Masurel
2018-08-30Extracting terms matching query in the documentPaul Masurel
2018-08-28add a test for second fragment having higher scoreVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28Use HighlightSection::new rather than just directly creating the objectVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28ran rustfmtVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28add more testsVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28add a test and fix the bug of not calculating first tokenVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28update `calculate_score` to `try_add_token`Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28use while let instead of loop and if.Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28add htmlescape and update to_html fn to use it.Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28compare against accumulator rather than init valueVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28Initial version of snippetVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28Getting started on #368Paul Masurel