Fixes test with wrong similarity type (bm25 => BM25)

This commit is contained in:
Jim Ferenczi 2015-12-30 18:27:06 +01:00
parent 992ffac509
commit a4df067524
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"omit_norms": false,
"analyzer": "whitespace",
"search_analyzer": "standard",
"similarity": "bm25",
"similarity": "BM25",
"fielddata": {
"format": "paged_bytes"
}