Re: Reading Solr index

2014-04-07 Thread Dmitry Kan
r verisons > with > > no luck. > > Gives me an error message. > > > > Is there a way of reading the data? > > > > I would like to convert the file to a readable format where i can see the > > terms it holds from the documents etc. > > > > Pleas

Reading Solr index

2014-04-07 Thread azhar2007
holds from the documents etc. Please Help!! -- View this message in context: http://lucene.472066.n3.nabble.com/Reading-Solr-index-tp4129662.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Reading Solr index

2014-04-07 Thread François Schiettecatte
t; -- > View this message in context: > http://lucene.472066.n3.nabble.com/Reading-Solr-index-tp4129662.html > Sent from the Solr - User mailing list archive at Nabble.com. signature.asc Description: Message signed with OpenPGP using GPGMail

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