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

Patch 1 Issue 41 #42

Closed
wants to merge 9 commits into from
Closed

Patch 1 Issue 41 #42

wants to merge 9 commits into from

Commits on Jun 18, 2014

  1. Update SynonymExpandingExtendedDismaxQParserPlugin.java

    Issue healthonnet#41, when original search term is quoted and synonym being expanded is item quoted don't re-quote when doing constructPhraseQueries.  Removes issue where double quotes appear in result.  Also when doing constructPhraseQueries, only quote phrases not single term synonyms.
    rpialum committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    4866bd8 View commit details
    Browse the repository at this point in the history
  2. Create 015-test-issue-41.py

    Stubbed out test case for issue healthonnet#41. Additional logic needs to be implemented for testing the results, see TODO. I've been unable to get Python(v3.4.1) to run the top level file, but am assuming that debugQuery needs to be set on and the contents of the 'expandedSynonyms' in the response needs to be analyized. Currently I'm assuming a count of the number of quotes would work, though the exact expected string could also be passed in.
    rpialum committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    84a98d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. Create run_solr_for_unit_tests_on_windows.py

    Windows based python run script.  Primary issue is doing 'cd' inside a os.system() call does not actually change the working directory. Instances of this have been replaced with os.chdir() prior to the calls.
    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    7af4b9d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    7217fd5 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    fe7cd67 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    0e8ec56 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    0c89b5d View commit details
    Browse the repository at this point in the history
  6. Update SynonymExpandingExtendedDismaxQParserPlugin.java

    Use a LinkedHashSet to buildUpAlternateQueries() rather than an ArrayList to ensure that our list of alternate queries that are built are unique.
    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    9e6efe4 View commit details
    Browse the repository at this point in the history
  7. Update 015-test-issue-41.py

    Added logic needed to validate quote change.  had to resort to using urllib logic and wt=pthon in the url inorder to gain access to the debug information generated in the SOLR response.  The solrpy Response object was not detailed enough.
    rpialum committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    fc3ced0 View commit details
    Browse the repository at this point in the history