Hi Pillip,

could you give me some more information of your environment? A first idea
that comes to my mind is to use the SearchComponents for the solution of
your problem. You could either replace the whole QueryComponent (not re-
commended) or write a (probably small) SearchComponent that creates the
Lucene query and puts it into the appropriate place in the ResponseBuilder.
If you add such a component to "first-components" in your handler-definition,
you will execute the query.

Regards,

Sven

--On Freitag, 28. Mai 2010 12:23 -0400 Phillip Rhodes <rhodebumpl...@gmail.com> wrote:

Hi.
I am building up a query with quite a bit of logic such as parentheses,
plus signs, etc... and it's a little tedious dealing with it all at a
string level.  I was wondering if anyone has any thoughts on constructing
the query in lucene and using the string representation of the query to
send to solr.

Thanks,
Phillip

Reply via email to