Oops, got my Manning MEAP edition of LIA II mixed up with my PACKT SOLR 1.4
book.
But some author guy caught my gaffe ...
Erick
On Thu, Feb 18, 2010 at 5:13 PM, Smiley, David W. wrote:
> On Feb 18, 2010, at 3:27 PM, Erick Erickson wrote:
>
> > The Manning book for SOLR or LucidWorks are good r
On Feb 18, 2010, at 3:27 PM, Erick Erickson wrote:
> The Manning book for SOLR or LucidWorks are good resources
And of course the PACKT book ;-)
~ David Smiley
Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/
NP. And I see why you'd be confused... What's actually happening
is that if you're using the tutorial to make things run, a lot
is happening under the covers. In particular, you're switching to
the solr/example directory where you're invoking the start.jar, which
is pre-configured to bring up the..
I guess my n00b-ness is showing :)
I started off using the instructions directly from
http://wiki.apache.org/solr/Solrj and there was no mention of schema
there and even after gettign this error and searching for schema.xml
in the wiki ... I found no meaningful hits so I thought it best to
ask.
W
Add desc as a in your schema.xml
file would be my first guess.
Providing some explanation of what you're trying to do
would help diagnose your issues.
HTH
Erick
On Thu, Feb 18, 2010 at 12:21 PM, Pulkit Singhal wrote:
> I'm getting the following exception
> SEVERE: org.apache.solr.common.So
I'm getting the following exception
SEVERE: org.apache.solr.common.SolrException: ERROR:unknown field 'desc'
I'm wondering what I need to do in order to add the "desc" field to
the Solr schema for indexing?