Re: custom field types in solr 6.1.0

2016-08-02 Thread Shawn Heisey
On 8/2/2016 5:16 AM, Naveen Pajjuri wrote: > Hi, Im trying to move from 4.10.4 to 6.1.0. I want to define and use > custom field types. but i read that its not advisable to modify > managed-schema file. how do i create custom field types ?? You have three choices. * Ignore the warning and edit ma

Re: custom field types in solr 6.1.0

2016-08-02 Thread Kais Hassan
Hello Naveen, There is not against using custom types, actually to provide a good search experience you will need to create your own custom types. You can use the Classic schema.xml in Solr 6 read the following https://cwiki.apache.org/confluence/display/solr/Schema+Factory+Definition+in+SolrCo

custom field types in solr 6.1.0

2016-08-02 Thread Naveen Pajjuri
Hi, Im trying to move from 4.10.4 to 6.1.0. I want to define and use custom field types. but i read that its not advisable to modify managed-schema file. how do i create custom field types ?? Thanks in advance, Naveen Reddy