Hi,
I am using solr 1.3 with DataImportHandler from a postgres db.
I have a select statement similar to the below
Select id, id as pk, name, description from my_table;
and a data-config.xml
Anyway my issue is that the data thats getting imported into the documents
seem
Hi,
I have a interesting issue...
Basically I am trying to delta imports on solr 1.4 on a postgresql 8.3
database.
Basically when I am running a delta import with the entity below I get an
exception (see below the entity definition) showing the query its trying to
run and you can see that its n
I have 2 entities from the root node, not sure if that makes a difference!
On Wed, Nov 11, 2009 at 4:49 PM, Mark Ellul wrote:
> Hi,
>
> I have a interesting issue...
>
> Basically I am trying to delta imports on solr 1.4 on a postgresql 8.3
> database.
>
> Basically w
> field names in ALL CAPS
>
> you may try out a delta_import using a full import too
>
>
> http://wiki.apache.org/solr/DataImportHandlerFaq#My_delta-import_goes_out_of_memory_._Any_workaround_.3F
>
> On Wed, Nov 11, 2009 at 9:55 PM, Mark Ellul wrote:
> > I have 2 ent
Hi,
I have added a deleted field in my database, and am using the
Dataimporthandler to add rows to the index...
I am using solr 1.4
I have added my the deleted field to the query and the RegexTransformer...
and the field definition below
When I run the deltaImport command... I see the below o
n, Nov 16, 2009 at 11:12 PM, Mark Ellul wrote:
>> Hi,
>>
>> I have added a deleted field in my database, and am using the
>> Dataimporthandler to add rows to the index...
>>
>> I am using solr 1.4
>>
>> I have added my the deleted field to the quer
other ideas?
Thanks for your help so far!
Regards
Mark
On 11/17/09, Noble Paul നോബിള് नोब्ळ् wrote:
> why don't you add a new timestamp field . you can use the
> TemplateTransformer with the formatDate() function
>
> On Tue, Nov 17, 2009 at 5:49 PM, Mark Ellul wrote:
>&g
it/%3E
>
> Otis
> --
> Sematext is hiring -- http://sematext.com/about/jobs.html?mls
> Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR
>
>
>
> - Original Message
> > From: Mark Ellul
> > To: solr-user@lucene.apache.org; noble.p...
Thanks I will look into it!
On Fri, Nov 27, 2009 at 11:34 PM, cpmoser wrote:
>
> Hi I just recently (well today actually) ran into the same issue, and a
> Google search led me here. Something in the log that clued me in to my
> issue was this:
>
> Nov 27, 2009 1:27:05 PM org.apache.solr.core.So