: 2) Submit to a different servlet of my own design, which interprets the
: form input, forms the Lucene query string, adds it to a SOLR request
: URL, gets the output of the REST response and does something with it,
: probably doing an XSLT transformation. This method resembles how my old
: app
I'm looking to use SOLR to replace the search components of a
Lucene-based application I built a few years ago. One bit of
functionality that I'm not seeing is how to handle form input and
translate it to Lucene QueryParser syntax to pass into the SOLR servlet.
An example of the kind of searc