Re: Problem with Wild card search in solr

2019-03-08 Thread Ahemad Ali
Hi, Yes, I verified schema and settings. They appear to be good.I am using solr 7.4 version. I see that solr creating schema on it's own when you don't supply schema. Finally I modified the schema generated by solr as needed with schema API( HTTP). Thanks,Ahemad Sent from Yahoo Mail on Android

Re: Problem with Wild card search in solr

2019-03-07 Thread Zheng Lin Edwin Yeo
Hi, Are you able to provide the required settings in your schema and solrconfig? Also, which Solr version are you using? Regards, Edwin On Fri, 8 Mar 2019 at 10:58, Ahemad Ali wrote: > Hi all,I tired creating schema with analyzer Ngramfilterfactory for the > column with min 3 and Max 35 but g

Re: Problem with Wild card search in solr

2019-03-07 Thread Ahemad Ali
Hi all,I tired creating schema with analyzer Ngramfilterfactory for the column with min 3 and Max 35 but getting while creation core saying _version_ must exist in schema.I am using solr 7.x and I have _version_ in schema but still I receive same error. Any ideas or other approch to wildcard sea