Webboard: Server file://xxx file:/x/y/z - How?

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am brand new to the search engine. Here is my problem. I have mnogosearch running SuSE Linux 7.2 with Mysql (and Apache). This is running in a predominately Microsoft shop and I am trying to index a fileserver, then provide

Webboard: Indexer skips a URL

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Yes, I tried it with trailing slashes. It made no difference at all. It gets all of the holtz.com URL, but only a couple pages from the netgain.org URL. No ideas. Try to index netgain.org separately from holtz.com from scratch, using

Webboard: HTDB reindexing

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: one question about something that's bugging me slightly. I'm indexing directly from a MySQL table using htdb, everything works fine but any new records added to the table are not picked up the next time I run indexer. I can force it

Webboard: proxy problem?!

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: My network has a web proxy on port 8080. I had used the quot;proxyquot; command in the indexer.conf file but it didn't work! Indexer didn't use the proxy, it connected straight ahead to internet! Could anyone give me some ideas?

Webboard: ReverseAlias problem

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi there, I have the following cmd: ReverseAlias regex .*/([0-9a-fA-F]{32})/?$ $1 I thought it does that when my URL's last part is a 32 char length hex number, then only this 32 chars go into the url table. Unfortunately,

Webboard: Possible to delete expired articles?

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: We run a site which has lots of daily and running news items. Our licensing of some content means we are not allowed to archive it. Therefore, every day the content changes on the site. However, old articles are still (legitimately)

Re: no-title in documents from external parser

2002-04-01 Thread Alexander Barkov
Thanks for suggestion. It's currently not possible, but it's easy to implement. I'm writting this into TODO. Keith Hall wrote: Just a quickie or two: Is there any way to make mnogosearch use the filename of the document when no title can be determined (e.g. catdoc doesn't return a title),

Öйú»¯¹¤Íø·ÖÀàÍƼöÆóÒµ

2002-04-01 Thread ccn
×ð¾´µÄÖйú»¯¹¤ÍøÓʼþÁÐ±í¶©ÔÄÕߣº ÄúºÃ£¡Öйú»¯¹¤Íø¿Í»§·þÎñ²¿ÏòÄúÍƼöÓÅÐãµÄ»¯¹¤ÆóÒµ¼°Æä²úÆ·£¬Èç¹ûÄú¶Ô´ËÐŲ»¸ÐÐËȤ£¬Çëɾ³ý£¬Èç¹ûÄúÏëÏíÊÜ´ËÏî·þÎñ£¬ÇëºÍÎÒÃǵÄÒµÎñ²¿ÁªÏµ£¬Çë·ÃÎÊÖйú»¯¹¤Íø!

Webboard: ReverseAlias problem

2002-04-01 Thread Circum
Author: Circum Email: [EMAIL PROTECTED] Message: gt; ReverseAlias regex .*/([0-9a-fA-F]{32})/?$ $1 This is incorrect ReverseAlias usage. ReverseAlias must return a correctly formed ABSOLUTE url, including it's scheme type (for example http:// ). I think you wanted something like this: