[jira] Updated: (LUCENE-2243) FastVectorHighlighter: support DisjunctionMaxQuery

2010-01-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2243: --- Attachment: LUCENE-2243.patch The fix attached. I'll commit later today. > FastVectorHighl

[jira] Created: (LUCENE-2243) FastVectorHighlighter: support DisjunctionMaxQuery

2010-01-29 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: support DisjunctionMaxQuery -- Key: LUCENE-2243 URL: https://issues.apache.org/jira/browse/LUCENE-2243 Project: Lucene - Java Issue Type: Improvement Components

[jira] Issue Comment Edited: (LUCENE-2218) ShingleFilter improvements

2010-01-29 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806565#action_12806565 ] Steven Rowe edited comment on LUCENE-2218 at 1/29/10 11:48 PM: -

[jira] Updated: (LUCENE-2242) Contrib CharTokenizer classes should be instantiated using their new Version based ctors

2010-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2242: Attachment: LUCENE-2242.patch converted contrib/analyzers > Contrib CharTokenizer classes

[jira] Created: (LUCENE-2242) Contrib CharTokenizer classes should be instantiated using their new Version based ctors

2010-01-29 Thread Simon Willnauer (JIRA)
Contrib CharTokenizer classes should be instantiated using their new Version based ctors Key: LUCENE-2242 URL: https://issues.apache.org/jira/browse/LUCENE-2242

[jira] Updated: (LUCENE-2241) Core Tests should call Version based ctors instead of deprecated default ctors

2010-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2241: Attachment: LUCENE-2241.patch converted all core tests to use Version ctors > Core Tests

[jira] Created: (LUCENE-2241) Core Tests should call Version based ctors instead of deprecated default ctors

2010-01-29 Thread Simon Willnauer (JIRA)
Core Tests should call Version based ctors instead of deprecated default ctors -- Key: LUCENE-2241 URL: https://issues.apache.org/jira/browse/LUCENE-2241 Project: Lucene - Jav

[jira] Commented: (LUCENE-2218) ShingleFilter improvements

2010-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806495#action_12806495 ] Robert Muir commented on LUCENE-2218: - Steven, all the 3.0-analysis issues are listed

[jira] Updated: (LUCENE-2240) SimpleAnalyzer and WhitespaceAnalyzer should have Version ctors

2010-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2240: Attachment: LUCENE-2240.patch This patch add the new Version ctors and deprecates the defa

[jira] Created: (LUCENE-2240) SimpleAnalyzer and WhitespaceAnalyzer should have Version ctors

2010-01-29 Thread Simon Willnauer (JIRA)
SimpleAnalyzer and WhitespaceAnalyzer should have Version ctors --- Key: LUCENE-2240 URL: https://issues.apache.org/jira/browse/LUCENE-2240 Project: Lucene - Java Issue Type: Task

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-29 Thread Mark Miller
Perhaps - one of the things they are supposed to be addressing is extendability. nio2 does have FileSystemProvider, which would actually allow you to create a custom channel ! I have not dug in enough to know much more than that though. *But*, another really interesting thing is that in Java 7,

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-29 Thread Michael McCandless
Does anyone know if nio2 has improved this...? Mike On Fri, Jan 29, 2010 at 2:00 PM, Jason Rutherglen wrote: > Defaulting NIOFSDir could account for some of the recent speed > improvements users have been reporting in Lucene 2.9.  So removing it > as a default could reverse those and people coul

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-29 Thread Jason Rutherglen
Defaulting NIOFSDir could account for some of the recent speed improvements users have been reporting in Lucene 2.9. So removing it as a default could reverse those and people could then report Lucene 3.X has slowed... On Thu, Jan 28, 2010 at 5:24 AM, Michael McCandless wrote: > Bummer. > > So t

[jira] Commented: (LUCENE-2218) ShingleFilter improvements

2010-01-29 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806409#action_12806409 ] Steven Rowe commented on LUCENE-2218: - I see that SOLR-1674 introduced a new class Tes

[jira] Commented: (LUCENE-2218) ShingleFilter improvements

2010-01-29 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806402#action_12806402 ] Steven Rowe commented on LUCENE-2218: - Thanks, Robert. I plan on creating a Solr issu

[jira] Commented: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806387#action_12806387 ] Mark Miller commented on LUCENE-2239: - IMO, unless we see more reports where this is c

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-29 Thread Simon Willnauer
FYI - I created an issue for this https://issues.apache.org/jira/browse/LUCENE-2239 simon On Fri, Jan 29, 2010 at 2:31 PM, Grant Ingersoll wrote: > > On Jan 28, 2010, at 4:38 PM, Yonik Seeley wrote: > >> On Thu, Jan 28, 2010 at 3:49 PM, Grant Ingersoll wrote: >>> Could we get the Channel (and o

[jira] Updated: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2239: Attachment: LUCENE-2239.patch This patch adds documentation to NIOFSDirectory and provides

[jira] Updated: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2239: Component/s: Store Affects Version/s: 2.4 2.4.1

[jira] Created: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-01-29 Thread Simon Willnauer (JIRA)
Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt -- Key: LUCENE-2239 URL: https://issues.apache.org/jira/browse/LUCENE-2239 Project: Lucene - Jav

[jira] Resolved: (LUCENE-2238) deprecate ChineseAnalyzer

2010-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-2238. - Resolution: Fixed committed in revision 904521 thanks robert > deprecate ChineseAnalyz

RE: "seos" spam on Wiki

2010-01-29 Thread Uwe Schindler
+1 - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Grant Ingersoll [mailto:gsi...@gmail.com] On Behalf Of Grant > Ingersoll > Sent: Friday, January 29, 2010 2:33 PM > To: java-dev@lucene.apache.org > Subj

Re: "seos" spam on Wiki

2010-01-29 Thread Simon Willnauer
+1 On Fri, Jan 29, 2010 at 2:32 PM, Grant Ingersoll wrote: > I'm getting tired of reverting "seos" work on our Wiki. > > Any objections to asking infra to ban the account? > > - > To unsubscribe, e-mail: java-dev-unsubscr...@luce

"seos" spam on Wiki

2010-01-29 Thread Grant Ingersoll
I'm getting tired of reverting "seos" work on our Wiki. Any objections to asking infra to ban the account? - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.a

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-29 Thread Grant Ingersoll
On Jan 28, 2010, at 4:38 PM, Yonik Seeley wrote: > On Thu, Jan 28, 2010 at 3:49 PM, Grant Ingersoll wrote: >> Could we get the Channel (and other necessary classes) implementation from >> Apache Harmony > > Public JDK methods don't have the low level stuff to implement our > own, so rolling ou

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806334#action_12806334 ] Robert Muir commented on LUCENE-2209: - i suggest for now we just keep ToStringUtils as

[jira] Assigned: (LUCENE-2209) add @experimental javadocs tag

2010-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2209: --- Assignee: Robert Muir > add @experimental javadocs tag > -- > >

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-01-29 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806275#action_12806275 ] Paul Elschot commented on LUCENE-2232: -- Aside: the patch has an unrolled version of I