fix RegexpQueryBuilder#maxDeterminizedStates

Value was improperly set to `true`.

Relates to #11896
This commit is contained in:
Alex Ksikes 2015-07-07 13:44:01 +02:00
parent af1dc6d809
commit b7e26fae3f
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public class RegexpQueryBuilder extends MultiTermQueryBuilder implements Boostab
*/
public RegexpQueryBuilder maxDeterminizedStates(int value) {
this.maxDeterminizedStates = value;
this.maxDetermizedStatesSet = true;
return this;
}