Oracle8i interMedia Text Migration Release 2 (8.1.6) Part Number A77061-01 |
|
Indexing, 9 of 14
You can rebuild a valid index using ALTER INDEX. You might rebuild an index when you want to index with a new preference.
See Also:
To learn more about the ALTER INDEX command syntax for rebuilding an index, see the Oracle8i interMedia Text Reference. |
The following command rebuilds the index, replacing the lexer preference with my_lexer
.
ALTER INDEX newsindex rebuild parameters('replace lexer my_lexer');
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|