ok, I will look at using that filter factory on my content.

But I was also looking at the stop filter number so I could adjust my mm
parameter based on the number of non-stopwords in the search parameter so I
don't run into the dismax stopword issue. any way around that other than
using a very low mm?

On Tue, Feb 15, 2011 at 1:45 PM, Ahmet Arslan <iori...@yahoo.com> wrote:

> > I am trying to only get back the natural searched terms so
> > I can highlight
> > them in the returned search results. I know that solr has
> > built in
> > highlighting capability, but I can't use it because some of
> > the fields
> > contain HTML themselves and I need to strip it all out when
> > I display the
> > search results.
>
> I would stick with the solr's highlighting. If you strip html codes with a
> solr.HTMLStripCharFilterFactory, you can highlight html fields without
> problem.
>
>
>
>
>
>

Reply via email to