You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Andi Vajda (JIRA)" <ji...@apache.org> on 2006/09/25 21:26:50 UTC

[jira] Created: (LUCENE-676) Promote solr's PrefixFilter into Java Lucene's core

Promote solr's PrefixFilter into Java Lucene's core
---------------------------------------------------

                 Key: LUCENE-676
                 URL: http://issues.apache.org/jira/browse/LUCENE-676
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Search
    Affects Versions: 2.0.1
            Reporter: Andi Vajda
            Priority: Trivial


Solr's PrefixFilter class is not specific to Solr and seems to be of interest to core lucene users (PyLucene in this case).
Promoting it into the Lucene core would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Closed: (LUCENE-676) Promote solr's PrefixFilter into Java Lucene's core

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-676?page=all ]

Yonik Seeley closed LUCENE-676.
-------------------------------

    Fix Version/s: 2.0.1
       Resolution: Fixed
         Assignee: Yonik Seeley

The test was incorrect.  I fixed it, added some more tests, and committed.

> Promote solr's PrefixFilter into Java Lucene's core
> ---------------------------------------------------
>
>                 Key: LUCENE-676
>                 URL: http://issues.apache.org/jira/browse/LUCENE-676
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>    Affects Versions: 2.0.1
>            Reporter: Andi Vajda
>         Assigned To: Yonik Seeley
>            Priority: Trivial
>             Fix For: 2.0.1
>
>         Attachments: PrefixFilter.java, TestPrefixFilter.java
>
>
> Solr's PrefixFilter class is not specific to Solr and seems to be of interest to core lucene users (PyLucene in this case).
> Promoting it into the Lucene core would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-676) Promote solr's PrefixFilter into Java Lucene's core

Posted by "Andi Vajda (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-676?page=all ]

Andi Vajda updated LUCENE-676:
------------------------------

    Attachment: PrefixFilter.java

Attached is a version of PrefixFilter that could be added to the Lucene core as submitted by Yura Smolsky, a PyLucene user.

> Promote solr's PrefixFilter into Java Lucene's core
> ---------------------------------------------------
>
>                 Key: LUCENE-676
>                 URL: http://issues.apache.org/jira/browse/LUCENE-676
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>    Affects Versions: 2.0.1
>            Reporter: Andi Vajda
>            Priority: Trivial
>         Attachments: PrefixFilter.java
>
>
> Solr's PrefixFilter class is not specific to Solr and seems to be of interest to core lucene users (PyLucene in this case).
> Promoting it into the Lucene core would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-676) Promote solr's PrefixFilter into Java Lucene's core

Posted by "Andi Vajda (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-676?page=all ]

Andi Vajda updated LUCENE-676:
------------------------------

    Attachment: TestPrefixFilter.java

Here is another attachment by Yura providing the request unit test.

> Promote solr's PrefixFilter into Java Lucene's core
> ---------------------------------------------------
>
>                 Key: LUCENE-676
>                 URL: http://issues.apache.org/jira/browse/LUCENE-676
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>    Affects Versions: 2.0.1
>            Reporter: Andi Vajda
>            Priority: Trivial
>         Attachments: PrefixFilter.java, TestPrefixFilter.java
>
>
> Solr's PrefixFilter class is not specific to Solr and seems to be of interest to core lucene users (PyLucene in this case).
> Promoting it into the Lucene core would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (LUCENE-676) Promote solr's PrefixFilter into Java Lucene's core

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-676?page=comments#action_12437757 ] 
            
Hoss Man commented on LUCENE-676:
---------------------------------

Even though i use PrefixFilter on a daily basis in Solr, and i am confident of it's correctness, I don't think anything should be commited/promoted to the Lucene code base without some Unit Tests.

(PrefixFilter is exercised by a few tests in the Solr code base at the moment but they aren't portable because they go through the SolrCore)

> Promote solr's PrefixFilter into Java Lucene's core
> ---------------------------------------------------
>
>                 Key: LUCENE-676
>                 URL: http://issues.apache.org/jira/browse/LUCENE-676
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>    Affects Versions: 2.0.1
>            Reporter: Andi Vajda
>            Priority: Trivial
>         Attachments: PrefixFilter.java
>
>
> Solr's PrefixFilter class is not specific to Solr and seems to be of interest to core lucene users (PyLucene in this case).
> Promoting it into the Lucene core would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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