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 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 > > four token: > > one world one dream > > OK, this is just the way the Lucene and Solr query parsers work... > multiple tokens from the analyzer of a single "parser level" token is > normally treated as a phrase query. > > What you could try to do is set the position increment of all of the > tokens you get to 0... this should have the effect of an "OR". > > -Yonik >