[
https://issues.apache.org/jira/browse/LUCENE-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359572#comment-15359572
]
Grant Ingersoll commented on LUCENE-7354:
-----------------------------------------
OK, more detail:
In my standalone server, I have a collection that has a single shard (I created
it using bin/solr create_collection). The test has 2 shards, which then
invokes RealTimeGetComponent.createSubRequests() which then adds an "ids"
params, which is what then causes the the else clause cited above to get
invoked.
[[email protected]] can you provide some insight? (Most of the code was
written by you)
> MoreLikeThis incorrectly does toString on Field object
> ------------------------------------------------------
>
> Key: LUCENE-7354
> URL: https://issues.apache.org/jira/browse/LUCENE-7354
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 6.0.1, 5.5.1, master (7.0)
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Attachments: LUCENE-7354-mlt-fix
>
>
> In MoreLikeThis.java, circa line 763, when calling addTermFrequencies on a
> Field object, we are incorrectly calling toString on the Field object, which
> puts the Field attributes (indexed, stored, et. al) into the String that is
> returned.
> I'll put up a patch/fix shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]