Thank you iorixxx san!
Sorry, i'm very poor english...!

This is concrete example.

::shcema.xml
  .....
    <fieldType name="text_cjk" class="solr.TextField"
positionIncrementGap="100">
      <analyzer>
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.CJKWidthFilterFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
        <filter class="solr.CJKBigramFilterFactory"/>
      </analyzer>
    </fieldType>
  .....
    <field name="text" type="text_cjk" multiValued="false" required="true"
/>




::Indexing Value(this is ZAKU information from Wikipedia Ja)
{ text: "ザクまたはザクII(ザク・ツー)は、『ガンダムシリーズ』に登場する有人巨大人型ロボット兵器。"}

::Query(Hit Document)
text: ザクまたはザクII(ザク・ツー)は、『ガンダムシリーズ』に登場する有人巨大人型ロボット兵器。

::Query(No Hit  Document)
text: 『ガンダムシリーズ』に登場する有人巨大人型ロボット兵器ザクまたはザクII(ザク・ツー)は、。

This queries are dont use NOT operator.


Got that in this description....?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Neary-text-search-system-with-solr-tp4020208p4020626.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to