
nithinkamathm at gmail
Feb 8, 2010, 12:40 AM
Post #1 of 1
(386 views)
Permalink
|
|
Lucene document get values
|
|
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 values probably in a more efficient way. thanks & regards nithin -- View this message in context: http://old.nabble.com/Lucene-document-get-values-tp27496756p27496756.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|