Solr Experts, any easy way for reading other solr docs ( other docs ) from
solr custom function ?
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Yes. But being inside solr ( I mean code getting executing via Custom
function ), do we have option to read the other solr documents in a easy
way.
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hello,
It sounds either like classic denormalization or (little bit slow and
cumbersome) result transformer [subquery].
On Mon, May 18, 2020 at 4:04 PM mganeshs wrote:
> Is there a easy possibility of reading the few field from related documents
> from Custom function ?
>
> For ex, Project docum
Is there a easy possibility of reading the few field from related documents
from Custom function ?
For ex, Project document contains, project id, project name, Project manager
id ( which is nothing but employee id ). & Employee document contains field
( Employee id, Employee name ). Now while qu