You were right, the indexing is already wrong. I debugged Solr and saw
that the indexwriter gets the wrong values. That was because of the
missing Content-Type in the update-requests. It was just text/xml
without the charset=utf-8 . So it was interpreted as ISO-8859-1 Ithink.
Changing the charset t
On 10/2/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> Are you sure, they are wrong in the index?
It's not an issue with Jetty output encoding since the python writer
takes the string and converts it to ascii before that. Since Solr
does no charset encoding itself on output, that must mean th
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 02, 2007 1:35 AM
To: solr-user@lucene.apache.org
Subject: Re: Searching combined English-Japanese index
Yonik Seeley schrieb:
> On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
>> Yonik Seeley schrieb:
>>> On 10
Yonik Seeley schrieb:
> On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
>> Yonik Seeley schrieb:
>>> On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
When I search using an English term, I get results but the Japanese is
not encoded correctly in the response. (although it
ching combined English-Japanese index
On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> Yonik Seeley schrieb:
> > On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> >> When I search using an English term, I get results but the Japanese
> >&
On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> Yonik Seeley schrieb:
> > On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> >> When I search using an English term, I get results but the Japanese is
> >> not encoded correctly in the response. (although it is UTF-8 encoded)
> >
>
Yonik Seeley schrieb:
> On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
>> When I search using an English term, I get results but the Japanese is
>> not encoded correctly in the response. (although it is UTF-8 encoded)
>
> One quick thing to try is the python writer (wt=python) to see the
On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> When I search using an English term, I get results but the Japanese is
> not encoded correctly in the response. (although it is UTF-8 encoded)
One quick thing to try is the python writer (wt=python) to see the
actual unicode values of what