Re: Working with Query classes

2010-03-10 Thread Matt Honeycutt
2010 8:23 AM > To: [email protected] > Subject: RE: Working with Query classes > > I'm no power user, but I hunted for something similar and ended up > switching off the concrete type like you mentioned. It's not even clear > to me which concrete Query ty

RE: Working with Query classes

2010-03-10 Thread Michael Garski
-Original Message- From: Mike Schenk [mailto:[email protected]] Sent: Wednesday, March 10, 2010 8:23 AM To: [email protected] Subject: RE: Working with Query classes I'm no power user, but I hunted for something similar and ended up switching off the concrete type lik

RE: Working with Query classes

2010-03-10 Thread Digy
:59 PM To: [email protected] Subject: Working with Query classes Is there a "good" way to work with Query and its concrete implementations? I'd like to display a graphical representation of the user's query. We're parsing the user's input using the sta

RE: Working with Query classes

2010-03-10 Thread Mike Schenk
[email protected]] Sent: Wednesday, March 10, 2010 6:59 AM To: [email protected] Subject: Working with Query classes Is there a "good" way to work with Query and its concrete implementations? I'd like to display a graphical representation of the user's query.

Working with Query classes

2010-03-10 Thread Matt Honeycutt
Is there a "good" way to work with Query and its concrete implementations? I'd like to display a graphical representation of the user's query. We're parsing the user's input using the standard QueryParser class. What I'd like to do is extract all the criteria from the query and display them, but