Problem in indexing on large data set by Dataimporthandler in solr

2010-02-01 Thread Vijayant Kumar
_CURSORS_AT_COMMIT"/> > > transformer="TemplateTransformer"> > > > > > > > > > > > > > > My table contain around 1.5 core of data on local machine On production it > is > containing around 4 times of data as on local. > > > > Thank you, > Vijayant Kumar > Software Engineer > Website Toolbox Inc. > http://www.websitetoolbox.com > 1-800-921-7803 x211 > -- Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803 x211

Re: Problem in indexing on large data set by Dataimporthandler in solr

2010-02-02 Thread Vijayant Kumar
Hi Erik, Thanks for your suggestion I had updated the Solr version. and the problem is rectified. > Can you give it a shot on Solr 1.4 instead? DIH has had numerous > enhancements/fixes since 1.3. > > Erik > > > On Feb 1, 2010, at 8:42 AM, Vijayant Kumar wrote: >

can I import some data in index without delta import?

2010-02-02 Thread Vijayant Kumar
table in the mean time of indexing. delta-import is one method but we are not fessiable with adding new columns in the table for that. Is there any other alternate method for this. -- Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803

Re: Solr response extremely slow

2010-02-02 Thread Vijayant Kumar
Hi Rajat, You can find the version of solr by http://localhost:8983/solr/admin/registry.jsp -- Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803 x211 > > Java version is -> > > java version "1.5.0_18" > Ja

How can I make my solr admin Password Protected

2010-02-03 Thread Vijayant Kumar
Hi, Can any one help me, how can I make my solr adim password protected so that only authorise person can access it. -- Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803 x211

Re: Solr Index size : Java out of memory

2010-02-07 Thread Vijayant Kumar
Hi I was faced the same problem. You can get it rectified by allocating specified memory to the jar process that is running. java -Xmx1024M -Xms1024M -jar start.jar you can specify the amount of memory to the process. -- Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http

Request time out in solr

2010-02-08 Thread Vijayant Kumar
, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803 x211

Re: Posting Concurrently to Solr

2010-02-11 Thread Vijayant Kumar
Why don't you approach for DIH http://wiki.apache.org/solr/DataImportHandler Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803 x211 > > Hello Everyone, > > If I have a large data set which needs to be indexed, wh

Need feedback on solr security

2010-02-17 Thread Vijayant Kumar
...@localhost:8983/solr/admin/update I need your suggestion and feed back on the above method.Is it fessiable method and secure? TO over come from this issue is there any alternate method? -- Thank you, Vijayant Kumar Software Engineer Website Toolbox Inc. http://www.websitetoolbox.com 1-800-921-7803

Re: Need feedback on solr security

2010-02-17 Thread Vijayant Kumar
Hi Xavier, Thanks for your feedback the firewall rule for the trusted IP is not fessiable for us because the application is open for public so we can not work through IP banning. > Vijayant Kumar wrote: >> Hi Group, >> >> I need some feedback on solr security. >>

Re: error while using the DIH handler

2010-02-23 Thread Vijayant Kumar
Put the data-config in conf folder, I hope the problem will resolve. > > > i tried using the DIH in solr using the steps as mentioned in : > > http://wiki.apache.org/solr/DataImportHandler#datasource > http://wiki.apache.org/solr/DataImportHandler#datasource > > on running the command ::java -Dsolr