fix typo - s/Deprected/Deprecated
This commit is contained in:
parent
e82437754b
commit
c947a0e6f4
|
@ -70,7 +70,7 @@ public class StopTokenFilterTests extends ElasticSearchTokenStreamTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testDeprectedPositionIncrementSettingWithVerions() throws IOException {
|
||||
public void testDeprecatedPositionIncrementSettingWithVerions() throws IOException {
|
||||
Settings settings = ImmutableSettings.settingsBuilder().put("index.analysis.filter.my_stop.type", "stop")
|
||||
.put("index.analysis.filter.my_stop.enable_position_increments", false).put("index.analysis.filter.my_stop.version", "4.3")
|
||||
.build();
|
||||
|
|
Loading…
Reference in New Issue