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

Analyze API: Allow to execute it without pre-creating an index, and allow to build custom analyzer (tokenizer + token_filters) #1555

Closed
kimchy opened this issue Dec 21, 2011 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Dec 21, 2011

Allow to execute a the _analyze API without needing to specify an index. /_analyze endpoint (note, it won't work without an index if a field is specified).

Also, allow to pass tokenizer, and an optional comma separater list of token filters, to "dynamically" build a custom analyzer that will be used to analyze the data.

@kimchy kimchy closed this as completed in 55d8d0d Dec 21, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant