Re: start + end for TermDocs.read()

2007-06-13 Thread Chris Hostetter
: and grab all the ids via TermDocs.read(). But because there is no : offset, MultiTermDocs returns a list from each sub-segment, forcing me : to copy each partial int[] filled into my full int[]. it seems like at the very least, MultiTermDocs.read(int[],int[]) could allocate new arrays to pass

[jira] Updated: (LUCENE-622) Provide More of Lucene For Maven

2007-06-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-622: - Attachment: LUCENE-622_NEW.patch This new patch combines the pom.xml files from Sami and Karl

[jira] Commented: (LUCENE-906) Elision filter for simple french analyzing

2007-06-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504152 ] Hoss Man commented on LUCENE-906: - i don't know much about french, but a few comments... 1) stopwords seems like an

[jira] Updated: (LUCENE-925) Analysis Package Level Javadocs

2007-06-13 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-925: --- Attachment: LUCENE-925.patch Very concise, I like it! I fixed two typos and added some more

[jira] Updated: (LUCENE-925) Analysis Package Level Javadocs

2007-06-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-925: --- Attachment: LUCENE-925-GSI-v2.patch I see your patch, Doron, and raise you one patch. Added

Re: start + end for TermDocs.read()

2007-06-13 Thread Yonik Seeley
On 6/13/07, Chris Hostetter [EMAIL PROTECTED] wrote: : and grab all the ids via TermDocs.read(). But because there is no : offset, MultiTermDocs returns a list from each sub-segment, forcing me : to copy each partial int[] filled into my full int[]. it seems like at the very least,

[jira] Updated: (LUCENE-925) Analysis Package Level Javadocs

2007-06-13 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-925: --- Attachment: LUCENE-925.patch Looks good. I shortened the stemming bikes/bike example and moved it

[jira] Created: (LUCENE-932) delete complete index

2007-06-13 Thread Yonik Seeley (JIRA)
delete complete index - Key: LUCENE-932 URL: https://issues.apache.org/jira/browse/LUCENE-932 Project: Lucene - Java Issue Type: Wish Reporter: Yonik Seeley Priority: Minor A way to remove an

[jira] Commented: (LUCENE-932) delete complete index

2007-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504365 ] Michael McCandless commented on LUCENE-932: --- Actually when you open an IndexWriter with create=true this

[jira] Closed: (LUCENE-932) delete complete index

2007-06-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley closed LUCENE-932. --- Resolution: Invalid Ah, how silly of me not to think of that. Thanks! delete complete index

[jira] Commented: (LUCENE-925) Analysis Package Level Javadocs

2007-06-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504402 ] Grant Ingersoll commented on LUCENE-925: Looks good to me. I will stand by my commitment to commit sometime

[jira] Updated: (LUCENE-906) Elision filter for simple french analyzing

2007-06-13 Thread Mathieu Lecarme (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lecarme updated LUCENE-906: --- Attachment: elision-0.2.patch All suggested corrections are done. Elision filter for

[jira] Updated: (LUCENE-906) Elision filter for simple french analyzing

2007-06-13 Thread Mathieu Lecarme (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lecarme updated LUCENE-906: --- Attachment: (was: elision-0.2.patch) Elision filter for simple french analyzing

[jira] Updated: (LUCENE-926) Document Package level javadocs need improving

2007-06-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-926: --- Attachment: LUCENE-926.patch A _DRAFT_ (and I do mean DRAFT) first patch for the Document