Can indexing files and queue be skipped?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
10/17/2010 4:22:04 AM
Gravatar
Total Posts 137
When enough isn't

Can indexing files and queue be skipped?

Hi

If you decide to hide the search function and use an external webbased search engine for information on your own site, can you then somehow delete files in /index-folder and disable the indexing queue?

I ask because a look in the database shows that those files and tables take up a lot of diskspace.

Thanks for making such a great product as MojoPortal smiley.

Best regards

Lars

10/17/2010 7:21:26 AM
Gravatar
Total Posts 18439

Re: Can indexing files and queue be skipped?

Hi Lars,

It can be disabled for an installation using:

<add key="DisableSearchIndex" value="true"/>

in user.config

or if that disables also the web based search you can use this instead:

<add key="IsSearchIndexingNode" value="false" />

Hope it helps,

Joe

10/18/2010 9:57:19 AM
Gravatar
Total Posts 137
When enough isn't

Re: Can indexing files and queue be skipped?

Thanks - I have done that without any problems.

Lars

You must sign in to post in the forums. This thread is closed to new posts.