List Info

Thread: Created: (LUCENE-1015) FieldCache should support longs




Created: (LUCENE-1015) FieldCache should support longs
country flaguser name
United States
2007-10-02 08:01:51
FieldCache should support longs
-------------------------------

                 Key: LUCENE-1015
                 URL: htt
ps://issues.apache.org/jira/browse/LUCENE-1015
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Search
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll
            Priority: Minor


Would be nice if FieldCache supported longs

-- 
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-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Commented: (LUCENE-1015) FieldCache should support longs
country flaguser name
United States
2007-10-02 08:07:50
    [ https://issues.apache.org/jira/browse
/LUCENE-1015?page=com.atlassian.jira.plugin.system.issuetabp
anels:comment-tabpanel#action_12531780 ] 

Grant Ingersoll commented on LUCENE-1015:
-----------------------------------------

Of course, since FieldCache is an interface, we need to
think about back-compatibility...

> FieldCache should support longs
> -------------------------------
>
>                 Key: LUCENE-1015
>                 URL: htt
ps://issues.apache.org/jira/browse/LUCENE-1015
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>
> Would be nice if FieldCache supported longs

-- 
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-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-1015) FieldCache should support longs and doubles
country flaguser name
United States
2007-10-02 08:09:51
     [ https://issues.apache.org/jira/browse/LUCENE-1015?page=co
m.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated LUCENE-1015:
------------------------------------

    Description: Would be nice if FieldCache supported longs
and doubles  (was: Would be nice if FieldCache supported
longs)

> FieldCache should support longs and doubles
> -------------------------------------------
>
>                 Key: LUCENE-1015
>                 URL: htt
ps://issues.apache.org/jira/browse/LUCENE-1015
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>
> Would be nice if FieldCache supported longs and
doubles

-- 
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-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-1015) FieldCache should support longs and doubles
country flaguser name
United States
2007-10-02 08:09:51
     [ https://issues.apache.org/jira/browse/LUCENE-1015?page=co
m.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated LUCENE-1015:
------------------------------------

    Summary: FieldCache should support longs and doubles 
(was: FieldCache should support longs)

> FieldCache should support longs and doubles
> -------------------------------------------
>
>                 Key: LUCENE-1015
>                 URL: htt
ps://issues.apache.org/jira/browse/LUCENE-1015
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>
> Would be nice if FieldCache supported longs

-- 
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-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-1015) FieldCache should support longs and doubles
country flaguser name
United States
2007-10-22 14:46:50
     [ https://issues.apache.org/jira/browse/LUCENE-1015?page=co
m.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated LUCENE-1015:
------------------------------------

    Attachment: LUCENE-1015.patch

First draft at a patch to add long and double FieldCache
support by extending the FieldCache interface (can't just
add b/c of back-compatibility reasons).  Adds support in the
SortField and the two HItQueue's.  Still needs to be more
thoroughly tested, but wanted to get comments first.

> FieldCache should support longs and doubles
> -------------------------------------------
>
>                 Key: LUCENE-1015
>                 URL: htt
ps://issues.apache.org/jira/browse/LUCENE-1015
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>         Attachments: LUCENE-1015.patch
>
>
> Would be nice if FieldCache supported longs and
doubles

-- 
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-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Commented: (LUCENE-1015) FieldCache should support longs and doubles
country flaguser name
United States
2007-10-22 15:00:57
    [ https://issues.apache.org/jira/browse
/LUCENE-1015?page=com.atlassian.jira.plugin.system.issuetabp
anels:comment-tabpanel#action_12536813 ] 

Mark Miller commented on LUCENE-1015:
-------------------------------------

Finishing up LUCENE-831 would seem like a good way to add
this as well -- while also getting the juicy benefits of 831
combined with 743. Of course, this only applies if someone
where to finish 831 and it where accepted...

> FieldCache should support longs and doubles
> -------------------------------------------
>
>                 Key: LUCENE-1015
>                 URL: htt
ps://issues.apache.org/jira/browse/LUCENE-1015
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>         Attachments: LUCENE-1015.patch
>
>
> Would be nice if FieldCache supported longs and
doubles

-- 
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-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


[1-6]

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