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 title:onedream why? i think solr should parse it and generate the query like this "title:one title:world title:one title:dream". please help me~