Gianpaolo Lopresti created SOLR-10289:
-----------------------------------------
Summary: Adding a getter for sortSpec into
CollapsingQParserPlugin.CollapsingPostFilter
Key: SOLR-10289
URL: https://issues.apache.org/jira/browse/SOLR-10289
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Affects Versions: 6.4.2
Reporter: Gianpaolo Lopresti
Hi,
could you please add a getter for sortSpec into
CollapsingQParserPlugin.CollapsingPostFilter class of the package
org.apache.solr.search?
It could be useful in some case (for example when using a custom document
booster...), and it would be consistent with some similar case, such as the
grouping specification.
Here's the code:
{code}
public SortSpec getSortSpec() {
return this.sortSpec;
}
{code}
Thanks,
best regards.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]