Skip to content

Commit

Permalink
appease Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
izakp committed Jul 26, 2019
1 parent f8ff746 commit 4dabcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/estella/analysis.rb
Expand Up @@ -43,7 +43,7 @@ module Analysis
snowball: { type: 'text', analyzer: 'snowball_analyzer' },
shingle: { type: 'text', analyzer: 'shingle_analyzer' },
ngram: { type: 'text', analyzer: 'ngram_analyzer', search_analyzer: 'search_analyzer' },
email: { type: 'text', analyzer: 'email_analyzer'}
email: { type: 'text', analyzer: 'email_analyzer' }
}

DEFAULT_FIELD_FACTORS = {
Expand Down

0 comments on commit 4dabcb9

Please sign in to comment.