[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-09-14 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527653 ] Brian Whitman commented on NUTCH-434: - The LuceneDocumentWrapper is useful for the SolrIndexer - can it be made

[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-06-26 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508222 ] Sami Siren commented on NUTCH-434: -- You missed one ObjectWritable in Indexer (the one that hit my head too hard

[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-06-26 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508234 ] Doğacan Güney commented on NUTCH-434: - You mean the one we output from reducer? We can't wrap it (as you noted)

[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-06-26 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508239 ] Sami Siren commented on NUTCH-434: -- Now there is a good chance that you knew all this :). If your point was that

[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-01-26 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467912 ] Sami Siren commented on NUTCH-434: -- It's only half way if we get the Configuration into our subclass, there's no

[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-01-26 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467927 ] Sami Siren commented on NUTCH-434: -- I can see the light, overriding readFields is sufficient. Replace usage of

[jira] Commented: (NUTCH-434) Replace usage of ObjectWritable with something based on GenericWritable

2007-01-24 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467149 ] Andrzej Bialecki commented on NUTCH-434: - It should be enough to subclass GenericWritable so that it