How to achieve real-time index search in lucene

2016-01-05 Thread Alok Bhandari
Hello , I am using lucene 5.2 , in one scenario I need to index few docs , and if a document is already indexed then update it. If a situation comes where I just indexed a doc and now need to update it , but it adds 2 independent entries instead of updating the first one. This is because unless

Index Corruption, lucene 5.0 codec, term posting.

2016-01-05 Thread Krishnamurthy, Kannan
Greetings. We are seeing index corruption on one of our index. The index is 30GB with 169 fields, created using Lucene 5.2.1 and lucene 5.0 codec, no deletes and is optimized. We see an " Invalid vLong detected (negative values disallowed)" while checking the field posting. However the chec

RE: Index Corruption, lucene 5.0 codec, term posting.

2016-01-05 Thread Uwe Schindler
Hi, > We are seeing index corruption on one of our index. The index is 30GB with > 169 fields, created using Lucene 5.2.1 and lucene 5.0 codec, > > no deletes and is optimized. > > > We see an " Invalid vLong detected (negative values disallowed)" while > checking the field posting. However the

Re: How to achieve real-time index search in lucene

2016-01-05 Thread Alok Bhandari
Is any one aware of how to achieve this ? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-achieve-real-time-index-search-in-lucene-tp4248648p4248807.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --