Thanks Erik.  That worked, then threw me for another loop, which I sort of
have fixed I think.

I'm using the highligher functionality, but it doesn't seem to highlight the
'matched' word if it's a partial match, although it does in fact return that
record.  Am I missing something obvious here, or is highlighting of partial
matches not supported?

Thanks again!

On 2/5/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:


On Feb 5, 2007, at 3:21 PM, Michael Kimsal wrote:
> I've looked through the archives but don't see any specific issue
> relating
> to my question.
>
> Is there a way to have SOLR return partial matches - words that are
> one (or
> two or X) letters off the matching word?  A search for 'field'
> would also
> return 'feeld' (typo) for example.

Solr supports the Lucene QueryParser syntax (plus some).

        <http://lucene.apache.org/java/docs/queryparsersyntax.html>

Try searching for feeld~, for example.

        Erik





--
Michael Kimsal
http://webdevradio.com

Reply via email to