[
https://issues.apache.org/jira/browse/SOLR-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344794#comment-15344794
]
Joel Bernstein commented on SOLR-9243:
--------------------------------------
The initial implementation is looking fairly good.
If provides the following simple but useful behavior:
If the terms.list parameter is provided it will return the terms and docFreqs
for each term in the list. The list will always be sorted in index order.
> Add ability for the TermsComponent to fetch the docFreq for a list of terms
> ---------------------------------------------------------------------------
>
> Key: SOLR-9243
> URL: https://issues.apache.org/jira/browse/SOLR-9243
> Project: Solr
> Issue Type: Improvement
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
> Attachments: SOLR-9243.patch, SOLR-9243.patch, SOLR-9243.patch,
> SOLR-9243.patch, SOLR-9243.patch
>
>
> Currently the TermsComponent is used to retrieve Terms given a set of
> parameters.
> This ticket will add the ability to retrieve Terms and docFreq for a specific
> list of Terms.
> This is needed to support SOLR-9193 which needs to fetch the docFreq for a
> list of Terms.
> This should also be useful as a general tool for fetching docFreq given a
> list of Terms.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]