Hi,
I'm new to using Solr, and I have started an index with it and it works great. I have encountered a few minor issues that I currently solve by modifying the query beforehand - however I feel like there is a much more configuration oriented and Solr-correct way of achieving. Current manual modifications * Searching for "car" actually means buying a car so it should look for "car -rent", whereas searching for "car rent" should still look for "car rent" * Searching for "macy's" and searching for "macys" is different - currently I force macy's to macys * Searching for "at&t" gets converted to "at", "t" which are both stop worded - I am forced to convert at&t=>att before indexing and querying Is there a nice way to handle these or will I always need to resort to manual fixes for these? Cheers David