Re: problem indexing GPS metadata for video upload

2019-05-29 Thread Where is Where
Sorry Tim! I missed your last message about this issue! Thank you very much for the information. Is the latest 1.21 Tika Incorporated with the change already? and how about solr? Thanks! On Fri, May 3, 2019 at 11:28 AM Where is Where wrote: > Thank you very much Tim, I wonder how to make the Ti

Re: problem indexing GPS metadata for video upload

2019-05-10 Thread Tim Allison
Unfortunately, It Depends(TM)*...these are the steps I take: https://wiki.apache.org/tika/UpgradingTikaInSolr There can be version conflicts and other awful, unforeseen things if you don't get it right. We're on the cusp of the release for 1.21 (I mean it this time)...I'll upgrade Solr as soon as

Re: problem indexing GPS metadata for video upload

2019-05-03 Thread Where is Where
Thank you very much Tim, I wonder how to make the Tika change apply to Solr? I saw Tika core, parse and xml jar files tika-core.jar tika-parsers.jar tika-xml.jar in solr contrib/extraction/lib folder. Do we just replace these files? Thanks! On Thu, May 2, 2019 at 12:16 PM Where is Where wrote:

Re: problem indexing GPS metadata for video upload

2019-05-02 Thread Tim Allison
Sorry build #182: https://builds.apache.org/job/tika-branch-1x/ On Thu, May 2, 2019 at 12:01 PM Tim Allison wrote: > > I just pushed a fix for TIKA-2861. If you can either build locally or > wait a few hours for Jenkins to build #182, let me know if that works > with straight tika-app.jar. > > O

Re: problem indexing GPS metadata for video upload

2019-05-02 Thread Tim Allison
I just pushed a fix for TIKA-2861. If you can either build locally or wait a few hours for Jenkins to build #182, let me know if that works with straight tika-app.jar. On Thu, May 2, 2019 at 5:00 AM Where is Where wrote: > > Thank you Alex and Tim. > I have looked at the solrconfig.xml file (I a

Re: problem indexing GPS metadata for video upload

2019-05-02 Thread Where is Where
Thank you Alex and Tim. I have looked at the solrconfig.xml file (I am trying the techproducts demo config), the only related place I can find is the extract handle true true links ignored_ I am using this command bin/post -c techproducts examp

Re: problem indexing GPS metadata for video upload

2019-05-01 Thread Tim Allison
Related? https://issues.apache.org/jira/plugins/servlet/mobile#issue/TIKA-2861 On Wed, May 1, 2019 at 8:09 AM Alexandre Rafalovitch wrote: > What happens when you run it against a standalone Tika (recommended option > anyway)? Do you see the relevant fields? > > Not every Tika field is capture

Re: problem indexing GPS metadata for video upload

2019-05-01 Thread Alexandre Rafalovitch
What happens when you run it against a standalone Tika (recommended option anyway)? Do you see the relevant fields? Not every Tika field is captured, that is configured in solrconfig.xml. So if Tika extracts them, next step is to check the mapping. Regards, Alex On Wed, May 1, 2019, 5:38 AM

problem indexing GPS metadata for video upload

2019-05-01 Thread Where is Where
uploading video to solr via tika https://lucene.apache.org/solr/guide/7_7/uploading-data-with-solr-cell-using-apache-tika.html The index has no video GPS metadata which is extracted and indexed for images such as jpeg. I have checked both MP4 and MOV files, the files I checked all have GPS Exif dat

Re: Problem indexing, value "0.0"

2015-05-28 Thread Shawn Heisey
On 5/28/2015 3:08 PM, Shawn Heisey wrote: > Because we are planning a change on this field in the database to > decimal, I tried changing the price field on both solr servers to double > -- TrieDoubleField with precisionStep set to 0. This didn't fix the > problem. Dev was still fine, production

Problem indexing, value "0.0"

2015-05-28 Thread Shawn Heisey
Here's the error I am getting on Solr 4.9.1 on a production server: ERROR - 2015-05-28 14:39:13.449; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: ERROR: [doc=getty36914013] Error adding field 'price'='0.0' msg=For input string: "0.0" On a dev server, everything is f

RE: Problem indexing subentitienties from a multivalued field

2014-04-30 Thread Jordi Martin
and then the thematization_keys is processed for that value. -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Wednesday, 30 de April de 2014 12:35 To: solr-user@lucene.apache.org Subject: Re: Problem indexing subentitienties from a multivalued field

Re: Problem indexing subentitienties from a multivalued field

2014-04-30 Thread Alexandre Rafalovitch
This is a little complicated. What are you getting now with this setup? Is everything else actually working? I would have thought that even --dataSource="null"-- would cause issues. Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Acce

