Skip to content

Commit

Permalink
#3311: Upgrade solr to v8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
murny committed Apr 12, 2024
1 parent add582a commit f734946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- '5432:5432'

solr:
image: solr:7
image: solr:8
ports:
- '8983:8983'
volumes:
Expand Down
1 change: 0 additions & 1 deletion solr/config/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
<fieldType class="solr.TextField" name="textSuggest" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<filter class="solr.StandardFilterFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
</analyzer>
Expand Down

0 comments on commit f734946

Please sign in to comment.