We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb, in the "Post-Search Suggest" section, suggest_body contains a small typo:
suggest_body
suggest_body = { "title_completion": { <--- should be named title_suggestion "text": "star trec", "phrase": { "field": "suggestion"}}}
The text was updated successfully, but these errors were encountered:
good catch
John Berryman
@JnBrymn http://bit.ly/YFO5Hs LinkedIn http://linkd.in/YKGnc8
On Wed, Dec 23, 2015 at 3:51 AM, Valentin Crettaz [email protected] wrote:
In Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb https://github.com/o19s/relevant-search-book/blob/master/ipython/Chapter%208%20(Providing%20Relevance%20Feedback).ipynb/Search-As-You-Type%2C%20Completion%2C%20and%20Suggestion%20(Elasticsearch).ipynb, in the "Post-Search Suggest" section, suggest_body contains a small typo: suggest_body = { "title_completion": { <--- should be named title_suggestion "text": "star trec", "phrase": { "field": "suggestion"}}} — Reply to this email directly or view it on GitHub #7.
In Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb https://github.com/o19s/relevant-search-book/blob/master/ipython/Chapter%208%20(Providing%20Relevance%20Feedback).ipynb/Search-As-You-Type%2C%20Completion%2C%20and%20Suggestion%20(Elasticsearch).ipynb, in the "Post-Search Suggest" section, suggest_body contains a small typo:
— Reply to this email directly or view it on GitHub #7.
Sorry, something went wrong.
No branches or pull requests
In Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb, in the "Post-Search Suggest" section,
suggest_body
contains a small typo:The text was updated successfully, but these errors were encountered: