IntelliJ - indexing suggestion

Answered

I really enjoy coding using IntelliJ. But to be honest, sometimes the indexing takes too long and it becomes annoying at some point!
I am curious to have a clear idea on the way you use to index source codes? I am not an expert, but I was wondering if you had thought to use the Elasticsearch solution provided by Elastic?  
Bests,

0
3 comments

Short answer: during indexing IDE produces multiple index types (10x). Only two indices are created for full-text search. Elasticsearch supports only full-text search indices. Given that, Elasticsearch will not replace indexing.

0
Avatar
Permanently deleted user

I would like to know more if you dont mind. Could you ,please, tell me what are the other index types ?
Thanks.

0

Please take a look in <IntelliJIdeaSystemDirectory>/system/index and <IntelliJIdeaSystemDirectory>/system/index/stubs (https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs)

0

Please sign in to leave a comment.