mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[site] "indexing" reference re-structured
This commit is contained in:
parent
d6da1abccd
commit
d4ee98666c
@ -37,6 +37,8 @@
|
||||
* [PSI Cookbook](basic_topics/psi_cookbook.html)
|
||||
* [Virtual File System](basic_topics/virtual_file_system.html)
|
||||
* [Indexing and PSI Stubs](basic_topics/indexing_and_psi_stubs.html)
|
||||
* [File-based indexes](basic_topics/indexing_and_psi_stubs/file_based_indexes.html)
|
||||
* [Stub indexes](basic_topics/indexing_and_psi_stubs/stub_indexes.html)
|
||||
* [Run Configurations](basic_topics/run_configurations.html)
|
||||
* [Testing Plugins](basic_topics/testing_plugins.html)
|
||||
* [Tests and Fixtures](basic_topics/testing_plugins/tests_and_fixtures.html)
|
||||
|
@ -9,8 +9,8 @@ Plugin developers can use the existing indexes built by the IDE itself, as well
|
||||
|
||||
It supports two main types of indexes:
|
||||
|
||||
* [File-based indexes](file_based_indexes.html)
|
||||
* [Stub indexes](stub_indexes.html)
|
||||
* [File-based indexes](basic_topics/indexing_and_psi_stubs/file_based_indexes.html)
|
||||
* [Stub indexes](basic_topics/indexing_and_psi_stubs/stub_indexes.html)
|
||||
|
||||
File-based indexes are built directly over the content of files.
|
||||
Stub indexes are built over serialized *stub trees*.
|
||||
|
Loading…
x
Reference in New Issue
Block a user