Difference between revisions of "Lucene indexes creation"
Tagir Valeev (Talk | contribs) (→Indexes in BioUML server) |
Tagir Valeev (Talk | contribs) (→Indexes in BioUML server) |
||
Line 14: | Line 14: | ||
=== Indexes in BioUML server === | === Indexes in BioUML server === | ||
− | + | Indexes on BioUML server can be created using administrative analysis [[Rebuild search indexes (analysis)|Rebuild search indexes]]. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
=== Recreating indexes after the database update === | === Recreating indexes after the database update === |
Latest revision as of 16:47, 11 December 2014
Lucene indexes are necessary for Lucene search to work. Indexes are created for each database separately in databases
collection and stored inside luceneIndexes
subfolder of database folder on the disk.
Contents |
[edit] Indexes in BioUML workbench
In BioUML workbench indexes are created automatically when you try to search the corresponding database:
An indexes creation window will appear prompting you on which indexes you want to create. Upon pressing Ok button indexes recreation procedure will start. It may time a lot of time depending on the database:
After it finishes you may use the search.
[edit] Indexes in BioUML server
Indexes on BioUML server can be created using administrative analysis Rebuild search indexes.
[edit] Recreating indexes after the database update
When you update the database indexes will become obsolete. The easiest way to update them is to terminate BioUML, remove luceneIndexes
subfolder and recreate the indexes using the procedure above.