revert escaspe default to true in queryString

This commit is contained in:
kimchy 2010-02-25 08:46:37 +02:00
parent da510f28ab
commit 9eaa50ce62

View File

@ -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;