Re: Spellcheck compounded words

2013-09-16 Thread Raheel Hasan
--- > From: Raheel Hasan [mailto:raheelhasan@gmail.com] > Sent: Monday, September 16, 2013 8:29 AM > To: solr-user@lucene.apache.org > Subject: Re: Spellcheck compounded words > > Hi, > > I m running 4.3.. > > I have posted all the details in another threat... do y

RE: Spellcheck compounded words

2013-09-16 Thread Dyer, James
ming queries. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Raheel Hasan [mailto:raheelhasan@gmail.com] Sent: Monday, September 16, 2013 8:29 AM To: solr-user@lucene.apache.org Subject: Re: Spellcheck compounded words Hi, I m running 4.3.. I have posted a

Re: Spellcheck compounded words

2013-09-16 Thread Raheel Hasan
, 2013 5:47 AM > To: solr-user@lucene.apache.org > Subject: Re: Spellcheck compounded words > > Hi guyz, > > Did anyone solve this issue? > > I am having it also, it took me 3 days to exactly figure it out that its > coming from "spellcheck.maxCollationTries"... >

RE: Spellcheck compounded words

2013-09-16 Thread Dyer, James
solr-user@lucene.apache.org Subject: Re: Spellcheck compounded words Hi guyz, Did anyone solve this issue? I am having it also, it took me 3 days to exactly figure it out that its coming from "spellcheck.maxCollationTries"... Even with 1 it hangs forewver. The only way to restart is

Re: Spellcheck compounded words

2013-09-16 Thread Rah1x
Hi guyz, Did anyone solve this issue? I am having it also, it took me 3 days to exactly figure it out that its coming from "spellcheck.maxCollationTries"... Even with 1 it hangs forewver. The only way to restart is to stop solr, delete "data" folder and then start solr again (i.e. index lost !).

Re: Spellcheck compounded words

2011-09-05 Thread O. Klein
O. Klein wrote: > > Anyways. I was testing on 3.3 and found that when I added > &spellcheck.maxCollations=2&spellcheck.maxCollationTries=2 as parameters > to the URL there was no problem at all. > > Adding > > 2 > 2 > > to the default requestHandler in solrconfig.xml caused reques

RE: Spellcheck compounded words

2011-07-27 Thread Dyer, James
oweb.nl] Sent: Wednesday, July 27, 2011 9:15 AM To: solr-user@lucene.apache.org Subject: Re: Spellcheck compounded words All the talk about logging derailed the thread. So can someone test if adding 2 2 to the dedault requesthandler in solrconfig.xml using collations causes syste

Re: Spellcheck compounded words

2011-07-27 Thread O. Klein
All the talk about logging derailed the thread. So can someone test if adding 2 2 to the dedault requesthandler in solrconfig.xml using collations causes system to hang? O. Klein wrote: > > Anyways. I was testing on 3.3 and found that when I added > &spellcheck.maxCollations=2&spe

Re: Spellcheck compounded words

2011-07-26 Thread O. Klein
I see you use this for Solr 3.3. In 3.3 there is no problem with logging. Have you tried to do the same thing for 4.0? -- View this message in context: http://lucene.472066.n3.nabble.com/Spellcheck-compounded-words-tp3192748p3201597.html Sent from the Solr - User mailing list archive at Nabble.c

Re: Spellcheck compounded words

2011-07-26 Thread François Schiettecatte
I get slf4j-log4j12-1.6.1.jar from http://www.slf4j.org/dist/slf4j-1.6.1.tar.gz, it is what interfaces slf4j to log4j, you will also need to add log4j-1.2.16.jar to WEB-INF/lib. François On Jul 26, 2011, at 3:40 PM, O. Klein wrote: > > François Schiettecatte wrote: >> >> # >> # 4) Copy:

Re: Spellcheck compounded words

