[jira] Created: (NUTCH-793) search.jsp compile errors

2010-02-15 Thread Sami Siren (JIRA)
search.jsp compile errors - Key: NUTCH-793 URL: https://issues.apache.org/jira/browse/NUTCH-793 Project: Nutch Issue Type: Bug Components: web gui Reporter: Sami Siren Assignee: Sami

Re: exception in search.jsp

2010-02-15 Thread Sami Siren
Hi Jesse, thanks for spotting this. I fixed the problem in trunk, see https://issues.apache.org/jira/browse/NUTCH-793 -- Sami Siren Jesse Hires wrote: I am seeing the following and am able to find any notes anywhere on it. org.apache.jasper.JasperException: Unable to compile class for

[jira] Resolved: (NUTCH-793) search.jsp compile errors

2010-02-15 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren resolved NUTCH-793. -- Resolution: Fixed committed a fix search.jsp compile errors -

[jira] Resolved: (NUTCH-788) search.jsp typo causing searches to fail

2010-02-15 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren resolved NUTCH-788. -- Resolution: Fixed Fix Version/s: 1.1 Assignee: Sami Siren Thanks Sammy for the fix, I

[jira] Commented: (NUTCH-789) Improvements to Tika parser

2010-02-15 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833714#action_12833714 ] Sami Siren commented on NUTCH-789: -- It would be really useful to include the improvements

[jira] Closed: (NUTCH-766) Tika parser

2010-02-15 Thread Julien Nioche (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Nioche closed NUTCH-766. --- Have added small improvement in revision 910187 (Prioritise default Tika parser when discovering plugins

Trying to Add an new NutchDoc from plugin

2010-02-15 Thread UDd
Hi there, Im new to the forum and nutch as well... I wrote a plugin to nutch that implements the IndexingFilter... Now i want to add a new Document to the index from the plugin (split the current doc) I tryed testing it from something like this NutchIndexWriter[] Writers =

Re: Trying to Add an new NutchDoc from plugin

2010-02-15 Thread Sahil Shah
Maybe I can try...debugging an Indexing plugin is kinda tricky. can you attach the req files and folders and tell me exactly what procedure to follow? Also any settings to be modified On Tue, Feb 16, 2010 at 12:10 AM, UDd dekelu...@gmail.com wrote: Hi there, Im new to the forum and

Re: Trying to Add an new NutchDoc from plugin

2010-02-15 Thread UDd
Thx for the quick response, Well i wrote a very simple plugin that tryes to the the same doc twice and if there is and error then put it in the orniginal doc custom field: public NutchDocument filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) throws

Build failed in Hudson: Nutch-trunk #1070

2010-02-15 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Nutch-trunk/1070/changes Changes: [jnioche] NUTCH-766: small improvement to Tika parser : prioritise default Tika parser when discovering plugins matching mime-type [siren] NUTCH-793 search.jsp compile errors