Re: Write.lock issue in apache SOLR using AnalyzingInfixLookupFactory

2016-06-23 Thread Erick Erickson
What is the exact error message you receive? What is the query you send? And what version of Solr are you using? Best, Erick On Wed, Jun 22, 2016 at 1:55 PM, Abhijit Pawar wrote: > Hello, > > I am developer working on apache SOLR implementation here developing an > application where I am using

Write.lock issue in apache SOLR using AnalyzingInfixLookupFactory

2016-06-22 Thread Abhijit Pawar
Hello, I am developer working on apache SOLR implementation here developing an application where I am using auto-suggest feature.After few search requests in the textbox it starts throwing the write.lock error. I am using AnalyzingInfixLookupFactory for my Search Suggest Component as shown below