[jira] Updated: (LUCENE-1278) Add optional storing of document numbers in term dictionary

2008-05-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1278: - Description: Add optional storing of document numbers in term dictionary. String index

[jira] Created: (LUCENE-1278) Add optional storing of document numbers in term dictionary

2008-05-02 Thread Jason Rutherglen (JIRA)
Add optional storing of document numbers in term dictionary --- Key: LUCENE-1278 URL: https://issues.apache.org/jira/browse/LUCENE-1278 Project: Lucene - Java Issue Type: New Feature

[jira] Updated: (LUCENE-1278) Add optional storing of document numbers in term dictionary

2008-05-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1278: - Description: Add optional storing of document numbers in term dictionary. String index

[jira] Updated: (LUCENE-1278) Add optional storing of document numbers in term dictionary

2008-05-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1278: - Description: Add optional storing of document numbers in term dictionary. String index

[jira] Updated: (LUCENE-1278) Add optional storing of document numbers in term dictionary

2008-05-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1278: - Description: Add optional storing of document numbers in term dictionary. String index

Re: [VOTE] Release Lucene 2.3.2

2008-05-02 Thread Yonik Seeley
On Wed, Apr 30, 2008 at 3:55 AM, Michael Busch <[EMAIL PROTECTED]> wrote: > Please vote to officially release the release artifacts located at > http://people.apache.org/~buschmi/staging_area/lucene-2.3.2/ as Lucene > 2.3.2. +1 -Yonik --

Re: lucene - website example question

2008-05-02 Thread Chris Hostetter
Hi Bruce, welcome to Lucene. First off: your questions would better suited for one of the [EMAIL PROTECTED] lists ... not java-dev ( http://people.apache.org/~hossman/#java-dev ) The question becomes, which list would be a good place for you to start? ... : -i'm trying to gather data/words/t

Project Ocean

2008-05-02 Thread Jason Rutherglen
Project Ocean is designed to provide realtime search capabilities. It is pre-alpha with an Apache license. Developers and corporate sponsors welcome. The genesis of the idea was at a social networking company using Solr who wanted realtime instead of batch updates. At first I tried making Solr

[jira] Created: (LUCENE-1279) RangeQuery and RangeFilter should use collation to check for range inclusion

2008-05-02 Thread Steven Rowe (JIRA)
RangeQuery and RangeFilter should use collation to check for range inclusion Key: LUCENE-1279 URL: https://issues.apache.org/jira/browse/LUCENE-1279 Project: Lucene - Java

[jira] Commented: (LUCENE-1279) RangeQuery and RangeFilter should use collation to check for range inclusion

2008-05-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593819#action_12593819 ] Steven Rowe commented on LUCENE-1279: - RangeFilter should also take in a Locale, to pe

Re: Project Ocean

2008-05-02 Thread Otis Gospodnetic
Hi Jason, I read http://code.google.com/p/oceansearch/wiki/Main and it sounds good. :) I'll start with the most obvious question: - Why not submit this as a Lucene and/or Solr contrib or patch, whichever is appropriate? Otherwise, this risks being a fork that doesn't get enough users/developers

[jira] Commented: (LUCENE-1279) RangeQuery and RangeFilter should use collation to check for range inclusion

2008-05-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593858#action_12593858 ] Yonik Seeley commented on LUCENE-1279: -- How do you suggest actually retrieving all of

[jira] Commented: (LUCENE-1279) RangeQuery and RangeFilter should use collation to check for range inclusion

2008-05-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593867#action_12593867 ] Steven Rowe commented on LUCENE-1279: - (Wild guess): iterate over all terms instead of

Re: Project Ocean

2008-05-02 Thread Jason Rutherglen
Too much code to be contrib or patch. Perhaps it's own project. On Fri, May 2, 2008 at 3:32 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Hi Jason, > > I read http://code.google.com/p/oceansearch/wiki/Main and it sounds good. > :) > > I'll start with the most obvious question: > - Why not su