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.
exing-mysql-dateTime-timestamp-into-solr-date-field-tp2608327p2609053.html
Sent from the Solr - User mailing list archive at Nabble.com.
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.
>
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
: 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
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