: Thank you for the reply and help. The description field is part of the : defaultHandler's eDisMax search list (qf): ... : Similar queries for other escaped characters in "description" using term : search return correctly as shown from the logs correctly.
Ok ... but you haven't really answered my main question -- what are you trying to match? are you trying to search for the literal term "*:*" in the description field? are you trying to do a wildcard search for terms that contain a colon in the middle (ie: "foo:bar"), are you trying to match all documents in the description field? you've said it doesn't match anything, but you haven't explain what you expect it to match (Actually .. lemme back up and ask a silly question -- are the "*" characters in your email actaully part of the query you are sending to solr, or is that just an artifact of your mail client translating bold or highlighted characters into "*" when converting to plain text?) : what are you expecting that query to match? because by backslash : escpaing the colon, what you are asking for there is for Solr to search : for the literal string "*:*" in your default search field (afterwhatever : query time analysis is configured on your default search field) -Hoss