| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
410 (0.764s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: OutOfMemoryError in Tika - Tika - [mail # user]
|
|
...On Thu, 8 Mar 2012, Mark Kerzner wrote: What version of Tika? (And what version of POI does that include, if it's not a final Tika release - the error is coming from POI) N...
|
|
|
Author: Nick Burch,
2012-03-09, 12:36
|
|
|
Re: org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.parser.microsoft.OfficeParser@ - Tika - [mail # user]
|
|
...On Thu, 8 Mar 2012, Harry Simons wrote: Any chance that you could raise a new POI bug, post the stracktrace and this validation file? Hopefully someone who knows HWPF better than...
|
|
|
Author: Nick Burch,
2012-03-08, 16:41
|
|
|
Re: tika in servicemix - empty result, parsers not found. - Tika - [mail # user]
|
|
...On Thu, 8 Mar 2012, Shalom Ben-Zvi wrote: I don't know a lot about OSGi, but that might be your issue - you have some bits of Tika coming from a bundle, and some bits from outsid...
|
|
|
Author: Nick Burch,
2012-03-08, 11:15
|
|
|
Re: org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.parser.microsoft.OfficeParser@ - Tika - [mail # user]
|
|
...On Thu, 8 Mar 2012, Harry Simons wrote: If you're able to share the error log, that could be helpful If you load it in word, and do a save-as, does the new .doc file show the &n...
|
|
|
Author: Nick Burch,
2012-03-08, 11:13
|
|
|
Re: org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.parser.microsoft.OfficeParser@ - Tika - [mail # user]
|
|
...On Wed, 7 Mar 2012, Harry Simons wrote: This looks like a POI bug That's going to make fixing it much trickier. You'll need to raise a POI bug, and be willing to do ...
|
|
|
Author: Nick Burch,
2012-03-07, 12:38
|
|
|
Re: Removing use of deprecated .getMimeType(url) towards detect in Tika 0.10 - Tika - [mail # user]
|
|
...On Mon, 27 Feb 2012, Lewis John Mcgibbney wrote: Tika.detect(URL) returns the mimetype as a String The detectors themselves return a MediaType Depending on what you want yo...
|
|
|
Author: Nick Burch,
2012-02-29, 11:44
|
|
|
Re: Removing use of deprecated .getMimeType(url) towards detect in Tika 0.10 - Tika - [mail # user]
|
|
...On Sun, 26 Feb 2012, Lewis John Mcgibbney wrote: How about: String mt = Tika.detect(URL); type = mt != null ? mt : type; That uses the new style call, a...
|
|
|
Author: Nick Burch,
2012-02-27, 07:34
|
|
|
Re: Problem with overriding built-in parser - Tika - [mail # user]
|
|
...On Fri, 17 Feb 2012, Stephan Mᅵhlstrasser wrote: Looks good, thanks! Any chance you could open a new issue in JIRA, and attach it there? We'll need to decide what to do i...
|
|
|
Author: Nick Burch,
2012-02-17, 12:22
|
|
|
Re: Problem with overriding built-in parser - Tika - [mail # user]
|
|
...On Thu, 16 Feb 2012, Stephan Mᅵhlstrasser wrote: That's not a unit test though - yours needs to be run manually. If we can run it automatically, we can add it to the test suite...
|
|
|
Author: Nick Burch,
2012-02-16, 16:22
|
|
|
Re: Problem with overriding built-in parser - Tika - [mail # user]
|
|
...On Tue, 14 Feb 2012, Stephan Mᅵhlstrasser wrote: You could look at the code that process the file, but the example in that JIRA ought to cover most uses cases Are ...
|
|
|
Author: Nick Burch,
2012-02-16, 15:51
|
|
|
|