Re: Indexing a bean class with custom datatype

2016-08-02 Thread Alexandre Rafalovitch
Why? How would you then search it and what would you find? Solr is not a storage database, but a search one. Faithful relationship and depth preservation is often the wrong direction to start your modelling from. Regards, Alex On 3 Aug 2016 2:52 AM, "Godwin Joel" wrote: > Hi all, > > I hav

Indexing a bean class with custom datatype

2016-08-02 Thread Godwin Joel
Hi all, I have a Java Bean like this: public class Component { @Field private double totalCoverage; @Field private List applicationComponents; //setters and getter } where the applicationComponents is of custom datatype, while indexing this through SolrJ, it is being inserted as: { "