Re: storing the contents of a document in the lucene index

2008-07-30 Thread Erick Erickson
TermDocs dok = ir.termDocs(); > >> > dok.seek(termEnum); > >> > while (dok.next()) { > >> > System.out.println(termEnum.term().text().trim()); > >>

Re: storing the contents of a document in the lucene index

2008-07-24 Thread starz10de
while (dok.next()) { >> > System.out.println(termEnum.term().text().trim()); >> > } >> > >> > I can print the text files before indexing them, but because of >> encoding >> > issues i like to print them from the index

Re: storing the contents of a document in the lucene index

2008-07-23 Thread Erick Erickson
ause of encoding > > issues i like to print them from the index. > > As i know the content of the document(whole text) is also stored in the > > index, my question how to print this content. > > > > so at the end i will print the path of the current document , index terms

Re: storing the contents of a document in the lucene index

2008-07-23 Thread starz10de
in the > index, my question how to print this content. > > so at the end i will print the path of the current document , index terms > and the content of the document > > > thanks in advance > -- View this message in context: http://www.nabble.com/storing-the-contents-o

Re: storing the contents of a document in the lucene index

2008-07-22 Thread Erick Erickson
ontent of the document > > > thanks in advance > -- > View this message in context: > http://www.nabble.com/storing-the-contents-of-a-document-in-the--lucene-index-tp18595855p18595855.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --

storing the contents of a document in the lucene index

2008-07-22 Thread starz10de
://www.nabble.com/storing-the-contents-of-a-document-in-the--lucene-index-tp18595855p18595855.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands