query problem

2016-08-08 Thread Pithon Philippe
Hello, I have two documents type : - tickets (type_s:"ticket", customerid_i:10) - customers (type_s:customer,customerid_i:10,name_s:"FISHER" ) I want a query to find all tickets for name customer FISHER In document ticket (type_s:"ticket") , I have id customer but not name customer... Any ideas

query / joint

2016-07-08 Thread Pithon Philippe
"docs": [ { "id": "...", "type_s": "ticket", "customerid_s": "100", ... ... ... ... }, { "id": "...", "type_s": "customer", "customerid_s": "100", "name_s": "FISHER", ... ... ... ... } ] Hello, I have two entitys : -

Re: Solr 5.4 Transaction

2016-06-07 Thread Pithon Philippe
clear what you want to achieve and why by this way. Also, > this question suits for dev@ much more. > 07 июня 2016 г. 9:41 пользователь "Pithon Philippe" < > ppithon.si...@gmail.com> > написал: > > > Hi, > > I have a question on Solr Transaction as relational

Solr 5.4 Transaction

2016-06-07 Thread Pithon Philippe
Hi, I have a question on Solr Transaction as relational databases The Solr commit is not isolated for each client session, right? In my test (source below) The commit in a session adds records of other sessions is there a documentation on this? is what's planned improvements on this? version 6,