Re: Full sentence spellcheck

2011-08-24 Thread Valentin
checker (with the original spellchecker of db) But this spellchecker has the class solr.SpellCheckerRequestHandler that doesn't have all the options I want (like collation). -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3281189.html

Re: Full sentence spellcheck

2011-08-23 Thread Valentin
t does not work. Why I can't just use this evil spellcheck.q ? -_- -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3277847.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full sentence spellcheck

2011-08-22 Thread William Oberman
t i have a last question before trying your solution : did you > have > the same NullPointerException before ? I want to be sure that is the only > way to resolve my problem before midifying some java files... > > -- > View this message in context: > http://lucene.47206

Re: Full sentence spellcheck

2011-08-22 Thread Valentin
Thanks, but i have a last question before trying your solution : did you have the same NullPointerException before ? I want to be sure that is the only way to resolve my problem before midifying some java files... -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence

Re: Full sentence spellcheck

2011-08-22 Thread William Oberman
rrayList(); >Token token = new Token(original, 0, original.length(), "word"); >result.add(token); >return result; > } > > } > > > But I don't know where and how to write it. Can you help me ? > > Moreover, will it change my other spellcheck

Re: Full sentence spellcheck

2011-08-22 Thread Valentin
don't want to be modified... Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3274956.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full sentence spellcheck

2011-08-19 Thread William Oberman
;> >> >> >> >> >> >> / >> >> and i'm sure there is words in it >> >> >> I don't know where to find this file >> "org.apache.solr.handler.component.SpellCheckComponent.getTokens" >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267833.html >> Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full sentence spellcheck

2011-08-19 Thread Will Oberman
ndler.component.SpellCheckComponent.getTokens" -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267833.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full sentence spellcheck

2011-08-19 Thread Valentin
6.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267833.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full sentence spellcheck

2011-08-19 Thread Li Li
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) >>        at >> org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) >>        at >> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267771.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >

Re: Full sentence spellcheck

2011-08-19 Thread Li Li
on.handle(HttpConnection.java:404) >        at > org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) >        at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267771.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Full sentence spellcheck

2011-08-19 Thread Valentin
) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267771.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full sentence spellcheck

2011-08-19 Thread Li Li
t think it resolves the problem of the NullPointerException when i > use spellcheck.q :/ > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267724.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Full sentence spellcheck

2011-08-19 Thread Valentin
Component on my first post. The only big difference between your parameters and mine is: " UTF-8 ". But I don't think it resolves the problem of the NullPointerException when i use spellcheck.q :/ -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-sp

Re: Full sentence spellcheck

2011-08-19 Thread Li Li
his message in context: > http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267629.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Full sentence spellcheck

2011-08-19 Thread Valentin
I don't think it wil lhelp me, sorry. I just want my query to not be tokenised, I want it to be considered as a full sentence to correct. But thanks for your answers, I keep searching. -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p32

Re: Full sentence spellcheck

2011-08-19 Thread Li Li
>     >     >   > > > ... > > stored="false" multiValued="true"/>/ > > I've read somewhere that I have to use spellcheck.q because q use the > WhitespaceAnalyzer, but when I use spellcheck.q i get a > java.lang.NullPointerException > > Any ideas ? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3265257.html > Sent from the Solr - User mailing list archive at Nabble.com. >

RE: Full sentence spellcheck

2011-08-19 Thread Valentin
Actually, that's not my problem, I do specify "q". Another idea ? It really makes me crazy... -- View this message in context: http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267394.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Full sentence spellcheck

2011-08-18 Thread Dyer, James
al Message- From: Valentin [mailto:igorlacro...@gmail.com] Sent: Thursday, August 18, 2011 10:32 AM To: solr-user@lucene.apache.org Subject: Full sentence spellcheck I'm trying to configure a spellchecker to autocomplete full sentences from my query. I've already been able to get this res

Full sentence spellcheck

2011-08-18 Thread Valentin
suggest_full 10 true suggest_full / And this is my schema.xml: / ... / I've read somewhere that I have to use spellcheck.q because q use the WhitespaceAnalyzer, but when I use spellcheck.q i get a java.lang.NullPointerException Any ideas ? -- View this messag