With 1.5 schema it work but not as it is expected. I am indexing twitter.com/testuser and only need to get exact matches, not those that match "twitter" or "com". so my search results should contain just one record: * http://twitter.com/testuser
but what I see with 1.5 schema is: * http://twitter.com/testuser * http://twitter.com/otheruser (match by twitter and com) * http://twitter.com/anotheruser * etc, including all sites that match twitter and/or com (and there's a lot, and all are unrelated). -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4154217.html Sent from the Solr - User mailing list archive at Nabble.com.