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 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 defined like this -
" <filed name="name" type="string" indexed="true" stored="true"
multiValued="true"/> "
filed => field
-Yonik