Why creating two threads for the same problem? Anyway, is your servlet 
container capable of accepting UTF-8 in the URL? Also, is SolrNet capable of 
handling those characters? To confirm, try a tool like curl.

> Dear all,
> 
> After reading some pages on the Web, I created the index with the following
> schema.
> 
> ......
>                 <fieldtype name="text" class="solr.TextField"
> positionIncrementGap="100">
>                         <analyzer type="index">
>                                 <tokenizer
> class="solr.ChineseTokenizerFactory"/>
>                         </analyzer>
>                 </fieldtype>
> ......
> 
> It must be correct, right? However, when sending a query though SolrNet, no
> results are returned. Could you tell me what the reason is?
> 
> Thanks,
> LB

Reply via email to