Re: can't start solr by tomcat

2007-06-03 Thread James liu
thks,ryan, i find "required" in changes.txt 2007/6/4, Ryan McKinley < [EMAIL PROTECTED]>: > > i modifiy it and now start is ok > >> >> > > property required means? > i not find it in comment. > "required" means that the field *must* be specified when you add it to the index. If it i

Re: can't start solr by tomcat

2007-06-03 Thread Ryan McKinley
i modifiy it and now start is ok property required means? i not find it in comment. "required" means that the field *must* be specified when you add it to the index. If it isn't there, you will get an error. If you upgrade or work from trunk, make sure to read CHANGES.txt careful

can't start solr by tomcat

2007-06-03 Thread James liu
solr 1.3dev 2007-06-04(svn) tomcat log show me error information: solr 1.3dev 2007-06-04 org.apache.solr.core.SolrException: Unknown fieldtype 'string' i find it only use in shema.xml i modifiy it and now start is ok property required means? i not find it in comment. --