Search on date range
--------------------

                 Key: NUTCH-512
                 URL: https://issues.apache.org/jira/browse/NUTCH-512
             Project: Nutch
          Issue Type: Wish
    Affects Versions: 0.9.0
            Reporter: anuradha


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〈=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


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to