[jira] [Commented] (TIKA-1336) Provide a Detector JAXRS endpoint
[ https://issues.apache.org/jira/browse/TIKA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031680#comment-14031680 ] Hudson commented on TIKA-1336: -- SUCCESS: Integrated in tika-trunk-jdk1.6 #46 (See [https://builds.apache.org/job/tika-trunk-jdk1.6/46/]) Update docs for TIKA-1335 TIKA-1336. (mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1602618) * /tika/trunk/CHANGES.txt > Provide a Detector JAXRS endpoint > - > > Key: TIKA-1336 > URL: https://issues.apache.org/jira/browse/TIKA-1336 > Project: Tika > Issue Type: Improvement > Components: detector, server >Affects Versions: 1.5 >Reporter: Nick Burch >Assignee: Chris A. Mattmann > Fix For: 1.6 > > > As identified in TIKA-1335, the Tika Server now has an endpoint which will > tell you what Detectors are available to it, but not one that will trigger > detection. That means your only way to do detection is to request the > metadata, and check the content type, but that isn't always as accurate as an > explicit detection call (eg if a general parser picks up the file) > We should therefore add in a new endpoint that just does the detection -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Commented] (TIKA-1336) Provide a Detector JAXRS endpoint
[ https://issues.apache.org/jira/browse/TIKA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031673#comment-14031673 ] Hudson commented on TIKA-1336: -- SUCCESS: Integrated in tika-trunk-jdk1.7 #46 (See [https://builds.apache.org/job/tika-trunk-jdk1.7/46/]) Update docs for TIKA-1335 TIKA-1336. (mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1602618) * /tika/trunk/CHANGES.txt - fix for TIKA-1336 This closes #10 (mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1602617) * /tika/trunk/tika-server/README * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/DetectorResource.java * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/TikaServerCli.java * /tika/trunk/tika-server/src/test/java/org/apache/tika/server/DetectorResourceTest.java * /tika/trunk/tika-server/src/test/resources/CDEC_WEATHER_2010_03_02 * /tika/trunk/tika-server/src/test/resources/foo.csv > Provide a Detector JAXRS endpoint > - > > Key: TIKA-1336 > URL: https://issues.apache.org/jira/browse/TIKA-1336 > Project: Tika > Issue Type: Improvement > Components: detector, server >Affects Versions: 1.5 >Reporter: Nick Burch >Assignee: Chris A. Mattmann > Fix For: 1.6 > > > As identified in TIKA-1335, the Tika Server now has an endpoint which will > tell you what Detectors are available to it, but not one that will trigger > detection. That means your only way to do detection is to request the > metadata, and check the content type, but that isn't always as accurate as an > explicit detection call (eg if a general parser picks up the file) > We should therefore add in a new endpoint that just does the detection -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Commented] (TIKA-1336) Provide a Detector JAXRS endpoint
[ https://issues.apache.org/jira/browse/TIKA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031662#comment-14031662 ] Hudson commented on TIKA-1336: -- SUCCESS: Integrated in tika-trunk-jdk1.6 #45 (See [https://builds.apache.org/job/tika-trunk-jdk1.6/45/]) - fix for TIKA-1336 This closes #10 (mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1602617) * /tika/trunk/tika-server/README * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/DetectorResource.java * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/TikaServerCli.java * /tika/trunk/tika-server/src/test/java/org/apache/tika/server/DetectorResourceTest.java * /tika/trunk/tika-server/src/test/resources/CDEC_WEATHER_2010_03_02 * /tika/trunk/tika-server/src/test/resources/foo.csv > Provide a Detector JAXRS endpoint > - > > Key: TIKA-1336 > URL: https://issues.apache.org/jira/browse/TIKA-1336 > Project: Tika > Issue Type: Improvement > Components: detector, server >Affects Versions: 1.5 >Reporter: Nick Burch >Assignee: Chris A. Mattmann > Fix For: 1.6 > > > As identified in TIKA-1335, the Tika Server now has an endpoint which will > tell you what Detectors are available to it, but not one that will trigger > detection. That means your only way to do detection is to request the > metadata, and check the content type, but that isn't always as accurate as an > explicit detection call (eg if a general parser picks up the file) > We should therefore add in a new endpoint that just does the detection -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Commented] (TIKA-1336) Provide a Detector JAXRS endpoint
[ https://issues.apache.org/jira/browse/TIKA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031661#comment-14031661 ] ASF GitHub Bot commented on TIKA-1336: -- Github user asfgit closed the pull request at: https://github.com/apache/tika/pull/10 > Provide a Detector JAXRS endpoint > - > > Key: TIKA-1336 > URL: https://issues.apache.org/jira/browse/TIKA-1336 > Project: Tika > Issue Type: Improvement > Components: detector, server >Affects Versions: 1.5 >Reporter: Nick Burch >Assignee: Chris A. Mattmann > Fix For: 1.6 > > > As identified in TIKA-1335, the Tika Server now has an endpoint which will > tell you what Detectors are available to it, but not one that will trigger > detection. That means your only way to do detection is to request the > metadata, and check the content type, but that isn't always as accurate as an > explicit detection call (eg if a general parser picks up the file) > We should therefore add in a new endpoint that just does the detection -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Commented] (TIKA-1336) Provide a Detector JAXRS endpoint
[ https://issues.apache.org/jira/browse/TIKA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031649#comment-14031649 ] Chris A. Mattmann commented on TIKA-1336: - Docs updated for the resource in: https://wiki.apache.org/tika/TikaJAXRS > Provide a Detector JAXRS endpoint > - > > Key: TIKA-1336 > URL: https://issues.apache.org/jira/browse/TIKA-1336 > Project: Tika > Issue Type: Improvement > Components: detector, server >Affects Versions: 1.5 >Reporter: Nick Burch >Assignee: Chris A. Mattmann > > As identified in TIKA-1335, the Tika Server now has an endpoint which will > tell you what Detectors are available to it, but not one that will trigger > detection. That means your only way to do detection is to request the > metadata, and check the content type, but that isn't always as accurate as an > explicit detection call (eg if a general parser picks up the file) > We should therefore add in a new endpoint that just does the detection -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Commented] (TIKA-1336) Provide a Detector JAXRS endpoint
[ https://issues.apache.org/jira/browse/TIKA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031647#comment-14031647 ] ASF GitHub Bot commented on TIKA-1336: -- GitHub user chrismattmann opened a pull request: https://github.com/apache/tika/pull/10 Fix for TIKA-1336: initial working detect stream interface, along with u... ...nit tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chrismattmann/tika TIKA-1336 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tika/pull/10.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #10 commit b315a1797f2ffb0f83abdcff051d110facf2a128 Author: Chris Mattmann Date: 2014-06-14T18:25:21Z Fix for TIKA-1336: initial working detect stream interface, along with unit tests. > Provide a Detector JAXRS endpoint > - > > Key: TIKA-1336 > URL: https://issues.apache.org/jira/browse/TIKA-1336 > Project: Tika > Issue Type: Improvement > Components: detector, server >Affects Versions: 1.5 >Reporter: Nick Burch >Assignee: Chris A. Mattmann > > As identified in TIKA-1335, the Tika Server now has an endpoint which will > tell you what Detectors are available to it, but not one that will trigger > detection. That means your only way to do detection is to request the > metadata, and check the content type, but that isn't always as accurate as an > explicit detection call (eg if a general parser picks up the file) > We should therefore add in a new endpoint that just does the detection -- This message was sent by Atlassian JIRA (v6.2#6252)