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
We are considering Solr 1.2 to index and search a terabyte-scale dataset
of OCR. Initially our requirements are simple: basic tokenizing, score
sorting only, no faceting. The schema is simple too. A document
consists of a numeric id, stored and indexed and a large text field,
indexed not
There is not yet a spell checking component... It would be great to
have though!
anuvenk wrote:
Is it possible to add a spell check component so i don't have to issue a
separate request to solr to do the spell checking? Sorry if this question is
naive..am just learning to use solr.
class="or
Is it possible to add a spell check component so i don't have to issue a
separate request to solr to do the spell checking? Sorry if this question is
naive..am just learning to use solr.
and add it to the search handler like this
spellcheck
what would the name of the spell check compo