looking for documentation on solr.JapaneseTokenizerFactory

2016-06-27 Thread Micheal Cooper
I have a vendor-supplied Solr 4.10 set up for multisite search which indexes two large Drupal 7 sites which have content in Japanese, English, and Undefined. The English searches are OK, but the Japanese does not work well at all. The vendors are in the US, so it is understandable that they cann

Re: looking for documentation on solr.JapaneseTokenizerFactory

2016-06-28 Thread Micheal Cooper
andre Rafalovitch" wrote: Have you seen http://discovery-grindstone.blogspot.com.au/ ? It is a series of articles on setting up SJK for library content. Regards, Alex. Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 28 June 2016 at 10:59, Mich

Re: looking for documentation on solr.JapaneseTokenizerFactory

2016-06-28 Thread Micheal Cooper
, "Micheal Cooper" wrote: Very nice. Thank you. My non-Japanese devs had set Solr to use CJK for indexing and Whitespace Tokenizer for search, which does not work at all because Japanese does not use whitespace. I was able to find settings that seem to be working well. For reference