Hi Binoy, I copied the entire file schema.xml from the working example provided by solr itself. Solr provided dih example i'm able to run successfully .How could this be a problem?
On Fri, Apr 1, 2016 at 12:39 AM, Binoy Dalal <binoydala...@gmail.com> wrote: > Somewhere in your schema you've defined a field with type as "booleans". > You should check if you've made a typo somewhere by adding that extra s > after boolean. > Else if it is a separate field that you're looking to add, define a new > fieldtype called booleans. > > All the info to help you with this 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, <send2mymail...@gmail.com> wrote: > > > 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 > > > -- > Regards, > Binoy Dalal >