Re: Solr is indexing jdbc properties

2010-09-06 Thread savvas.andreas
It did work!! \o/ the admin page had been cached in FF.. Thanks very much Alex. -- Savvas On 6 September 2010 16:02, Savvas-Andreas Moysidis < savvas.andreas.moysi...@googlemail.com> wrote: > Hi Alex, > > Thanks very much for your reply and pointers. > That didn't work I'm afraid.. > > I'll t

Re: Solr is indexing jdbc properties

2010-09-06 Thread savvas.andreas
Hi Alex, Thanks very much for your reply and pointers. That didn't work I'm afraid.. I'll try to see if sql server supports a conversion function. Regards, -- Savvas On 6 September 2010 15:49, Alexey-34 [via Lucene] < ml-node+1426936-1702828919-54...@n3.nabble.com > wrote: > > http://wiki.apa

Re: Solr is indexing jdbc properties

2010-09-06 Thread Alexey Serba
http://wiki.apache.org/solr/DataImportHandlerFaq#Blob_values_in_my_table_are_added_to_the_Solr_document_as_object_strings_like_B.401f23c5 Try to add convertType attribute to dataSource declaration, i.e. HTH, Alex On Mon, Sep 6, 2010 at 5:49 PM, savvas.andreas wrote: > > Hello, > > I am trying