[jira] Resolved: (LUCENE-1411) Enable IndexWriter to open an arbitrary commit point

2008-10-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1411. Resolution: Fixed Enable IndexWriter to open an arbitrary commit point

[jira] Resolved: (LUCENE-1382) Allow storing user data when IndexWriter.commit() is called

2008-10-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1382. Resolution: Fixed Fix Version/s: 2.9 Allow storing user data when

[jira] Created: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Michael McCandless (JIRA)
Next steps towards flexible indexing Key: LUCENE-1426 URL: https://issues.apache.org/jira/browse/LUCENE-1426 Project: Lucene - Java Issue Type: Improvement Components: Index

[jira] Updated: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1426: --- Attachment: LUCENE-1426.patch Attached patch. I think it's ready to commit... I'll

Re: TokenStream and Token APIs

2008-10-20 Thread Grant Ingersoll
On Oct 19, 2008, at 7:08 PM, Michael Busch wrote: Grant Ingersoll wrote: On Oct 19, 2008, at 12:56 AM, Mark Miller wrote: Grant Ingersoll wrote: Bear with me, b/c I'm not sure I'm following, but looking at https://issues.apache.org/jira/browse/LUCENE-1422 , I see at least 5 different

[jira] Commented: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-10-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641075#action_12641075 ] Grant Ingersoll commented on LUCENE-1406: - Committed revision 706342. I made some

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641121#action_12641121 ] Paul Elschot commented on LUCENE-1426: -- bq. We inline payloads with positions which

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641125#action_12641125 ] Paul Elschot commented on LUCENE-1426: -- bq. Skipping offsets and TermInfo offsets

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641128#action_12641128 ] Eks Dev commented on LUCENE-1426: - Just a few random thoughts on this topic - I am sure I

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641132#action_12641132 ] Doug Cutting commented on LUCENE-1426: -- +1 This sounds like a great way to approach

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641137#action_12641137 ] Michael McCandless commented on LUCENE-1426: bq. During omitTf() discussion,

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641139#action_12641139 ] Michael McCandless commented on LUCENE-1426: {quote} Does the offset imply

[jira] Commented: (LUCENE-1426) Next steps towards flexible indexing

2008-10-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641140#action_12641140 ] Michael McCandless commented on LUCENE-1426: bq. Which begs the question

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-10-20 Thread Xibin Zeng (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641264#action_12641264 ] Xibin Zeng commented on LUCENE-1387: Hey Guys! Where is this now? Has it been checked

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

2008-10-20 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1422: -- Attachment: lucene-1422.take3.patch I added several things in this new patch: * hashCode()

Re: TokenStream and Token APIs

2008-10-20 Thread Michael Busch
Grant Ingersoll wrote: On Oct 19, 2008, at 7:08 PM, Michael Busch wrote: Grant Ingersoll wrote: On Oct 19, 2008, at 12:56 AM, Mark Miller wrote: Grant Ingersoll wrote: Bear with me, b/c I'm not sure I'm following, but looking at https://issues.apache.org/jira/browse/LUCENE-1422, I see