Kobayashi-san,

I am sorry but I don't understand your question. There is a book that is an 
essential guide for Japanese speaking new Solr users. 

http://wiki.apache.org/solr/GijutsuHyohronBook2010



--- On Fri, 11/16/12, alu <kobaya...@ninja.co.jp> wrote:

> From: alu <kobaya...@ninja.co.jp>
> Subject: Re: Neary text search system with solr.
> To: solr-user@lucene.apache.org
> Date: Friday, November 16, 2012, 2:34 AM
> 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