Language detection for solr 3.6.1

2014-07-01 Thread Poornima Jay
Hi, Can anyone please let me know how to integrate http://code.google.com/p/language-detection/ in solr 3.6.1. I want four languages (English, chinese simplified, chinese traditional, Japanes, and Korean) to be added in one schema ie. multilingual search from single schema file. I tried added

Re: Language detection for solr 3.6.1

2014-07-07 Thread Poornima Jay
Hi, Please let me know if anyone had used google language detection for implementing multilanguage search in one schema. Thanks, Poornima On Tuesday, 1 July 2014 6:54 PM, Poornima Jay wrote: Hi, Can anyone please let me know how to integrate http://code.google.com/p/language

Re: Fwd: Language detection for solr 3.6.1

2014-07-08 Thread Poornima Jay
, Alexandre Rafalovitch wrote: -- Forwarded message -- From: Poornima Jay Date: Tue, Jul 8, 2014 at 5:03 PM Subject: Re: Language detection for solr 3.6.1 When i try to use solr-langid-3.6.1.jar file in my path /apache-tomcat-5.5.25/webapps/solr_multilangue_3.6_jar/WEB-INF/lib

Re: Fwd: Language detection for solr 3.6.1

2014-07-08 Thread Poornima Jay
hts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, Jul 8, 2014 at 5:08 PM, Poornima Jay wrote: > When i use solr-langid-3.5.0.jar file after reloading the core i am getting > the below error > > SEVERE: java.lang.NoClassDefFoundError

Korean Tokenizer in solr

2014-07-10 Thread Poornima Jay
Hi, Anyone tried to implement korean language in solr 3.6.1. I define the field as below in my schema file but the fieldtype is not working.                                                                                                        Error : Caused by: org.apache.solr.com

Re: Korean Tokenizer in solr

2014-07-10 Thread Poornima Jay
t 2:26 PM, Poornima Jay wrote: > Hi, > > Anyone tried to implement korean language in solr 3.6.1. I define the field > as below in my schema file but the fieldtype is not working. > > > >      >        >        hasCNoun="true"  bigrammable="

Re: Korean Tokenizer in solr

2014-07-10 Thread Poornima Jay
.. And you need the library added in the lib statement in solrconfig.xml (at least in Solr 4). Regards,   Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Thu, Jul 10, 2014 at 3:23 PM, Poornima Jay

Re: Korean Tokenizer in solr

2014-07-13 Thread Poornima Jay
s had been fixed in more recent Solr versions. Regards,   Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Thu, Jul 10, 2014 at 4:11 PM, Poornima Jay wrote: > Till now I was thinking solr will support Korea

Re: Korean Tokenizer in solr

2014-07-14 Thread Poornima Jay
t.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On Mon, Jul 14, 2014 at 1:58 PM, Poornima Jay wrote: > I have upgrade the solr version to 4.8.1. But after making changes in the > schema file i am getting the below error > Error

Re: Korean Tokenizer in solr

2014-07-14 Thread Poornima Jay
When I am trying to index the below error comes java.io.FileNotFoundException: /home/searchuser/multicore/apac_content/data/tlog/tlog.000 (No such file or directory) On Monday, 14 July 2014 2:07 PM, Poornima Jay wrote: Yes, Below is my defined fieldtype

Re: Perm Gen issues in SolrCloud

2014-07-28 Thread Poornima Jay
Hi Nitin, Not sure of you have tried these steps. 1. Stop the Tomcat Server. 2.Find catalina.bat 3.Assign following line to JAVA_OPTS variable and add it into catalina.bat file. set JAVA_OPTS=-server -Xms512M -Xmx768M -XX:MaxPermSize=256m  4. restart On Saturday, 1 March 2014 6:02 AM, KNitin

Range field for interger

2014-08-08 Thread Poornima Jay
Hi, I am using solr 3.6.1 and trying to find a range on a field which was defined as integer. but i'm not getting accurate results. below is my schema. The input will be as [-1 TO 0] or [2 TO 5] my query string will be interestlevel:[-1 TO 0] -- this is returning only 2 records from solr

Chinese language search in SOLR 3.6.1

2013-10-22 Thread Poornima Jay
Hi, Did any one face a problem for chinese language in SOLR 3.6.1. Below is the analyzer in the schema.xml file.                                                                                                             It works fine with the chinese strings but not working with pr

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Poornima Jay
, Oct 22, 2013 at 6:09 PM, Poornima Jay wrote: Hi, > >Did any one face a problem for chinese language in SOLR 3.6.1. Below is the >analyzer in the schema.xml file. > >positionIncrementGap="100"> >      >          > 

Re: Chinese language search in SOLR 3.6.1

2013-10-23 Thread Poornima Jay
r analysis tool : http://localhost:8983/solr/#/collection1/analysis Enter your field type and index time input that you had given with query value that you are searching for. You should be able to find your answers. On Tue, Oct 22, 2013 at 8:06 PM, Poornima Jay wrote: > Hi Rajani, >

Spell check SOLR 3.6.1 not working for numbers

2013-07-25 Thread Poornima Jay
Hi, I using SOLR 3.6.1 and implemented spellcheck. I found that the numbers in the spellcheck query does not return any results. Below is my solrconfig.xml and schema.xml details. Please any one let me know what needs to be done in order to get the spell check for numbers. solrConfig       

Re: Spell check SOLR 3.6.1 not working for numbers

2013-07-26 Thread Poornima Jay
ms that contain numbers.  Can you provide a failing case...the query you're executing (with all the spellcheck.xxx params) and the spellcheck response (or lack thereof).  Is it producing any hits? James Dyer Ingram Content Group (615) 213-4311 -Original Message- From:

SOLR 3.6.1 auto complete sorting

2013-09-06 Thread Poornima Jay
Hi,  We had implemented Auto Complete feature in our site. Below are the solr config details. schema.xml