IndexOverSocket
The IndexOverSocket
parameter specifies whether data is sent over a network for indexing or is indexed locally.
- Enter
true
when the IDOL Server is installed on a different computer and documents must be indexed over a network. In this case CFS uses aDREADDDATA
index action and sends the data over the network. - Enter
false
when the IDOL Server is installed on the same computer and documents are indexed locally. In this case, CFS uses aDREADD
index action. File-based indexing usingDREADD
is quicker, but the documents must be on the same machine as IDOL, or on a network share that IDOL has permission to access.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | Any section specified by IndexerSectionN or Indexing |
Example: | IndexOverSocket=true
|
See Also: |