Problem indexing subentitienties from a multivalued field

2014-04-30 Thread Jordi Martin
Hi there I have a problem trying to create subentities during the data import. I have defined the following data-config ... ... ...

Problem indexing subentitienties from a multivalued field

2014-04-30 Thread Jordi Martin
Hi there I have a problem trying to create subentities during the data import. I have defined the following data-config ... ... ...

Re: Problem indexing email attachments

2014-04-23 Thread Olivier . Masseau
As I said, it is not a problem in the Tika library ;) I have tried with Tika 1.5 jars and it gives the same results. Guido Medina wrote on 23/04/2014 16:15:11: > From: Guido Medina > To: solr-user@lucene.apache.org > Date: 23/04/2014 16:15 > Subject: Re: Problem indexing email

Re: Problem indexing email attachments

2014-04-23 Thread Guido Medina
We particularly massage solr.war and put our own updated jars, maybe this helps: http://www.apache.org/dist/tika/CHANGES-1.5.txt We using Tika 1.5 inside Solr with POI 3.10-Final, etc... Guido. On 23/04/14 14:38, olivier.mass...@real.lu wrote: Hello, I'm trying to index email files with Sol

Problem indexing email attachments

2014-04-23 Thread Olivier . Masseau
Hello, I'm trying to index email files with Solr (4.7.2) The files have the extension .eml (message/rfc822) The mail body is correctly indexed but attachments are not indexed if they are not .txt files. If attachments are .txt files it works, but if attachment are .pdf of .docx files they

Re: Problem indexing windows files

2013-09-18 Thread Yossi Nachum
Thanks for your help I try to look at the logs but didn't see anything in solr or manifolcf log files. I don't know where is Tika log file I download the binary of solr 4.4 and I am using the example in there On Wed, Sep 18, 2013 at 12:02 AM, Furkan KAMACI wrote: > Firstly; > > This may not be a

Re: Problem indexing windows files

2013-09-17 Thread Furkan KAMACI
Firstly; This may not be a Solr related problem. Did you check the log file of Solr? Tika mayhave some circumstances at some kind of situations. For example when parsing HTML that has a base64 encoded image it may have some problems. If you find the correct logs you can detect it. On the other tak

Problem indexing windows files

2013-09-17 Thread Yossi Nachum
Hi, I am trying to index my windows pc files with manifoldcf version 1.3 and solr version 4.4. I create output connection and repository connection and started a new job that scan my E drive. Everything seems like it work ok but after a few minutes solr stop getting new files to index. I am seei

Re: Problem indexing CSV files using post.jar with multivalue fields

2012-09-24 Thread rudywilkjr
rator=%7C"; -Dtype=text/csv -jar post.jar contact_test.csv works perfectly. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-indexing-CSV-files-using-post-jar-with-multivalue-fields-tp4009905p4009907.html Sent from the Solr - User mailing list archive at Nabble.com.

Problem indexing CSV

2011-05-16 Thread Dora Wuyts
I’m pretty new to Solr and I have a question about indexing data using CSV. I have a Blacklight-application running on my Mac 10.6.7 and I configured the schema.xml and solrconfig.xml in the separate Apache-Solr-directory according to the guidelines on the Blacklight-website. I h

Problem indexing large PDF files

2010-04-06 Thread Stuart Hood
Hi, I am using Solr 1.4. I have an issue with Solr indexing large PDF files (> 5MB but < 10MB). I have set the: properties in solrconfig.xml. The exception I get is: SEVERE: org.apache.solr.common.SolrException: org.apache.tika.exception.Tik= aException: TIKA-198: Illegal IOException fro

Re: Problem indexing files

2010-01-19 Thread Chris Hostetter
I'm not sure if i fully understand what you mean, but is it possible that "contid" is your uniqueKey field? ... if so you are probably adding two documents, both with the same ID, so the second overwrites the first. If i'm mistaken, then could you elaborate a bit more -- provide your configs/s

Problem indexing files

2010-01-13 Thread Thomas Stuettner
Hi all, I'm trying to add multiple files to solr 1.4 with solrj. With this programm 1 Doc is added to solr: SolrServer server = SolrHelper.getServer(); server.deleteByQuery( "*:*" );// delete everything! server.commit(); QueryResponse rsp = ser

Re: Problem indexing on Oracle DB

2008-12-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
no probs We can fix that using reflection. I shall give a patch w/ that. Probably it is better to fix it in a Transformer On Tue, Dec 2, 2008 at 1:56 PM, Joel Karlsson <[EMAIL PROTECTED]> wrote: > True, but perhaps it works with java.sql.Clob as well, haven't tried it > though. > > 2008/12/2 Nob

Re: Problem indexing on Oracle DB

