[jira] Updated: (LUCENE-725) NovelAnalyzer - wraps your choice of Lucene Analyzer and filters out all boilerplate text

2007-03-10 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-725: Attachment: NovelAnalyzer.java Updated version - uses Stack as more efficient collection

[jira] Commented: (LUCENE-803) add svn ignores for eclipse artifacts

2007-03-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479833 ] Grant Ingersoll commented on LUCENE-803: done add svn ignores for eclipse artifacts

[jira] Commented: (LUCENE-755) Payloads

2007-03-10 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479841 ] Nicolas Lalevée commented on LUCENE-755: Grant The patch I have propsed here has no dependency on

[jira] Commented: (LUCENE-662) Extendable writer and reader of field data

2007-03-10 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479843 ] Nicolas Lalevée commented on LUCENE-662: Hum... same here This is due to some svn mv, and I created the

[jira] Commented: (LUCENE-791) Update the Wiki

2007-03-10 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479849 ] Steven Parkes commented on LUCENE-791: -- Well, individuals can get commits themselves by registering and then,

[jira] Commented: (LUCENE-778) Allow overriding a Document

2007-03-10 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479861 ] Nicolas Lalevée commented on LUCENE-778: Rethinking about the function public void document(int n, Document

Re: [jira] Commented: (LUCENE-791) Update the Wiki

2007-03-10 Thread Grant Ingersoll
Hoss alluded to the fact that they setup Solr to send edits to the commits mail, so I think it can be done. On Mar 10, 2007, at 11:18 AM, Steven Parkes (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-791? page=com.atlassian.jira.plugin.system.issuetabpanels:comment-

Re: [jira] Commented: (LUCENE-755) Payloads

2007-03-10 Thread Grant Ingersoll
I think it makes the most sense to get flexible indexing in first, and then make payloads work with it. On the other hand, payloads looked pretty straightforward to me, whereas FI is much more involved (or at least it feels that way). As it is right now, I would like to at least review

[jira] Commented: (LUCENE-761) Clone proxStream lazily in SegmentTermPositions

2007-03-10 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479876 ] Michael Busch commented on LUCENE-761: -- Grant, you're right, it is a simple change to clone the stream lazily.

[jira] Updated: (LUCENE-761) Clone proxStream lazily in SegmentTermPositions

2007-03-10 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-761: - Attachment: lucene-761.patch Here is the simple patch. All unit tests pass. I'll commit this

[jira] Commented: (LUCENE-794) SpanScorer and SimpleSpanFragmenter for Contrib Highlighter

2007-03-10 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479883 ] Mark Harwood commented on LUCENE-794: - Hi Mark, Got the code patched and running here. Junit seems to work fine

Flexible indexing (was: Re: [jira] Commented: (LUCENE-755) Payloads)

2007-03-10 Thread Michael Busch
Hi Grant, LUCENE-662 contains different ideas: 1) introduction of an index format concept 2) extensibility of the store reader/writer 3) New: extensibility of the posting reader/writer IMO we should split this up, that way it will be easier to develop smaller patches that focus on adding one

[jira] Commented: (LUCENE-794) SpanScorer and SimpleSpanFragmenter for Contrib Highlighter

2007-03-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479886 ] Mark Miller commented on LUCENE-794: Hey Mark, I wasn't too happy about TermModifier either since I am

Re: Flexible indexing (was: Re: [jira] Commented: (LUCENE-755) Payloads)

2007-03-10 Thread Grant Ingersoll
Hi Michael, This is very good. I know 662 is different, just wasn't sure if Nicolas patch was meant to be applied after 662, b/c I know we had discussed this before. I do agree with you about planning this out, but I also know that patches seem to motivate people the best and provide a

[jira] Resolved: (LUCENE-761) Clone proxStream lazily in SegmentTermPositions

2007-03-10 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-761. -- Resolution: Fixed Fix Version/s: 2.2 I just committed this. Clone proxStream lazily