Re: indexing mysql dateTime/timestamp into solr date field

2011-03-02 Thread cyang2010
somevalue from a xml source, rather than for database column value) to convert it to solr date type. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-mysql-dateTime-timestamp-into-solr-date-field-tp2608327p2611865.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing mysql dateTime/timestamp into solr date field

2011-03-01 Thread cyang2010
exing-mysql-dateTime-timestamp-into-solr-date-field-tp2608327p2609053.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing mysql dateTime/timestamp into solr date field

2011-03-01 Thread William Bell
the date part of the information out of a > datetime field? > > Any thought on this? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-mysql-dateTime-timestamp-into-solr-date-field-tp2608327p2608452.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: indexing mysql dateTime/timestamp into solr date field

2011-03-01 Thread cyang2010
ok to just get the date part of the information out of a datetime field? Any thought on this? -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-mysql-dateTime-timestamp-into-solr-date-field-tp2608327p2608452.html Sent from the Solr - User mailing list archive at

Re: indexing mysql dateTime/timestamp into solr date field

2011-03-01 Thread Chris Hostetter
: query="select ID, title_full as TITLE_NAME, YEAR, : COUNTRY_OF_ORIGIN, modified as RELEASE_DATE from title limit 10"> Are you certian that the first 10 results returned (you have "limit 10") all have a value in the "modified" field? if modified is nullable you could ver

indexing mysql dateTime/timestamp into solr date field

2011-03-01 Thread cyang2010
solr document, there is no term populated for release_date field. All other fields are populated with terms. The field, "release_date" is a solr date type field. Appreciate your help. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-mysql-dateTime-time