Re: [OT] Solr Webinar

2009-08-13 Thread Mani Kumar
if anyone has any pointer to this webinar, please share it. thanks! mani On Thu, Aug 13, 2009 at 9:26 PM, Chenini, Mohamed mchen...@geico.comwrote: I also registered to attend but I am not going to because here at work a last minute meeting has been scheduled at the same time. Is it possible

best way to integrate solr with rails web app

2009-08-09 Thread Mani Kumar
hi all, can somebody provide the pointers for integrating solr with my rails application? thanks! mani

Re: DefaultSearchField ? important

2009-07-16 Thread Mani Kumar
On Thu, Jul 16, 2009 at 12:33 AM, Erik Hatcher e...@ehatchersolutions.comwrote: On Jul 15, 2009, at 2:59 PM, Mani Kumar wrote: @mark, @otis: Can I answer too? :) your welcome :) ... thanks yeah copying all the fields to one text field will work but what if i want to assign

Re: DefaultSearchField ? important

2009-07-15 Thread Mani Kumar
@mark, @otis: yeah copying all the fields to one text field will work but what if i want to assign specific weightage to specific fields? e.g. i have a three fields 1) title 2) tags 3) description i copied all of them to a new field called all_text. now i want to search in all the fields with

Re: SynonymFilterFactory usage

2009-07-07 Thread Mani Kumar
anyone? ps: my apologies if you guys think its spamming. but i really need some help here. thanks! mani On Sun, Jul 5, 2009 at 12:49 PM, Mani Kumar manikumarchau...@gmail.comwrote: hi all, i am confused a bit about how to use synonym filter configs. i am using solr 1.4. default config

SynonymFilterFactory usage

2009-07-05 Thread Mani Kumar
class=solr.SynonymFilterFactory synonyms=synonyms.txt ignoreCase=true expand=false/ for index analyzer: filter class=solr.SynonymFilterFactory synonyms=synonyms.txt ignoreCase=true expand=true/ am i right? what do you guys suggest? thanks! mani kumar

Re: Auto suggest.. how to do mixed case

2009-06-23 Thread Mani Kumar
hi shalin, can you please share code or tutorial documents for (it'll be great help) 1. Prefix search on shingles 2. Exact (phrase) search on n-grams The regular prefix search also works. The good thing with these is that you can filter and different stored value is also possible. ??

Re: DataImporter : Java heap space

2009-04-15 Thread Mani Kumar
Aah, Bryan you got it ... Thanks! Noble: so i can hope that it'll be fixed soon :) thank you for fixing it ... please lemme know when its done.. Thanks! Mani Kumar 2009/4/16 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com Hi Bryan, Thanks a lot. It is invoking the wrong method it should have

Re: want to Unsubscribe from Solr Mailing List

2009-04-15 Thread Mani Kumar
Dear Lady, this information available on http://lucene.apache.org/solr/mailing_lists.html page. Thank you for unsubscribing! -Mani On Thu, Apr 16, 2009 at 10:16 AM, Neha Bhardwaj neha_bhard...@persistent.co.in wrote: Hi, I wish to unsubscribe from list . My email address is

Re: DataImporter : Java heap space

2009-04-14 Thread Mani Kumar
entity name=item dataSource=sp query=select * from items field column=id name=id / field column=title name=title / /entity /document /dataConfig I hope i have used batchSize parameter @ right place. Thanks! Mani Kumar On Tue, Apr 14, 2009 at 11:24 AM, Shalin

Re: DataImporter : Java heap space

2009-04-14 Thread Mani Kumar
, 2009 at 11:48 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Tue, Apr 14, 2009 at 11:36 AM, Mani Kumar manikumarchau...@gmail.com wrote: Hi Shalin: yes i tried with batchSize=-1 parameter as well here the config i tried with dataConfig dataSource type

DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
version 1.5.0_16 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284) Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing) Is that i need to install a new java version? my db is also very huge ~15 GB please do the need full ... thanks mani kumar

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
I am using Tomcat ... On Mon, Apr 13, 2009 at 11:57 PM, Mani Kumar manikumarchau...@gmail.comwrote: Hi All, I am trying to setup a Solr instance on my macbook. I get following errors when m trying to do a full db import ... please help me on this Apr 13, 2009 11:53:28 PM

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
? Thanks! Mani Kumar On Tue, Apr 14, 2009 at 12:12 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Mon, Apr 13, 2009 at 11:57 PM, Mani Kumar manikumarchau...@gmail.com wrote: Hi All, I am trying to setup a Solr instance on my macbook. I get following errors when m trying

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
) Each record consist of id and title. id is of type int(11) and title's avg. length is 50 chars. I am using tomcat with solr. here is the command i am using to start it ./apache-tomcat-6.0.18/bin/startup.sh -Xmn50M -Xms300M -Xmx400M Thanks! for help. I appreciate it. -Mani Kumar On Tue

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
more Apr 14, 2009 11:15:01 AM org.apache.solr.update.DirectUpdateHandler2 rollback INFO: start rollback Apr 14, 2009 11:15:01 AM org.apache.solr.update.DirectUpdateHandler2 rollback INFO: end_rollback On Tue, Apr 14, 2009 at 11:09 AM, Mani Kumar manikumarchau...@gmail.comwrote: Hi ILAN: Only

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
itself may not be consuming so much memory. It also includes the memory used by Solr. Do you have a hard limit on 400MB , is it not possible to increase it? On Tue, Apr 14, 2009 at 11:09 AM, Mani Kumar manikumarchau...@gmail.com wrote: Hi ILAN: Only one query is required to generate