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
i'sorry, i am not familiar with the maillist operation.
my question is:
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 a
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
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 QueryParser to
> > parse
> > user
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 P
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 &qu
i use solr 1.2 in my project, and i use myself Analizer.
for example:
"oneworld onedream" will be segmented to "one" ,"world", "one" ,
"dream"
this is my analizer result. and i use it in solr.
when i use a query "title:oneworld onedream" in solr , solr will parse it
like this
title:oneword
i use solr1.2
the synonyms and stopwords is at conf directory
when i have more than one webapp , i must configure synonyms and stopwords
each.
i want to define a directory for synonyms and stopwords for all webapp, it
means that all webapp share one synonyms and stopwords .
how to do it?
hello everyone:
i use solr 1.2, i find a problem about solr1.2,
when i search some keyword, i use myself analyzer, i find that solr
consider my terms as PhraseQuery,
for example,solr parser's result is: PhraseQuery( title:"i am good man"),
but i want to get the query: title:i title:
i have plugged in my custom Analyzer (correctly) in the solrconfig.xml,
my analyzer result is : one world one dream
but when i input : oneworld onedream, solr parse this into :
PhraseQquery(title:"one world one dream") , solr consider this as a
PhraseQuery, but this is not what i want to get. i
tle:world
title:dream*
how can i do this?
did solr have a configuration about this?
2008/11/24 Yonik Seeley <[EMAIL PROTECTED]>
> On Mon, Nov 24, 2008 at 3:55 AM, finy finy <[EMAIL PROTECTED]> wrote:
> > hello everyone:
> >
> > i use solr 1.2, i find
1/24 Yonik Seeley <[EMAIL PROTECTED]>
> 2008/11/24 finy finy <[EMAIL PROTECTED]>:
> > maybe you have make a misunderstanding about what i say,
> >
> > another example:
> >
> > the keyword "oneworldonedream" in myself analyzer will be analyzed about
12 matches
Mail list logo