Questions tagged [solr-schema]
77 questions
-1
votes
2 answers
solr Japanese tokenizer not working for katakana
I am using solr-6.2.0 and filedType : text_ja .
I am facing problem with JapaneseTokenizer, its properly tokenising ドラゴンボールヒーロー ↓
"ドラゴン"
"ドラゴンボールヒーロー"
"ボール" "ヒーロー"
But its failing to tokenize ドラゴンボールヒーローズ properly,
ドラゴンボールヒーローズ
↓…

Prashant
- 112
- 8
-1
votes
1 answer
symbolic link in solr
what is symbolic link in solr. Is there any concept exist in solr related to schema..?
Is it related creation of class object specified in schema.xml.. …

gangatharan
- 781
- 1
- 12
- 28