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

2007-02-20 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474651 ] Hoss Man commented on LUCENE-791: - minor thing to keep in mind when/if doing this: when changing the wiki name from

Re: Lucene 2.1, soon

2007-02-20 Thread Chris Hostetter
: since we have different sets of committers for different sub-projects, : it probably makes more sense to have per-subproject KEYS files. That : way folks can add their own keys without altering our current permission : scheme. yeah, it would certianly be a "paradigm shift" ... i suggested it o

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

2007-02-20 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474595 ] Steven Parkes commented on LUCENE-803: -- and .settings > add svn ignores for eclipse artifacts > --

[jira] Commented: (LUCENE-794) Beginnings of a span based highlighter

2007-02-20 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474590 ] Karl Wettin commented on LUCENE-794: Mark, I'll take a look at this any year now. I think the code can be used or

Re: Lucene 2.1, soon

2007-02-20 Thread Doug Cutting
Chris Hostetter wrote: : http://svn.apache.org/lucene/java/dist/ doesn't work for me. I do : see the file on people.a.o as Hoss said. 1) i think doug was refering to the philosophical subversion location, corrisponding ot the literal location of http://svn.apache.org/repos/asf/lucene/java/dist

[jira] Commented: (LUCENE-794) Beginnings of a span based highlighter

2007-02-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474582 ] Mark Miller commented on LUCENE-794: Almost at the holy grail here. Everything works except the optional ignoring

[jira] Updated: (LUCENE-794) Beginnings of a span based highlighter

2007-02-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Attachment: WeightedSpanTerm.java SpanScorer.java QuerySpansExtractor.

[jira] Updated: (LUCENE-794) Beginnings of a span based highlighter

2007-02-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Attachment: Highlighter.java CachedTokenStream.java SpanHighlighterTes

Re: svn commit: r508992 - in /lucene/java/trunk: docs/ docs/lucene-sandbox/ docs/skin/images/ src/site/src/documentation/content/xdocs/

2007-02-20 Thread Grant Ingersoll
Yes, I'm using 0.7. It struck me as odd that they were changed, but I wonder if it is this line: *.png = svn:mime-type=image/png from that file you sent. Perhaps that mime-type wasn't set before? At any rate, the files still looked fine and displayed fine. -Grant On Feb 18, 2007, at 4:31 P

Re: Concurrent merge

2007-02-20 Thread Mike Klaas
On 2/20/07, robert engels <[EMAIL PROTECTED]> wrote: What about a queue of segments to merge. The add document will add segments to the queue, if the queue contains too many segments it blocks. Another thread reads the segments from the queue and merges them. This would effectively block adding

IndexWriter#deleteDocuments

2007-02-20 Thread karl wettin
I'm synchronizing LUCENE-550 to support the new deletable IndexWriter. One of the features in this patch is the NotifiableIndex, a decorated layer that lets the consumer keep track of what is going on with the index. In order for that to work I need to place the creation of the deleting I

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-02-20 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: trunk.diff.bz2 Support for deleteDocuments in IndexWriterInterface, InstantiatedIndex and

Re: Concurrent merge

2007-02-20 Thread robert engels
What about a queue of segments to merge. The add document will add segments to the queue, if the queue contains too many segments it blocks. Another thread reads the segments from the queue and merges them. This would effectively block adding of documents some times, but that is not differ

Concurrent merge

2007-02-20 Thread Ning Li
I think it's possible for another version of IndexWriter to have a concurrent merge thread so that disk segments could be merged while documents are being added or deleted. This would be beneficial not only because it will improve indexing performance when there are enough system resources, but m

Re: Lucene 2.1, soon

2007-02-20 Thread Grant Ingersoll
On Feb 20, 2007, at 1:07 PM, Chris Hostetter wrote: : http://svn.apache.org/lucene/java/dist/ doesn't work for me. I do : see the file on people.a.o as Hoss said. 1) i think doug was refering to the philosophical subversion location, corrisponding ot the literal location of http://svn.apach

Re: Lucene 2.1, soon

2007-02-20 Thread Chris Hostetter
: http://svn.apache.org/lucene/java/dist/ doesn't work for me. I do : see the file on people.a.o as Hoss said. 1) i think doug was refering to the philosophical subversion location, corrisponding ot the literal location of http://svn.apache.org/repos/asf/lucene/java/dist/ 2) it doesn't exist,

Re: Lucene 2.1, soon

2007-02-20 Thread Grant Ingersoll
http://svn.apache.org/lucene/java/dist/ doesn't work for me. I do see the file on people.a.o as Hoss said. I thought I would try to familiarize myself more with the release process, so that the burden can be shared and we can do it more frequently, if desired. On Feb 19, 2007, at 5:55 P