Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Pointed out that one can simply update the existing field records rather than deleting and replacing them.
  • Loading branch information
sammyjava committed Apr 1, 2020
1 parent aff4a83 commit e32fc8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/webapp/keyword-search/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ They look like this:
<field name="gene_primaryidentifier" type="analyzed_string" multiValued="true" indexed="true" required="false" stored="false"/>
<field name="gene_secondaryidentifier" type="analyzed_string" multiValued="true" indexed="true" required="false" stored="false"/>
OR, simply UPDATE the existing records, replacing the parameters with `type="text_ngram" indexed="true" stored="true"`.

3. RESTART Solr to load the new config, e.g. under System V:

Expand Down

0 comments on commit e32fc8b

Please sign in to comment.