nutch data in solr?
> including the text?
> If you do - dont you get problems with too big documents?
> If you dont - how do you support snippets and highlighting ?
>
>
>
> Bharat Mallampati wrote
> > We do have same kind of scenario in our application also.
> >
We do have same kind of scenario in our application also.
The way we are achieving it is we have a batch process to read the data
from Hbase using Hbase API and write it to SOLR using SOLRJ API.
Thanks
Bharat
On Mon, Mar 11, 2013 at 5:38 AM, kamaci wrote:
> I have crawled data into Hbase w
Hi All,
By default, Solr does spell correction only if Term length is more than 4
chars.
In my application, we need to spell correct for 3 letter terms as well so,
I changed the *DirectSolrSpellChecker configuration to set *minQueryLengthto 3
I would like to know if there is NEGATIVE performan