mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Make TextFieldMapper.FAST_PHRASE_SUFFIX private.
This commit is contained in:
parent
f822bb732c
commit
c6b915c8e6
@ -91,8 +91,7 @@ public class TextFieldMapper extends ParametrizedFieldMapper {
|
||||
|
||||
public static final String CONTENT_TYPE = "text";
|
||||
private static final int POSITION_INCREMENT_GAP_USE_ANALYZER = -1;
|
||||
|
||||
public static final String FAST_PHRASE_SUFFIX = "._index_phrase";
|
||||
private static final String FAST_PHRASE_SUFFIX = "._index_phrase";
|
||||
|
||||
public static class Defaults {
|
||||
public static final double FIELDDATA_MIN_FREQUENCY = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user