Fwd: Solr and OpenNLP - Error loading class 'solr.OpenNLPTokenizerFactory'

2014-06-18 Thread Bhadra Mani
I am facing this issue https://issues.apache.org/jira/browse/SOLR-3625 but adding to solrconfig.xml doesnot work. it is on 4.8.1 Thanks, Bhadra -- Forwarded message -- From: Bhadra Mani Date: Wed, Jun 18, 2014 at 4:46 PM Subject: Solr and OpenNLP - Error loading class

Solr and OpenNLP - Error loading class 'solr.OpenNLPTokenizerFactory'

2014-06-18 Thread Bhadra Mani
Hi All, Using link https://wiki.apache.org/solr/OpenNLP#Deployment_to_Solr Followed the steps. bin/trainall.sh - It keept running while I executed next step "go to trunk-dir/solr and run 'ant test-contrib'" (This has 2 test suite failed.) Later created war file using 'ant dist' (Build Successful

Memory Posting Format

2014-01-27 Thread Mani Gupta
How to use this format for a particular field Please suggest me what should be the postingFormat attribute value to use this format Thanks

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread mani arasu
You should probably be looking at which Analyzer you used in solr version 3.x and which one you are using in solr version 4.x. If there is any change in that you may have to do either of the following: - Do a full-import so that documents are created according to your new schema - Do a se

Embedded Server Issue : SOLRJ : No Such Core Found

2012-09-19 Thread Senthil Kk Mani
Hi, I am facing an issue while trying to use the solrj EmbeddedServer to load a core. I am trying to load the example/solr packaged with solr-3.6.1. It works perfectly fine through CommonHTTPSolrSever. I am able to query and fetch the document. I used the following jar files to compile and run.

Re: Partial search

2012-09-13 Thread Mani
Thanks for your reply! The version I am using is 3.6. I have deleted the document and added it again as a single field. Now I see the result as expected. I am also using the standard stop word list. There is no stop words for both "Engergy" and "Field". The search field "text" is a copy field of

Partial search

2012-09-11 Thread Mani
I have three documents with the following search field (text_en type) values. When I search for "Energy Field", I am getting the document in this order presented. However if you look at the match, I would expect the Doc3 should come first and Doc1 should be the last. Doc1 : Automic Energy and

Re: Solr search not working after copying a new field to an existing Indexed Field

2012-09-11 Thread Mani
Eric, "When you add a doc with the same unique key as an old doc, the data associated with the first version of the doc is entirely thrown away and its as though you'd never indexed it at all", I did exactly the same. The old doc and new doc there is not a change except the Name has changed. Whe

Re: Solr search not working after copying a new field to an existing Indexed Field

2012-09-07 Thread Mani
yes..I do have this uniquekey defined properly. id Before the schema change... After the schema change... -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-search-not-working-after-copying-a-new-field-to-an-existing-Indexed-Field-tp4005993p4006217.html Sent f

Re: Version Migration from solr 1.3

2012-09-07 Thread Mani
If you have time, you might as well wait for 4.0 to be released otherwise 3.6.1 -- View this message in context: http://lucene.472066.n3.nabble.com/Version-Migration-from-solr-1-3-tp4006193p4006200.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr search not working after copying a new field to an existing Indexed Field

2012-09-06 Thread Mani
I have a made a schema change to copy an existing field "name" (Source Field) to an existing search field "text" (Destination Field). Since I made the schema change, I updated all the documents thinking the new source field will be clubbed together with the "text" field. The search for a specifi

Configuring Apache SOLR with Multicore on IBM Websphere Application Server

2012-07-23 Thread Senthil Kk Mani
Hi, I currently have Apache SOLR 3.6 running on Tomcat 7.0.27. I was able to successfully configure multicores too. This was my development environment and hence used tomcat - however the production environment is WAS. I need to migrate the existing multicores SOLR index from tomcat to WAS. Is th

Re: Warning : no lockType configured for...

