Re: hello, a question about solr.

2008-08-20 Thread Alexander Ramos Jardim
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, 18 Aug 2008

Re: hello, a question about solr.

2008-08-20 Thread Norberto Meijome
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

Re: hello, a question about solr.

2008-08-18 Thread finy finy
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, finy finy [EMAIL

Re: hello, a question about solr.

2008-08-18 Thread Norberto Meijome
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-post

Re: hello, a question about solr.

2008-08-18 Thread finy finy
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 [EMAIL PROTECTED]

Re: hello, a question about solr.

2008-08-18 Thread Norberto Meijome
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 __? Hi finy,

Re: hello, a question about solr.

2008-08-18 Thread finy finy
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 into a term ibm

hello, a question about solr.

2008-08-17 Thread finy finy
i use solr for 3 months, and i find some question follow: i check the solr source code, and find it uses lucene's QueryParser to parse user's input querystring for example, a query like this name:ibmT63notebook ,solr will parse it like 'name:ibm T63 notebook' , it regard this as a PhrazeQuery,so

Re: hello, a question about solr.

2008-08-17 Thread Shalin Shekhar Mangar
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 lucene's