You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Busch (JIRA)" <ji...@apache.org> on 2008/10/13 08:24:44 UTC

[jira] Created: (LUCENE-1419) Expert API to specify indexing chain

Expert API to specify indexing chain
------------------------------------

                 Key: LUCENE-1419
                 URL: https://issues.apache.org/jira/browse/LUCENE-1419
             Project: Lucene - Java
          Issue Type: New Feature
          Components: Index
            Reporter: Michael Busch
            Assignee: Michael Busch
            Priority: Trivial
             Fix For: 2.9
         Attachments: lucene-1419.patch

It would be nice to add an expert API to specify an indexing chain, so that
we can make use of Mike's nice LUCENE-1301 feature.

This patch simply adds a package-protected expert API to IndexWriter and 
DocumentsWriter. It adds a inner, abstract class to DocumentsWriter called 
IndexingChain, and a default implementation that is the currently used one.

This might not be the final solution, but a nice way to play with different
modules in the indexing chain.

Could you take a look at the patch, Mike? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (LUCENE-1419) Expert API to specify indexing chain

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

Michael Busch updated LUCENE-1419:
----------------------------------

    Attachment: lucene-1419.patch

> Expert API to specify indexing chain
> ------------------------------------
>
>                 Key: LUCENE-1419
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1419
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: lucene-1419.patch
>
>
> It would be nice to add an expert API to specify an indexing chain, so that
> we can make use of Mike's nice LUCENE-1301 feature.
> This patch simply adds a package-protected expert API to IndexWriter and 
> DocumentsWriter. It adds a inner, abstract class to DocumentsWriter called 
> IndexingChain, and a default implementation that is the currently used one.
> This might not be the final solution, but a nice way to play with different
> modules in the indexing chain.
> Could you take a look at the patch, Mike? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-1419) Expert API to specify indexing chain

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

Michael McCandless commented on LUCENE-1419:
--------------------------------------------

This looks great Michael!

> Expert API to specify indexing chain
> ------------------------------------
>
>                 Key: LUCENE-1419
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1419
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: lucene-1419.patch
>
>
> It would be nice to add an expert API to specify an indexing chain, so that
> we can make use of Mike's nice LUCENE-1301 feature.
> This patch simply adds a package-protected expert API to IndexWriter and 
> DocumentsWriter. It adds a inner, abstract class to DocumentsWriter called 
> IndexingChain, and a default implementation that is the currently used one.
> This might not be the final solution, but a nice way to play with different
> modules in the indexing chain.
> Could you take a look at the patch, Mike? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (LUCENE-1419) Expert API to specify indexing chain

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

Michael Busch resolved LUCENE-1419.
-----------------------------------

       Resolution: Fixed
    Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])

Committed rev. 704193.
Thanks for reviewing, Mike!

> Expert API to specify indexing chain
> ------------------------------------
>
>                 Key: LUCENE-1419
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1419
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: lucene-1419.patch
>
>
> It would be nice to add an expert API to specify an indexing chain, so that
> we can make use of Mike's nice LUCENE-1301 feature.
> This patch simply adds a package-protected expert API to IndexWriter and 
> DocumentsWriter. It adds a inner, abstract class to DocumentsWriter called 
> IndexingChain, and a default implementation that is the currently used one.
> This might not be the final solution, but a nice way to play with different
> modules in the indexing chain.
> Could you take a look at the patch, Mike? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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