2010-03-09 Thread Mani EZZAT
related to this problem in JIRA, so maybe if you want to keep a trace...) Mani EZZAT wrote: Should I fill a bug ? Mani EZZAT wrote: I tired using the default solrconfig and schema (from the example in 1.3 release) and I still get the same warnings When I look at the log, the solrconfig seems

Re: Warning : no lockType configured for...

2010-03-05 Thread Mani EZZAT
Should I fill a bug ? Mani EZZAT wrote: I tired using the default solrconfig and schema (from the example in 1.3 release) and I still get the same warnings When I look at the log, the solrconfig seems correcly loaded, but something is strange : newSearcher warming query from solrconfig.xml

Re: Warning : no lockType configured for...

2010-03-04 Thread Mani EZZAT
. Even If i create only 1 core, I'll get the warning since I get it for the first one anyway Mani EZZAT wrote: I don't know, I didn't try because I have the need to create a different core each time. I'll do some tests with the default config and will report back to all o

Re: Warning : no lockType configured for...

2010-03-02 Thread Mani EZZAT
I don't know, I didn't try because I have the need to create a different core each time. I'll do some tests with the default config and will report back to all of you Thank you for your time Tom Hill. wrote: Hi Mani, Mani EZZAT wrote: I'm dynamically creating co

Re: Warning : no lockType configured for...

2010-02-28 Thread Mani EZZAT
Anyone got an idea ? I'm stuck on this and I can't find the solution Mani EZZAT wrote: Hello, I have this warning even if (I think) everything is setted correctly I'm dynamically creating cores with a new index, using the same schema and solrconfig.xml I looked at the solr

Warning : no lockType configured for...

2010-02-25 Thread Mani EZZAT
hy this is happening ? (btw, i'm using Solr Revision 772051) Best regards, EZZAT Mani

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 wrote: > 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 i

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 wrote: > > 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

Re: DefaultSearchField ? "important"

2009-07-15 Thread Mani Kumar
the fields with weightage assigned to title^4, tags^2, description^1 how it'll work then? another question: how weightage is considered ? is it a multiplication to scores of terms in fields ... ex. terms in title * 4, terms in tags * 2 thanks! mani On Wed, Jul 15, 2009 at 5:33 PM, Mar

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 wrote: > 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
indexing. This is because there are two potential issues that can arrise at query time**"* * * considering this above recommendation i think following is the best option for synonym filter * for query analyzer: * for index analyzer: 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
sible. ?? thanks! mani On Mon, Jun 22, 2009 at 4:41 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Jun 22, 2009 at 2:55 PM, Ingo Renner wrote: > > > > > Hi Shalin, > > > > I think > >> that by naming it as /autoSuggest, a lot of

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 . > > &g

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 നോബിള്‍ नोब्ळ् > Hi Bryan, > Thanks a lot. It is invoking the wrong method > > it shoul

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
Yes its throwing the same OOM error and from same place... yes i will try increasing the size ... just curious : how this dataimport works? Does it loads the whole table into memory? Is there any estimate about how much memory it needs to create index for 1GB of data. thx mani On Tue, Apr 14

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
Hi Shalin: yes i tried with batchSize="-1" parameter as well here the config i tried with I hope i have used batchSize parameter @ right place. Thanks! Mani Kumar On Tue, Apr 14, 2009 at 11:24 AM, Shalin Shek

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
Hi Noble: But the question is how much memory? is there any rules or something like that? so that i can estimate the how much memory it requires? Yeah i can increase it upto 800MB max will try it and let you know Thanks! Mani 2009/4/14 Noble Paul നോബിള്‍ नोब्ळ् > DIH itself may not

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
5 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 wrote: > Hi ILAN: > > Only one q

Re: DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
sec) 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
? 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 >wrote: > > > Hi All, > > I am trying to setup a Solr instance on my macbook. > > > > I get followi

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 wrote: > 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

DataImporter : Java heap space

2009-04-13 Thread Mani Kumar
"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