You could break the input stream up and construct a BooleanQuery from a series of PrefixQuerys, but there's nothing automatic that I know of.
Best Erick On Mon, Sep 26, 2011 at 5:30 AM, Michael Szediwy <[email protected]> wrote: > Hi, > > is it possible to convert a query like "un lis" to "un* lis*" > automatically using lucene API? > Thanks in advance for your answer. > > Cheers > > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
