I am new to Solr
.
I am not able to find out a proper document which could help me understand what all do I need to add in the
solrconfig.xml
and what is to be removed.My
SolrDocument
would containid, field1, field2
. Out of the 2 fields, I want to update 1 of them. How do I do? I tried a few things but it overwrites the entire document./update
is not working.
I have to add documents
and retrieve them from inside a Java
class.