RE: How to convert string field to date

2016-01-29 Thread Kallu, Sreenivasa (HQP)
Thanks steve. Workaround 2 is working fine. Thanks again. --sreenivasa kallu -Original Message- From: Steve Rowe [mailto:sar...@gmail.com] Sent: Thursday, January 28, 2016 6:03 PM To: solr-user@lucene.apache.org Subject: Re: How to convert string field to date Try workaround 2, I did

Re: How to convert string field to date

2016-01-28 Thread Steve Rowe
g * in the dynamic field name. > > I can see similar problems in workaround 2. > > Any other suggestions? > > Advanced Thanks. > --sreenivasa kallu > > -Original Message- > From: Steve Rowe [mailto:sar...@gmail.com] > Sent: Thursday, January 28, 2016 1:

RE: How to convert string field to date

2016-01-28 Thread Kallu, Sreenivasa (HQP)
vasa kallu -Original Message- From: Steve Rowe [mailto:sar...@gmail.com] Sent: Thursday, January 28, 2016 1:17 PM To: solr-user@lucene.apache.org Subject: Re: How to convert string field to date Hi Sreenivasa, This is a known bug: https://urldefense.proofpoint.com/v2/u

Re: How to convert string field to date

2016-01-28 Thread Steve Rowe
Hi Sreenivasa, This is a known bug: https://issues.apache.org/jira/browse/SOLR-8607 (though the problem is not just about catch-all fields as the issue currently indicates - all dynamic fields are affected) Two workarounds (neither tested): 1. Add attr_date via add-dynamic-field instead of add

How to convert string field to date

2016-01-28 Thread Kallu, Sreenivasa (HQP)
Hi, I am new to solr. I am using managed-schema. I am not using schema.xml. I am indexing outlook email messages. I can see only see three fields ( id,_version_,_text_) defined in managed-schema. Remaining fields are handled by following dynamic field I have field name attr_date with t