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 <send2mymail...@gmail.com> wrote: > Hi Jack, > > I copied schema.xml from solr-5.5.0\example\example-DIH\solr\db\conf\ > to \solr-5.5.0\server\solr\myDatabase\conf\ > I've attached the file too. > > @Shawn > The file does not have any field which defined as <field name="somefield" > type="booleans" indexed="true" stored="true"/> > > > On Fri, Apr 1, 2016 at 9:13 AM, Jack Krupansky <jack.krupan...@gmail.com> > wrote: > >> Exactly which file did you copy? Please give the specific directory. >> >> -- Jack Krupansky >> >> On Thu, Mar 31, 2016 at 3:24 PM, Girish Tavag <send2mymail...@gmail.com> >> wrote: >> >> > 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 >> > > >> > >> > >