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 AlexxelA <al...@canoe.ca> on 2009/04/16 16:07:07 UTC

Stored Document encoding

I'm using the DataImportHandler and my database is in "latin1".  When i
retreive documents that i have indexed in solr they seem to have been
converted in utf-8. Is it normal ?  Is it possible to store in latin1 in
solr ?
-- 
View this message in context: http://www.nabble.com/Stored-Document-encoding-tp23078724p23078724.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Stored Document encoding

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@gmail.com>.
I guess strings are stored by lucene in utf-8 always. BTW As you pass
the Object as a String the encoding is lost

On Thu, Apr 16, 2009 at 7:37 PM, AlexxelA <al...@canoe.ca> wrote:
>
> I'm using the DataImportHandler and my database is in "latin1".  When i
> retreive documents that i have indexed in solr they seem to have been
> converted in utf-8. Is it normal ?  Is it possible to store in latin1 in
> solr ?
> --
> View this message in context: http://www.nabble.com/Stored-Document-encoding-tp23078724p23078724.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>



-- 
--Noble Paul