On Wed, 20 Aug 2008 10:58:50 -0300
"Alexander Ramos Jardim" <[EMAIL PROTECTED]> wrote:
> A tiny but really explanation can be found here
> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
thanks Alexander - indeed, quite short, and focused on shingles ... which , if
I understand corr
A tiny but really explanation can be found here
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
2008/8/18 finy finy <[EMAIL PROTECTED]>
> thanks for your help.
>
> could you give me your gmail talk address or msn?
>
>
> 2008/8/19, Norberto Meijome <[EMAIL PROTECTED]>:
> >
> > On Mon,
thanks for your help.
could you give me your gmail talk address or msn?
2008/8/19, Norberto Meijome <[EMAIL PROTECTED]>:
>
> On Mon, 18 Aug 2008 23:07:19 +0800
> "finy finy" <[EMAIL PROTECTED]> wrote:
>
> > because i use chinese character, for example "ibm___"
> > solr will parse it
On Mon, 18 Aug 2008 23:07:19 +0800
"finy finy" <[EMAIL PROTECTED]> wrote:
> because i use chinese character, for example "ibm___"
> solr will parse it into a term "ibm" and a phraze "_ __"
> can i use solr to query with a term "ibm" and a term "_" and a term
> "__
because i use chinese character, for example "ibm笔记本电脑"
solr will parse it into a term "ibm" and a phraze "笔记本 电脑"
can i use solr to query with a term "ibm" and a term "笔记本" and a term "电脑"?
2008/8/18, Norberto Meijome <[EMAIL PROTECTED]>:
>
> On Mon, 18 Aug 2008 15:33:02 +0800
> "finy finy" <[E
On Mon, 18 Aug 2008 15:33:02 +0800
"finy finy" <[EMAIL PROTECTED]> wrote:
> the name field is text,which is analysed, i use the query
> "name:ibmT63notebook"
why do you search with no spaces? is this free text entered by a user, or is it
part of a link which you control ?
PS: please dont top-po
the name field is text,which is analysed, i use the query
"name:ibmT63notebook"
2008/8/18, Shalin Shekhar Mangar <[EMAIL PROTECTED]>:
>
> Hi,
>
> What is the type of the field "name"?
> Does a query like "name:ibm OR name:T63 OR name:notebook" work for you?
>
> On Mon, Aug 18, 2008 at 10:43 AM, fi
Hi,
What is the type of the field "name"?
Does a query like "name:ibm OR name:T63 OR name:notebook" work for you?
On Mon, Aug 18, 2008 at 10:43 AM, finy finy <[EMAIL PROTECTED]> wrote:
> i use solr for 3 months, and i find some question follow:
>
> i check the solr source code, and find it uses