I am new to elasticsearch, and currently studying the scriptting in ES.It would be really great if anyone who knows scripting in elasticsearch can put some light over scripting and its use in ES ?
1 Answer
You can start with reading elasticsearch documentation. Scripting is covered in the following topics on elasticsearch web site:
- General information
- Script Fields
- Using script to filter the results
- Using script to sort the results
- Using scripts in facets (see individual facet documentation pages)
If after reviewing these pages, you still have concreate questions about scripting, don't hesitate to ask them in elasticsearch mailing list or on stackoverflow. Following guidelines on the Help page of elasticsearch website will significantly improve your chances of getting quick and useful answer.