Interface Exchange

    • Field Detail

      • X_POINT_ID

        static final String X_POINT_ID
        The name of the extension point.
    • Method Detail

      • open

        void open​(Map<String,​String> parameters)
        Initializes the internal variables.
        Parameters:
        parameters - Params from the exchange configuration.
      • match

        boolean match​(NutchDocument doc)
        Determines if the document must go to the related index writers.
        Parameters:
        doc - The given document.
        Returns:
        True if the given document match with this exchange. False in other case.