Hey Shalin,
My thought was to build a component using DSC, but not for the actual
client. The client (for this application) would still be using an HTTP
connection. I'm happy to hear this approach is valid. If I need efficiency,
I can still use the lower level objects.
Do you or anyone else know
On Sat, Jul 11, 2009 at 2:00 AM, Matt Mitchell wrote:
>
> I'm experimenting with Solr components. I'd like to be able to use a
> nice-high-level querying interface like the DirectSolrConnection or
> EmbeddedSolrServer provides. Would it be considered absolutely insane to
> use
> one of those *wit
Hi,
I'm experimenting with Solr components. I'd like to be able to use a
nice-high-level querying interface like the DirectSolrConnection or
EmbeddedSolrServer provides. Would it be considered absolutely insane to use
one of those *within a component* (using the same core instance)?
Matt