Re: Index one huge text file

2011-07-25 Thread Konstantyn Smirnov
) ) String line while( null != (line = lnr.readLine()) ){ // do stuff with line } 30 min ago I wrote a script to read a file of 20k lines and sort its' lines alphabetically, and it took like 1.5 sec. -- View this message in context: http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp

Re: Index one huge text file

2011-07-22 Thread starz10de
file and index sentence by sentence. Is it possible to do so? -- View this message in context: http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp3191605p3191669.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Index one huge text file

2011-07-22 Thread Shashi Kant
retrieve its equivalence in the second language. >> >> This I did by splitting the file and consider each sentence as text file. >> However, this really takes long time to do for many huge text files. >> >> >> -- >> View this message in context: >> htt

Re: Index one huge text file

2011-07-22 Thread Glen Newton
ge in context: > http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp3191605p3191628.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: java-user-unsubsc

Re: Index one huge text file

2011-07-22 Thread starz10de
I can save the sentences in lucene index as extra field which i can call for example "sentence_content" -- View this message in context: http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp3191605p3191637.html Sent from the Lucene - Java Users mailing list archive at

Re: Index one huge text file

2011-07-22 Thread starz10de
the second language. This I did by splitting the file and consider each sentence as text file. However, this really takes long time to do for many huge text files. -- View this message in context: http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp3191605p3191628.html Sent from the

Re: Index one huge text file

2011-07-22 Thread Glen Newton
me to split each file. > > Thanks  in advance > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp3191605p3191605.html > Sent from the Lucene -

Index one huge text file

2011-07-22 Thread starz10de
huge documents and it take long time to split each file. Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Index-one-huge-text-file-tp3191605p3191605.html Sent from the Lucene - Java Users mailing list archive at Nabble.com