Author: Alexander Barkov
Email: 
Message:
> I'm indexing a mailing list archive. Pages never change. Every 
> week a few pages are added in a new directory. The archive is on 
> the same machine as the index, so my server directive is
> 
> Server https://domain.com/msgs/ file:///var/www/domain/msgs/
> 
> I ran a full index (indexer --drop; indexer --create; indexer -a) 
> after creating the archive. The next week I add new messages in a 
> new directory (for example: /var/www/domain/msgs/v117n013/). I 
> cannot get the new pages indexed. I tried 'indexer' with no 
> options and several variations on
>  indexer -a -u '%/v117n013/%'
> all report 0 documents indexed.
> So I have to run another full index.
> 
> How can I get only the new pages indexed?

You need to re-crawl the index page:

indexer -am -u https://domain.com/msgs/

The you can run like this:

indexer -u '%/v117n013/%'


Btw, don't forget to set Period to some huge value.


> 
> Thanks,
> Jeff

Reply: <http://www.mnogosearch.org/board/message.php?id=21818>

_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general

Reply via email to