On Sep 6, 2010, at 7:59 AM, Yonik Seeley wrote:
> On Mon, Sep 6, 2010 at 10:30 AM, Walter Underwood
> wrote:
>> On Sep 6, 2010, at 1:49 AM, Lance Norskog wrote:
>>
>>> 1) The XML file must include the UTF-8 encoding metadata in the first line.
>>
>> If it requires that, it isn't a legal XML p
On Mon, Sep 6, 2010 at 10:30 AM, Walter Underwood wrote:
> On Sep 6, 2010, at 1:49 AM, Lance Norskog wrote:
>
>> 1) The XML file must include the UTF-8 encoding metadata in the first line.
>
> If it requires that, it isn't a legal XML parser. The encoding declaration is
> optional and it defaults
On Sep 6, 2010, at 1:49 AM, Lance Norskog wrote:
> 1) The XML file must include the UTF-8 encoding metadata in the first line.
If it requires that, it isn't a legal XML parser. The encoding declaration is
optional and it defaults to UTF-8.
wunder
--
Walter Underwood
Hi,
Solr is only able to handle unicode (UTF-8).
Make really sure that you push it into the index in the correct encoding.
See my (accepted ;-)) answer:
http://stackoverflow.com/questions/3086367/how-to-view-the-xml-documents-sent-to-solr/3088515#3088515
Regards,
Peter.
> I have an index that
solr supports UTF8 char set so use any ofthe MappingCharFilterFactory/
UnicodeNormalizationFilterFactory/ASCIIFoldingFilterFactory for searching
and indexing of that type of data
-
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-enable-Unicode-Support-