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

Index map annotations (Fix #12318) #3383

Merged
merged 7 commits into from
Feb 18, 2015
Merged

Commits on Jan 23, 2015

  1. Index map annotations (Fix #12318)

    In order for the name-value pairs attach to objects
    to be searchable by Lucene, a handler for the map
    annotations needed to be added.
    joshmoore committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    09fda64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ce619 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Cleanup FullTextBridge

    joshmoore committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    83dd361 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

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

Commits on Feb 17, 2015

  1. Fix use of map.key in itest

    joshmoore committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    18b76a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Add passing has_key tests

    The expectation is that if "has_key:foo" is
    passed that this would only find fields with
    exactly that key. Though the LuceneQueryBuilder
    removes the ":", the queries still seem to work
    as expected.
    joshmoore committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    9b22776 View commit details
    Browse the repository at this point in the history
  2. Fix comment typo

    joshmoore committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    7d02b16 View commit details
    Browse the repository at this point in the history