[jira] [Commented] (LUCENE-4787) The QueryScorer.getMaxWeight method is not found.

2016-06-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-4787:
-

Commit bd7689b74de0c3201391e1f7d3b254b7cf3513e4 in lucene-solr's branch 
refs/heads/branch_6x from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=bd7689b ]

LUCENE-4787: Fixed some highlighting javadocs.


> The QueryScorer.getMaxWeight method is not found.
> -
>
> Key: LUCENE-4787
> URL: https://issues.apache.org/jira/browse/LUCENE-4787
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: modules/highlighter
>Affects Versions: 4.1
>Reporter: Hao Zhong
>Priority: Critical
> Attachments: LUCENE-4787.patch
>
>
> The following API documents refer to the QueryScorer.getMaxWeight method:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/package-summary.html
> "The QueryScorer.getMaxWeight method is useful when passed to the 
> GradientFormatter constructor to define the top score which is associated 
> with the top color."
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/GradientFormatter.html
> "See QueryScorer.getMaxWeight which can be used to calibrate scoring scale"
> However, the QueryScorer class does not declare a getMaxWeight method in 
> lucene 4.1, according to its document:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/QueryScorer.html
> Instead, the class declares a getMaxTermWeight method. Is that the correct 
> method in the preceding two documents? If it is, please revise the two 
> documents. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4787) The QueryScorer.getMaxWeight method is not found.

2016-06-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-4787:
-

Commit 09fd65b0150364b2e82d1f9ab954751a38653f45 in lucene-solr's branch 
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=09fd65b ]

LUCENE-4787: Fixed some highlighting javadocs.


> The QueryScorer.getMaxWeight method is not found.
> -
>
> Key: LUCENE-4787
> URL: https://issues.apache.org/jira/browse/LUCENE-4787
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: modules/highlighter
>Affects Versions: 4.1
>Reporter: Hao Zhong
>Priority: Critical
> Attachments: LUCENE-4787.patch
>
>
> The following API documents refer to the QueryScorer.getMaxWeight method:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/package-summary.html
> "The QueryScorer.getMaxWeight method is useful when passed to the 
> GradientFormatter constructor to define the top score which is associated 
> with the top color."
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/GradientFormatter.html
> "See QueryScorer.getMaxWeight which can be used to calibrate scoring scale"
> However, the QueryScorer class does not declare a getMaxWeight method in 
> lucene 4.1, according to its document:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/QueryScorer.html
> Instead, the class declares a getMaxTermWeight method. Is that the correct 
> method in the preceding two documents? If it is, please revise the two 
> documents. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4787) The QueryScorer.getMaxWeight method is not found.

2014-06-28 Thread Michael Dodsworth (JIRA)

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

Michael Dodsworth commented on LUCENE-4787:
---

doc fixed in the attached patch.

> The QueryScorer.getMaxWeight method is not found.
> -
>
> Key: LUCENE-4787
> URL: https://issues.apache.org/jira/browse/LUCENE-4787
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: modules/highlighter
>Affects Versions: 4.1
>Reporter: Hao Zhong
>Priority: Critical
> Attachments: LUCENE-4787.patch
>
>
> The following API documents refer to the QueryScorer.getMaxWeight method:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/package-summary.html
> "The QueryScorer.getMaxWeight method is useful when passed to the 
> GradientFormatter constructor to define the top score which is associated 
> with the top color."
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/GradientFormatter.html
> "See QueryScorer.getMaxWeight which can be used to calibrate scoring scale"
> However, the QueryScorer class does not declare a getMaxWeight method in 
> lucene 4.1, according to its document:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/QueryScorer.html
> Instead, the class declares a getMaxTermWeight method. Is that the correct 
> method in the preceding two documents? If it is, please revise the two 
> documents. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4787) The QueryScorer.getMaxWeight method is not found.

2013-02-21 Thread Erick Erickson (JIRA)

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

Erick Erickson commented on LUCENE-4787:


It would be great if you could go ahead and create a patch for these, see: 
http://wiki.apache.org/solr/HowToContribute. Since you're right in the middle 
of seeing this, you're in a great position to go ahead and update the docs.

> The QueryScorer.getMaxWeight method is not found.
> -
>
> Key: LUCENE-4787
> URL: https://issues.apache.org/jira/browse/LUCENE-4787
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: modules/highlighter
>Affects Versions: 4.1
>Reporter: Hao Zhong
>Priority: Critical
>
> The following API documents refer to the QueryScorer.getMaxWeight method:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/package-summary.html
> "The QueryScorer.getMaxWeight method is useful when passed to the 
> GradientFormatter constructor to define the top score which is associated 
> with the top color."
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/GradientFormatter.html
> "See QueryScorer.getMaxWeight which can be used to calibrate scoring scale"
> However, the QueryScorer class does not declare a getMaxWeight method in 
> lucene 4.1, according to its document:
> http://lucene.apache.org/core/4_1_0/highlighter/org/apache/lucene/search/highlight/QueryScorer.html
> Instead, the class declares a getMaxTermWeight method. Is that the correct 
> method in the preceding two documents? If it is, please revise the two 
> documents. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org