Search UI Components for React – Search with Drupal Headless
Learn how to build a headless Drupal site with React and SearchStax Studio.
Some of our SearchStax clients index websites that use multiple languages. We were recently asked how to enable Solr indexing of Mandarin on a cloud platform. (This post describes indexing Traditional Chinese characters. It is also possible to use Simplified Chinese by following a similar series of steps. Contact us at support@searchstax.com for an example.)
Update solrconfig.xml file by adding following line after all the lib declarations.
A. Create a new field type in the managed-schema file with the SmartChineseAnalyzer.
<fieldType name="text_mandarin" class="solr.TextField"> <analyzer> <tokenizer class="solr.ICUTokenizerFactory"/> <filter class="solr.CJKWidthFilterFactory"/> <filter class="solr.LowerCaseFilterFactory"/> </analyzer> </fieldType>
B. Create a field that uses this field type.
<field name=”text_man” type=”text_mandarin” multiValued=”true” indexed=”true” stored=”true”/>
Step 4: Upload Configuration and Reload Collection
Learn how to build a headless Drupal site with React and SearchStax Studio.
It’s easier than ever to build customized site search with SearchStax Studio. Learn how to build Vue search apps for
In this blog, we delve into Headless Content Management Systems, their role in content storage and rendering, and various rendering
Copyrights © SearchStax Inc.2014-2023. All Rights Reserved.
close
close
close