You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2016/02/19 12:46:11 UTC

tika git commit: Briefly describe the parser, and link to the wiki for more details

Repository: tika
Updated Branches:
  refs/heads/master fc801d198 -> 28b9a6667


Briefly describe the parser, and link to the wiki for more details


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/28b9a666
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/28b9a666
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/28b9a666

Branch: refs/heads/master
Commit: 28b9a6667c6618f9f326f715588515aaa3f6eb89
Parents: fc801d1
Author: Nick Burch <ni...@gagravarr.org>
Authored: Fri Feb 19 11:45:49 2016 +0000
Committer: Nick Burch <ni...@gagravarr.org>
Committed: Fri Feb 19 11:45:49 2016 +0000

----------------------------------------------------------------------
 .../org/apache/tika/parser/pot/PooledTimeSeriesParser.java    | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/28b9a666/tika-parsers/src/main/java/org/apache/tika/parser/pot/PooledTimeSeriesParser.java
----------------------------------------------------------------------
diff --git a/tika-parsers/src/main/java/org/apache/tika/parser/pot/PooledTimeSeriesParser.java b/tika-parsers/src/main/java/org/apache/tika/parser/pot/PooledTimeSeriesParser.java
index 4b6e14c..e601747 100644
--- a/tika-parsers/src/main/java/org/apache/tika/parser/pot/PooledTimeSeriesParser.java
+++ b/tika-parsers/src/main/java/org/apache/tika/parser/pot/PooledTimeSeriesParser.java
@@ -51,6 +51,13 @@ import java.util.Set;
 
 import static java.nio.charset.StandardCharsets.UTF_8;
 
+/**
+ * Uses the Pooled Time Series algorithm + command line tool, to
+ *  generate a numeric representation of the video suitable for
+ *  similarity searches.
+ * <p>See https://wiki.apache.org/tika/PooledTimeSeriesParser for
+ *  more details and setup instructions.
+ */
 public class PooledTimeSeriesParser extends AbstractParser {
 
   private static final long serialVersionUID = -2855917932512164988L;