matching on month

2012-01-05 Thread Don Hill
Hi, I am trying to return results based on the month of a date field, Is this possible. I know I can do ranges using the field:[date TO date] but now I have a requirement to return records based on just the month part of a date so if I have record with these dates and search on the May/05 2011-0

post search using solrj

2010-12-30 Thread Don Hill
Hi. I am using solrj and it has been working fine. I now have a requirement to add more parameters. So many that I get a max URI exceeded error. Is there anyway using SolrQuery todo a http post so I don't have these issues? don