Re: join on two txt files data using apache lucene

2017-07-13 Thread Phaneendra N
Hey Nizamuddin, I think you missed screenshot :-) Cheers! On Fri, Jul 14, 2017 at 4:34 AM, Shaik Nizamuddin wrote: > Hi Mike, > > I have a use case . > > I have 2 .txt files containg 10 millions of record (please find an > attached screen shot). i want to do inner join using apache lucene. >

Re: Warning from java-user@lucene.apache.org

2016-08-23 Thread Phaneendra N
, it's always best to send plain text. You use gmail so it > should be in the lower right, click the little triangle to the right > of the garbage can and you'll see the option. > > Best, > Erick > > On Mon, Aug 22, 2016 at 10:40 PM, Phaneendra N > wrote: > >

Fwd: Warning from java-user@lucene.apache.org

2016-08-22 Thread Phaneendra N
Hi, Is there anything i can do from my end to fix this bouncing problem? I'm not sure what is wrong with my id. I am able to send/receive e-mails. Anyone please advise. Thanks Phaneendra -- Forwarded message -- From: Date: Tue, Aug 23, 2016 at 4:21 AM Subject: Warning from java

Re: Re: memory cost in forceMerge(1)

2015-08-11 Thread Phaneendra N
There could be other applications running on the machine with 24 GB memory? Which would result in total available memory less than what is required. In this case there may be disk swap, which would take long time. In theory, if you run this test on machines with memory 50 GB and 100 GB in this case

Re: How to index & search arrays of double?

2015-08-06 Thread Phaneendra N
Hello Stan, Great question. I come across with one such implementation based on lucene. Its called LIRE . This is an open source project. http://www.lire-project.net/ You might get some ideas there. Please let me know if you find answers to your specific questions there. I'm curious. Thanks Phan