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.
Nutch
- Original Message
> From: Andy
> To: java-user@lucene.apache.org
> Sent: Thursday, April 9, 2009 3:56:44 PM
> Subject: Index in text format
>
> Is there a way to have lucene to write index in a txt file?
-
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
Is there a way to have lucene to write index in a txt file?