: Here's what's in my schema:
: 
: <field name="price" type="float" indexed="true" stored="true"/>
: 
: Which is exactly what was in the original example schema.

but what does hte "version" property of your schema say (at the top) this 
is what's in the example...

<schema name="example" version="1.3">
  <!-- attribute "name" is the name of this schema and is only used for display 
purposes.
       Applications should change this to reflect the nature of the search 
collection.
       version="1.2" is Solr's version number for the schema syntax and 
semantics.  It should
       not normally be changed by applications.
       1.0: multiValued attribute did not exist, all fields are multiValued by 
nature
       1.1: multiValued attribute introduced, false by default 
       1.2: omitTermFreqAndPositions attribute introduced, true by default 
except for text fields.
       1.3: removed optional field compress feature
     -->


-Hoss

Reply via email to