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.472

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
om: hassancrowdc Sent: Monday, April 15, 2013 10:54 AM To: solr-user@lucene.apache.org Subject: solr tdate field Hi, I have date field being indexed into solr. in my schema i have the following code for it, but in java, i get the following error when i search using solr: java.lang.ClassCastExcep

solr tdate field

2013-04-15 Thread hassancrowdc
type=date in schema.xml? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-tdate-field-tp4056069.html Sent from the Solr - User mailing list archive at Nabble.com.