2008-12-02 Thread Joel Karlsson
True, but perhaps it works with java.sql.Clob as well, haven't tried it though. 2008/12/2 Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]> > cool > > The only problem is that java.sql.Clob#getCharacterStream() is package > private and you have to use the oracle.sql.CLOB > > > > On Tue, Dec 2, 2008 a

Re: Problem indexing on Oracle DB

2008-12-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
cool The only problem is that java.sql.Clob#getCharacterStream() is package private and you have to use the oracle.sql.CLOB On Tue, Dec 2, 2008 at 1:38 PM, Joel Karlsson <[EMAIL PROTECTED]> wrote: > Thanks for your reply! > > I wrote such a transformer and now it seems to work perfectly. Here's

Re: Problem indexing on Oracle DB

2008-12-02 Thread Joel Karlsson
Thanks for your reply! I wrote such a transformer and now it seems to work perfectly. Here's the code for the transformer if anyone encounters the same problem, or if anyone want to improve it: import org.apache.solr.handler.dataimport.*; import oracle.sql.CLOB; import java.util.*; import java.io

Re: Problem indexing on Oracle DB

2008-12-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
I have raised a new issue https://issues.apache.org/jira/browse/SOLR-891 On Tue, Dec 2, 2008 at 9:54 AM, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]> wrote: > Hi Joel, > DIH does not translate Clob automatically to text. > > We can open that as an issue. > meanwhile you can write a transformer of

Re: Problem indexing on Oracle DB

2008-12-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
Hi Joel, DIH does not translate Clob automatically to text. We can open that as an issue. meanwhile you can write a transformer of your own to read Clob and convert to text. http://wiki.apache.org/solr/DataImportHandler#head-4756038c418ab3fa389efc822277a7a789d27688 On Tue, Dec 2, 2008 at 2:57 AM

Re: Problem indexing on Oracle DB

2008-12-01 Thread Joel Karlsson
Thanks for your reply! I'm already using the DataImportHandler for indexing. Do I still have to convert the Clob myself or are there any built-in functions that I've missed? // Joel 2008/12/1 Yonik Seeley <[EMAIL PROTECTED]> > If you are querying Oracle yourself and using something like SolrJ,

Re: Problem indexing on Oracle DB

2008-12-01 Thread Yonik Seeley
If you are querying Oracle yourself and using something like SolrJ, then you must convert the Clob yourself into a String representation. Also, did you look at Solr's DataImportHandler? -Yonik On Mon, Dec 1, 2008 at 3:11 PM, Joel Karlsson <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I'm tryi

Problem indexing on Oracle DB

2008-12-01 Thread Joel Karlsson
Hello everyone, I'm trying to index on an Oracle DB, but can't seem to find any built in support for objects of type oracle.sql.Clob. The field I try to put the data into is of type text, but after indexing it only contains the Clob-objects string representation, i.e. something like [EMAIL PROTECT

Re: Problem indexing

2007-02-23 Thread Chris Hostetter
: It is a bug, though. That should send an error message, not a : stack trace. --wunder I opened SOLR-172 to track getting a better exception then an NPE in this case, but that *is* an error message being returned to the client, the message just happens to be a stack trace ... SOLR-141 should hop

Re: Problem indexing

2007-02-23 Thread Walter Underwood
It is a bug, though. That should send an error message, not a stack trace. --wunder On 2/23/07 10:39 AM, "Otis Gospodnetic" <[EMAIL PROTECTED]> wrote: > Oh, look at that, adding 1 took care of the bombing, > nice! > > Thanks, > Otis > >> I tried posting that, like this: >> $ java -jar post.jar

Re: Problem indexing

2007-02-23 Thread Otis Gospodnetic
Oh, look at that, adding 1 took care of the bombing, nice! Thanks, Otis > I tried posting that, like this: > $ java -jar post.jar http://localhost:8983/solr/update dictionary.xml > > That bombed with this: > > SimplePostTool: WARNING: Unexpected response from Solr: ' status="1">java.lang.NullPoi

Re: Problem indexing

2007-02-23 Thread Yonik Seeley
On 2/23/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Hi, This is related to SOLR-81. Things bomb when I try indexing with my probably misconfigured schema.xml: - see it at http://www.krumpir.com/schema.xml - I added a few new fieldTypes, fields, and copyFields - just the diff: http://w

Problem indexing

2007-02-23 Thread Otis Gospodnetic
Hi, This is related to SOLR-81. Things bomb when I try indexing with my probably misconfigured schema.xml: - see it at http://www.krumpir.com/schema.xml - I added a few new fieldTypes, fields, and copyFields - just the diff: http://www.krumpir.com/schema.xml-diff.txt I've created a diction