On Sat, Jul 11, 2009 at 2:00 AM, Matt Mitchell <goodie...@gmail.com> 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 *within a component* (using the same core instance)? > I don't see a reason why it won't work. The only thing is that you may lose some flexibility/efficiency because you won't be dealing with low level structures. However, if it is something that can be done with EmbeddedSolrServer, it can be done on the client too, no? -- Regards, Shalin Shekhar Mangar.