CachedSqlEntityProcessor And Delta Imports

2010-02-26 Thread KirstyS
Hi, I am on the 1.4 Nightly build from September (still need to upgrade). I am using CachedSqlEntityProcessor for my main queries but was hoping to use it for my delta-imports as well. Is this possible? I have a main entity called 'Article' and then IF you can use the Cac

Re: Help using CachedSqlEntityProcessor

2010-01-28 Thread KirstyS
debug/verbose to check how Solr runs trough the dataconfig. > > You've also made a typo in the pk and query, "LinkedCatAricleId" is > missing > a "t". > > /Rolf > > Den 2010-01-28 11.20, skrev "KirstyS" : > >> >&

Re: Help using CachedSqlEntityProcessor

2010-01-28 Thread KirstyS
Okay, I changed my entity to look like this (have included my main entity as well): BUT now the index is taking SO much longer Have I missed any other configurationg changes? Do I need to add anything into the solfconfig.xml file? Do I have my syntax completely wrong? A

Re: Help using CachedSqlEntityProcessor

2010-01-27 Thread KirstyS
vert(varchar(50), PublishDate) > > '${dataimporter.article.last_index_time}'" > parentDeltaQuery="SELECT * from vArticleSummaryDetail_SolrSearch > (nolock)"> > > > > /Rolf > > >

Help using CachedSqlEntityProcessor

2010-01-27 Thread KirstyS
Hi, I have looked on the wiki. Using the CachedSqlEntityProcessor looks like it was simple. But I am getting no speed benefit and am not sure if I have even got the syntax correct. I have a main root entity called 'article'. And then I have a number of sub entities. One such entity is as such :

Re: DeltaImport problem

2009-09-17 Thread KirstyS
It seems my deltaImportQuery was incorrect. I am now getting the documents indexed. thanks so much for helping! KirstyS wrote: > > same response .. > delta-import > idle > > − > > 3 > 2 > 0 > 2009-09-17 11:58:13 > 2009-09-17 11:58:13 > 2009-09-17 1

Re: DeltaImport problem

2009-09-17 Thread KirstyS
d a commit=true ? > > On Thu, Sep 17, 2009 at 3:15 PM, KirstyS wrote: >> >> No, I don't see any commit... >> >> I ran with this command >> http://localhost:8080/solr/dataimport?command=delta-import >> and these are the results >> >> de

Re: DeltaImport problem

2009-09-17 Thread KirstyS
at is experimental. It is likely to change in the future. Is it not supposed to default to commit? Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > What does the status command say after delta-import? does it say > committed? > > On Thu, Sep 17, 2009 at 2:50 PM, KirstyS wrote: >> >>

Re: DeltaImport problem

2009-09-17 Thread KirstyS
I got the build from 2009-09-12... :o( Any ideas what is wrong or how to fix? foamdino wrote: > > Hi, > >> Hi! thanks so much, I have the latest release. >> Now, it shows that the delta import is successful but when I query for >> the >> updated article I am expecting, it has not updated. It's

Re: DeltaImport problem

2009-09-17 Thread KirstyS
wrote: > > http://people.apache.org/builds/lucene/solr/nightly/ > > On Wed, Sep 16, 2009 at 6:42 PM, KirstyS wrote: >> >> mmm..can't seem to find the link..could you help? >> >> >> Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: >>> >>> yeah, not

Re: DeltaImport problem

2009-09-16 Thread KirstyS
mmm..can't seem to find the link..could you help? Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > yeah, not yet released but going to be released pretty soon > > On Wed, Sep 16, 2009 at 6:32 PM, KirstyS wrote: >> >> I thought 1.4 was not released yet? >> >&

Re: DeltaImport problem

2009-09-16 Thread KirstyS
I thought 1.4 was not released yet? Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > I vaguely remember there was an issue with delta-import in 1.3. could > you try it out with Solr1.4 > > On Wed, Sep 16, 2009 at 6:14 PM, KirstyS wrote: >> >> I hope this is the correct p

DeltaImport problem

2009-09-16 Thread KirstyS
I hope this is the correct place to post this issue and if so, that someone can help. I am using the DIH with Solr 1.3 My data-config.xml file looks like this: Have tried casting the dataimporter.last_index_time and the other date fields. To no avail. My Full Import works perfectly but I cannot