You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one more question about synonym_edismax.
Actually we set the field types in schema.xml just like below and when we index/query for each field, just solr can work with those setting.
But for synonym_edismax, I can set the only one tokenizer. How shall I do synonym search for each field which has diffrent type(diffrent tokenized)?
I want to use solr.WhitespaceTokenizerFactory for the field "tag", and solr.StandardTokenizerFactory for the field "title", How can I do that?
...
The text was updated successfully, but these errors were encountered:
I have one more question about synonym_edismax.
Actually we set the field types in schema.xml just like below and when we index/query for each field, just solr can work with those setting.
But for synonym_edismax, I can set the only one tokenizer. How shall I do synonym search for each field which has diffrent type(diffrent tokenized)?
I want to use solr.WhitespaceTokenizerFactory for the field "tag", and solr.StandardTokenizerFactory for the field "title", How can I do that?
...
The text was updated successfully, but these errors were encountered: