You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Anuradha oruganti <do...@yahoo.com> on 2007/07/10 09:50:52 UTC

search on date range

Hi,

I need to search on date range.
I am getting 0 hits when tring the url like
http://IPADDRESS:8080/search.jsp?query=date:[20070601-20071204]apache&hitsPerSite=100&lang=en&hitsPerPage=100

I am using NUTCH 0.9

I have been changed on conf/nutch-default.xml like :

<property>
  <name>plugin.includes</name> 
<value>protocol-http|urlfilter-regex|parse-(text|html|js)|index-(basic|more)|query-(basic|site|url|more)|summary-basic|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
  <description>Regular expression naming plugin directory names to
  include.  Any plugin not matching this expression is excluded.
  In any case you need at least include the nutch-extensionpoints plugin. By
  default Nutch includes crawling just HTML and plain text via HTTP,
  and basic indexing and search plugins. In order to use HTTPS please enable
  protocol-httpclient, but be aware of possible intermittent problems with
the
  underlying commons-httpclient library.
  </description>
</property>


I have been changed on conf/nutch-site.xml like:

<property>
    <name>plugin.includes</name>
<value>nutch-extensionpoints|protocol-http|language-identifier|urlfilter-regex|parse-(text|html|pdf|msword)|index-(basic|more)|query-(basic|site|url|more)</value>
    <description>Regular expression naming plugin directory names to
include.Any plugin not matching this expression is excluded.
    </description>
</property>


Please guide me how to search on date range.
Thanks in advance.

Regards,
Anuradha
-- 
View this message in context: http://www.nabble.com/search-on-date-range-tf4054324.html#a11516292
Sent from the Nutch - User mailing list archive at Nabble.com.


Re: search on date range

Posted by Anuradha oruganti <do...@yahoo.com>.
Please give me any idea.

Regards,
Anuradha

-- 
View this message in context: http://www.nabble.com/search-on-date-range-tf4054324.html#a11536382
Sent from the Nutch - User mailing list archive at Nabble.com.