Re: Keep having error on "unknown field"

2007-06-15 Thread Ryan McKinley
Chris Hostetter wrote: : SOLR-133 includes this fix... it squawks if it hits an unknown tag. Really? i thought SOLR-133 only changed the way the incoming XML is parsed, is it also changing hte way the schema.xml is parsed? Sorry my mistake -- It parses incoming XML spitting out errors if th

Re: Keep having error on "unknown field"

2007-06-14 Thread Chris Hostetter
: SOLR-133 includes this fix... it squawks if it hits an unknown tag. Really? i thought SOLR-133 only changed the way the incoming XML is parsed, is it also changing hte way the schema.xml is parsed? as i understand it the update message was correctly formated, it just refered to a field that

Re: Keep having error on "unknown field"

2007-06-14 Thread Ryan McKinley
SOLR-133 includes this fix... it squawks if it hits an unknown tag. Walter Underwood wrote: Do we have a bug filed on this? Solr really should have complained about the unknown element. --wunder On 6/14/07 4:54 PM, "Tiong Jeffrey" <[EMAIL PROTECTED]> wrote: arh! i spent 6-7 hours on this er

Re: Keep having error on "unknown field"

2007-06-14 Thread Walter Underwood
Do we have a bug filed on this? Solr really should have complained about the unknown element. --wunder On 6/14/07 4:54 PM, "Tiong Jeffrey" <[EMAIL PROTECTED]> wrote: > arh! i spent 6-7 hours on this error and didnt see this! thanks! > > On 6/15/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: >> >>

Re: Keep having error on "unknown field"

2007-06-14 Thread Tiong Jeffrey
arh! i spent 6-7 hours on this error and didnt see this! thanks! On 6/15/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/14/07, Tiong Jeffrey <[EMAIL PROTECTED]> wrote: > The error is - > "SEVERE: org.apache.solr.core.SolrException: ERROR:unknown field 'name'..." > > In my schema, it was defin

Re: Keep having error on "unknown field"

2007-06-14 Thread Yonik Seeley
On 6/14/07, Tiong Jeffrey <[EMAIL PROTECTED]> wrote: The error is - "SEVERE: org.apache.solr.core.SolrException: ERROR:unknown field 'name'..." In my schema, it was defined like this - " " filed => field -Yonik

Keep having error on "unknown field"

2007-06-14 Thread Tiong Jeffrey
Hi, When I tried to use jetty to index my xml, i kept getting the following error even though I have defined properly in the schema.xml. The error is - "SEVERE: org.apache.solr.core.SolrException: ERROR:unknown field 'name'..." In my schema, it was defined like this - " " The only differe