Custom FieldType not getting called while querying to get the field with custom fieldtype

2018-06-28 Thread Harsh Verma
Hi All, I am trying to fetch values (docValues to be exact) from external redis during query time using a custom written FieldType which I am loading in my solr instance. I notice that my custom FieldType is being initialized based on the schema when loading the core. I also notice that during

RE: Custom FieldType not getting called while querying to get the field with custom fieldtype

2018-06-27 Thread Harsh Verma
hits value from redis are - 1, 900, 800, 600, 500, 400, 300, 200, 100, 7. From: Harsh Verma Sent: Wednesday, June 27, 2018 11:40 AM To: dev@lucene.apache.org Subject: Custom FieldType not getting called while querying to get the field with custom fieldtype Hi All, I am trying to fetch values (

Custom FieldType not getting called while querying to get the field with custom fieldtype

2018-06-27 Thread Harsh Verma
Hi All, I am trying to fetch values (docValues to be exact) from external redis during query time using a custom written FieldType which I am loading in my solr instance. I notice that my custom FieldType is being initialized based on the schema when loading the core. However, at query time, my