Re: Running Solr Core/ Tika on Azure

2012-10-30 Thread Radek Zajkowski
I've been able to run Solr on Azure with this https://github.com/MSOpenTech/Windows-Azure-Solr Had to do some modification as we didn't need multiple slaves etc. but otherwise this was our jumping off point. If your Azure instance can mount the drive with files than you should be able to expose

Re: row.get() in script transformer adds square brackets [] to string value

2012-10-30 Thread Radek Zajkowski
; -Original Message----- From: Radek Zajkowski > Sent: Monday, October 29, 2012 8:37 PM > To: solr-user@lucene.apache.org > Subject: row.get() in script transformer adds square brackets [] to string > value > > > Hi all, > > would you know why I get (notice square br

row.get() in script transformer adds square brackets [] to string value

2012-10-29 Thread Radek Zajkowski
Hi all, would you know why I get (notice square brackets) [1969 Harley Davidson Ultimate Chopper] not 1969 Harley Davidson Ultimate Chopper when calling var description = row.get("ProductName").toString(); in a script transformer? Thank you, Radek.