Hi Tushar,
You can try this it works out well,
.
...
and have unique key and default search fields enabled.
.
Java code for the new custom type,
public class TestType extends FieldType{
@Field
private String id_s_i_s_nm;
@Field
private String pNumber;
@Field
On Feb 5, 2009, at 4:45 AM, Tushar_Gandhi wrote:
Hi,
Is it possible to create a new field type in solr?
Yes, and what you tried below looks right. Are you getting any errors
at startup with that config? If so, what are they?
Erik
If yes, can anyone tell me how to do that?