[jira] [Updated] (LUCENE-7832) atFirstInCurrentDoc is already initialized in base class

2017-05-17 Thread Pablo Pita Leira (JIRA)

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

Pablo Pita Leira updated LUCENE-7832:
-
Attachment: LUCENE-7832.patch

> atFirstInCurrentDoc is already initialized in base class
> 
>
> Key: LUCENE-7832
> URL: https://issues.apache.org/jira/browse/LUCENE-7832
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/search
>Affects Versions: 6.x, master (7.0)
>Reporter: Pablo Pita Leira
>Priority: Trivial
> Attachments: LUCENE-7832.patch
>
>
> The variable atFirstInCurrentDoc in NearSpansOrdered is already initialized 
> in base class. The patch just removes the initialization in the derived class.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (LUCENE-7832) atFirstInCurrentDoc is already initialized in base class

2017-05-17 Thread Pablo Pita Leira (JIRA)
Pablo Pita Leira created LUCENE-7832:


 Summary: atFirstInCurrentDoc is already initialized in base class
 Key: LUCENE-7832
 URL: https://issues.apache.org/jira/browse/LUCENE-7832
 Project: Lucene - Core
  Issue Type: Bug
  Components: core/search
Affects Versions: 6.x, master (7.0)
Reporter: Pablo Pita Leira
Priority: Trivial


The variable atFirstInCurrentDoc in NearSpansOrdered is already initialized in 
base class. The patch just removes the initialization in the derived class.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (LUCENE-7761) Typo in comment in ReqExclScorer

2017-03-30 Thread Pablo Pita Leira (JIRA)

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

Pablo Pita Leira updated LUCENE-7761:
-
Fix Version/s: 5.x

> Typo in comment in ReqExclScorer
> 
>
> Key: LUCENE-7761
> URL: https://issues.apache.org/jira/browse/LUCENE-7761
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/search
>Affects Versions: 5.x, 6.x, master (7.0)
>Reporter: Pablo Pita Leira
>Priority: Trivial
> Fix For: 5.x, 6.x, master (7.0)
>
> Attachments: LUCENE-7761.patch
>
>
> There is a typo in the last comment in ReqExclScorer. It should say: 
> "reqTwoPhaseIterator is MORE costly than exclTwoPhaseIterator, check it last"
> The patch fixes this comment.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (LUCENE-7761) Typo in comment in ReqExclScorer

2017-03-30 Thread Pablo Pita Leira (JIRA)

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

Pablo Pita Leira updated LUCENE-7761:
-
Affects Version/s: 5.x

> Typo in comment in ReqExclScorer
> 
>
> Key: LUCENE-7761
> URL: https://issues.apache.org/jira/browse/LUCENE-7761
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/search
>Affects Versions: 5.x, 6.x, master (7.0)
>Reporter: Pablo Pita Leira
>Priority: Trivial
> Fix For: 5.x, 6.x, master (7.0)
>
> Attachments: LUCENE-7761.patch
>
>
> There is a typo in the last comment in ReqExclScorer. It should say: 
> "reqTwoPhaseIterator is MORE costly than exclTwoPhaseIterator, check it last"
> The patch fixes this comment.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (LUCENE-7761) Typo in comment in ReqExclScorer

2017-03-30 Thread Pablo Pita Leira (JIRA)

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

Pablo Pita Leira updated LUCENE-7761:
-
Attachment: LUCENE-7761.patch

> Typo in comment in ReqExclScorer
> 
>
> Key: LUCENE-7761
> URL: https://issues.apache.org/jira/browse/LUCENE-7761
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/search
>Affects Versions: 6.x, master (7.0)
>Reporter: Pablo Pita Leira
>Priority: Trivial
> Fix For: 6.x, master (7.0)
>
> Attachments: LUCENE-7761.patch
>
>
> There is a typo in the last comment in ReqExclScorer. It should say: 
> "reqTwoPhaseIterator is MORE costly than exclTwoPhaseIterator, check it last"
> The patch fixes this comment.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (LUCENE-7761) Typo in comment in ReqExclScorer

2017-03-30 Thread Pablo Pita Leira (JIRA)
Pablo Pita Leira created LUCENE-7761:


 Summary: Typo in comment in ReqExclScorer
 Key: LUCENE-7761
 URL: https://issues.apache.org/jira/browse/LUCENE-7761
 Project: Lucene - Core
  Issue Type: Bug
  Components: core/search
Affects Versions: 6.x, master (7.0)
Reporter: Pablo Pita Leira
Priority: Trivial
 Fix For: 6.x, master (7.0)


There is a typo in the last comment in ReqExclScorer. It should say: 
"reqTwoPhaseIterator is MORE costly than exclTwoPhaseIterator, check it last"
The patch fixes this comment.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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