On 9/27/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 9/27/06, Ken Krugler <[EMAIL PROTECTED]> wrote:
> The immediate problem I ran into is that the notion of Solr running
> inside of a servlet container currently penetrates deep into the
> bowels of the code. Even below the core level, calls are being made
> to extract query parameters from a URL.
That's wrapped up in SolrQueryParams, which has a non-servlet version though.
The unit tests use this to run outside of a container.
Make that SolrQueryRequest. The local version is
http://incubator.apache.org/solr/docs/api/org/apache/solr/request/LocalSolrQueryRequest.html
-Yonik