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.
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
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