Hi, You can create your own parser and create the Automaton out of it. There are many APIs to add different types of accept states/.... You can then execute it using AutomatonQuery. E.g., the Regex or Wildcard parsers are creating automatons programmatically, first parsing the string and then constructing the automaton.
Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Cristian Lorenzetto [mailto:cristian.lorenze...@gmail.com] > Sent: Friday, September 29, 2017 11:47 PM > To: Lucene Users <java-user@lucene.apache.org> > Subject: Binary Automaton > > Hi , it is possible to create a Automaton in lucene parsing not a string > but a byte array? --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org