I am trying to implement the solr query using .NET but i am getting bad request when i try to connect to the solr for search since my date format is wrong.Can any one tell me the exact syntax to create a date format in .net
Created_Dt :[12/12/2008 3:45 PM TO *]
I could get the solr date format using the code below,
This works fine and I can search using the date range now..