Wrong case for <fieldType> ? Though I would have through Solr would complaint about that when it hits dynamicField with unknown type.
Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Wed, Apr 24, 2013 at 4:59 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > I have added that fields: > > <field name="text" type="text_general" indexed="true" stored="true"/> > <dynamicField name="attr_*" type="text_general" indexed="true" > stored="true" multiValued="true"/> > <dynamicField name="ignored_*" type="ignored"/> > > and I have that definition: > > <fieldtype name="ignored" stored="false" indexed="false" multiValued="true" > class="solr.StrField" /> > > here is my error: > > <?xml version="1.0" encoding="UTF-8"?> > <response> > <lst name="responseHeader"> > <int name="status">400</int> > <int name="QTime">4154</int> > </lst> > <lst name="error"> > <str name="msg">ERROR: [doc=1] unknown field 'ignored_meta'</str> > <int name="code">400</int> > </lst> > </response> > > What should I do more? > > 2013/4/24 Erik Hatcher <erik.hatc...@gmail.com> > >> Also, at Solr startup time it logs what it loads from those <lib> >> elements, so you can see whether it is loading the files you intend to or >> not. >> >> Erik >> >> On Apr 24, 2013, at 10:05 , Alexandre Rafalovitch wrote: >> >> > Have you tried using absolute path to the relevant urls? That will >> > cleanly split the problem into 'still not working' and 'wrong relative >> > path'. >> > >> > Regards, >> > Alex. >> > On Wed, Apr 24, 2013 at 9:02 AM, Furkan KAMACI <furkankam...@gmail.com> >> wrote: >> >> <lib dir="../../../contrib/extraction/lib" regex=".*\.jar" /> >> >> <lib dir="../../../dist/" regex="solr-cell-\d.*\.jar" /> >> > >> > >> > >> > Personal blog: http://blog.outerthoughts.com/ >> > LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch >> > - Time is the quality of nature that keeps events from happening all >> > at once. Lately, it doesn't seem to be working. (Anonymous - via GTD >> > book) >> >>