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
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.
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
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
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
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.
;>
>>
>>
>>
>>
>>
>> /
>>
>> 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.
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.
6.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267833.html
Sent from the Solr - User mailing list archive at Nabble.com.
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.
>>
>
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.
>
)
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.
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.
>
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
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.
>
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
>
>
>
>
>
> ...
>
> 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.
>
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.
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
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
20 matches
Mail list logo