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

add simple and fuzzy suggesters with context filtering; #183

Merged
merged 9 commits into from
Dec 6, 2015

Conversation

timgluz
Copy link
Contributor

@timgluz timgluz commented Nov 22, 2015

Hi, i added suggesters as described in #154 for native client.

My contributions includes:

  1. a completion suggester for native api with test;
  2. a fuzzy suggester for native api with test;
  3. context suggesters ;
  4. updated changelog;
  5. add suggester documentation for elastisch.docs

(name text)
(str text)))

(defn attach-suggestion-context [query context]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest of the codebase moves argument vector to the next line. Please follow this style.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, i will review my changes.

@michaelklishin michaelklishin self-assigned this Dec 4, 2015
@michaelklishin
Copy link
Member

Apologies that it's taking me so long, I'll try to review this before Monday.

@michaelklishin michaelklishin merged commit 54fff7e into clojurewerkz:master Dec 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants