[site] "indexing" reference re-structured

This commit is contained in:
Anna Bulenkova 2015-04-21 12:08:28 +02:00
parent d6da1abccd
commit d4ee98666c
4 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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*.