Re: Encoding problem

2009-04-01 Thread Rui Pereira
Thanks,I detected that same problem. I have CP 1252 system file encoding and was recording data-config.xml file in UTF-8. DIH was reading using the default encoding. One possible workarround was using InputStream and OutputStream like DIH, but the files won't be in UTF-8 if the system has different

Encoding problem

2009-03-27 Thread Rui Pereira
UTF-8. ... As an example, I can have in the response the following result: 285 Informática 3141 Inventário Thanks in advance, Rui Pereira

DIH deleted instances delta-import

2009-03-26 Thread Rui Pereira
I can't find that much information about the handling of deleted rows by DIH in delta-imports, can you show me some examples? Thanks in advance, Rui Pereira

DIH don't abort

2009-03-26 Thread Rui Pereira
Is there a way for DIH not to abort when an entity query is wrong (invalid table name or table field), this is, a way to continue with the next entity. Thanks in advance, Rui Pereira

Re: Deleting documents

2009-03-26 Thread Rui Pereira
topologyid:(3141 OR 3142) 2009/3/26 Noble Paul നോബിള്‍ नोब्ळ् > how are you posting the xml ? missing content stream means that the > POST data is missing > > On Wed, Mar 25, 2009 at 7:03 PM, Rui Pereira > wrote: > > I'm trying to delete documents based on the foll

Deleting documents

2009-03-25 Thread Rui Pereira
IoEndpoint$Worker.run(JIoEndpoint.java:446) at java.lang.Thread.run(Unknown Source) 13:32:35,196 ERROR [STDERR] 25/Mar/2009 13:32:35 org.apache.solr.core.SolrCore execute INFO: [] webapp=/apache-solr-nightly path=/update params={topologyid:3142=} status=400 QTime=16 Thanks in advance, Rui Pereira

DIH data-config loading

2009-03-20 Thread Rui Pereira
data? Another question: to delete documents, a different handler from import is used (update), is it problematic to delete documents from a determinate entity while importing? Thanks in advance, Rui Pereira

Get delta-query to work

2009-03-18 Thread Rui Pereira
I have the following root entity: I get results when running the deltaQuery manually, but Solr doesn't import anything!!! What am I doing wrong?! Thanks in advance, Rui Pereira

Re: Add jdbc entity to DataImportHandler in runtime

2009-03-06 Thread Rui Pereira
alias: ''. Thanks in advanced, Rui Pereira On Fri, Feb 20, 2009 at 3:39 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Fri, Feb 20, 2009 at 8:01 PM, Rui Pereira >wrote: > > > Only one more question: doesn't full-import deletes all records before

Re: Add jdbc entity to DataImportHandler in runtime

2009-02-20 Thread Rui Pereira
Only one more question: doesn't full-import deletes all records before execution, or in this case only deletes the entities passed in the url? Thanks in advance, Rui Pereira On Fri, Feb 20, 2009 at 1:07 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Fri, Feb

Add jdbc entity to DataImportHandler in runtime

2009-02-20 Thread Rui Pereira
Hello all! I'm trying to add jdbc entities to Solr in runtime. I can update data-config.xml and reload the file using the reload-config command, but I wanted to make the first index on the new entities (not full-index), that is, add to index the data given by the query in the new entities. How can