[ 
https://issues.apache.org/jira/browse/SOLR-7190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley closed SOLR-7190.
------------------------------
       Resolution: Not A Problem
    Fix Version/s:     (was: 5.2)
                   5.5

The title, "Remove unused UninvertedField" is no longer accurate -- it is used 
by the JSON Facet API {{FacetFieldProcessorByArrayUIF}} on some issue or 
another.  This is in turn used by SimpleFacets (classic/standard Solr faceting) 
via SOLR-8466 when facet.method=uif (which only happens when you explicitly ask 
for it like this). So I'm closing this issue.

> Remove unused UninvertedField
> -----------------------------
>
>                 Key: SOLR-7190
>                 URL: https://issues.apache.org/jira/browse/SOLR-7190
>             Project: Solr
>          Issue Type: Task
>            Reporter: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 6.0, 5.5
>
>
> I was surprised to find that UninvertedField is no longer used in Solr. The 
> only references to UninvertedField is from the fieldValueCache inside 
> SolrIndexSearcher and that itself is not used anywhere in SolrIndexSearcher 
> except for initialization and regeneration. I can't trace when Solr stopped 
> using this class but in any case, we should remove it.
> In a related note, Lucene's DocTermOrds has a copy of the class level 
> javadocs of UninvertedField (which extends DocTermOrds). This was done in in 
> LUCENE-5666.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to