[
https://issues.apache.org/jira/browse/SOLR-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881219#comment-15881219
]
ASF subversion and git services commented on SOLR-10156:
--------------------------------------------------------
Commit 66fb1f83d64f5c79cedd4876e19a541eba30aed1 in lucene-solr's branch
refs/heads/branch_6x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=66fb1f8 ]
SOLR-10156: Increase the overfetch
> Add significantTerms Streaming Expression
> -----------------------------------------
>
> Key: SOLR-10156
> URL: https://issues.apache.org/jira/browse/SOLR-10156
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
> Fix For: 6.5
>
> Attachments: SOLR-10156.patch, SOLR-10156.patch, SOLR-10156.patch
>
>
> The significantTerms Streaming Expression will emit a set of terms from a
> *text field* within a doc frequency range for a specific query. It will also
> score the terms based on how many times the terms appear in the result set,
> and how many times the terms appear in the corpus, and return the top N terms
> based on this significance score.
> Syntax:
> {code}
> significantTerms(collection,
> q="abc",
> field="some_text_field",
> minDocFreq="x",
> maxDocFreq="y",
> limit="50")
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]