You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Paul Elschot (JIRA)" <ji...@apache.org> on 2007/07/29 23:51:52 UTC

[jira] Created: (LUCENE-968) SpanFilter should not extend Filter

SpanFilter should not extend Filter
-----------------------------------

                 Key: LUCENE-968
                 URL: https://issues.apache.org/jira/browse/LUCENE-968
             Project: Lucene - Java
          Issue Type: Bug
          Components: Search
    Affects Versions: 2.3
            Reporter: Paul Elschot
            Priority: Trivial
             Fix For: 2.3


All tests pass with the patch applied.

-- 
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-968) SpanFilter should not extend Filter

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

Paul Elschot updated LUCENE-968:
--------------------------------

    Attachment: SpanFilter20070729.patch

Removes "extends Filter"

> SpanFilter should not extend Filter
> -----------------------------------
>
>                 Key: LUCENE-968
>                 URL: https://issues.apache.org/jira/browse/LUCENE-968
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.3
>            Reporter: Paul Elschot
>            Priority: Trivial
>             Fix For: 2.3
>
>         Attachments: SpanFilter20070729.patch
>
>
> All tests pass with the patch applied.

-- 
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-968) SpanFilter should not extend Filter

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516262 ] 

Grant Ingersoll commented on LUCENE-968:
----------------------------------------

Why not?  It can be used as a Filter and if it is cached, it can then also be used to get the span information from the filter.

> SpanFilter should not extend Filter
> -----------------------------------
>
>                 Key: LUCENE-968
>                 URL: https://issues.apache.org/jira/browse/LUCENE-968
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.3
>            Reporter: Paul Elschot
>            Priority: Trivial
>             Fix For: 2.3
>
>         Attachments: SpanFilter20070729.patch
>
>
> All tests pass with the patch applied.

-- 
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-968) SpanFilter should not extend Filter

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

Paul Elschot resolved LUCENE-968.
---------------------------------

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

> SpanFilter should not extend Filter
> -----------------------------------
>
>                 Key: LUCENE-968
>                 URL: https://issues.apache.org/jira/browse/LUCENE-968
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.3
>            Reporter: Paul Elschot
>            Priority: Trivial
>             Fix For: 2.3
>
>         Attachments: SpanFilter20070729.patch
>
>
> All tests pass with the patch applied.

-- 
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


Re: [jira] Commented: (LUCENE-968) SpanFilter should not extend Filter

Posted by Grant Ingersoll <gs...@apache.org>.
Right, I thought briefly about that one, but in the end wasn't sure  
how to handle it.  Having the SpanFilterResult change is no big deal,  
btw, at least not until it is officially released.  I would be fine  
w/ putting a note saying this is experimental and subject to change.

On Jul 30, 2007, at 12:24 PM, Paul Elschot (JIRA) wrote:

>
>     [ https://issues.apache.org/jira/browse/LUCENE-968? 
> page=com.atlassian.jira.plugin.system.issuetabpanels:comment- 
> tabpanel#action_12516429 ]
>
> Paul Elschot commented on LUCENE-968:
> -------------------------------------
>
> Ok, I missed that possible use as a Filter. I'm busy with  
> LUCENE-584, and I could not figure out how to deal with this one.
> Since it is a Filter, I'll include it in there as one of the  
> currently present Filters.
>
>
>> SpanFilter should not extend Filter
>> -----------------------------------
>>
>>                 Key: LUCENE-968
>>                 URL: https://issues.apache.org/jira/browse/LUCENE-968
>>             Project: Lucene - Java
>>          Issue Type: Bug
>>          Components: Search
>>    Affects Versions: 2.3
>>            Reporter: Paul Elschot
>>            Priority: Trivial
>>             Fix For: 2.3
>>
>>         Attachments: SpanFilter20070729.patch
>>
>>
>> All tests pass with the patch applied.
>
> -- 
> 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
>



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


[jira] Commented: (LUCENE-968) SpanFilter should not extend Filter

Posted by "Paul Elschot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516429 ] 

Paul Elschot commented on LUCENE-968:
-------------------------------------

Ok, I missed that possible use as a Filter. I'm busy with LUCENE-584, and I could not figure out how to deal with this one.
Since it is a Filter, I'll include it in there as one of the currently present Filters.


> SpanFilter should not extend Filter
> -----------------------------------
>
>                 Key: LUCENE-968
>                 URL: https://issues.apache.org/jira/browse/LUCENE-968
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.3
>            Reporter: Paul Elschot
>            Priority: Trivial
>             Fix For: 2.3
>
>         Attachments: SpanFilter20070729.patch
>
>
> All tests pass with the patch applied.

-- 
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