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
I'd love to be able to specify more settings on the index. I use custom analyzers, and I can't utilize @Document(createIndex = true), because it tries to create my index without my analyzers, but my mappings reference them.
I'd love to be able to specify more settings on the index. I use custom analyzers, and I can't utilize
@Document(createIndex = true)
, because it tries to create my index without my analyzers, but my mappings reference them.It would be awesome to see something like this:
The text was updated successfully, but these errors were encountered: