Did you check the log file?

How are you adding data to Solr? Show us the actual input document or code.

-- Jack Krupansky

-----Original Message----- From: Dotan Cohen Sent: Thursday, September 13, 2012 5:31 PM To: solr-user@lucene.apache.org Subject: Cannot insert text into solr.StrField field
Consider the following field:

<types>
   <fieldType name="string" class="solr.StrField" omitNorms="true"/>
</types>
<fields>
   <field name="someField" type="string" stored="true"
multiValued="false" indexed="true"/>
</fields>

Strings of the following format cannot be entered into this field:
Wed, 12 Sep 2012 11:52:20 +0000

I get the following error:
'400' Status: Bad Request

Numeric strings are entered without problems, such as this:
1347450740

Why might this be?

--
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com

Reply via email to