RE: Using Custom Enum

2016-01-25 Thread Prateek Jain J
Finally found the error. It was a typo fieldType was marked as filedType Regards, Prateek Jain -Original Message- From: Prateek Jain J [mailto:prateek.j.j...@ericsson.com] Sent: 25 January 2016 12:11 PM To: solr-user@lucene.apache.org Subject: Using Custom Enum Hi, I am trying to

Using Custom Enum

2016-01-25 Thread Prateek Jain J
Hi, I am trying to define application specific enums in solr. While running test cases, solr complains for unknown type, here are the steps performed: 1. Defined enum type in schema.xml like 2. Created enums.xml in conf directory with contents