You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "sebastian L. (JIRA)" <ji...@apache.org> on 2012/06/04 14:39:24 UTC

[jira] [Created] (LUCENE-4107) FastVectorHighlighter: Make FieldFragList "plugable"

sebastian L. created LUCENE-4107:
------------------------------------

             Summary: FastVectorHighlighter: Make FieldFragList "plugable"
                 Key: LUCENE-4107
                 URL: https://issues.apache.org/jira/browse/LUCENE-4107
             Project: Lucene - Java
          Issue Type: Improvement
          Components: modules/highlighter
    Affects Versions: 4.0
            Reporter: sebastian L.
            Priority: Minor
             Fix For: 4.0, 5.0
         Attachments: LUCENE-4107.patch

This patch contains:

* Introduction of abstract class BaseFragListBuilder 

* SimpleFragListBuilder now extends BaseFragListBuilder 

* FieldFragList is now abstract 

* Introduction of SimpleFieldFragList, a simple implementation of  FieldFragList 

* Some necessary, minor changes 

This is the second (see LUCENE-4091) patch aiming at the introduction of another method for weighting fragments (see LUCENE-3440). 

Tests were okay. 







--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Assigned] (LUCENE-4107) FastVectorHighlighter: Make FieldFragList "plugable"

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi reassigned LUCENE-4107:
--------------------------------------

    Assignee: Koji Sekiguchi
    
> FastVectorHighlighter: Make FieldFragList "plugable"
> ----------------------------------------------------
>
>                 Key: LUCENE-4107
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4107
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/highlighter
>    Affects Versions: 4.0
>            Reporter: sebastian L.
>            Assignee: Koji Sekiguchi
>            Priority: Minor
>              Labels: FastVectorHighlighter
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4107.patch
>
>
> This patch contains:
> * Introduction of abstract class BaseFragListBuilder 
> * SimpleFragListBuilder now extends BaseFragListBuilder 
> * FieldFragList is now abstract 
> * Introduction of SimpleFieldFragList, a simple implementation of  FieldFragList 
> * Some necessary, minor changes 
> This is the second (see LUCENE-4091) patch aiming at the introduction of another method for weighting fragments (see LUCENE-3440). 
> Tests were okay. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (LUCENE-4107) FastVectorHighlighter: Make FieldFragList "plugable"

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi resolved LUCENE-4107.
------------------------------------

    Resolution: Fixed
    
> FastVectorHighlighter: Make FieldFragList "plugable"
> ----------------------------------------------------
>
>                 Key: LUCENE-4107
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4107
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/highlighter
>    Affects Versions: 4.0
>            Reporter: sebastian L.
>            Assignee: Koji Sekiguchi
>            Priority: Minor
>              Labels: FastVectorHighlighter
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4107.patch
>
>
> This patch contains:
> * Introduction of abstract class BaseFragListBuilder 
> * SimpleFragListBuilder now extends BaseFragListBuilder 
> * FieldFragList is now abstract 
> * Introduction of SimpleFieldFragList, a simple implementation of  FieldFragList 
> * Some necessary, minor changes 
> This is the second (see LUCENE-4091) patch aiming at the introduction of another method for weighting fragments (see LUCENE-3440). 
> Tests were okay. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (LUCENE-4107) FastVectorHighlighter: Make FieldFragList "plugable"

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288624#comment-13288624 ] 

Koji Sekiguchi commented on LUCENE-4107:
----------------------------------------

{quote}
This patch contains:
* Introduction of abstract class BaseFragListBuilder
* SimpleFragListBuilder now extends BaseFragListBuilder
* FieldFragList is now abstract
* Introduction of SimpleFieldFragList, a simple implementation of FieldFragList
* Some necessary, minor changes
{quote}

Thank you for the description. They help me a lot.

Committed in trunk and 4x.
                
> FastVectorHighlighter: Make FieldFragList "plugable"
> ----------------------------------------------------
>
>                 Key: LUCENE-4107
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4107
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/highlighter
>    Affects Versions: 4.0
>            Reporter: sebastian L.
>            Priority: Minor
>              Labels: FastVectorHighlighter
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4107.patch
>
>
> This patch contains:
> * Introduction of abstract class BaseFragListBuilder 
> * SimpleFragListBuilder now extends BaseFragListBuilder 
> * FieldFragList is now abstract 
> * Introduction of SimpleFieldFragList, a simple implementation of  FieldFragList 
> * Some necessary, minor changes 
> This is the second (see LUCENE-4091) patch aiming at the introduction of another method for weighting fragments (see LUCENE-3440). 
> Tests were okay. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-4107) FastVectorHighlighter: Make FieldFragList "plugable"

Posted by "sebastian L. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sebastian L. updated LUCENE-4107:
---------------------------------

    Attachment: LUCENE-4107.patch
    
> FastVectorHighlighter: Make FieldFragList "plugable"
> ----------------------------------------------------
>
>                 Key: LUCENE-4107
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4107
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/highlighter
>    Affects Versions: 4.0
>            Reporter: sebastian L.
>            Priority: Minor
>              Labels: FastVectorHighlighter
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4107.patch
>
>
> This patch contains:
> * Introduction of abstract class BaseFragListBuilder 
> * SimpleFragListBuilder now extends BaseFragListBuilder 
> * FieldFragList is now abstract 
> * Introduction of SimpleFieldFragList, a simple implementation of  FieldFragList 
> * Some necessary, minor changes 
> This is the second (see LUCENE-4091) patch aiming at the introduction of another method for weighting fragments (see LUCENE-3440). 
> Tests were okay. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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