You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Mr Shore <sh...@gmail.com> on 2008/10/09 14:40:13 UTC

howto fix nutch search timeout in my case?

My site is based on php,
and in php it calls jsp page opensearch generated from nutch-0.9.war
when the crawl database is small it's just fine,
but as time goes by,
there is now a huge return result,
and when php calls opensearch,timeout frequently occurs,
if any one is also using nutch in my way,and knows the solution,plz share
it,thanks a lot
Mr shore
-- 
View this message in context: http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p19898154.html
Sent from the Nutch - User mailing list archive at Nabble.com.


Re: Remove Me

Posted by Doğacan Güney <do...@gmail.com>.
Send an email to nutch-user-unsubscribe@lucene.apache.org and you will
be removed.

On Sun, Oct 19, 2008 at 9:56 PM, Arun Sharma <ar...@gmail.com> wrote:
> Also remove me from list. I want to get rid of these emails.
>
> On Mon, Oct 20, 2008 at 12:14 AM, Matt Pasiewicz <mp...@educause.edu>wrote:
>
>> Please remove me from this list.
>>
>> Thanks!
>>
>



-- 
Doğacan Güney

Re: Remove Me

Posted by papayaone <se...@live.cn>.
Papayaone.com is a online wholesale electronics web. Maybe you are finding
China products all the time. Maybe you are finding the cheap 
http://www.papayaone.com China Wholesale Electronics .But you can't find the
satisfaction goods most time. You may feel the price is high or the quality
is not so good .and the service is not so fast.
Now I give you a good choice, at this website you can buy cheap electronics
you want. It supply  
http://www.papayaone.com/alcohol-breath-testers-c-52.html   Alcohol Breath
Testers ,  http://www.papayaone.com/women-clothing-c-73_75.html Korea Fahion
Clothing  ,  http://www.papayaone.com/cameras-camcorders-c-45.html  Carmeras
& Camcorders, and   http://www.papayaone.com/car-c-47.html Car accessories
.the   http://www.papayaone.com/cell-phone-accessories-c-3.html cell phone
accessories ,the cheap China  http://www.papayaone.com/cell-phones-c-2.html
cell phone ,  http://www.papayaone.com/cell-phone-watches-c-2_25.html cell
phone watches  and  http://www.papayaone.com/triband-phones-c-2_24.html
Tri-brand cell phone .The web also give a fashion  
http://www.papayaone.com/digital-quran-c-72.html Digital Quran ,
http://www.papayaone.com/tv-cell-phones-c-2_26.html TV cell phone  
http://www.papayaone.com/iphone-accessories-c-43.html iPhone accessories , 
http:// http://www.papayaone.com/flashlights-c-57.html Flashlights , 
http://www.papayaone.com/audio-c-1.html MP3/4 Audio .Wish you can choice a
satisfaction items from it.


-----
China wholesale electronics
http://www.papayaone.com papayaone 
http://www.papayaone.com/triband-projector-mobile-p-658.html
http://www.papayaone.com/triband-projector-mobile-p-658.html 
-- 
View this message in context: http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p20221060.html
Sent from the Nutch - User mailing list archive at Nabble.com.


Re: Remove Me

Posted by Arun Sharma <ar...@gmail.com>.
Also remove me from list. I want to get rid of these emails.

On Mon, Oct 20, 2008 at 12:14 AM, Matt Pasiewicz <mp...@educause.edu>wrote:

> Please remove me from this list.
>
> Thanks!
>

Remove Me

Posted by Matt Pasiewicz <mp...@educause.edu>.
Please remove me from this list.

Thanks!

Re: howto fix nutch search timeout in my case?

Posted by vkblogger <vk...@gmail.com>.
Check your hitsPerSite field in the opensearch query url.
If the number is too large then timeout can happen.  Try with smaller
numbers like 50, 100.


Mr Shore wrote:
> 
> yes,I've checked the related options in php.ini
> max_execution_time = 30;
> default_socket_timeout = 60;
> and in my php,curl uses a timeout value of 30s('http'=>array('timeout'=>
> 30)),
> but practically timeout still occurs frequently,
> what's the matter?
> 
> Hannes Carl Meyer-2 wrote:
>> 
>> Hi,
>> PHP also has a timeout setting you can define in the php.ini!
>> How do call the opensearch servlet? Via Curl? There is also a timeout
>> parameter.
>> Regards
>> Hannes
>> 
>> 2008/10/9 Mr Shore <sh...@gmail.com>
>> 
>>>
>>> My site is based on php,
>>> and in php it calls jsp page opensearch generated from nutch-0.9.war
>>> when the crawl database is small it's just fine,
>>> but as time goes by,
>>> there is now a huge return result,
>>> and when php calls opensearch,timeout frequently occurs,
>>> if any one is also using nutch in my way,and knows the solution,plz
>>> share
>>> it,thanks a lot
>>> Mr shore
>>> --
>>> View this message in context:
>>> http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p19898154.html
>>> Sent from the Nutch - User mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p20058982.html
Sent from the Nutch - User mailing list archive at Nabble.com.


Re: howto fix nutch search timeout in my case?

Posted by Mr Shore <sh...@gmail.com>.
yes,I've checked the related options in php.ini
max_execution_time = 30;
default_socket_timeout = 60;
and in my php,curl uses a timeout value of 30s('http'=>array('timeout'=>
30)),
but practically timeout still occurs frequently,
what's the matter?

Hannes Carl Meyer-2 wrote:
> 
> Hi,
> PHP also has a timeout setting you can define in the php.ini!
> How do call the opensearch servlet? Via Curl? There is also a timeout
> parameter.
> Regards
> Hannes
> 
> 2008/10/9 Mr Shore <sh...@gmail.com>
> 
>>
>> My site is based on php,
>> and in php it calls jsp page opensearch generated from nutch-0.9.war
>> when the crawl database is small it's just fine,
>> but as time goes by,
>> there is now a huge return result,
>> and when php calls opensearch,timeout frequently occurs,
>> if any one is also using nutch in my way,and knows the solution,plz share
>> it,thanks a lot
>> Mr shore
>> --
>> View this message in context:
>> http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p19898154.html
>> Sent from the Nutch - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p19899344.html
Sent from the Nutch - User mailing list archive at Nabble.com.


Re: howto fix nutch search timeout in my case?

Posted by Hannes Carl Meyer <ha...@googlemail.com>.
Hi,
PHP also has a timeout setting you can define in the php.ini!
How do call the opensearch servlet? Via Curl? There is also a timeout
parameter.
Regards
Hannes

2008/10/9 Mr Shore <sh...@gmail.com>

>
> My site is based on php,
> and in php it calls jsp page opensearch generated from nutch-0.9.war
> when the crawl database is small it's just fine,
> but as time goes by,
> there is now a huge return result,
> and when php calls opensearch,timeout frequently occurs,
> if any one is also using nutch in my way,and knows the solution,plz share
> it,thanks a lot
> Mr shore
> --
> View this message in context:
> http://www.nabble.com/howto-fix-nutch-search-timeout-in-my-case--tp19898154p19898154.html
> Sent from the Nutch - User mailing list archive at Nabble.com.
>
>