Skip to content

Commit

Permalink
Solr Suggester with build on commit causes stack overflows in Solr, #469
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaj committed Sep 19, 2016
1 parent 758745b commit 674ece3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr/config/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,11 @@

<!-- <copyField source="*_tesim" dest="all_text_timv" maxChars="3000"/> -->
<!-- for suggestions -->
<!--
See #469
<copyField source="*_tesim" dest="suggest"/>
<copyField source="*_ssim" dest="suggest"/>
-->

<!-- Similarity is the scoring routine for each document vs. a query.
A custom similarity may be specified here, but the default is fine
Expand Down

0 comments on commit 674ece3

Please sign in to comment.