Re: No Live SolrServer available to handle this request

2017-12-15 Thread Selvam Raman
Hi Steve, i have raised the jira ticket SOLR-11764 . I am happy to work with you to solve this problem. Thanks, selvam R On Thu, Dec 7, 2017 at 2:48 PM, Steve Rowe wrote: > Hi Selvam, > > This sounds like it may be a bug -

Re: No Live SolrServer available to handle this request

2017-12-07 Thread Steve Rowe
Hi Selvam, This sounds like it may be a bug - could you please create a JIRA? (See for more info.) Thanks, -- Steve www.lucidworks.com > On Dec 6, 2017, at 9:56 PM, Selvam Raman wrote:

Re: No Live SolrServer available to handle this request

2017-12-06 Thread Selvam Raman
Yes. you are right. we are using preanalyzed field and that causing the problem. The actual problem is preanalyzed with highlight option. if i disable highlight option it works fine. Please let me know if there is work around to solve it. On Wed, Dec 6, 2017 at 10:19 PM, Erick Erickson

Re: No Live SolrServer available to handle this request

2017-12-06 Thread Erick Erickson
This looks like you're using "pre analyzed fields" which have a very specific format. PreAnalyzedFields are actually pretty rarely used, did you enable them by mistake? On Tue, Dec 5, 2017 at 11:37 PM, Selvam Raman wrote: > When i look at the solr logs i find the below

Re: No Live SolrServer available to handle this request

2017-12-05 Thread Selvam Raman
When i look at the solr logs i find the below exception Caused by: java.io.IOException: Invalid JSON type java.lang.String, expected Map at org.apache.solr.schema.JsonPreAnalyzedParser.parse(JsonPreAnalyzedParser.java:86) at

No Live SolrServer available to handle this request

2017-12-05 Thread Selvam Raman
When i am firing query it returns the doc as expected. (Example: q=synthesis) I am facing the problem when i include wildcard character in the query. (Example: q=synthesi*) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at