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: [email protected] > -----Original Message----- > From: Cristian Lorenzetto [mailto:[email protected]] > Sent: Friday, September 29, 2017 11:47 PM > To: Lucene Users <[email protected]> > 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: [email protected] For additional commands, e-mail: [email protected]
