I use Lucene's IndexOutput to dump index contents to a file, I use
createOutput method in FSDirectory to create the file in the directory with
the given name and use writeString and writeInt to write into it.
The createOutput method though creates a new file each time, is there anyway
that I can
Hi,
I have a lucene document which has a field which appears repeatedly in the
document, I use doc.getFieldables(fieldName) to get the field values; when
the number of fields become huge; getting the field values is taking up a
lot of memory, is there some other way that I could get the field val