Re: Problem with RangeQuery in Lucene

2008-11-23 Thread Anshum
Hi Ramnadh, Could you send this request @ the java-user forum as this is meant for lucene development related mailing! You could subscribe to the list by mailing @ [EMAIL PROTECTED] And post queries @ : [EMAIL PROTECTED] -- Anshum -- All things that are, are with more spirit chased than enjoy

[jira] Commented: (LUCENE-1422) New TokenStream API

2008-11-23 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650093#action_12650093 ] Hoss Man commented on LUCENE-1422: -- FWIW: In previous versions of Lucene, a class like th

[jira] Updated: (LUCENE-1467) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1467: -- Priority: Minor (was: Major) > Consolidate Solr's and Lucene's OpenBitSet classes > -

[jira] Created: (LUCENE-1467) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-23 Thread Michael Busch (JIRA)
Consolidate Solr's and Lucene's OpenBitSet classes -- Key: LUCENE-1467 URL: https://issues.apache.org/jira/browse/LUCENE-1467 Project: Lucene - Java Issue Type: Task Components: Other

[jira] Commented: (LUCENE-1342) 64bit JVM crashes on Linux

2008-11-23 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650051#action_12650051 ] Paul Smith commented on LUCENE-1342: yeah, it's definitely a Sun bug, not a Lucene one

[jira] Commented: (LUCENE-1342) 64bit JVM crashes on Linux

2008-11-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650050#action_12650050 ] Michael McCandless commented on LUCENE-1342: These 3 crashes happen while comp

[jira] Updated: (LUCENE-1342) 64bit JVM crashes on Linux

2008-11-23 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated LUCENE-1342: --- Attachment: hs_err_pid27882.log hs_err_pid21301.log 2 crash dumps attached. > 64bit

[ANN] Luke 0.9.1 - bugfix release

2008-11-23 Thread Andrzej Bialecki
Hi all, A bugfix release of Luke is now available at the usual place: http://www.getopt.org/luke * New features and improvements: o Added ability to set the maximum count of boolean clauses in BooleanQuery. * Bug fixes: o Unbalanced tags breaking the XML export. Reported by T

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2008-11-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466.patch a patch attached. > CharFilter - normalize characters before

[jira] Created: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2008-11-23 Thread Koji Sekiguchi (JIRA)
CharFilter - normalize characters before tokenizer -- Key: LUCENE-1466 URL: https://issues.apache.org/jira/browse/LUCENE-1466 Project: Lucene - Java Issue Type: New Feature Components

Re: Mark Miller as core Lucene committer

2008-11-23 Thread Mark Miller
Thanks all. Happy to be part of the excellent Lucene community. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OpenBitSet.trimTrailingZeros() doesn't free memory

2008-11-23 Thread Timo Nentwig
On Saturday 22 November 2008 18:15:45 Yonik Seeley wrote: > On Sat, Nov 22, 2008 at 11:35 AM, Timo Nentwig <[EMAIL PROTECTED]> wrote: > > IMHO it doesn't make much sense that trimTrailingZeros() doesn't shrink > > the array. Sure the arraycopy() will take some extra time and simply > > adjusting wl