[jira] Updated: (LUCENE-1019) CustomScoreQuery should support multiple ValueSourceQueries

2007-12-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1019: Attachment: lucene-1019-multi-vsq.patch lucene-1019-multi-vsq.patch: * modified version2: **

Re: [jira] Resolved: (LUCENE-935) Improve maven artifacts

2007-12-05 Thread Grant Ingersoll
OK, I believe everything is working, should we announce this on java- user/the website? -Grant On Dec 4, 2007, at 6:49 AM, Grant Ingersoll wrote: There was a problem in that the artifacts were not being copied out in time. Thus, there were no new artifacts. It should now be fixed.

Re: Javadocs and Nightly Builds was Re: setRAMBufferSizeMB and DEFAULT_RAM_BUFFER_SIZE_MB missing from IndexWriter !

2007-12-05 Thread Grant Ingersoll
Ah, but the example in the first link shows all the items expanded... I will dig in... -Grant On Dec 4, 2007, at 9:59 PM, Chris Hostetter wrote: : I also have some Forrest questions. Does anyone know how to make it so that : the Documentation page is the default expanded page instead

[jira] Updated: (LUCENE-1077) New Analysis Contributions

2007-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1077: Summary: New Analysis Contributions (was: Analysis Sinks package) Expanding to add in

[jira] Resolved: (LUCENE-1078) Cleanup some unused and unnecessary code

2007-12-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1078. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch

[jira] Assigned: (LUCENE-1078) Cleanup some unused and unnecessary code

2007-12-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1078: -- Assignee: Michael McCandless Cleanup some unused and unnecessary code

Re: Javadocs and Nightly Builds

2007-12-05 Thread Grant Ingersoll
Hmm, it is possible, with a fair amount of work, that I am not going to do... I'll just leave it as is On Dec 5, 2007, at 6:09 AM, Grant Ingersoll wrote: Ah, but the example in the first link shows all the items expanded... I will dig in... -Grant On Dec 4, 2007, at 9:59 PM, Chris

[jira] Updated: (LUCENE-1079) DocValues cleanup: constructor getInnerArray()

2007-12-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1079: Attachment: lucene-1079-func-doc-values-cleanup.patch In this patch: * default getInnerArray

[jira] Created: (LUCENE-1080) Make Token.DEFAULT_TYPE public

2007-12-05 Thread Grant Ingersoll (JIRA)
Make Token.DEFAULT_TYPE public -- Key: LUCENE-1080 URL: https://issues.apache.org/jira/browse/LUCENE-1080 Project: Lucene - Java Issue Type: Improvement Components: Analysis Reporter: Grant

removing search.function experimental status warnings

2007-12-05 Thread Doron Cohen
I am thinking about removing the experimental status warnings from a.o.l.search.function, once resolving LUCENE-1019 and LUCENE-1079. Objections? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[jira] Created: (LUCENE-1079) DocValues cleanup: constructor getInnerArray()

2007-12-05 Thread Doron Cohen (JIRA)
DocValues cleanup: constructor getInnerArray() Key: LUCENE-1079 URL: https://issues.apache.org/jira/browse/LUCENE-1079 Project: Lucene - Java Issue Type: Improvement Components:

[jira] Commented: (LUCENE-1078) Cleanup some unused and unnecessary code

2007-12-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548671 ] Michael McCandless commented on LUCENE-1078: Patch looks good! Though StandardTokenizerImpl.java is

Let's release Lucene 2.3 soon?

2007-12-05 Thread Michael Busch
Hi all, we were talking about releasing Lucene 2.3 already some weeks ago, but it seems that the list with issues targeted for 2.3 doesn't get smaller. Currently there are these 7 issues in the list: - LUCENE-1061: Adding a factory to QueryParser to instantiate query instances (Unassigned) -

Re: [jira] Resolved: (LUCENE-935) Improve maven artifacts

2007-12-05 Thread Michael Busch
Grant Ingersoll wrote: OK, I believe everything is working, should we announce this on java-user/the website? Yep I think we should. I'll go ahead and send the announcement soon. -Michael - To unsubscribe, e-mail: [EMAIL

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2007-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1001: Fix Version/s: (was: 2.3) 2.4 Add Payload retrieval to Spans

[jira] Resolved: (LUCENE-1080) Make Token.DEFAULT_TYPE public

2007-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1080. - Resolution: Fixed Committed. Make Token.DEFAULT_TYPE public

[jira] Updated: (LUCENE-1061) Adding a factory to QueryParser to instantiate query instances

2007-12-05 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1061: -- Fix Version/s: (was: 2.3) 2.4 Lucene Fields: [New, Patch Available]

[jira] Updated: (LUCENE-1077) New Analysis Contributions

2007-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1077: Attachment: LUCENE-1077.patch Adds to the sinks package: DateRecognizerSinkTokenizer

[jira] Updated: (LUCENE-1077) New Analysis Contributions

2007-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1077: Attachment: LUCENE-1077.patch Thought of another possibly useful payload convenience

Re: Let's release Lucene 2.3 soon?

2007-12-05 Thread Grant Ingersoll
On Dec 5, 2007, at 9:49 PM, Michael Busch wrote: Hi all, we were talking about releasing Lucene 2.3 already some weeks ago, but it seems that the list with issues targeted for 2.3 doesn't get smaller. Currently there are these 7 issues in the list: - LUCENE-1061: Adding a factory to

Re: Let's release Lucene 2.3 soon?

2007-12-05 Thread Michael Busch
Michael Busch wrote: - LUCENE-1061: Adding a factory to QueryParser to instantiate query instances (Unassigned) I moved this to 2.4. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Let's release Lucene 2.3 soon?

2007-12-05 Thread Shai Erera
Hi What about LUCENE-1068 (Invalid Behavior of StandardTokenizerImpl) - that is a bug to which I've proposed a solution and provided a patch. For some reason, the conversation around it died ... LUCENE-1064 (Make TopDocs constructor public) - this is not a bug, but such a minor issue I would have

[jira] Updated: (LUCENE-1019) CustomScoreQuery should support multiple ValueSourceQueries

2007-12-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1019: Fix Version/s: 2.3 Priority: Minor (was: Major) Lucene Fields: [Patch Available]

[jira] Updated: (LUCENE-1081) Remove the Experimental warnings from search.function package

2007-12-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1081: Summary: Remove the Experimental warnings from search.function package (was: Remove the

[jira] Created: (LUCENE-1081) Remove the Experuimental warnings from search.function package

2007-12-05 Thread Doron Cohen (JIRA)
Remove the Experuimental warnings from search.function package Key: LUCENE-1081 URL: https://issues.apache.org/jira/browse/LUCENE-1081 Project: Lucene - Java Issue Type: New

Re: Let's release Lucene 2.3 soon?

2007-12-05 Thread Doron Cohen
I would like to also include: - LUCENE-1019: CustomScoreQuery should support multiple ValueSourceQueries (ready, will commit soon) - LUCENE 1081: Remove the Experimental warnings from search.function package. - Doron Grant Ingersoll [EMAIL PROTECTED] wrote on

[jira] Created: (LUCENE-1082) IndexReader.lastModified - always return null

2007-12-05 Thread Alan Boo (JIRA)
IndexReader.lastModified - always return null - Key: LUCENE-1082 URL: https://issues.apache.org/jira/browse/LUCENE-1082 Project: Lucene - Java Issue Type: Bug Components: Index