[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858130#action_12858130 ] Robert Muir commented on LUCENE-2399: - bq. I know, you were running the test without

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Attachment: LUCENE-2399.patch I added some additional javadocs to try to explain the default

[jira] Resolved: (LUCENE-1215) Support of Unicode Collation

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-1215. - Resolution: Duplicate I am marking this resolved as a duplicate of LUCENE-2399. The new ICU

[jira] Commented: (LUCENE-1343) A replacement for ISOLatin1AccentFilter that does a more thorough job of removing diacritical marks or non-spacing modifiers.

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858144#action_12858144 ] Robert Muir commented on LUCENE-1343: - OK! I think we have a good solution here!. We

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Attachment: LUCENE-2399.patch I made the filter non-final, and only incrementToken final instead

[jira] Assigned: (LUCENE-1343) A replacement for ISOLatin1AccentFilter that does a more thorough job of removing diacritical marks or non-spacing modifiers.

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-1343: --- Assignee: Robert Muir A replacement for ISOLatin1AccentFilter that does a more thorough

[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858152#action_12858152 ] Robert Muir commented on LUCENE-2399: - Committed revision 935186. Will later discuss

[jira] Resolved: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2399. - Resolution: Fixed Add support for ICU's Normalizer2

Re: official GIT repository / switch to GIT?

2010-04-17 Thread Robert Muir
people using SVN and downloading douzens of patch files from jira? Isn't it, that everybody already uses git-svn? No. -- Robert Muir rcm...@gmail.com

Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Robert Muir
Eclipse, do you have an idea on what I am doing wrong? Thanks, Paolo Paolo Castagna wrote: Robert Muir wrote: On Mon, Apr 12, 2010 at 5:15 AM, Paolo Castagna castagna.li...@googlemail.com wrote: For Lucene, I needed two more jars from Ant project: - ant-1.7.1.jar - ant-junit-1.7.1

Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Robert Muir
The Collation failure is because its CollationTestBase should really be abstract... I'll fix this one and see if theres any others here we can make easier. On Fri, Apr 16, 2010 at 7:41 AM, Robert Muir rcm...@gmail.com wrote: Hi Paolo: I actually run all the tests from ant... but I see

[jira] Updated: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2398: Attachment: LUCENE-2398.patch attached is a patch that makes CollationTestBase, BaseTestLRU

[jira] Created: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
Improve tests to work easier from IDEs -- Key: LUCENE-2398 URL: https://issues.apache.org/jira/browse/LUCENE-2398 Project: Lucene - Java Issue Type: Test Reporter: Robert Muir

[jira] Commented: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857791#action_12857791 ] Robert Muir commented on LUCENE-2398: - I checked into this lucene.common.dir, its only

Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Robert Muir
it or not, there are some oddities about these benchmark tests when running from ant, too! Several people reported problems with them on LUCENE-1709, once we parallelized tests. They are not even currently fixed, only hacked to run sequentially...! -- Robert Muir rcm...@gmail.com

[jira] Updated: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2398: Attachment: LUCENE-2398.patch Attached is an updated patch, with a new test for MemoryIndex

Re: Proposal about Version API relaxation

2010-04-16 Thread Robert Muir
it. -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-16 Thread Robert Muir
really do think thats a sign of something (mostly that its not as important as you seem to think) -- Robert Muir rcm...@gmail.com

[jira] Updated: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2398: Attachment: LUCENE-2398.patch the attached patch refactors the benchmark tests: * logic to run

[jira] Commented: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857911#action_12857911 ] Robert Muir commented on LUCENE-2398: - All tests pass with the latest patch

[jira] Assigned: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2398: --- Assignee: Robert Muir Improve tests to work easier from IDEs

[jira] Updated: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2398: Fix Version/s: 3.1 Affects Version/s: 3.1 Lucene Fields: [New, Patch Available

[jira] Resolved: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2398. - Resolution: Fixed Committed revision 935014. Improve tests to work easier from IDEs

[jira] Commented: (LUCENE-2398) Improve tests to work easier from IDEs

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857942#action_12857942 ] Robert Muir commented on LUCENE-2398: - Committed an additional fix: 935048

[jira] Created: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-16 Thread Robert Muir (JIRA)
: 3.1 Reporter: Robert Muir Fix For: 3.1 While there are separate Case Folding, Normalization, and Ignorable-removal filters in LUCENE-1488, the new ICU Normalizer2 API does this all at once with nfkc_cf (based on the new NFKC_Casefold property in Unicode). This is great

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Assignee: Robert Muir Add support for ICU's Normalizer2

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Attachment: LUCENE-2399.patch This patch is so simple, instead of 3 hairy tokenfilters. I would

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Attachment: LUCENE-2399.patch i made this filter final, to avoid a ticket from the policeman

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
compatible way, then under this new scheme it can happen. -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
, and staying with old lucene forever just sucks. Danil. On Thu, Apr 15, 2010 at 14:57, Robert Muir rcm...@gmail.com wrote: On Thu, Apr 15, 2010 at 7:52 AM, Shai Erera ser...@gmail.com wrote: Well ... I must say that I completely disagree w/ dropping index structure back-support. Our customers

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
to, well, convert. On Thu, Apr 15, 2010 at 16:32, Danil Ε’ORIN torin...@gmail.com wrote: All I ask is a way to migrate existing indexes to newer format. On Thu, Apr 15, 2010 at 15:21, Robert Muir rcm...@gmail.com wrote: its open source, if you feel this way, you can put the work to add

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org -- Robert Muir rcm...@gmail.com

[jira] Created: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
Affects Versions: 3.1 Reporter: Robert Muir Contrib/analyzers has no backwards-compatibility policy, so let's remove Version so the API is consumable. if you think we shouldn't do this, then instead explicitly state and vote on what the backwards compatibility policy for contrib/analyzers

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857321#action_12857321 ] Robert Muir commented on LUCENE-2396: - Additionally, i would like to remove all

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857325#action_12857325 ] Robert Muir commented on LUCENE-2396: - Also, i would like to remove all deprecated

[jira] Assigned: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2396: --- Assignee: Robert Muir remove version from contrib/analyzers

[jira] Updated: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2396: Attachment: LUCENE-2396.patch attached is a patch, including CHANGES rewording. All Lucene/Solr

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857386#action_12857386 ] Robert Muir commented on LUCENE-2396: - bq. Are you sure you want to use LUCENE_CURRENT

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857395#action_12857395 ] Robert Muir commented on LUCENE-2396: - {quote} Robert I think this is great! Can we

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857398#action_12857398 ] Robert Muir commented on LUCENE-2396: - {quote} Static? Weren't you against

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857412#action_12857412 ] Robert Muir commented on LUCENE-2396: - bq. Until we have no more analyzers in core

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
or scattering Version everywhere. -- Robert Muir rcm...@gmail.com

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857440#action_12857440 ] Robert Muir commented on LUCENE-2396: - bq. There has been an implicit bw compat policy

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857466#action_12857466 ] Robert Muir commented on LUCENE-2396: - bq. I could live with thatmaybe. What

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857471#action_12857471 ] Robert Muir commented on LUCENE-2396: - bq. How can I use lucene-analyzers-3.0.jar

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857490#action_12857490 ] Robert Muir commented on LUCENE-2396: - {quote} One mechanism that would work

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
...@lucene.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org -- Robert Muir rcm...@gmail.com

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857507#action_12857507 ] Robert Muir commented on LUCENE-2396: - bq. I can go along with this. Cool! bq. I

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
also much safer when you are using the same bytecodes you used before, instead of hairy back compat layers. I don't refer to Uwe's code here: its perfect, but we cant force Uwe into writing the back compat for every big feature. -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
.. that was actually a typo, sorry :) But maybe not a bad idea for the future. for now simply moving analyzers to its own jar filE would be a great step! -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
version numbers are a joke! -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
on Analyzers, and 2396 is a great step towards it (or maybe it is IT?). Even index format - I don't see when it will change next (but I think I have an idea ...), so we can tackle it then. Shai On Thu, Apr 15, 2010 at 11:33 PM, Robert Muir rcm...@gmail.com wrote: On Thu, Apr 15, 2010 at 4:21 PM

[jira] Updated: (LUCENE-2396) remove version from core and contrib analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2396: Summary: remove version from core and contrib analyzers. (was: remove version from contrib

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
for removing bw on Analyzers, and 2396 is a great step towards it (or maybe it is IT?). Even index format - I don't see when it will change next (but I think I have an idea ...), so we can tackle it then. Shai On Thu, Apr 15, 2010 at 11:33 PM, Robert Muir rcm...@gmail.com wrote: On Thu

[jira] Commented: (LUCENE-2396) remove version from core and contrib analyzers.

2010-04-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857556#action_12857556 ] Robert Muir commented on LUCENE-2396: - bq. Hmmm. If we are moving stuff out of core

Re: Proposal about Version API relaxation

2010-04-15 Thread Robert Muir
-analyzer-icu-4.0.jar that works with icu 4.4. and you could keep using that as long as you have to (meanwhile trunk could start using icu 4.6) -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-14 Thread Robert Muir
of everything static like me is tempted. On Wed, Apr 14, 2010 at 16:30, Grant Ingersoll gsing...@apache.org wrote: On Apr 14, 2010, at 12:49 AM, Robert Muir wrote: On Wed, Apr 14, 2010 at 12:06 AM, Marvin Humphrey mar...@rectangular.com wrote: New class names would work, too. I

Re: Proposal about Version API relaxation

2010-04-14 Thread Robert Muir
were not actually fixed by default because of this, until Version? -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-14 Thread Robert Muir
into this, but not all the backwards compatibility can be done like this, and what if somehow this one had slipped through without this caching? I think most users would consider it strange to experience a performance degradation in a minor release from major changes... -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-14 Thread Robert Muir
- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org -- Robert Muir rcm...@gmail.com

[jira] Resolved: (LUCENE-1709) Parallelize Tests

2010-04-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-1709. - Resolution: Fixed I've propagated Shai's improvements to Solr. Additionally, I added the ant

Re: Proposal about Version API relaxation

2010-04-13 Thread Robert Muir
, since the no-arg ctor would then emulate some random behavior depending on a static. -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-13 Thread Robert Muir
not dance around the real issue then. -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-13 Thread Robert Muir
to get the benefits. I'd love to hear elaborations of any thoughts you have on how this could work. -- Robert Muir rcm...@gmail.com

Re: Proposal about Version API relaxation

2010-04-13 Thread Robert Muir
release?! I definitely think we should rethink things. -- Robert Muir rcm...@gmail.com

Re: [jira] Commented: (LUCENE-2392) Enable flexible scoring

2010-04-12 Thread Robert Muir
- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org -- Robert Muir rcm...@gmail.com

[jira] Commented: (LUCENE-2392) Enable flexible scoring

2010-04-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855934#action_12855934 ] Robert Muir commented on LUCENE-2392: - {quote} Really, maybe somehow we should

[jira] Assigned: (LUCENE-2358) rename KeywordMarkerTokenFilter

2010-04-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2358: --- Assignee: Robert Muir rename KeywordMarkerTokenFilter

[jira] Resolved: (LUCENE-2358) rename KeywordMarkerTokenFilter

2010-04-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2358. - Resolution: Fixed Committed revision 932856. rename KeywordMarkerTokenFilter

Re: svn commit: r932773 - /lucene/dev/trunk/solr/src/test/org/apache/solr/analysis/TestLuceneMatchVersion.java

2010-04-11 Thread Robert Muir
(textStandardAnalyzerDefault); - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org -- Robert Muir rcm...@gmail.com

[jira] Commented: (LUCENE-1709) Parallelize Tests

2010-04-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855700#action_12855700 ] Robert Muir commented on LUCENE-1709: - I committed the junit tempdir fix in revision

[jira] Commented: (LUCENE-2392) Enable flexible scoring

2010-04-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855802#action_12855802 ] Robert Muir commented on LUCENE-2392: - Mike, I don't think overlapTermCount should

[jira] Updated: (LUCENE-2323) reorganize contrib modules

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2323: Attachment: LUCENE-2323_surround.patch attached is a patch to move surround to contrib

Re: [jira] Updated: (LUCENE-2323) reorganize contrib modules

2010-04-10 Thread Robert Muir
/fast-vector-highlighter into contrib/highlighter. (Robert Muir) + Moved contrib/fast-vector-highlighter into contrib/highlighter. + Moved ChainedFilter from contrib/misc to contrib/queries. contrib/spatial now + depends on contrib/queries instead of contrib/misc. (Robert Muir) * LUCENE-2333

[jira] Created: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
Reporter: Robert Muir Assignee: Robert Muir Fix For: 4.0.0 The contrib/remote tests will fail randomly. This is because they use this _TestUtil.getRandomSocketPort() which simply generates a random number, but if this is already in use, it will fail

[jira] Updated: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2390: Attachment: LUCENE-2390.patch Patch that creates a RemoteTestCaseJ4 that binds to an ephemeral

[jira] Updated: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2390: Fix Version/s: 3.1 (was: 4.0.0) contrib/remote tests fail randomly

[jira] Resolved: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2390. - Resolution: Fixed Committed revision 932795. contrib/remote tests fail randomly

[jira] Created: (LUCENE-2388) the unversioned site points to a dead trunk

2010-04-09 Thread Robert Muir (JIRA)
Reporter: Robert Muir Assignee: Robert Muir Attachments: LUCENE-2388.patch The unversioned site needs to point to the new merged trunk. Currently it points to the closed-off dead trunk in two different places. -- This message is automatically generated by JIRA. - You can

[jira] Updated: (LUCENE-2388) the unversioned site points to a dead trunk

2010-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2388: Attachment: LUCENE-2388.patch attached is a patch for lucene. if no one objects, i'd like

[jira] Updated: (LUCENE-2388) the unversioned site points to a dead trunk

2010-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2388: Attachment: LUCENE-2388_solr.patch attached is a patch to fix the references on the solr site

[jira] Resolved: (LUCENE-2388) the unversioned site points to a dead trunk

2010-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2388. - Resolution: Fixed Fix Version/s: 3.1 both patches are committed... if you find any

[jira] Updated: (LUCENE-2323) reorganize contrib modules

2010-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2323: Attachment: LUCENE-2323_wikipedia.patch now that flex is merged, its a good time to continue

[jira] Commented: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-04-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854902#action_12854902 ] Robert Muir commented on LUCENE-2384: - If tokenizers like StandardTokenizer just end

[jira] Commented: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-04-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854906#action_12854906 ] Robert Muir commented on LUCENE-2384: - bq. For JFlex this does not help as the Jflex

[jira] Commented: (LUCENE-1709) Parallelize Tests

2010-04-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854959#action_12854959 ] Robert Muir commented on LUCENE-1709: - Thanks Tom and Shai... sorry I haven't gotten

[jira] Commented: (LUCENE-1709) Parallelize Tests

2010-04-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854967#action_12854967 ] Robert Muir commented on LUCENE-1709: - Thanks Tom, this is exactly what happened

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853838#action_12853838 ] Robert Muir commented on LUCENE-2369: - Toke, I still think it would be better to use

[jira] Commented: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853918#action_12853918 ] Robert Muir commented on LUCENE-2370: - bq. we did not miss a change to trunk in flex

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854209#action_12854209 ] Robert Muir commented on LUCENE-2302: - bq. I will create a patch with option #2

[jira] Updated: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2265: Attachment: LUCENE-2265_pare.patch as i looked at this, i noticed some unused functionality

[jira] Updated: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2265: Attachment: LUCENE-2265_utf32.patch attached is a totally scary patch to convert the entire

[jira] Commented: (LUCENE-2368) stopword files should be versioned; acessor for default(s) should take a Version property

2010-04-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853686#action_12853686 ] Robert Muir commented on LUCENE-2368: - Yes, we should just go ahead and do this now

[jira] Updated: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2265: Attachment: LUCENE-2265.patch this is mike's patch + my patch + quick hack attempt... most

[jira] Updated: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2265: Attachment: LUCENE-2265.patch ok I think i made some serious progress here, but i did find a bug

[jira] Commented: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852896#action_12852896 ] Robert Muir commented on LUCENE-2265: - I discussed this situation with Mike McCandless

[jira] Commented: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853002#action_12853002 ] Robert Muir commented on LUCENE-2265: - bq. Why can't you create UTF-8 Automaton from

[jira] Commented: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853007#action_12853007 ] Robert Muir commented on LUCENE-2265: - {quote} So? You aren't making some generic

[jira] Commented: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853008#action_12853008 ] Robert Muir commented on LUCENE-2265: - bq. I mean, high-level, users don't care about

[jira] Commented: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853013#action_12853013 ] Robert Muir commented on LUCENE-2265: - {quote} Hm. I'd say that your highlevel

  1   2   3   4   5   6   7   8   9   10   >