C# (CSharp) Lucene.Net.Util.Automaton Automaton.SetAllowMutate - 1 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Util.Automaton.Automaton.SetAllowMutate extracted from open source projects. You can rate examples to help us improve the quality of examples.
Sets or resets allow mutate flag. If this flag is set, then all automata operations may modify automata given as input; otherwise, operations will always leave input automata languages unmodified. By default, the flag is not set.