Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Script in elasticsearch

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 ?

like image 283
jayati Avatar asked Jun 01 '12 06:06

jayati


1 Answers

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.

like image 52
imotov Avatar answered Oct 12 '22 19:10

imotov