: (correctly) in the solrconfig.xml. Could you paste the relevant part of : solrconfig.xml? I don't recall a bug related to this, but you could : also try Solr 1.3 if you believe you configured things conrrectly.
also check the Analysis Tool (link from the admin page) and see what it says your analyzer produces for your field and a *query* for... oneworld ...keep in mind that the query parser only associates "chunks" of text with something like "title:" if the text is quoted or the whitespace between the chunks is escaped, so ... title:oneworld onedream ...will cause "oneworld" to be passed to the analyzer for your title field and "onedream" to the analyzer for whatever your default field is. -Hoss