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
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:
{
"