Re: Flexible indexing design

2008-04-27 Thread Michael McCandless
Marvin Humphrey <[EMAIL PROTECTED]> wrote: > > > Seeking might get a little weird, I suppose. > > > > Maybe not?: if the container is only aware of the single InStream, and > > say it's "indexed" with a multi-skip index, then when you ask > > container to seek, it forwards the request to multi-ski

[jira] Created: (LUCENE-1274) Expose explicit 2-phase commit in IndexWriter

2008-04-27 Thread Michael McCandless (JIRA)
Expose explicit 2-phase commit in IndexWriter - Key: LUCENE-1274 URL: https://issues.apache.org/jira/browse/LUCENE-1274 Project: Lucene - Java Issue Type: New Feature Components: Index

[jira] Commented: (LUCENE-1274) Expose explicit 2-phase commit in IndexWriter

2008-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592639#action_12592639 ] Michael McCandless commented on LUCENE-1274: I plan to rename abort() to rollb

[jira] Resolved: (LUCENE-1267) add numDocs() and maxDoc() methods to IndexWriter; deprecate docCount()

2008-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1267. Resolution: Fixed > add numDocs() and maxDoc() methods to IndexWriter; deprecate d

Re: WebLuke - include Jetty in Lucene binary distribution?

2008-04-27 Thread Nadav Har'El
On Sun, Dec 09, 2007, markharw00d wrote about "WebLuke - include Jetty in Lucene binary distribution?": > The only open question is if we should bundle Jetty in the Lucene binary > distribution as part of the build packaging. This could be used to > launch both WebLuke and the existing luceneweb

RE: WebLuke - include Jetty in Lucene binary distribution?

2008-04-27 Thread Uwe Schindler
Here another Servlet 2.3 compatible container: http://panfmp.svn.sourceforge.net/viewvc/panfmp/tools/mini-webserver/trunk/ It does not support web.xml files (instead uses a simple properties file), but it supports almost everything needed to get simple servlets running with path mappings etc. The

[jira] Updated: (LUCENE-1187) Things to be done now that Filter is independent from BitSet

2008-04-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1187: - Attachment: Contrib20080427.patch Contrib20080427.patch is the same as the previous one from Mar

[jira] Updated: (LUCENE-1274) Expose explicit 2-phase commit in IndexWriter

2008-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1274: --- Attachment: LUCENE-1274.patch Attached patch. I plan to commit in a few days. > Ex

[jira] Commented: (LUCENE-1269) Analysers and Filters should not be final

2008-04-27 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592693#action_12592693 ] Hoss Man commented on LUCENE-1269: -- the general reason why things are final is to protect

[jira] Created: (LUCENE-1275) Expose Document Number

2008-04-27 Thread Hasan Diwan (JIRA)
Expose Document Number -- Key: LUCENE-1275 URL: https://issues.apache.org/jira/browse/LUCENE-1275 Project: Lucene - Java Issue Type: New Feature Components: Index, Store Affects Versions: 2.3.1, 2.3, 2.2, 2.

[jira] Updated: (LUCENE-1275) Expose Document Number

2008-04-27 Thread Hasan Diwan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Diwan updated LUCENE-1275: Attachment: lucene.pat Makes the indicated changes to the Document and IndexWriter classes. > Exp

[jira] Commented: (LUCENE-1275) Expose Document Number

2008-04-27 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592731#action_12592731 ] Otis Gospodnetic commented on LUCENE-1275: -- Is this a good idea (I didn't notice

[jira] Commented: (LUCENE-1275) Expose Document Number

2008-04-27 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592733#action_12592733 ] Hoss Man commented on LUCENE-1275: -- 1) this patch is almost impossible to read due to the