Re: solr tdate field

2013-04-15 Thread hassancrowdc
query is as following: "localhost:8080/solr/collection1/select?wt=json&omitHeader=true&defType=dismax&rows=11&qf=manufacturer%20model%20displayName&fl=id&q=samsung" and requesthandler: -- View this message in context: http://lucene.472066.n3.nabble.com/solr-tdate-field-tp4056069p

Re: solr tdate field

2013-04-15 Thread Jack Krupansky
Show us the full query URL (at least all the parameters) and the "defaults" from the request handler in solrconfig. -- Jack Krupansky -Original Message- From: hassancrowdc Sent: Monday, April 15, 2013 12:17 PM To: solr-user@lucene.apache.org Subject: Re: solr tdate field

Re: solr tdate field

2013-04-15 Thread hassancrowdc
this is the date field in my schema.xml and i do not get the second point; how reference a non-TrieDateField. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-tdate-field-tp4056069p4056088.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr tdate field

2013-04-15 Thread Jack Krupansky
Check your "date" field type to make sure it really is "solr.DateField" or "solr.TrieDateField" Then check whether you have a function query with an "ms" function that references a non-TrieDateField. -- Jack Krupansky -Original Message- From: hassancrowdc Sent: Monday, April 15, 20