Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
Sat, Apr 2, 2016 at 2:21 AM, Shawn Heisey wrote: > On 4/1/2016 1:24 PM, Girish Tavag wrote: > > Finally i'm able to figure out the problem. The issue was in > > solrconfig.xml where the booleans was defined. I replaced booleans with > > boolean and other similar file

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
Hi Shawn, Finally i'm able to figure out the problem. The issue was in solrconfig.xml where the booleans was defined. I replaced booleans with boolean and other similar fileds and it worked correctly :) Regards, GNT.

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
info/system params={wt=json&_=1459535057440} status=0 QTime=41 Regards, GNT On Sat, Apr 2, 2016 at 12:01 AM, Shawn Heisey wrote: > On 4/1/2016 12:11 PM, Girish Tavag wrote: > > I copied schema.xml from solr-5.5.0\example\example-DIH\solr\db\conf\ > > to \solr-5.5.0\server\

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
Here is the error message "*myDatabase:* org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: fieldType 'booleans' not found in the schema" On Fri, Apr 1, 2016 at 11:41 PM, Girish Tavag wrote: > Hi Jack, > > I copied schema.xml from solr-5.5.

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
file did you copy? Please give the specific directory. > > -- Jack Krupansky > > On Thu, Mar 31, 2016 at 3:24 PM, Girish Tavag > wrote: > > > Hi Binoy, > > > > I copied the entire file schema.xml from the working example provided by > > solr itself. Solr

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-03-31 Thread Girish Tavag
his can be found here: > > https://cwiki.apache.org/confluence/display/solr/Documents,+Fields,+and+Schema+Design > > I higly recommend that you go through the documentation before starting. > > On Fri, 1 Apr 2016, 00:34 Girish Tavag, wrote: > > > Hi, > > > > I a

Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-03-31 Thread Girish Tavag
Hi, I am new to solr, I started using this only from today, when I wanted to create dih, i'm getting the below error. SolrException: fieldType 'booleans' not found in the schema What does this mean? and How to resolve this. Regards, GNT