We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df2a05 commit 2abfe06Copy full SHA for 2abfe06
server/src/main/kotlin/org/javacs/kt/index/SymbolIndex.kt
@@ -26,6 +26,8 @@ private object Symbols : IntIdTable() {
26
val visibility = integer("visibility")
27
val extensionReceiverType = varchar("extensionreceivertype", length = MAX_FQNAME_LENGTH).nullable()
28
val location = optReference("location", Locations)
29
+
30
+ val byShortName = index("symbol_shortname_index", false, shortName)
31
}
32
33
private object Locations : IntIdTable() {
0 commit comments