From 5876857ddcad71f357ad1a708cb9aa61f146f482 Mon Sep 17 00:00:00 2001 From: Raghavendar T S Date: Tue, 23 Jun 2015 15:01:26 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 52c3916..258602f 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,16 @@ ___ ####List of Operation : 1. getValue - Get the Elasticsearch field value -2. getDValue - Get custom value based on the Elasticsarch field value -3. Length - Get the length of Elasticsarch field value +2. getDValue - Get custom value based on the Elasticsearch field value +3. Length - Get the length of Elasticsearch field value 4. Format Number Length - Format integer to given length 5. Sub String - Get substring of Elasticsearch field value -6. Character at index - Get the character at given index of Elasticsarch field value -7. Calculate - Perform arithmetic operation on Elasticsarch field values -8. Range - Get custom value based on range condition of Elasticsarch field value -9. Array indexOf(int value) - Get index of given integer value from an Elasticsarch array +6. Character at index - Get the character at given index of Elasticsearch field value +7. Calculate - Perform arithmetic operation on Elasticsearch field values +8. Range - Get custom value based on range condition of Elasticsearch field value +9. Array indexOf(int value) - Get index of given integer value from an Elasticsearch array 10. Array indexOf(String value) - Get index of given string value from an Elasticsearch array -11. Array valueAt(index) - Get the value of given index from an Elasticsarch array +11. Array valueAt(index) - Get the value of given index from an Elasticsearch array ####Operation Syntax and Object Type :