[ 
https://issues.apache.org/jira/browse/SOLR-13432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16828967#comment-16828967
 ] 

ASF subversion and git services commented on SOLR-13432:
--------------------------------------------------------

Commit 793c974a59207a8a4fb77c56f417bb2e2c635aa9 in lucene-solr's branch 
refs/heads/branch_8x from Shalin Shekhar Mangar
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=793c974 ]

SOLR-13432: Add .toString methods to BitDocSet and SortedIntDocSet so that 
enabling "showItems" on the filter caches shows some useful information about 
the values in the cache

(cherry picked from commit f77c56dbc636ec2305826c1734ae0885f222dd03)


> Add .toString methods to BitDocSet and SortedIntDocSet
> ------------------------------------------------------
>
>                 Key: SOLR-13432
>                 URL: https://issues.apache.org/jira/browse/SOLR-13432
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: 8.1, master (9.0)
>
>         Attachments: SOLR-13432.patch, SOLR-13432.patch
>
>
> Add .toString methods to BitDocSet and SortedIntDocSet. The motivation here 
> is that the "showItems" property on FastLRUCache tries to show the items 
> inside the cache. But the output is not useful because these two classes 
> (used as values for filter cache) do not implement toString so the 
> Object.toString is called.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to