Disable Content Storage
You can disable content storage if you do not require the IDOL Content component to return the content of fields or summaries with results. This option saves the memory that the storing of fields normally requires.
-
In the
[Server]
section of the IDOL Content component configuration file, set NodeTableStoreContent toFalse
.
If you disable content storage, it affects the performance of the following actions.
GetContent | Returns only the references and the title of results. |
GetTagValues | Unavailable. |
List | Returns only the references and the title of results. |
Query | Returns only the references and the title of results. You cannot restrict by fields. |
Suggest | Returns only the references and the title of results. You cannot restrict by fields. |
SuggestOnText | Returns only the references and the title of results. You cannot restrict by fields. |
Summarize | Unavailable for indexed documents. You can generate summaries only if you supply text. |
TermExpand | Expansion=Phrase unavailable. |
TermGetBest | Content saves the best terms for a document on indexing. These are the only terms available. |