You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the @Setting' annotation can only be used to specify the path to a file containing the settings for an index that is to be created. Other setting options are part of the @Document` annotation.
The arguments from @Document should be transferred to @Settingand in addition to that, parameters for index sorting (see #1716) should be added.
The text was updated successfully, but these errors were encountered:
Currently the
@Setting' annotation can only be used to specify the path to a file containing the settings for an index that is to be created. Other setting options are part of the
@Document` annotation.The arguments from
@Document
should be transferred to@Setting
and in addition to that, parameters for index sorting (see #1716) should be added.The text was updated successfully, but these errors were encountered: