Re: Using DirectConnection or EmbeddedSolrServer, within a component

2009-07-13 Thread Matt Mitchell
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

Re: Using DirectConnection or EmbeddedSolrServer, within a component

2009-07-13 Thread Shalin Shekhar Mangar
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

Using DirectConnection or EmbeddedSolrServer, within a component

2009-07-10 Thread Matt Mitchell
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