Has this issue been fixed yet? can anyone shed some light on what's
going on here please. NGramming is critical to my app. I will have to
look to something other than Solr if it's not possible to do :(
On Tue, 24 Jun 2008 09:10:58 +1000
Norberto Meijome <[EMAIL PROTECTED]> wrote:
> On Mon, 23 Jun 2008 05:33:49 -0700 (PDT)
> Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> >
> > When you add &debugQuery=true to the request, what does your query look
> > like after parsing?
hi Otis
On Mon, 23 Jun 2008 05:33:49 -0700 (PDT)
Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> When you add &debugQuery=true to the request, what does your query look like
> after parsing?
>
>
BTW, I've tested same data + similar config using EdgeNGramTokenizer and this
works properly -
On Mon, 23 Jun 2008 05:33:49 -0700 (PDT)
Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> When you add &debugQuery=true to the request, what does your query look like
> after parsing?
Hi Otis,
sorry, i should have sent this before too.
With minGramSize = 3 , same data, clean server star
Sent: Monday, June 23, 2008 2:36:12 AM
> Subject: Re: n-Gram, only works with queries of 2 letters
>
> On Mon, 23 Jun 2008 16:23:55 +1000
> Norberto Meijome wrote:
>
> > hi there,
> > my use case : I want to be able to match documents when only a partial
> >
On Mon, 23 Jun 2008 16:23:55 +1000
Norberto Meijome <[EMAIL PROTECTED]> wrote:
> hi there,
> my use case : I want to be able to match documents when only a partial word
> is provided. ie, searching for 'roc' or 'ock' should match documents
> containing 'rock'.
>
> As I understand, the way to s
hi there,
my use case : I want to be able to match documents when only a partial word is
provided. ie, searching for 'roc' or 'ock' should match documents containing
'rock'.
As I understand, the way to solve this problem is to use the nGram tokenizer @
index time and the nGram analyser @ sear