lib/elasticsearch/api/actions/indices/analyze.rb in elasticsearch-api-0.4.1 vs lib/elasticsearch/api/actions/indices/analyze.rb in elasticsearch-api-0.4.2
- old
+ new
@@ -11,10 +11,10 @@
#
# @example Analyze text "Quick Brown Jumping Fox" with the _snowball_ analyzer
#
# client.indices.analyze text: 'The Quick Brown Jumping Fox', analyzer: 'snowball'
#
- # @example Analyze text "Quick Brown Jumping Fox" with the _snowball_ analyzer
+ # @example Analyze text "Quick Brown Jumping Fox" with a custom tokenizer and filter chain
#
# client.indices.analyze text: 'The Quick Brown Jumping Fox',
# tokenizer: 'whitespace',
# filters: ['lowercase','stop']
#