<<<I indexed a large number of large documents, but I did not index the document themselves.>>>
This is really confusing since it's self-contradictory. Could you post the lines where you do the document.add() for the fields in question? Best Erick On 8/3/07, tierecke <[EMAIL PROTECTED]> wrote: > > > Hi, > > I indexed a large number of large documents, but I did not index the > document themselves. > Now I am interested in getting the vector (i.e.: the terms indexed and the > frequency) of that indexed but unstored field. > doc.getField (fieldname) returns null. > How can I get the data? It must be there, since it's a part of the index, > or > am I wrong? > > Would be grateful for a quick result (need to submit data for a conference > this weekend). > thanks, > Nir. > -- > View this message in context: > http://www.nabble.com/Get-the-TokenStream-of-an-indexed-but-unstored-field-tf4211430.html#a11980001 > Sent from the Lucene - Java Users mailing list archive at Nabble.com. >