You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/12/10 20:55:01 UTC

[GitHub] [solr] mkhludnev opened a new pull request, #1233: SOLR-788: POC transfer MLT queries back and forth.

mkhludnev opened a new pull request, #1233:
URL: https://github.com/apache/solr/pull/1233

   The way how distributed MLT works now lacks of perfection, you know. 
   Here's not a real proposal, it just demonstrates current state. 
   
   1. MLT respond with Query instance. However, it might be list of terms, or so. I keep it as-is
   2. These queries should be responded to query coordinator. In HEAD it's just `BoolQ.toString()` that's a pity. There are two options instead: Lucene query can be structured as named list, or as a blob. I started from the former approach, but then decided to dump it to blob with Jackson+Smile. So, in the patch MLT query successfully arrives to coordinator. 
   3. Then, we need to spread it across shards. And now it's prototyped in a little bit weird way. Since, it's deadly hard to send shard request with payload in body, I have to encode it to base64 and hook it up by dedicated QParser. Yeah... 
   
   So, where to tweak it further?
     


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] mkhludnev closed pull request #1233: SOLR-788: POC transfer MLT queries back and forth.

Posted by GitBox <gi...@apache.org>.
mkhludnev closed pull request #1233: SOLR-788: POC transfer MLT queries back and forth.
URL: https://github.com/apache/solr/pull/1233


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] alessandrobenedetti commented on pull request #1233: SOLR-788: POC transfer MLT queries back and forth.

Posted by GitBox <gi...@apache.org>.
alessandrobenedetti commented on PR #1233:
URL: https://github.com/apache/solr/pull/1233#issuecomment-1345446127

   Hi Mikhail, thanks for looking into this!
   I am currently in Japan with quite a tight schedule, but during the
   Christmas holidays I'll be more than happy to review it!
   
   On Sun, 11 Dec 2022, 05:55 Mikhail Khludnev, ***@***.***>
   wrote:
   
   > @mkhludnev <https://github.com/mkhludnev> requested your review on: #1233
   > <https://github.com/apache/solr/pull/1233> SOLR-788
   > <https://issues.apache.org/jira/browse/SOLR-788>: POC transfer MLT
   > queries back and forth..
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/solr/pull/1233#event-8005733012>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAD5JK5M45WSPW7KKGNWZYTWMTU23ANCNFSM6AAAAAAS2PUL6A>
   > .
   > You are receiving this because your review was requested.Message ID:
   > ***@***.***>
   >
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org