Author: Alexander
Email: Barkov
Message:
You can change default var directory using VarDir indexer.conf
command.

Just use different VarDir in indexer1.conf and indexer2.conf

To run indexer with non-default indexer.conf, pass it in command line:

indexer indexer1.conf (path related to /etc dir of mnogosearch) 

 or use absolute path:

indexer /usr/local/etc/indexer1.conf


> I am using plain text index files (dict.txt and url.txt) located in 
>/usr/local/mnogosearch/etc.
> 
> I would like to have two different indexer.conf files (say, indexer1.conf and 
>indexer2.conf) to index two different document collections.
> 
> I can't find any documentation on how to tell indexer.conf or the indexer program 
>that it should use a different location for dict.txt and url.txt.
> 
> For example, I want to index, say, "http://www.wherever.com/section1/", 
>using "indexer /usr/local/mnogosearch/etc/indexer1.conf" with the results 
>to go in /usr/local/mnogosearch/var/dict1.txt and url1.txt.  Then, I want to indexe 
>"http://www.wherever.com/section2/", using "indexer 
>/usr/local/mnogosearch/etc/indexer2.conf" with the results to go in 
>/usr/local/mnogosearch/var/dict2.txt and url2.txt.
> 
> How can I separate my document collections like this?  How can I tell -indexer- and 
>also the -search.cgi- which collection to use?


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

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to