Re: Index in text format

2009-04-24 Thread Andrzej Bialecki
Otis Gospodnetic wrote: No. But you could look at an existing index, pull out one Document at a time, pull out any stored Field values from each Document, and write those to a text file. You'd have to write the code for this yourself. Actually, the latest version of Luke (http://www.getopt.

Re: Index in text format

2009-04-24 Thread Otis Gospodnetic
No. But you could look at an existing index, pull out one Document at a time, pull out any stored Field values from each Document, and write those to a text file. You'd have to write the code for this yourself. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Origin

Re: Index in text format

2009-04-09 Thread Paul Elschot
On Thursday 09 April 2009 21:56:44 Andy wrote: > Is there a way to have lucene to write index in a txt file? No. You could try a hexdump of the index file(s), but that isn't really human readable. Instead of that you may want to try Luke: http://www.getopt.org/luke/ Regards, Paul Elschot