...
Note that since building the indexes can be CPU intensive you should stagger the rebuilding so that you don't try and rebuild more than once index at a time.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<index:entity id="index.roads">
<entity>roads</entity>
<display>
<datadefinition>dd_index_roads</datadefinition>
<level1>Road: ${name} ${type}</level1>
<level2>Suburb: ${suburb}</level2>
</display>
<keywords>
<datadefinition>dd_index_roads</datadefinition>
<level1>${name} ${type}</level1>
<level2>${suburb}</level2>
</keywords>
<schedule>0 0 30 2</schedule>
</index:entity> |
Command Line
The indexing in Weave provides a number of commands that can be used at the OSGi prompt to work with the indexes.
...