I use automaton query to combine fuzzy and wildcard query.(for example a
query on "*lucy*" should also return "*lucene*"). That's working great.

Now, if I search for "*lucy Automaton query*", I want all the documents
containing *lucene* or *Automaton* or *query* or *lucene Automaton* or *lucene
query* or *automaton query* or *lucene Automaton query*.

Is *OR *search is possible using automaton?

Reply via email to