IndexerType
The type of index that you want to index documents into:
- To index documents into IDOL, set this parameter to
IDOL
. - To index documents into another CFS, set this parameter to
CFS
. - To index documents into Vertica, set this parameter to
Library
and use theverticaIndexer
library. - To index documents into MetaStore, set this parameter to
MetaStore
.
Type: | String |
Default: | CFS attempts to determine the index type from the other parameters used. If this is not successful the default is IDOL. |
Required: | No |
Configuration Section: | Any section specified by IndexerSectionN or Indexing |
Example: | IndexerType=Library
|
See Also: |