Class: Metacrunch::Elasticsearch::URI
- Inherits:
-
URI::Generic
- Object
- URI::Generic
- Metacrunch::Elasticsearch::URI
- Defined in:
- lib/metacrunch/elasticsearch/uri.rb
Constant Summary collapse
- DEFAULT_PORT =
9200
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
11 12 13 |
# File 'lib/metacrunch/elasticsearch/uri.rb', line 11 def index splitted_path[0] end |
#type ⇒ Object
15 16 17 |
# File 'lib/metacrunch/elasticsearch/uri.rb', line 15 def type splitted_path[1] end |