Discussion:
Webboard: Index immediately specific URL ?
b***@mnogosearch.org
2013-11-27 08:47:09 UTC
Permalink
Author: Laurent
Email:
Message:
Hi Guys,

mnoGoSearch works perfectly now, apparently :-)

I wanted to index immediately a specific URL, how can I do that ?

when I force (-am) the reindex, it does not index it now, just confirm
it has to be done :-(

Nota : there is an alias (Server URL file) for this index.

Thx

Reply: <http://www.mnogosearch.org/board/message.php?id=21588>
b***@mnogosearch.org
2013-11-27 09:43:54 UTC
Permalink
Author: Alexander Barkov
Email: ***@mnogosearch.org
Message:
Hi,
Post by b***@mnogosearch.org
Hi Guys,
mnoGoSearch works perfectly now, apparently :-)
I wanted to index immediately a specific URL, how can I do that ?
when I force (-am) the reindex, it does not index it now, just confirm
it has to be done :-(
Check this:

indexer -S -u http://www.site.com/specific-url.html

It will report empty or non-empty statistics, depending
on whether the given URL is already in the database.

Then do either of the following:

1. If the URL is not in the database yet, then run this command:

indexer -i -u http://www.site.com/specific-url.html

It will insert the URL into the database and download it.


2. If the URL *is* already in the database, and you want force
the crawler to download it again, then run this:

indexer -am -u http://www.site.com/specific-url.html
Post by b***@mnogosearch.org
Nota : there is an alias (Server URL file) for this index.
Thx
Reply: <http://www.mnogosearch.org/board/message.php?id=21589>

Loading...