The scenarios that could use dictionary matching:

1. Document being processed to see if it contains one of 10,000 terms.

2. Query completion as you type

3. Basically the inverse of finding a document.. Instead the document
is the query term and the dictionary of terms is being matched in
parallel

Nagendra

Sent from my Windows Phone
From: Erick Erickson
Sent: 11/3/2011 8:13 AM
To: solr-user@lucene.apache.org
Subject: Re: Using Solr components for dictionary matching?
I really don't understand what you're asking. Could you give some
examples of what you're trying to do?

Best
Erick

On Tue, Nov 1, 2011 at 10:38 AM, Nagendra Mishr <nmi...@gmail.com> wrote:
> Hi all,
>
> Is there a good guide on using Solr components as a dictionary
> matcher?  I'm need to do some pre-processing that involves lots of
> dictionary lookups and it doesn't seem right to query solr for each
> instance.
>
> Thanks in advance,
>
> Nagendra
>

Reply via email to