kbredemeier/elastic_adatper

View on GitHub
lib/elastic_adapter/index.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [121/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html Elasticsearch index api
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [133/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-create-index.html Elasticsearch create index
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [97/80]
Open

    # @param [Hash] query a query to count the documents for a given query. Defaults to match all
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [128/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-validate.html Elasticsearch validate api
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [118/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search.html Elasticsearch search apis
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [133/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-delete-index.html Elasticsearch delete index
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [116/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-get.html Elasticsearch get api
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [86/80]
Open

    #   test_index.seach(name_suggestions: {text: "foo", completion: {field: "name"}})
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [135/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-count.html#search-count Elasticsearch count api
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

Line is too long. [128/80]
Open

    # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters.html Elasticsearch suggesters
Severity: Minor
Found in lib/elastic_adapter/index.rb by rubocop

There are no issues that match your filters.

Category
Status