Re: a question about solr phrasequery process.

2008-11-24 Thread Yonik Seeley
2008/11/24 finy finy <[EMAIL PROTECTED]>: > thanks for your help > *** > set the position increment of all of the > tokens you get to 0... this should have the effect of an "OR". > *** > how to do this? in solr solrconfig.xml?

Re: a question about solr phrasequery process.

2008-11-24 Thread finy finy
thanks for your help *** set the position increment of all of the tokens you get to 0... this should have the effect of an "OR". *** how to do this? in solr solrconfig.xml? or schema.xml? please help me. 2008/11/24 Yonik Seele

Re: a question about solr phrasequery process.

2008-11-24 Thread Yonik Seeley
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 > four token: > one world one dream OK, this is just the way the Lucene and Solr query parsers wor

Re: a question about solr phrasequery process.

2008-11-24 Thread finy finy
maybe you have make a misunderstanding about what i say, another example: the keyword "oneworldonedream" in myself analyzer will be analyzed about four token: one world one dream when i use myself analyzer in solr, i input "oneworldonedream", solr give the follow result: *-*

Re: a question about solr phrasequery process.

2008-11-24 Thread Yonik Seeley
On Mon, Nov 24, 2008 at 3:55 AM, finy finy <[EMAIL PROTECTED]> wrote: > 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:

a question about solr phrasequery process.

2008-11-24 Thread finy finy
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: