Re: BooleanQuery constructor

2009-09-10 Thread Shalin Shekhar Mangar
omething like a BooleanQuery constructor > that takes in a string, but this doesn't exist. The other option would be to > create a new empty Boolean Query and then deconstruct the string and > populate my new BQ, but i'm not sure how to deconstruct the string in this > way. > >

BooleanQuery constructor

2009-09-10 Thread Mike Anderson
I have a string that represents a boolean query (because I passed it in as a URL parameter), is it possible to instantiate a BooleanQuery object that represents this query? I think what I am looking for is something like a BooleanQuery constructor that takes in a string, but this doesn&#