Module: Eson::Shared::Analyze
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/analyze.rb
Overview
Requests using this API have the following properties:
The request does not operate on multiple indices.
Instance Attribute Summary collapse
-
#analyzer ⇒ Object
Returns the value of attribute analyzer.
-
#field ⇒ Object
Returns the value of attribute field.
-
#format ⇒ Object
Returns the value of attribute format.
-
#text ⇒ Object
Returns the value of attribute text.
-
#tokenizer ⇒ Object
Returns the value of attribute tokenizer.
Instance Method Summary collapse
-
#multi_index ⇒ false
The request does not operate on multiple indices.
Methods included from API
multi_types, no_indices, parameters, source_param
Methods included from Chainable
Instance Attribute Details
#analyzer ⇒ Object
Returns the value of attribute analyzer.
15 16 17 |
# File 'lib/eson/shared/indices/analyze.rb', line 15 def analyzer @analyzer end |
#field ⇒ Object
Returns the value of attribute field.
15 16 17 |
# File 'lib/eson/shared/indices/analyze.rb', line 15 def field @field end |
#format ⇒ Object
Returns the value of attribute format.
15 16 17 |
# File 'lib/eson/shared/indices/analyze.rb', line 15 def format @format end |
#text ⇒ Object
Returns the value of attribute text.
15 16 17 |
# File 'lib/eson/shared/indices/analyze.rb', line 15 def text @text end |
#tokenizer ⇒ Object
Returns the value of attribute tokenizer.
15 16 17 |
# File 'lib/eson/shared/indices/analyze.rb', line 15 def tokenizer @tokenizer end |
Instance Method Details
#multi_index ⇒ false
The request does not operate on multiple indices.
13 |
# File 'lib/eson/shared/indices/analyze.rb', line 13 multi_index false |