Skip to content

Commit

Permalink
#1964 Set fielddata parameter on full-text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 14, 2021
1 parent 852f829 commit 0550a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ class TheHiveSchemaDefinition @Inject() extends Schema with UpdatableSchema {
.removeIndex("Observable", IndexType.standard)
.removeIndex("Tag", IndexType.standard)
.removeIndex("Task", IndexType.standard)
//=====[release 4.1.3]=====
//=====[release 4.1.3]=====
.removeIndex("global", IndexType.fulltext)

val reflectionClasses = new Reflections(
new ConfigurationBuilder()
Expand Down

0 comments on commit 0550a08

Please sign in to comment.