PROTECTED] On Behalf Of Yonik
Seeley
Sent: Wednesday, August 08, 2007 6:43 PM
To: solr-user@lucene.apache.org
Subject: Re: Retrieving a float field
On 8/8/07, Seema Khandkar <[EMAIL PROTECTED]> wrote:
> Hi solr-users,
>
> If I have a float field (sfloat) stored and indexed in a solr inde
On 8/8/07, Seema Khandkar <[EMAIL PROTECTED]> wrote:
> Hi solr-users,
>
> If I have a float field (sfloat) stored and indexed in a solr index, how
> can I retrieve it within a plugin?=20
>
> Example:
> Document doc =3D solrIndexSearcher.doc(id);=20 String price =3D
> doc.get("price");=20
>
> The "p