I think this is a simple question; or dont know. Is there a way to 
automatically convert all tokens to wildcard query with any given input.

ie, if I enter 'n' it will convert that to 'n*'.  Also, I am using multiple 
fields, so this is how I presently have it.

MultiFieldQueryParser parser = new MultiFieldQueryParser( fields, analyzer);
        
Query obj = parser.parse(line);

url_title:n full_name:n keywords:n

is it possible to generate

url_title:n* full_name:n* keywords:n*

with only an input of 'n'

--
Berlin Brown
[berlin dot brown at gmail dot com]
http://botspiritcompany.com/botlist/?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to