Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/138#discussion_r75551621
  
    --- Diff: src/java/org/apache/nutch/metadata/Nutch.java ---
    @@ -95,4 +95,11 @@
        public static final String ARG_SEGMENTDIR = "segment_dir";
        /** Argument key to specify the location of individual segment for the 
REST endpoints **/
        public static final String ARG_SEGMENT = "segment";
    +   
    +   /** Metadata used for the FetcherThreadEvent for publishing to 
subscribers*/
    +   public static final String FETCH_EVENT_TITLE = "title";
    +   public static final String FETCH_EVENT_CONTENTTYPE = "content-type";
    +   public static final String FETCH_EVENT_SCORE = "score";
    --- End diff --
    
    Javadoc for all of these.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to