Re: unable to build solr 4.10.1

2014-10-27 Thread Karunakar Reddy
n. Does that help? > > -Original Message- > From: Karunakar Reddy [mailto:karunaka...@gmail.com] > Sent: Tuesday, October 28, 2014 2:41 AM > To: solr-user@lucene.apache.org > Subject: unable to build solr 4.10.1 > > Hi , > > I am getting below error while doing

unable to build solr 4.10.1

2014-10-27 Thread Karunakar Reddy
Hi , I am getting below error while doing "ant dist" . :: problems summary :: [ivy:retrieve] WARNINGS [ivy:retrieve] [FAILED ] javax.activation#activation;1.1.1!activation.jar(javadoc): (0ms) [ivy:retrieve] shared: tried [ivy:retrieve] /home/.ivy2/shared/javax.activation/activatio

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Karunakar Reddy
Thanks Shawn and Gora for your suggestions. @Gora sounds good. I am just getting clarity over it. Regards, Karunakar. On Tue, Oct 7, 2014 at 8:27 AM, Gora Mohanty wrote: > On 6 October 2014 18:40, Karunakar Reddy wrote: > > > > Hey Alex, > > Thanks for your reply

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Karunakar Reddy
; detailed question if something is not clear there. > > Regards, > Alex. > Personal: http://www.outerthoughts.com/ and @arafalov > Solr resources and newsletter: http://www.solr-start.com/ and @solrstart > Solr popularizers community: https://www.linkedin.com/groups?gid=6713

data import handler clarifications/ pros and cons.

2014-10-06 Thread Karunakar Reddy
Hi All, Please suggest me effective way of using data import handler. Here is my use case. I have different kind of items which needs to be indexed in solr . Eg( books, shoes,electronics etc... ) each one has in different relational table. I have only one core as of now which is been used for pu

Re: '0' Status: Communication Error

2014-04-27 Thread Karunakar Reddy
Hey Naresh, few things that may be wrong 1) your application is not pointed to correct solr(change config.ini) 2)not able to access new solr machine from your application environment(just run this command in terminal to know the status of the port/IP from application environment telnet IP_ADDRESS

difference between apache tomcat vs Jetty

2013-10-20 Thread Karunakar Reddy
Hi, I want to know what is the difference between running solr on tomcat-apache server vs jetty server in production. With jetty there is some issue with indexing(eg: If 120k[batch size 100] records are getting indexed, around 15k are missing). Regards, Karunakar.

storing key value pair in multivalued field solr4.0

2013-03-25 Thread Karunakar Reddy
Hi , i am using solr4.0.i want to store key value pairs of attributes in mutlivalued field. Example i have some documents (Products) which have attributes as one field and i indexed attributes as separate documents to power auto suggest . now in some auto suggest i have to show facet count of prod