unknown field 'name'

2010-11-23 Thread McGibbney, Lewis John
Good Evening List, I have been working with Nutch and due to numerous integration advantages I decided to get to grips with the Solr code base. Solr dist - 1.4.1 java version 1.6.0_22 Windows Vista Home Premium Command Prompt to execute commands I encountered the following problem very early on

ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Tricia Williams
Hi All, I'm trying Solr CEL outside of the example and running into trouble because I can't refer to the http://wiki.apache.org/solr/ExtractingRequestHandler (the wiki's down). After realizing I needed to copy all the jars from /example/solr/lib to my indexes /lib dir, I am now hitting th

Re: unknown field 'name'

2010-11-23 Thread Markus Jelsma
Hi, Strange, the example schema should work with the example documents. Anyway, see your Solr output as it will show you which field it complains about. Cheers, > Good Evening List, > > I have been working with Nutch and due to numerous integration advantages I > decided to get to grips with t

Re: unknown field 'name'

2010-11-23 Thread Markus Jelsma
I see i missed the `name`-part. Did you really start the example with java - jar start.jar in the example directory? Name is a defined field in the shipped schema. > Hi, > > Strange, the example schema should work with the example documents. Anyway, > see your Solr output as it will show you whi

RE: unknown field 'name'

2010-11-23 Thread sivaprasad
The field names in the xml and schema.xml should be matched -Original Message- From: "McGibbney, Lewis John [via Lucene]" Sent: Tuesday, November 23, 2010 4:01pm To: "sivaprasad" Subject: unknown field 'name' Good Evening List, I have been working

RE: unknown field 'name'

2010-11-24 Thread McGibbney, Lewis John
@lucene.apache.org Subject: RE: unknown field 'name' The field names in the xml and schema.xml should be matched -Original Message- From: "McGibbney, Lewis John [via Lucene]" Sent: Tuesday, November 23, 2010 4:01pm To: "sivaprasad" Subject: unknown field 'nam

Schema error unknown field

2010-02-18 Thread Pulkit Singhal
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?

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Walter Lewis
On 1 Oct 09, at 12:46 PM, Tricia Williams wrote: STREAM_SOURCE_INFO https://www.packtpub.com/article/indexing-data-solr-1.4-enterprise-search-server-2 appears to be a constant from this page: http://lucene.apache.org/solr/api/constant-values.html This has it embedded as an "arr" in the re

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Tricia Williams
If the wiki isn't working https://www.packtpub.com/article/indexing-data-solr-1.4-enterprise-search-server-2 gave me more information. The LucidImagination article helps too. Now that the wiki is up again it is more obvious that I need to add: fulltext text to my solrconfig.xml Tricia

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Lance Norskog
For future reference, the Solr & Lucene wikis and mailing lists are indexed on http://www.lucidimagination.com/search/ On Thu, Oct 1, 2009 at 11:40 AM, Tricia Williams wrote: > If the wiki isn't working >> >> >> https://www.packtpub.com/article/indexing-data-solr-1.4-enterprise-search-server-2 >

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Tricia Williams
Thanks Lance, I have lucid's search as one of my open search tools in my browser. Generally pretty useful (especially the ability to filter) but it's not of much help when the tool points out that the best info is on the wiki and the link to the wiki reveals that it can't be reached. This

Total newbie question: "unknown field"

2008-11-20 Thread Elise Dawn Conradi
first time) with an xml-file but I keep getting the following error report: Error: unknown field 'author' Description: The request sent by the client was syntactically incorrect The documents I am trying to index look like this: 8A7567AE1079C773 Pusey, E. B. 1800 1882

Unknown field error using JDBC

2008-11-25 Thread Joel Karlsson
Hello, I get Unknown field error when I'm indexing an Oracle dB. I've reduced the number of fields/columns in order to troubleshoot. If I change the uniqeKey to timestamp (for example) and create a dynamic field the indexing works fine, except the id-field is empty. --data-

Unknown field error using JDBC

2008-11-25 Thread Joel Karlsson
Hello, I get Unknown field error when I'm indexing an Oracle dB. I've reduced the number of fields/columns in order to troubleshoot. If I change the uniqeKey to timestamp (for example) and create a dynamic field the indexing works fine, except the id-field is empty. --data-

Re: Schema error unknown field

2010-02-18 Thread Erick Erickson
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

Re: Schema error unknown field

2010-02-18 Thread Pulkit Singhal
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

Re: Schema error unknown field

2010-02-18 Thread Erick Erickson
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..

Re: Schema error unknown field

2010-02-18 Thread Smiley, David W.
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/

Re: Schema error unknown field

2010-02-18 Thread Erick Erickson
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

Re: Total newbie question: "unknown field"

2008-11-20 Thread Elise Dawn Conradi
arc-records to make a faceted browser of digital books. So far, I've transformed the Marc-records to Solr-friendly records. I am now trying to update my index (for the first time) with an xml-file but I keep getting the following error report: Error: unknown field 'author' Descrip

Re: Total newbie question: "unknown field"

2008-11-20 Thread Erik Hatcher
On Nov 20, 2008, at 6:22 AM, Elise Dawn Conradi wrote: For a school project at the master's program in LIS at Oslo University College, I am trying to index Marc-records to make a faceted browser of digital books. Are you aware of the library projects that leverage Solr? Blacklight, VuFin

Re: Unknown field error using JDBC

2008-11-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
which version of DIH are you using? On Tue, Nov 25, 2008 at 5:24 PM, Joel Karlsson <[EMAIL PROTECTED]> wrote: > Hello, > > I get Unknown field error when I'm indexing an Oracle dB. I've reduced the > number of fields/columns in order to troubleshoot. If I change the

Re: Unknown field error using JDBC

2008-11-25 Thread Joel Karlsson
t;[EMAIL PROTECTED]> > wrote: > > Hello, > > > > I get Unknown field error when I'm indexing an Oracle dB. I've reduced > the > > number of fields/columns in order to troubleshoot. If I change the > uniqeKey > > to timestamp (for example) and cr

Re: Unknown field error using JDBC

2008-11-25 Thread Jon Baer
This sounds exactly same issue I had when going from 1.3 to 1.4 ... it sounds like DIH is trying to automagically figure out the columns :-\ - Jon On Nov 25, 2008, at 6:37 AM, Joel Karlsson wrote: Hello, I get Unknown field error when I'm indexing an Oracle dB. I've reduced the

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

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

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 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 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 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-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