Hi
Due to the source data structure, I need to concatenate the values of 2
fields ('supplier_id' and 'product_id') to form the unique 'id' of each
document.
However there are cases where some documents only have 'supplier_id' field.
This will result in some documents with a longer/larger 'id'
Is there any possibility of supporting joins across multiple shards in near
future ? How to achieve the join when our data is spread-ed across multiple
shards. This is very much mandatory when we need to scale out.
Any workarounds if out-of-box possibility is not there ?
Thanks,
--
View th
Perfect !
Sorry I overlooked and missed "="
Thanks,
--
View this message in context:
http://lucene.472066.n3.nabble.com/Join-not-working-in-Solr-6-5-tp4336247p4336251.html
Sent from the Solr - User mailing list archive at Nabble.com.
Your join should be:
{!join from=id to=C_pid_s}
On 22 May 2017 at 14:07, mganeshs wrote:
> Hi,
>
> I have following records / documents with Parent entity
>
> id,type_s,P_hid_s,P_name_s,P_pid_s
> 11,PERSON,11,Parent1,11
>
> And following records / documents with child en
Hi,
I have following records / documents with Parent entity
id,type_s,P_hid_s,P_name_s,P_pid_s
11,PERSON,11,Parent1,11
And following records / documents with child entity
id,type_s,C_hid_s,C_name_s,C_pid_s
12,PERSON,12,Child2,11
13,PERSON,
Hi - We are having a tree based structure in solr and we are using solr graph
queries to perform some search in our usecases. Example - {! graph from=xx
to=yy} we got a new requirement like we need to search last level nodes based
on some parents in the tree and those last level nodes needs to b
Hi all,
I am a bit stuck at a problem that I feel must be easy to solve. In Spanish it
is usual to find the term 'i+d'. We are working with Solr 5.5, and
StandardTokenizer splits 'i' and 'd' and sometimes, as we have in the index
documents both in Spanish and Catalan, and in Catalan it is frequ