Re: search not working correctly

2008-10-20 Thread Norberto Meijome
On Mon, 20 Oct 2008 03:24:36 -0700 (PDT) prerna07 <[EMAIL PROTECTED]> wrote: > Yes, We want search on these incomplete words. Look into the NGram token factory . works a treat - I don't think it's explained a lot in the wiki, but has been discussed in this list in the past, and you also have Java

Re: search not working correctly

2008-10-20 Thread prerna07
Yes, We want search on these incomplete words. Thanks, Shalin Shekhar Mangar wrote: > > If "upl" is not a token in the index, then a simple query will not return > any document. You should use upl* if you want to match documents > containing > the term "upload". However, do you really want t

Re: search not working correctly

2008-10-20 Thread Shalin Shekhar Mangar
If "upl" is not a token in the index, then a simple query will not return any document. You should use upl* if you want to match documents containing the term "upload". However, do you really want to search for incomplete words? On Mon, Oct 20, 2008 at 2:40 PM, prerna07 <[EMAIL PROTECTED]> wrote: