[jira] Updated: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2014: Attachment: LUCENE-2014.patch this patch only contains a testcase demonstrating the problem. > po

[jira] Created: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
position increment bug: smartcn --- Key: LUCENE-2014 URL: https://issues.apache.org/jira/browse/LUCENE-2014 Project: Lucene - Java Issue Type: Bug Components: contrib/analyzers Reporter: Robe

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771322#action_12771322 ] Uwe Schindler commented on LUCENE-2014: --- Maybe we should use now BaseTokenStreamTest

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771323#action_12771323 ] Robert Muir commented on LUCENE-2014: - {quote} Is it a problem in StopWordFilter? {quo

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771324#action_12771324 ] Earwin Burrfoot commented on LUCENE-1997: - bq. One thing that bothers me about mul

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771327#action_12771327 ] Uwe Schindler commented on LUCENE-2014: --- I do not see the problem, from StopFilter:

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771329#action_12771329 ] Robert Muir commented on LUCENE-2014: - Uwe, check this out. smartcn doesn't use Posit

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771332#action_12771332 ] Robert Muir commented on LUCENE-2014: - duh, this is the problem Uwe. WordTokenFilter

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771331#action_12771331 ] Uwe Schindler commented on LUCENE-2014: --- Hm hm But the StopFilter also adds the attr

[jira] Updated: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2014: Attachment: LUCENE-2014.patch this patch adds clearAttributes to chinese WordTokenFilter, fixes th

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771335#action_12771335 ] Uwe Schindler commented on LUCENE-2014: --- This is the problem, you are right. I thoug

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771336#action_12771336 ] Robert Muir commented on LUCENE-2014: - Uwe, yeah the only thing modifying it should be

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771338#action_12771338 ] Uwe Schindler commented on LUCENE-2014: --- Hihi, I know where the strange values come

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771339#action_12771339 ] Robert Muir commented on LUCENE-2014: - bq. Maybe we should use now BaseTokenStreamTest

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771341#action_12771341 ] Robert Muir commented on LUCENE-2014: - bq. But the question is, why does IndexWriter f

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771342#action_12771342 ] Uwe Schindler commented on LUCENE-2014: --- Ah understand, because nobody resets the po

[jira] Issue Comment Edited: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771341#action_12771341 ] Robert Muir edited comment on LUCENE-2014 at 10/29/09 9:03 AM: -

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771343#action_12771343 ] Robert Muir commented on LUCENE-2014: - Uwe exactly. so only remaining question is, do

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771344#action_12771344 ] Uwe Schindler commented on LUCENE-2014: --- bq. i worry about this clearAttributes solu

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771345#action_12771345 ] Robert Muir commented on LUCENE-2014: - bq. I think the filter is fine how it is at the

[jira] Updated: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2014: Lucene Fields: [New, Patch Available] (was: [New]) Fix Version/s: 3.0 Assignee: Rober

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771347#action_12771347 ] Uwe Schindler commented on LUCENE-2014: --- bq. I will commit soon. +1 And how about

[jira] Issue Comment Edited: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771344#action_12771344 ] Uwe Schindler edited comment on LUCENE-2014 at 10/29/09 9:11 AM: ---

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771350#action_12771350 ] Robert Muir commented on LUCENE-2014: - bq. And how about 2.9.1? I will upload and tes

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771351#action_12771351 ] Uwe Schindler commented on LUCENE-2014: --- ok. > position increment bug: smartcn > --

RE: svn commit: r830866 - /lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/analysis/StopFilter.java

2009-10-29 Thread Uwe Schindler
Mike: After looking into this: In the 2.9 branch should this method not return the ENABLE_POSITION_INCREMENTS_DEFAULT for versions < 2.9? Maybe you had the id-statement because of this here? Because the documentation of the deprecated static setter tells you that you can modify the behaviour of St

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771355#action_12771355 ] Uwe Schindler commented on LUCENE-2014: --- No prob. I also forgot about the bogus valu

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771353#action_12771353 ] Robert Muir commented on LUCENE-2014: - Committed revision 830871 to trunk. I will tes

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771360#action_12771360 ] Michael McCandless commented on LUCENE-2014: Guys, how serious is this issue?

[jira] Updated: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2014: Attachment: LUCENE-2014_branch.patch patch against 2.9 branch > position increment bug: smartcn >

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771362#action_12771362 ] Uwe Schindler commented on LUCENE-2014: --- I merged your changes into 2.9. I can commi

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771363#action_12771363 ] Robert Muir commented on LUCENE-2014: - Mike, its up to you. I was just analyzing some

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771364#action_12771364 ] Uwe Schindler commented on LUCENE-2014: --- I also merged the BaseTokenStreamTestcase b

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771365#action_12771365 ] Robert Muir commented on LUCENE-2014: - bq. I also merged the BaseTokenStreamTestcase b

[jira] Issue Comment Edited: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771365#action_12771365 ] Robert Muir edited comment on LUCENE-2014 at 10/29/09 9:50 AM: -

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771367#action_12771367 ] Uwe Schindler commented on LUCENE-2014: --- Committed in 2.9, revision: 830876 I think

[jira] Resolved: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2014. - Resolution: Fixed thanks again Uwe > position increment bug: smartcn >

[jira] Reopened: (LUCENE-2002) Add oal.util.Version ctor to QueryParser

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-2002: --- For Lucene 2.9, the deafult in StopFilter is not controlable, if you use the no-arg Analyzer ct

[jira] Updated: (LUCENE-2002) Add oal.util.Version ctor to QueryParser

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2002: -- Attachment: LUCENE-2002-29-wrongdefault.patch > Add oal.util.Version ctor to QueryParser > ---

RE: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Uwe Schindler
Robert found another bug in 2.9. I resolved one yesterday and reopened LUCENE-2002. So I changed my mind: -1 :( - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Robert Muir [mailto:rcm...@gmail.com] > Se

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Michael McCandless
OK I'll spin a new RC. I'll also backport the thread-safety fix to contrib/benchmark (LUCENE-1994). Mike On Thu, Oct 29, 2009 at 6:13 AM, Uwe Schindler wrote: > Robert found another bug in 2.9. I resolved one yesterday and reopened > LUCENE-2002. > > So I changed my mind: -1 :( > > - > Uwe

[jira] Reopened: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1994: Will back-port to 2.9.x... > EnwikiConentSource does not work with parallel tasks > -

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771376#action_12771376 ] Michael McCandless commented on LUCENE-1997: bq. If the comparator API had a w

[jira] Commented: (LUCENE-2002) Add oal.util.Version ctor to QueryParser

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771377#action_12771377 ] Michael McCandless commented on LUCENE-2002: Patch looks good Uwe, thanks! >

[jira] Updated: (LUCENE-1954) InitiatedIndex: CCE on casting NumericField to Field

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1954: -- Fix Version/s: (was: 2.9.2) 2.9.1 move to 2.9.1 as we create new RC >

[jira] Resolved: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1994. Resolution: Fixed Fix Version/s: 2.9.1 > EnwikiConentSource does not work w

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771395#action_12771395 ] Yonik Seeley commented on LUCENE-1997: -- bq. Also, your (Yonik's) results showed a ver

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771397#action_12771397 ] Michael McCandless commented on LUCENE-1997: Agreed. Can you post your table

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771400#action_12771400 ] Michael McCandless commented on LUCENE-1997: bq. Can you post your table when

[jira] Resolved: (LUCENE-2002) Add oal.util.Version ctor to QueryParser

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2002. --- Resolution: Fixed I reopened it -> I resolve it :-) At revision: 830910 > Add oal.util.Ver

[jira] Commented: (LUCENE-2012) Add @Override annotations

2009-10-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771423#action_12771423 ] Cédrik LIME commented on LUCENE-2012: - This patch breaks compatibility with Java 5! @O

[jira] Commented: (LUCENE-2012) Add @Override annotations

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771424#action_12771424 ] Uwe Schindler commented on LUCENE-2012: --- There are no @Overrides on interfaces. By

Hudson stuck

2009-10-29 Thread Uwe Schindler
Hudson hangs here: [junit] Testsuite: org.apache.lucene.index.TestByteSlices [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.849 sec [junit] [junit] Testsuite: org.apache.lucene.index.TestCheckIndex [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.87

[jira] Commented: (LUCENE-2012) Add @Override annotations

2009-10-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771426#action_12771426 ] Cédrik LIME commented on LUCENE-2012: - Oops, my mistake, sorry. 'twas my workspace I d

[jira] Commented: (LUCENE-2012) Add @Override annotations

2009-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771428#action_12771428 ] Uwe Schindler commented on LUCENE-2012: --- No problem :) But then it should also have

Re: [jira] Commented: (LUCENE-2012) Add @Override annotations

2009-10-29 Thread Mark Miller
You vulgar Germans :) Think of the poor, naive American children. Uwe Schindler (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771428#action_12771428 > ] > > Uwe Schindler comment

how to get non-exact matching of search terms

2009-10-29 Thread lyan222
if i search a term 'lucene', is there any way i can get results with lucene, luce, lu even l? thanks a lot. -- View this message in context: http://www.nabble.com/how-to-get-non-exact-matching-of-search-terms-tp26114340p26114340.html Sent from the Lucene - Java Developer mailing list archive at

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Michael McCandless
So the 3 issues are now back-ported to 2.9.x branch. Any other issues we want to back port? If nobody answers in a few hours I'll spin a new RC... Mike On Thu, Oct 29, 2009 at 6:27 AM, Michael McCandless wrote: > OK I'll spin a new RC. > > I'll also backport the thread-safety fix to contrib/be

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1257: Attachment: LUCENE-1257_contrib_smartcn.patch generics patch for smartcn. type safety is useful

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Mark Miller
The Highlighter issue could go - I just have to review it a bit more though ... don't wait if its not there before you start. Michael McCandless wrote: > So the 3 issues are now back-ported to 2.9.x branch. Any other issues > we want to back port? If nobody answers in a few hours I'll spin a > n

[jira] Commented: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-10-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771458#action_12771458 ] Mark Miller commented on LUCENE-2013: - Nice catch - I think I like this method better

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Robert Muir
if you havent already started, i found a minor problem in the smartcn public javadocs while updating it to generics. here is a patch for 29 branch Index: contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/HHMMSegmenter.java =

Re: Lucene as projects in Eclipse

2009-10-29 Thread Erick Erickson
Do you happen to know whether the IntelliJ version is up to date? If not any clue of the deficiencies? Thanks Erick On Wed, Oct 28, 2009 at 10:18 PM, Mark Miller wrote: > Ahhh - thank you :) Missed that subtlety. > > Erick Erickson wrote: > > I could see the attachments if I went to the solr "h

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Michael McCandless
Didn't start yet, and I just committed this! Thanks Robert. Mike On Thu, Oct 29, 2009 at 12:03 PM, Robert Muir wrote: > if you havent already started, i found a minor problem in the smartcn public > javadocs while updating it to generics. here is a patch for 29 branch > > Index: > contrib/analy

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Michael McCandless
OK I haven't started yet... would be good to get it in. Mike On Thu, Oct 29, 2009 at 11:59 AM, Mark Miller wrote: > The Highlighter issue could go - I just have to review it a bit more > though ... don't wait if its not there before you start. > > Michael McCandless wrote: >> So the 3 issues are

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771466#action_12771466 ] Yonik Seeley commented on LUCENE-1997: -- Here's some more mud to help clear the water

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-29 Thread Mark Miller
I'm back porting now. Michael McCandless wrote: > OK I haven't started yet... would be good to get it in. > > Mike > > On Thu, Oct 29, 2009 at 11:59 AM, Mark Miller wrote: > >> The Highlighter issue could go - I just have to review it a bit more >> though ... don't wait if its not there before

Re: Hudson stuck

2009-10-29 Thread Michael McCandless
Does hudson give you the PID? I'd love to kill -QUIT the JVM and see where it's hung. I logged into hudson but can't find it... Mike On Thu, Oct 29, 2009 at 10:11 AM, Uwe Schindler wrote: > Hudson hangs here: > >    [junit] Testsuite: org.apache.lucene.index.TestByteSlices >    [junit] Tests r

[jira] Resolved: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-10-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-2013. - Resolution: Fixed Fix Version/s: 2.9.1 Assignee: Mark Miller Thanks Benjamin! >

[jira] Commented: (LUCENE-2014) position increment bug: smartcn

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771473#action_12771473 ] Robert Muir commented on LUCENE-2014: - {quote} Does this make sense to insert a filter

[jira] Created: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter

2009-10-29 Thread JIRA
ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter -- Key: LUCENE-2015 URL: https://issues.apache.org/jira/browse/LUCENE-2015 Proj

[jira] Updated: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter

2009-10-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-2015: Attachment: Filters.patch (UTF-8 encoding) > ASCIIFoldingFilter: expose folding logic + small imp

[jira] Created: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Michael McCandless (JIRA)
replace invalid U+ character during indexing Key: LUCENE-2016 URL: https://issues.apache.org/jira/browse/LUCENE-2016 Project: Lucene - Java Issue Type: Bug Affects Versions: 2.9, 2.4.1

[jira] Commented: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771481#action_12771481 ] Robert Muir commented on LUCENE-2015: - Cédrik, is it possible to provide a patch witho

[jira] Updated: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2016: --- Attachment: LUCENE-2016.patch Fix is trivial. > replace invalid U+ character du

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771486#action_12771486 ] Robert Muir commented on LUCENE-2016: - even disregarding the problem, I think FFFD is

[jira] Issue Comment Edited: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771486#action_12771486 ] Robert Muir edited comment on LUCENE-2016 at 10/29/09 5:22 PM: -

[jira] Updated: (LUCENE-2017) CloseableThreadLocal is now obsolete

2009-10-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-2017: Attachment: CloseableThreadLocal.patch > CloseableThreadLocal is now obsolete > --

[jira] Created: (LUCENE-2017) CloseableThreadLocal is now obsolete

2009-10-29 Thread JIRA
CloseableThreadLocal is now obsolete Key: LUCENE-2017 URL: https://issues.apache.org/jira/browse/LUCENE-2017 Project: Lucene - Java Issue Type: Improvement Affects Versions: 3.0 Reporter:

[jira] Issue Comment Edited: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770981#action_12770981 ] Yonik Seeley edited comment on LUCENE-1997 at 10/29/09 5:34 PM:

[jira] Commented: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter

2009-10-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771496#action_12771496 ] Cédrik LIME commented on LUCENE-2015: - Robert, All I did is refactor the big switch(c

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771508#action_12771508 ] Michael McCandless commented on LUCENE-2016: Lucene has "traditionally" not en

[jira] Commented: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-10-29 Thread Benjamin Keil (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771512#action_12771512 ] Benjamin Keil commented on LUCENE-2013: --- Awesome, Mark. Thank you! > QueryScorer a

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771517#action_12771517 ] Robert Muir commented on LUCENE-2016: - Mike, I disagree. Here is my reasoning: Lucene

[jira] Commented: (LUCENE-2017) CloseableThreadLocal is now obsolete

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771520#action_12771520 ] Michael McCandless commented on LUCENE-2017: I don't think using remove() is s

[jira] Commented: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771524#action_12771524 ] Robert Muir commented on LUCENE-2015: - Cédrik, in my opinion, it would be easier to se

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771525#action_12771525 ] Michael McCandless commented on LUCENE-2016: bq. Finally, I completely disagre

[jira] Issue Comment Edited: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771466#action_12771466 ] Yonik Seeley edited comment on LUCENE-1997 at 10/29/09 6:09 PM:

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771526#action_12771526 ] Robert Muir commented on LUCENE-2016: - {quote} But if we forcefully map all invalid-fo

[jira] Created: (LUCENE-2018) Reconsider boolean max clause exception

2009-10-29 Thread Mark Miller (JIRA)
Reconsider boolean max clause exception --- Key: LUCENE-2018 URL: https://issues.apache.org/jira/browse/LUCENE-2018 Project: Lucene - Java Issue Type: Improvement Reporter: Mark Miller Now th

[jira] Updated: (LUCENE-2018) Reconsider boolean max clause exception

2009-10-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-2018: Description: Now that we have smarter multi-term queries, I think its time to reconsider the bool

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771531#action_12771531 ] Yonik Seeley commented on LUCENE-2016: -- bq. This is not true. if you map them to repl

[jira] Created: (LUCENE-2019) map unicode process-internal codepoints to replacement character

2009-10-29 Thread Robert Muir (JIRA)
map unicode process-internal codepoints to replacement character Key: LUCENE-2019 URL: https://issues.apache.org/jira/browse/LUCENE-2019 Project: Lucene - Java Issue Type: Impr

[jira] Commented: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-10-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771532#action_12771532 ] Mark Miller commented on LUCENE-2013: - No problem - and we can refine if we need to fo

[jira] Updated: (LUCENE-2018) Reconsider boolean max clause exception

2009-10-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-2018: Description: Now that we have smarter multi-term queries, I think its time to reconsider the bool

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771533#action_12771533 ] Robert Muir commented on LUCENE-2016: - bq. Tricky semantics It rather depends on if yo

[jira] Issue Comment Edited: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771533#action_12771533 ] Robert Muir edited comment on LUCENE-2016 at 10/29/09 6:23 PM: -

[jira] Commented: (LUCENE-2016) replace invalid U+FFFF character during indexing

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771534#action_12771534 ] Robert Muir commented on LUCENE-2016: - Michael, one last question. is there a possibil

[jira] Updated: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter

2009-10-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-2015: Attachment: ASCIIFoldingFilter-no_formatting.patch ISOLatin1AccentFilter.patch Her

[jira] Commented: (LUCENE-2019) map unicode process-internal codepoints to replacement character

2009-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771541#action_12771541 ] Robert Muir commented on LUCENE-2019: - easiest way to get the complete list: http://u

  1   2   >