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