PROTECTED]
Sent: Tuesday, January 29, 2008 1:48 PM
To: solr-user@lucene.apache.org
Subject: Re: spellcheckhandler
On 26-Jan-08, at 5:51 PM, anuvenk wrote:
>
> Thanks a lot for clearing my doubts. Would you know if the solr wiki
> is up to date with the documentation for the new features
On 26-Jan-08, at 5:51 PM, anuvenk wrote:
Thanks a lot for clearing my doubts. Would you know if the solr
wiki is up to
date with the documentation for the new features that are being
added? I
totally rely on the solr wiki documentation for my project. If you
may,
please send me the files
Thanks a lot for clearing my doubts. Would you know if the solr wiki is up to
date with the documentation for the new features that are being added? I
totally rely on the solr wiki documentation for my project. If you may,
please send me the files you had mentioned and i'll be happy to test them.
Anuvenk,
Sorry for this "Third" email, but I was reading your question below and I think
it warrants yet another reply.
Just some background from my focus and involvement, and hence the generation of
the JavaDocs. I was primarily interested in having a Solr based spell checker
that behaved mo
Anuvenk,
I may be partially wrong on my prior statement.
I created that JavaDoc comment as part of my work on the spellcheck handler so
I might have been wrong about it being 100% superseded. There is a chance that
although the code was changed, the JavaDocs were not updated (they are merely
Thanks. But i'm looking at this
http://.../spellchecker?indent=on&onlyMorePopular=true&accuracy=.6&suggestionCount=20&q=facial+salophosphoprotein
on
http://lucene.apache.org/solr/api/org/apache/solr/handler/SpellCheckerRequestHandler.html
It seems to return results (well in the example)
with and
:
: I did try with the latest nightly build and followed the steps outlined in
: http://wiki.apache.org/solr/SpellCheckerRequestHandler
: with regards to creating new catchall field 'spell' of type 'spell' and
: copied my text fields to 'spell' at index time.
: Still q=grapics returns 'graphics'
:
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
> - Original Message
> From: anuvenk <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, January 21, 2008 12:35:52 AM
> Subject: Re: spellcheckhandler
>
&g
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
> - Original Message
> From: anuvenk <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, January 21, 2008 12:35:52 AM
> Subject: Re: spellcheckhandler
>
&g
ssage
> From: anuvenk <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, January 21, 2008 12:35:52 AM
> Subject: Re: spellcheckhandler
>
>
> I followed the steps outlined in
> http://wiki.apache.org/solr/SpellCheckerRequestHandler
> with reg
;
> - Original Message
> From: anuvenk <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, January 21, 2008 12:35:52 AM
> Subject: Re: spellcheckhandler
>
>
> I followed the steps outlined in
> http://wiki.apache.org/solr/SpellCheckerRequestHandler
&g
12:35:52 AM
Subject: Re: spellcheckhandler
I followed the steps outlined in
http://wiki.apache.org/solr/SpellCheckerRequestHandler
with regards to setting up of the schema with a new field 'spell' and
copying other fields to this 'spell' field at index time.
It works fine with
I followed the steps outlined in
http://wiki.apache.org/solr/SpellCheckerRequestHandler
with regards to setting up of the schema with a new field 'spell' and
copying other fields to this 'spell' field at index time.
It works fine with single word queries but doesn't return anything for
multi-word
I was going to do this
create a new field(termsourcefield) called 'spell'
of type 'spell'
copy my 'name' and 'body' fields to this 'spell' field at index time
But like you had menti
The way we do this is with the Solr 1.2 (the current release),
inspired by a discussion on the ML, is to build a spellcheck
dictionary with the relevant collocations such as the one in your
example, based on a custom field that is effectively not tokenized.
We actually create dummy documents for th
15 matches
Mail list logo