Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced scoring #4

Merged
merged 6 commits into from Sep 22, 2016
Merged

Advanced scoring #4

merged 6 commits into from Sep 22, 2016

Commits on Sep 13, 2016

  1. Renamed to namespace and loaded files as a list since we want some sy…

    …nchronous loading to speed up searches.
    Antoine Neveux a183276 committed Sep 13, 2016
    Copy the full SHA
    dc74e62 View commit details
    Browse the repository at this point in the history
  2. Switched from score calculation to pattern matching - now using more …

    …complex structure allowing to implement rules for selecting the files.
    
    Some println are there for debug / understanding - will be removed later on.
    Antoine Neveux a183276 committed Sep 13, 2016
    Copy the full SHA
    c966a59 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Copy the full SHA
    4ca9ddd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Cleaned up the whole code. Removed legacy tests.

    Removed temporary "bangs!" tests.
    Antoine Neveux a183276 committed Sep 22, 2016
    Copy the full SHA
    9434d6d View commit details
    Browse the repository at this point in the history
  2. Applied license on source files (header file was missing).

    Antoine Neveux a183276 committed Sep 22, 2016
    Copy the full SHA
    436d87c View commit details
    Browse the repository at this point in the history
  3. Added configuration to generate an executable jar.

    Antoine Neveux a183276 committed Sep 22, 2016
    Copy the full SHA
    2ce1f6a View commit details
    Browse the repository at this point in the history