Lucene index corruption on HDFS

2014-07-14 Thread varun sharma
I am building my code using Lucene 4.7.1 and Hadoop 2.4.0 . Here is what I am trying to do Create Index 1. Build index in RAMDirectory based on data stored on HDFS . 2. Once built , copy the index onto HDFS. Search Index 1. Bring in the index stored on HDFS into RAMDirector

Re: Lucene index corruption on HDFS

2014-08-20 Thread varun sharma
Please do help here. Thank you , Varun. On Tuesday, 15 July 2014 2:14 PM, varun sharma wrote: I am building my code using Lucene 4.7.1 and Hadoop 2.4.0 . Here is what I am trying to do Create Index 1. Build index in RAMDirectory based on data stored on HDFS . 2. Once

Lucene cpu utilization & scoring

2021-08-20 Thread Varun Sharma
Hi, We have a large index that we divide into X lucene indices - we use lucene 6.5.0. On each of our serving machines serves 8 lucene indices in parallel. We are getting realtime updates to each of these 8 indices. We are seeing a couple of things: a) When we turn off realtime updates, performanc

Re: Lucene cpu utilization & scoring

2021-08-20 Thread Varun Sharma
osts you are seeing are related to computing scores and not required > for matching? > > -Mike > > On Fri, Aug 20, 2021 at 2:02 PM Varun Sharma > wrote: > > > > Hi, > > > > We have a large index that we divide into X lucene indices - we use > lucene &g