Re: Reading Solr Index directly

2010-11-18 Thread Erick Erickson
See below: On Thu, Nov 18, 2010 at 2:59 AM, Sasank Mudunuri wrote: > Hi, > > I've been poking around the JavaDocs a bit, and it looks like it's possible > to directly read the index using the Solr Java API. Hoping to clarify a > couple of things -- > > 1) Do I need to read the index with Solr AP

Reading Solr Index directly

2010-11-17 Thread Sasank Mudunuri
Hi, I've been poking around the JavaDocs a bit, and it looks like it's possible to directly read the index using the Solr Java API. Hoping to clarify a couple of things -- 1) Do I need to read the index with Solr APIs, or can I use Lucene (PyLucene is particularly attractive...)? If so, how wary