Re: state of new config format in 4.3.1

2013-06-27 Thread shikhar
that's that. > > - Mark > > On Jun 27, 2013, at 3:22 PM, shikhar wrote: > > > Can anyone (Eric?) outline what's changing between 4.3.1 and 4.4 wrt > > http://wiki.apache.org/solr/Solr.xml%204.4%20and%20beyond, and what > makes > > the new solr.xml format usa

state of new config format in 4.3.1

2013-06-27 Thread shikhar
Can anyone (Eric?) outline what's changing between 4.3.1 and 4.4 wrt http://wiki.apache.org/solr/Solr.xml%204.4%20and%20beyond, and what makes the new solr.xml format usable in 4.4 but not 4.3.1? If one didn't care about sharedLib or solr.xml persistence (the only solr.xml changes we care about ar

Re: Zookeeper Error When Trying to Setup SolrCloud on Weblogic

2013-02-28 Thread Mishra, Shikhar
I was able to move past the error by trying out the fix proposed here: https://gist.github.com/barkbay/4153107 It feels strange to catch RuntimeException, though. On 2/27/13 2:09 PM, "Mishra, Shikhar" wrote: >Hi, > >I'm trying to setup Solr Could on Weblogic 12c. I

Zookeeper Error When Trying to Setup SolrCloud on Weblogic

2013-02-27 Thread Mishra, Shikhar
1:38:31 AM org.apache.zookeeper.ClientCnxn$SendThread run Thanks, Shikhar

RE: DataImport Handler : Transformer Function Eval Failed Error

2012-11-05 Thread Mishra, Shikhar
Looks like it will be helpful. I'm going to give it a shot. Thanks, Otis. Shikhar From: Otis Gospodnetic [otis.gospodne...@gmail.com] Sent: Friday, November 02, 2012 4:36 PM To: solr-user@lucene.apache.org Subject: Re: DataImport Handler : Transf

RE: DataImport Handler : Transformer Function Eval Failed Error

2012-11-02 Thread Mishra, Shikhar
We have a scenario where the same products are available from multiple vendors at different prices. We want to store these prices along with the products in the index (product has many prices), so that we can apply dynamic filtering on the prices at the time of search. Thanks, Shikhar

DataImport Handler : Transformer Function Eval Failed Error

2012-11-01 Thread Mishra, Shikhar
Price:' + listPrice + '}'); return row; } ]]> Are there any syntactic errors in the JavaScript code above? Thanks. Shikhar