I use solr 4.5.1
My data structure contains records and subrecords. Every record is
constructed from subrecords. Exist a lot of kind of subrecords. Exemple in
XML :
10
11
Kris//SR1 is name
Jenner
Kardashian
10
12
USA
Los-Angeles//SR5 is address
125 street
98532
Hello ,
I use Solr Cloud 4.3.1.
We use query join , so we need index some documents together .
For this, I want chang hash function by my logic .
by SOLR-2592, I can add to solrconfig.
This doesn't working.
I need change hash function.
Does exist some solution for this?
TNX
--
View