Re: Solr schema causing an error

2009-01-23 Thread Johnny X
>>>> server >>>>>> I >>>>>> get >>>>>> an error trying to reach the admin page. >>>>>> >>>>>> I know this only has something to do with my definitions in the >>>>>> schema, >>>>>> because when I tried to revert back to the default schema it worked >>>>>> again. >>>>>> >>>>>> In my new schema I took out only the example definitions I was told >>>>>> to >>>>>> and >>>>>> input the below. Can someone tell me what's wrong? >>>>>> >>>>>>>>>>> stored="true"/> >>>>>> >>>>>> >>>>>> >>>>>>>>>>> stored="true"/> >>>>>>>>>>> stored="true"/> >>>>>>>>>>> stored="true"/> >>>>>>>>>>> indexed="false" >>>>>> stored="true"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>>>>> stored="true"/> >>>>>>>>>>> stored="true"/> >>>>>>>>>>> stored="true"/> >>>>>> >>>>>> >>>>>> >>>>>> Also, what's the difference between text/string (I tried with both). >>>>>> And >>>>>> am >>>>>> I right in thinking that I could set the type to "StrField" to >>>>>> prevent >>>>>> any >>>>>> analysis pre-index? >>>>>> >>>>>> >>>>>> Cheers for the help! >>>>>> >>>>> >>>>> >>>>> >>> >>> >>> > > > -- View this message in context: http://www.nabble.com/Solr-schema-causing-an-error-tp21629485p21631084.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr schema causing an error

2009-01-23 Thread Johnny X
"true"/> >>>> >>>> >>>> >>>> >>>>>>> stored="true"/> >>>>>>> stored="true"/> >>>>>>> indexed="false" >>>> stored="true"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>>>>> stored="true"/> >>>> >>>> >>>> >>>> Also, what's the difference between text/string (I tried with both). >>>> And >>>> am >>>> I right in thinking that I could set the type to "StrField" to prevent >>>> any >>>> analysis pre-index? >>>> >>>> >>>> Cheers for the help! >>>> >>> >>> >>> > > > -- View this message in context: http://www.nabble.com/Solr-schema-causing-an-error-tp21629485p21630937.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr schema causing an error

2009-01-23 Thread Jeff Newburn
The important info you are looking for is "undefined field sku at". It looks like there may be a copyfield in the schema looking for a field named sku which does not exist. Just search "sku" in the file and see what comes up. On 1/23/09 11:15 AM, "Johnny X" wrote: > > Well here are the first

Re: Solr schema causing an error

2009-01-23 Thread Jeff Newburn
The first 10-15 lines of the jargon might help. Additionally, the full exceptions will be in the webserver logs (ie tomcat or jetty logs). On 1/23/09 10:40 AM, "Johnny X" wrote: > > Ah, gotcha. > > Where do I go to find the log messages? Obviously it prints a lot of jargon > on the admin pag

Re: Solr schema causing an error

2009-01-23 Thread Johnny X
; >> >> >> >> >> >> >> >> Also, what's the difference between text/string (I tried with both). And >> am >> I right in thinking that I could set the type to "StrField" to prevent >> any >> analysis pre-index? >> >> >> Cheers for the help! >> > > > -- View this message in context: http://www.nabble.com/Solr-schema-causing-an-error-tp21629485p21630425.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr schema causing an error

2009-01-23 Thread Jeff Newburn
Are there any error log messages? The difference between a string and text is that string is basically stored with no modification (it is the solr.StrField). The text type is actually defined in the fieldtype section and usually contains a tokenizer and some analyzers (usually stemming, lowercasi

Solr schema causing an error

2009-01-23 Thread Johnny X
#x27;s the difference between text/string (I tried with both). And am I right in thinking that I could set the type to "StrField" to prevent any analysis pre-index? Cheers for the help! -- View this message in context: http://www.nabble.com/Solr-schema-causing-an-error-tp21629485p21629485.htm