mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
revert escaspe default to true in queryString
This commit is contained in:
parent
da510f28ab
commit
9eaa50ce62
@ -70,7 +70,7 @@ public class QueryStringJsonQueryParser extends AbstractIndexComponent implement
|
||||
int fuzzyPrefixLength = FuzzyQuery.defaultPrefixLength;
|
||||
int phraseSlop = 0;
|
||||
float boost = 1.0f;
|
||||
boolean escape = true;
|
||||
boolean escape = false;
|
||||
Analyzer analyzer = null;
|
||||
|
||||
String currentFieldName = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user