Re: Issue with dismaxrequestHandler for date fields

2009-01-21 Thread Chris Hostetter
: Still search on any field (?q=searchTerm) gives following error : "The request sent by the client was syntactically incorrect (Invalid Date : String:'searchTerm')." because "searchTerm" isn't a valid date string : Is this valid to define *_dt (i.e. date fields ) in solrConfig.xml ? if you re

Re: Issue with dismaxrequestHandler for date fields

2009-01-14 Thread prerna07
Now our qf tag looks like : productPublicationDate_product_dt^1.0 Still search on any field (?q=searchTerm) gives following error "The request sent by the client was syntactically incorrect (Invalid Date String:'searchTerm')." Is this valid to define *_dt (i.e. date fields ) in solrConfig.xm

Re: Issue with dismaxrequestHandler for date fields

2009-01-14 Thread Erik Hatcher
On Jan 14, 2009, at 8:24 AM, prerna07 wrote: We are facing issues while using dismaxrequesthandler for date fields. We have to define date fields in of solrConfig.xml. productPublicationDate_product_dt^1.0 productPublicationDate_product_dt[NOW-45DAYS TO NOW]^1.0 as soon as we add this in so