I have three fields in the Solr core:
Field1
,Field2
,Field3
.
I am setting a value for Field1
and Field2
in the DIH, but I want to set the value for Field3
based on some values in Field1 and Field2.
For Example, Field1
and Field2
are the boolean types so I want to check if either Field1 or Field2 is true and then set the Field3
value as true otherwise set false.