[
https://issues.apache.org/jira/browse/SOLR-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15989694#comment-15989694
]
Hoss Man commented on SOLR-10583:
---------------------------------
bq. get to the bottom of the cache issue
I tracked this down to LUCENE-7810.
As i noted in that issue...
# At present, due to some code I don't really understand in how Solr only
leverages JoinUtils in _rewritten_ queries, it appears that this bug does not
impact current Solr usecases. ...
# i discovered this bug purely by fluke because in my originally POC code for
SOLR-10583 I used {{JoinUtils.createJoinQuery(...)}} directly instead of
refactoring Solr's {{JoinQParserPlugin}} code so i could re-use it -- doing
that refactoring is my nextstep for that issue ...
...so once i refactor this patch to use the existing code in JoinQParser, this
bug shouldn't impact this patch (fingers crossed)
> Add 'join' as a new type of domain change in JSON Facets
> --------------------------------------------------------
>
> Key: SOLR-10583
> URL: https://issues.apache.org/jira/browse/SOLR-10583
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Hoss Man
> Assignee: Hoss Man
> Attachments: SOLR-10583.patch
>
>
> Add support for a new (query) {{join}} option when specifying a {{domain}}
> for a JSON Facet.
> Suggested syntax...
> {code}
> ...
> domain : { join : { from : field_foo,
> to : field_bar
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]