Are there any documents on Intellij index format
Hi,
Are there any documents on intellij index format? Like: what all information does intellij indexes and what is the format etc.
Has anybody tried off-line indexing of intellij project?
Thanks,
Chandra
Please sign in to leave a comment.
Hello chandra,
No, there is no documentation on the format, and we don't plan to publish
anything because we consider it an implementation detail which is subject
to change at any time. You can find out the information from the source code.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Dmitry,
thanks for the reply.
platform/lang-impl/src/com/intellij/util/{fileIndex, indexing} seems to contain intellij index related sources. Are there any other dirs/files that implement indexing in intellij? [If I want to support/extend indexing for a filetype; is it sufficient if I look at files under platform/lang-impl/src/com/intellij/util/{fileIndex, indexing}]
Thanks,
Chandra