Re: If you could have one feature in Solr...

2010-03-04 Thread Jorg Heymans
The ability to read solr configuration files from the classpath instead of solr.solr.home directory. Jorg 2010/3/1 Noble Paul നോബിള്‍ नोब्ळ् > On Wed, Feb 24, 2010 at 7:18 PM, Patrick Sauts > wrote: > > Synchronisation between the slaves to switch the new index at the same > time > > after rep

Re: multicore setup and security

2010-02-23 Thread Jorg Heymans
On Tue, Feb 23, 2010 at 10:09 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans >wrote: > > > > > What is the recommended pattern for securing a multicore solr instance, > > accessed by different appli

multicore setup and security

2010-02-22 Thread Jorg Heymans
Hi, What is the recommended pattern for securing a multicore solr instance, accessed by different applications ? In our case, we need to prevent application A from accessing the core of application B. Also, we need to avoid the use of username/password authentication wherever possible. I have read

Re: dataimporthandler and expungeDeletes=false

2010-02-18 Thread Jorg Heymans
I found the error. The definition in schema.xml was not set to the primary key field/column as returned by the deletedPkQuery. Jorg On Wed, Feb 17, 2010 at 11:38 AM, Jorg Heymans wrote: > Looking closer at the documentation, it appears that expungeDeletes in fact > has nothing to d

Re: dataimporthandler and expungeDeletes=false

2010-02-17 Thread Jorg Heymans
Has anybody been able to get deletedPkQuery to work for deleting documents during delta import ? Jorg On Tue, Feb 16, 2010 at 3:57 PM, Jorg Heymans wrote: > Hi, > > Can anybody tell me if [1] still applies as of version trunk 03/02/2010 ? I > am removing documents from my index using

dataimporthandler and expungeDeletes=false

2010-02-16 Thread Jorg Heymans
Hi, Can anybody tell me if [1] still applies as of version trunk 03/02/2010 ? I am removing documents from my index using deletedPkQuery and a deltaimport. I can tell from the logs that the removal seems to be working: 16-Feb-2010 15:32:54 org.apache.solr.handler.dataimport.DocBuilder collectDelt

Re: DIH: delta-import not working

2010-02-09 Thread Jorg Heymans
nd id = '${dataimporter.delta.id}'" > > be aware that the names are case sensitive . if the id comes as 'ID' > this will not work > > > > On Tue, Feb 9, 2010 at 3:15 PM, Jorg Heymans > wrote: > > Hi, > > > > I am having problems ge

DIH: delta-import not working

2010-02-09 Thread Jorg Heymans
Hi, I am having problems getting the delta-import to work for my schema. Following what i have found in the list, jira and the wiki below configuration should just work but it doesn't. The sql generated in the deltaquery is correct, the times

Re: DataImportHandler TikaEntityProcessor FieldReaderDataSource

2010-02-05 Thread Jorg Heymans
there is one now :) https://issues.apache.org/jira/browse/SOLR-1758 Cheers, Jorg 2010/2/5 Noble Paul നോബിള്‍ नोब्ळ् > unfortunately, no > > On Fri, Feb 5, 2010 at 2:23 PM, Jorg Heymans > wrote: > > dow, thanks for that Paul :-| > > > > I suppose schema val

Re: DataImportHandler TikaEntityProcessor FieldReaderDataSource

2010-02-05 Thread Jorg Heymans
dow, thanks for that Paul :-| I suppose schema validation for data-config.xml is already in Jira somewhere ? Jorg 2010/2/5 Noble Paul നോബിള്‍ नोब्ळ् > wrong > right > > On Thu, Feb 4, 2010 at 9:27 PM, Jorg Heymans > wrote: > > Hi, > > I'm having some

Re: DataImportHandler TikaEntityProcessor FieldReaderDataSource

2010-02-04 Thread Jorg Heymans
Hi, I'm having some troubles getting this to work on a snapshot from 3rd feb My config looks as follows and i get this stacktrace org.apache.solr.handler.dataimport.DataImportHandlerExcep

Re: DataImportHandler TikaEntityProcessor FieldReaderDataSource

2010-01-26 Thread Jorg Heymans
Hi Shah, I am assuming you are talking about the integration of SOLR-1358, i am very interested in this feature as well. Did you get it to work ? Is there a snapshot build available for this somewhere or do i have to build solr from source myself ? Thanks, Jorg On Mon, Jan 25, 2010 at 6:27 PM, S

Tika and DIH integration (https://issues.apache.org/jira/browse/SOLR-1358)

2009-12-08 Thread Jorg Heymans
Hi, I am looking into using Solr for indexing a large database that has documents (mostly pdf and msoffice) stored as CLOBs in several tables. It is my understanding that the DIH as provided in Solr 1.4 cannot index these CLOBs yet, and that SOLR-1358 should provide exactly this. So i was wonderin