> if i use this link ,http://localhost:8080/solr/select?&q=(techskill%3Ac%23) > , solr is going to display techskill:c result. > But i want to display only techskill:c# result.
Can you paste field type definition (used for techskill)? By the way you don't need parenthesis, you q should be url encoded string "techskill:c#"