[
https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642847#comment-17642847
]
Mikhail Khludnev edited comment on SOLR-788 at 12/3/22 2:46 PM:
----------------------------------------------------------------
it boils down to design question: how to respond to query coordinator with
boosted terms, and bool occur (I think it's necessary to pass {{-id:PK}} as
well). Here are the options:
# put terms into NamedList (or MapWriter)
# encode Bool,Term, Boost queries via NamedList
The former option is a little bit problematic since lucene's MLT yields queries
not terms, I'd rather change it to make some methods public. The later option,
might be a foundation for important mechanic which Solr lacks so far.
Which one to choose, wdyt?
was (Author: mkhludnev):
it boils down to design question: how to respond to query coordinator with
boosted terms, and bool occur (I think it's necessary to pass {{-id:PK}} as
well). Here are options:
# put terms into NamedList (or MapWriter)
# encode Bool,Term, Boost queries via NamedList
The former option is a little bit problematic since lucene's MLT yields queries
not terms, I'd rather change it to make some methods public. The later option,
might be a foundation for important mechanic which Solr lacks so far.
Which one to choose, wdyt?
> MoreLikeThis should support distributed search
> ----------------------------------------------
>
> Key: SOLR-788
> URL: https://issues.apache.org/jira/browse/SOLR-788
> Project: Solr
> Issue Type: Improvement
> Components: MoreLikeThis
> Reporter: Grant Ingersoll
> Assignee: Mark Miller
> Priority: Minor
> Fix For: 4.1, 6.0
>
> Attachments: AlternateDistributedMLT.patch, MLT.patch, MLT.patch,
> MoreLikeThisComponentTest.patch, SOLR-788.patch, SOLR-788.patch,
> SolrMoreLikeThisPatch.txt,
> mlt=true_component_is_vulnerable_to_coolon_delimited_token.patch
>
>
> The MoreLikeThis component should support distributed processing.
> See SOLR-303.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]