Stop solr service

2013-10-27 Thread veena rani
Hi Team, Pla stop the solr service. -- Regards, Veena Rani P N Banglore. 9538440458

Re: Stop solr service

2013-10-27 Thread veena rani
kill JVM running Solr, however it will be usually enough to just stop the container. -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ Hi Team, Pla stop the solr service. -- Regards, Veena Rani P N

Re: why does a node switch state ?

2013-08-28 Thread veena rani
is welcome... -- View this message in context: http://lucene.472066.n3.nabble.com/why-does-a-node-switch-state-tp4086939.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Veena Rani P N Banglore. 9538440458

how to boosting fisrt substring in a string solr.

2012-09-13 Thread veena rani
Hi , In solr, If i m search for for string like Yoga Teacher, it should search for yoga as well as yoga teacher, but it should not search for just teacher like maths teacher or science teacher and any other teacher. How can i do this in solr. Please any one can give me solution to this question.

Re: Setting up two cores in solr.xml for Solr 4.0

2012-09-05 Thread veena rani
cores adminPath=/admin/cores core name=core0 instanceDir=core0 / core name=core1 instanceDir=core1 / /cores try the above code snippet , in solr.xml. But it works on Tomcat. On Wed, Sep 5, 2012 at 1:10 AM, Chris Hostetter hossman_luc...@fucit.orgwrote: : core name=MYCORE_test

Re: Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread veena rani
No, # is not a stop word. On Tue, Sep 4, 2012 at 12:59 PM, 李�S liyun2...@corp.netease.com wrote: Is # in your stop words list ? 2012-09-04 Li Yun Software Engineer @ Netease Mail: liyun2...@corp.netease.com MSN: rockiee...@gmail.com 发件人: veena rani 发送时间: 2012-09-04 12:57:26 收

Re: Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread veena rani
=synonyms.txt ignoreCase=true expand=true/ filter class=solr.LowerCaseFilterFactory/ /analyzer /fieldType On Tue, Sep 4, 2012 at 1:16 PM, veena rani veenara...@gmail.com wrote: No, # is not a stop word. On Tue, Sep 4, 2012 at 12:59 PM, 李�S liyun2...@corp.netease.com wrote

Re: Solr4 distributed IDF

2012-09-03 Thread veena rani
Hi, I have an issue with the # symbol, in solr, I m trying to search for string ends up with # , Eg:c#, it is throwing error Like, org.apache.lucene.queryparser.classic.ParseException: Cannot parse '(techskill:c': Encountered EOF at line 1, column 12. Was expecting one of: AND ... OR ...

Is there any special meaning for # symbol in solr.

2012-09-03 Thread veena rani
Hi, I have an issue with the # symbol, in solr, I m trying to search for string ends up with # , Eg:c#, it is throwing error Like, org.apache.lucene.queryparser.classic.ParseException: Cannot parse '(techskill:c': Encountered EOF at line 1, column 12. Was expecting one of: AND

Re: Is there any special meaning for # symbol in solr.

2012-09-03 Thread veena rani
if i use this link ,http://localhost:8080/solr/select?q=(techskill%3Ac%23) , solr is going to display techskill:c result. But i want to display only techskill:c# result. On Mon, Sep 3, 2012 at 7:23 PM, Toke Eskildsen t...@statsbiblioteket.dkwrote: On Mon, 2012-09-03 at 13:39 +0200, veena rani