indexes: allow to mix some "flavor" to file content hash. This flavor should not depend on content and should be evaluated very fast

GitOrigin-RevId: 1ff3a37cde63aa8dce2f57bc8b25161dc91ee336
This commit is contained in:
Dmitry Batkovich
2020-05-18 16:54:17 +03:00
committed by intellij-monorepo-bot
parent edf1b8975e
commit 692315baf2
10 changed files with 155 additions and 17 deletions

View File

@@ -77,5 +77,6 @@
<referencesSearch implementation="com.intellij.psi.impl.search.PsiAnnotationMethodReferencesSearcher"/>
<referencesSearch implementation="com.intellij.psi.impl.search.JavaRecordComponentSearcher"/>
<fileBasedIndex implementation="com.intellij.psi.impl.java.JavaBinaryPlusExpressionIndex"/>
<indexingFlavor filetype="JAVA" implementationClass="com.intellij.JavaFileIndexingFlavor"/>
</extensions>
</idea-plugin>