Re: issue with Lucene UpdateDocument

2020-03-01 Thread Michael Sokolov
So -- you update a single document and the call to updateDocument takes 3 minutes? Or you update a single document and call commit() and that takes 3 minutes? Or -- you update 10 documents and call commit() and that takes 3 minutes? We can't help you with the level of detail you've provided. As

RE: issue with Lucene UpdateDocument

2020-02-27 Thread Jyothsna Bavisetti
HI Team, 1.We Upgraded Lucene 4.6 to 8+, After upgrading we are facing issue with UpdateDocument API. We are using UpdateDocument for editing existing records and adding new records. 2.Adding a new record to the index file is working fine. 3.When we are trying to edit one of record from

issue with Lucene UpdateDocument

2020-02-18 Thread Jyothsna Bavisetti
HI Team, 1.We Upgraded Lucene 4.6 to 8+, After upgrading we are facing issue with UpdateDocument API. We are using UpdateDocument for editing existing records and adding new records. 2.Adding a new record to the index file is working fine. 3.When we are trying to edit one of record from