Skip to content

Commit

Permalink
Modify processor description
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Jun 4, 2024
1 parent cd28aca commit 2d1c6bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import static org.opensearch.ingest.ConfigurationUtils.newConfigurationException;

/**
* Processor that generating hash value for the specified fields or all fields in a document
* Processor that generating hash value for the specified fields or fields not in the specified excluded list
*/
public class FingerprintProcessor extends AbstractProcessor {
public static final String TYPE = "fingerprint";
Expand Down

0 comments on commit 2d1c6bc

Please sign in to comment.