e.org
Subject: Re: Undefined field problem.
Further to the prev msg: Here's an extract from my current schema.xml:
The original schema.xml had the last 3 fields in the order toptipp,
active_cruise and non_grata. Active_cruise and non_grata were also defined
as type="int&q
unless you're manually typing things and did a typo, your problem is that
your csv file defines:
active_cruises
and your schema has
active_cruise
Note the lack of an 's'...
Best
Erick
On Mon, Mar 25, 2013 at 6:30 AM, Mid Night wrote:
> Further to the prev msg: Here's an extract from my curr
Further to the prev msg: Here's an extract from my current schema.xml:
The original schema.xml had the last 3 fields in the order toptipp,
active_cruise and non_grata. Active_cruise and non_grata were also defined
as type="int". I changed the order and field types in my attem
Hi,
I recently added a new field (toptipp) to an existing solr schema.xml and
it worked just fine. Subsequently I added to more fields (active_cruises
and non_grata) to the schema and now I get this error:
4006undefined
field: "active_cruise"400
My solr db is populated via a program that c