2011-07-26 Thread O. Klein
François Schiettecatte wrote: > > # > # 4) Copy: > # slf4j-1.6.1/slf4j-log4j12-1.6.1.jar -> > WEB-INF/lib > # log4j.properties (this file)-> > WEB-INF/classes/ (needs to be > created) > # > Don't you mean log4j-1.2.16/slf4j-log

Re: Spellcheck compounded words

2011-07-26 Thread François Schiettecatte
FWIW, here is the process I follow to create a log4j aware version of the apache solr war file and the corresponding lo4j.properties files. Have fun :) François ## # # Log4J configuration for SOLR # # http://wiki.apache.org/solr/Sol

Re: Spellcheck compounded words

2011-07-26 Thread O. Klein
Adding log4j-1.2.16.jar and deleting slf4j-jdk14-1.6.1.jar does not fix logging for 4.0 for me. Anyways, tried it on 3.3 and Solr just hangs here also. No logging, no exceptions. I'll let you know if I manage to find source of problem. -- View this message in context: http://lucene.472066.n3.na

Re: Spellcheck compounded words

2011-07-26 Thread Markus Jelsma
> I will try to duplicate the behavior in 3.3 as I cant get logging to file > working in 4.0 like in other releases > http://globalgateway.wordpress.com/2010/01/06/configuring-solr-1-4-logging- > with-log4j-in-tomcat/ Solr logging (maybe you know how to fix this?) You're most likely caught by t

RE: Spellcheck compounded words

2011-07-26 Thread O. Klein
I will try to duplicate the behavior in 3.3 as I cant get logging to file working in 4.0 like in other releases http://globalgateway.wordpress.com/2010/01/06/configuring-solr-1-4-logging-with-log4j-in-tomcat/ Solr logging (maybe you know how to fix this?) Config is pretty normal I think:

RE: Spellcheck compounded words

2011-07-26 Thread Dyer, James
to try and figure out if this is a bug and if so, then try and fix it. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: O. Klein [mailto:kl...@octoweb.nl] Sent: Tuesday, July 26, 2011 11:37 AM To: solr-user@lucene.apache.org Subject: RE: Spellcheck

RE: Spellcheck compounded words

2011-07-26 Thread O. Klein
Im using 4.0 for testing this. Im not sure what to expect, but as soon as I increase maxCollationTries to 1 or more, even with maxCollationEvaluations set to low value like 10 it just hangs. With maxCollationTries set to 0 it works just fine. -- View this message in context: http://lucene.47206

RE: Spellcheck compounded words

2011-07-26 Thread Dyer, James
the query in "spellcheck.q" to get it to work. But I've never used shingles with spellcheck before so I'm not sure. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: O. Klein [mailto:kl...@octoweb.nl] Sent: Tuesday, July 26, 201

RE: Spellcheck compounded words

2011-07-26 Thread O. Klein
Using ShingleFilterFactory and PositionFilterFactory I get some results, but never as a useful collation. So I tried to see what results with spellcheck.maxCollations=2 would be, but I never got this to work. not on 3.3 nor 4.0. Even lowering maxCollationEvaluations had no effect. I never get a re

RE: Spellcheck compounded words

2011-07-25 Thread Dyer, James
ution... James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Monday, July 25, 2011 10:13 AM To: solr-user@lucene.apache.org Cc: Dyer, James Subject: Re: Spellcheck compounded words This will wor

Re: Spellcheck compounded words

2011-07-25 Thread Markus Jelsma
This will work for mispelled compounds indeed but not when the compound word is actually queried as two separate correctly spelled words. Most likely both sail and boat exist in the index as single token. There is a work around but that's limited to a scenario where users never use more than 1

RE: Spellcheck compounded words

2011-07-25 Thread Dyer, James
I'm afraid there currently isn't much support for correcting misplaced whitespace. Solr is going to look at each word individually and won't even try to combine ajacent words (or split a word into 2 or more). So there is no good way to get these kinds of suggestions. One thing that might work