You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by antoniosi <an...@gmail.com> on 2011/05/26 00:20:13 UTC

indexing numbers

Hi,

How does solr index a numeric value? Does it index it as a string or does it
keep it as a numeric value?

Thanks.

--
View this message in context: http://lucene.472066.n3.nabble.com/indexing-numbers-tp2986424p2986424.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing numbers

Posted by Rob Casson <ro...@gmail.com>.
the default schema.xml provided in the Solr distribution is
well-documented, and a good place to get started (including numeric
fieldTypes):

     http://wiki.apache.org/solr/SchemaXml

Lucid Imagination also provides a nice reference guide:

     http://www.lucidimagination.com/Downloads/LucidWorks-for-Solr/Reference-Guide

hope that helps,
rob

On Wed, May 25, 2011 at 6:20 PM, antoniosi <an...@gmail.com> wrote:
> Hi,
>
> How does solr index a numeric value? Does it index it as a string or does it
> keep it as a numeric value?
>
> Thanks.
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/indexing-numbers-tp2986424p2986424.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>