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

Feature/enable lucene query parsing #6799

Merged
merged 25 commits into from
Aug 31, 2020

Commits on Aug 1, 2020

  1. Squashed 'src/main/resources/csl-styles/' changes from bf698ac..827b986

    827b986 add DOI preprint to american-society-for-microbiology.csl (JabRef#4946)
    7cab2f7 Create depro-ufs.csl (JabRef#4947)
    2fcda1f Create journal-of-sport-science-and-medicine.csl (JabRef#4949)
    cd457d4 Update american-marketing-association.csl (JabRef#4945)
    cacc4ee Create nejm-catalyst.csl (JabRef#4943)
    bd769b9 Update and rename dependent/chinese-medical-journal.csl to chinese-me… (JabRef#4941)
    1f706cd Update health-services-research.csl (JabRef#4939)
    76bcd1d Update journal-of-the-royal-society-of-western-australia.csl (JabRef#4932)
    e79640e Create afro-asia.csl (JabRef#4934)
    c601aa4 Update lancaster-university-harvard.csl (JabRef#4938)
    184fd90 Update collection-du-centre-jean-berard.csl (JabRef#4936)
    82f9aec fix et-al & add DOI thyroid.csl (JabRef#4937)
    4af169f Create universidade-estadual-de-alagoas-uneal-abnt (JabRef#4885)
    47165b3 Update and rename medical-physics.csl to dependent/medical-physics.csl (AMA) (JabRef#4905)
    3cab27d Update thieme-german.csl (JabRef#4931)
    eb2c977 Create zeitschrift-fur-zahnarztliche-implantologie.csl (JabRef#4925)
    4adb1ea Create karstenia.csl (JabRef#4929)
    530a136 Fix author substitute in Universita Cattolica
    
    git-subtree-dir: src/main/resources/csl-styles
    git-subtree-split: 827b986
    github actions committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    c8ebc91 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'c8ebc91d4799e59518ac887f69e584040cf29994'

    github actions committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    f5f02cf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Squashed 'src/main/resources/csl-styles/' changes from 827b986..eb0d37e

    eb0d37e Create natbib-plainnat-author-dat.csl (JabRef#4967)
    fb1592a Update journal-of-fish-biology.csl (JabRef#4969)
    f6876cb Update .travis.yml (JabRef#4970)
    d6d400b Create london-review-of-international-law.csl (JabRef#4966)
    d2a5ae1 Update harvard-stellenbosch-university.csl (JabRef#4965)
    9c62141 Create phytopathologia-mediterranea.csl (JabRef#4964)
    8ca2ea1 Update historical-materialism.csl (JabRef#4960)
    80456dc Update historical-materialism.csl
    be2d910 Update historical-materialism.csl
    1d1cf09 Create atlande.csl (JabRef#4930)
    89f41d4 Create juristische-zitierweise-oeffentliches-recht.csl (JabRef#4944)
    8c677a0 Create korean-journal-of-gastroenterology.csl (JabRef#4954)
    eadb950 Create historical-materialism.csl (JabRef#4955)
    5553dcd Create revista-materia.csl (JabRef#4957)
    d23a3ab Bug fix in APA 6 original publication macro (JabRef#4959)
    66f9974 Always print publisher in APA 6th edition (JabRef#4899)
    868809c Create agora.csl (JabRef#4940)
    99c19c3 Update anthropologie-et-societes.csl (JabRef#4952)
    ee17423 Create critical-reviews-in-solid-state-and-materials-science.csl (JabRef#4951)
    7a13a7d Create korean-journal-of-internal-medicine.csl (JabRef#4953)
    
    git-subtree-dir: src/main/resources/csl-styles
    git-subtree-split: eb0d37e
    github actions committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    37c2d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85ebe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    f10ea5f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Enable Query String into ComplexQuery parsing using lucene.

    Fix some FetcherTests.
    
    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    172b113 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Add ADR

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    90a629e View commit details
    Browse the repository at this point in the history
  2. Add Changelog entry

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3af3781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26851a7 View commit details
    Browse the repository at this point in the history
  4. Move Changelog entry

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8468ad4 View commit details
    Browse the repository at this point in the history
  5. Increment ADR number

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d592a47 View commit details
    Browse the repository at this point in the history
  6. Remove Optional from Lists

    Rename QueryConverter to QueryParser
    Modify parser tests to compare complex queries
    Make complex query construction from terms independent from normal building
    
    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4610451 View commit details
    Browse the repository at this point in the history
  7. Rename slipped occurences of converter

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    86c6576 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    e2447f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Mapping of unknown fields onto default field

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    0642d49 View commit details
    Browse the repository at this point in the history
  2. Ignores unknown fields

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    11afbe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fde881 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    e27ebcc View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle issues

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    239095e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467cbfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff6a7d3 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
    DominikVoigt and koppor committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    542d3a7 View commit details
    Browse the repository at this point in the history
  6. Handle year-range parsing in a more robust way

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4b2ab98 View commit details
    Browse the repository at this point in the history
  7. Move extracted method into builder

    Signed-off-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
    DominikVoigt committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8b3b7cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec60734 View commit details
    Browse the repository at this point in the history