List Info

Thread: Created: (LUCENE-741) Field norm modifier (CLI tool)




Created: (LUCENE-741) Field norm modifier (CLI tool)
user name
2006-12-11 21:42:21
Field norm modifier (CLI tool)
------------------------------

                 Key: LUCENE-741
                 URL: http:
//issues.apache.org/jira/browse/LUCENE-741
             Project: Lucene - Java
          Issue Type: New Feature
          Components: Index
            Reporter: Otis Gospodnetic
            Priority: Minor


I took Chris' LengthNormModifier (contrib/misc) and modified
it slightly, to allow us to set fake norms on an existing
fields, effectively making it equivalent to
Field.Index.NO_NORMS.

This is related to LUCENE-448 (NO_NORMS patch) and
LUCENE-496 (LengthNormModifier contrib from Chris).


-- 
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.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Updated: (LUCENE-741) Field norm modifier (CLI tool)
user name
2006-12-11 21:47:23
     [ http://issues.apache.org/jira/browse/LUCENE-741?page=all
 ]

Otis Gospodnetic updated LUCENE-741:
------------------------------------

    Attachment: LUCENE-741.patch

> Field norm modifier (CLI tool)
> ------------------------------
>
>                 Key: LUCENE-741
>                 URL: http:
//issues.apache.org/jira/browse/LUCENE-741
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Otis Gospodnetic
>            Priority: Minor
>         Attachments: LUCENE-741.patch
>
>
> I took Chris' LengthNormModifier (contrib/misc) and
modified it slightly, to allow us to set fake norms on an
existing fields, effectively making it equivalent to
Field.Index.NO_NORMS.
> This is related to LUCENE-448 (NO_NORMS patch) and
LUCENE-496 (LengthNormModifier contrib from Chris).

-- 
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.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Updated: (LUCENE-741) Field norm modifier (CLI tool)
user name
2006-12-11 21:47:24
     [ http://issues.apache.org/jira/browse/LUCENE-741?page=all
 ]

Otis Gospodnetic updated LUCENE-741:
------------------------------------

    Lucene Fields: [Patch Available]  (was: [New])

> Field norm modifier (CLI tool)
> ------------------------------
>
>                 Key: LUCENE-741
>                 URL: http:
//issues.apache.org/jira/browse/LUCENE-741
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Otis Gospodnetic
>            Priority: Minor
>         Attachments: LUCENE-741.patch
>
>
> I took Chris' LengthNormModifier (contrib/misc) and
modified it slightly, to allow us to set fake norms on an
existing fields, effectively making it equivalent to
Field.Index.NO_NORMS.
> This is related to LUCENE-448 (NO_NORMS patch) and
LUCENE-496 (LengthNormModifier contrib from Chris).

-- 
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.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Assigned: (LUCENE-741) Field norm modifier (CLI tool)
user name
2006-12-12 06:31:22
     [ http://issues.apache.org/jira/browse/LUCENE-741?page=all
 ]

Otis Gospodnetic reassigned LUCENE-741:
---------------------------------------

    Assignee: Otis Gospodnetic

> Field norm modifier (CLI tool)
> ------------------------------
>
>                 Key: LUCENE-741
>                 URL: http:
//issues.apache.org/jira/browse/LUCENE-741
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Otis Gospodnetic
>         Assigned To: Otis Gospodnetic
>            Priority: Minor
>         Attachments: LUCENE-741.patch
>
>
> I took Chris' LengthNormModifier (contrib/misc) and
modified it slightly, to allow us to set fake norms on an
existing fields, effectively making it equivalent to
Field.Index.NO_NORMS.
> This is related to LUCENE-448 (NO_NORMS patch) and
LUCENE-496 (LengthNormModifier contrib from Chris).

-- 
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.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Resolved: (LUCENE-741) Field norm modifier (CLI tool)
user name
2006-12-20 22:34:24
     [ http://issues.apache.org/jira/browse/LUCENE-741?page=all
 ]

Otis Gospodnetic resolved LUCENE-741.
-------------------------------------

    Resolution: Fixed

Committed.  I'll also remove the old version of this code (+
its unit test), the one that still lives in
contrib/miscellaneous/src/java/org/apache/lucene/misc/ .


> Field norm modifier (CLI tool)
> ------------------------------
>
>                 Key: LUCENE-741
>                 URL: http:
//issues.apache.org/jira/browse/LUCENE-741
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>            Reporter: Otis Gospodnetic
>         Assigned To: Otis Gospodnetic
>            Priority: Minor
>         Attachments: LUCENE-741.patch
>
>
> I took Chris' LengthNormModifier (contrib/misc) and
modified it slightly, to allow us to set fake norms on an
existing fields, effectively making it equivalent to
Field.Index.NO_NORMS.
> This is related to LUCENE-448 (NO_NORMS patch) and
LUCENE-496 (LengthNormModifier contrib from Chris).

-- 
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.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )