I have map in my SolrDocument class:
@Field("sim_txt")
private MapsimDetails;
and in my schema.xml i have :
When i try to save the document the map is not saved in Solr.
C
Hi Erick
Thanks for the reply, but I was looking at the following link that points to
the fact we can use Map:
http://lucene.472066.n3.nabble.com/storing-lt-key-value-gt-pair-in-Solr-document-td499000.html
Also if we have to put map in solr what would be the best approach, would it
be something l
Thanks Eric
It makes sense now, but I am a little surprised that solr does not convert
the object into a json form, I have to use a google library to do that.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Can-not-save-maps-in-solr-tp4130890p4131023.html
Sent from the So
Hi
I am using spring data solr to access Solr. I have a framework that has
search functionality.
When I try to search for Bluetooth® in solr directly as a query it produces
results, but when I try to do the same using spring data solr it does not
give any results.
Any idea about the odd behavior