Skip to content
faguim edited this page May 23, 2020 · 7 revisions

In order to enable exact match on solr:

  • Edit the field type text_lr (or create a new one), through the schema API. To achieve such work, the harena-asm's postman has a client end point POST replace field type (this endpoint only edit a such field, to create new one is necessary to create another endpoint).
  • To step 1 work, is necessary to add some libs on data/{SOLR_CORE}/conf/solrconfig.xml: ** <lib dir="/opt/solr-8.5.0/contrib/analysis-extras/lucene-libs/" /> <lib dir="/opt/solr-8.5.0/contrib/analysis-extras/lib/" />
Clone this wiki locally