spell check component

2008-01-19 Thread anuvenk
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. searchComponent name=spellcheck class=org.apache.solr.handler.component.spellcheckComponent / and add it

Re: Solr feasibility with terabyte-scale data

2008-01-19 Thread Ryan McKinley
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

Re: spellcheckhandler

2008-01-19 Thread anuvenk
I was going to do this create a new field(termsourcefield) called 'spell' field name=spell type=spell indexed=true stored=false multiValued=true/ of type 'spell' fieldType name=spell class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer