Re: contrib-db javadoc 404s

2009-11-18 Thread Simon Willnauer
On Thu, Nov 19, 2009 at 6:47 AM, Otis Gospodnetic wrote: > Not sure why, but this contrib's javadoc is missing: > >  http://lucene.apache.org/java/2_9_1/api/contrib-db/index.html > > Also, the name "db" always bugged me a little.  Would it make more sense to > call it contrib-bdb instead of contr

contrib-db javadoc 404s

2009-11-18 Thread Otis Gospodnetic
Not sure why, but this contrib's javadoc is missing: http://lucene.apache.org/java/2_9_1/api/contrib-db/index.html Also, the name "db" always bugged me a little. Would it make more sense to call it contrib-bdb instead of contrib-db? Otis

[jira] Commented: (LUCENE-2068) fix reverseStringFilter for unicode 4.0

2009-11-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779834#action_12779834 ] Simon Willnauer commented on LUCENE-2068: - bq: edit: sorry simon, mime-type/charse

lucene not returning correct results eventhough search query is present

2009-11-18 Thread udayKIRAN
hi, i am lucene to search log files. but i am not able search any words in the file that are after a certain line. i am using file reader to serach. Lucene is searching only upto a certain line in the file. can anyone hepl me. these are few lines of my code IndexWriter writer = new

[jira] Commented: (LUCENE-2068) fix reverseStringFilter for unicode 4.0

2009-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779808#action_12779808 ] Yonik Seeley commented on LUCENE-2068: -- If it's really that broken for supplemental c

[jira] Issue Comment Edited: (LUCENE-2068) fix reverseStringFilter for unicode 4.0

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779803#action_12779803 ] Robert Muir edited comment on LUCENE-2068 at 11/19/09 2:42 AM: -

[jira] Updated: (LUCENE-2068) fix reverseStringFilter for unicode 4.0

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2068: Attachment: LUCENE-2068.patch This patch adds back compat for the buggy behavior with version. It

Solr 1.5 or 2.0?

2009-11-18 Thread Yonik Seeley
What should the next version of Solr be? Options: - have a Solr 1.5 with a lucene 2.9.x - have a Solr 1.5 with a lucene 3.x, with weaker back compat given all of the removed lucene deprecations from 2.9->3.0 - have a Solr 2.0 with a lucene 3.x -Yonik http://www.lucidimagination.com -

[jira] Issue Comment Edited: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779767#action_12779767 ] Luis Alves edited comment on LUCENE-1823 at 11/19/09 12:50 AM: -

[jira] Issue Comment Edited: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779767#action_12779767 ] Luis Alves edited comment on LUCENE-1823 at 11/19/09 12:50 AM: -

[jira] Commented: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779767#action_12779767 ] Luis Alves commented on LUCENE-1823: I forgot to say that the precedence code includes

Re: [jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir
btw, does anyone have a guess at how expensive this ByteBuffer/CharBuffer.wrap() is? Looking at the collation support, we could maybe improve IndexableBinaryStringTools by using char[]/byte[] with offset and length. The existing ByteBuffer/CharBuffer methods could stay, they are consistent with Ch

[jira] Commented: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779745#action_12779745 ] Luis Alves commented on LUCENE-1823: Operator precedence order is {code} ANY, ~, ^, +

[jira] Updated: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Alves updated LUCENE-1823: --- Attachment: (was: lucene_1823_any_opaque_precedence_fuzzybug.patch) > QueryParser with new featu

[jira] Updated: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Alves updated LUCENE-1823: --- Attachment: lucene_1823_any_opaque_precedence_fuzzybug_v2.patch > QueryParser with new features for

[jira] Commented: (LUCENE-2083) Use ReadWriteLock in IndexWriter

2009-11-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779721#action_12779721 ] Jason Rutherglen commented on LUCENE-2083: -- This is looking hairy because sync on

[jira] Commented: (LUCENE-2039) Regex support and beyond in JavaCC QueryParser

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779694#action_12779694 ] Luis Alves commented on LUCENE-2039: Hi Simon, I also posted a patch in LUCENE-1823,

[jira] Issue Comment Edited: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779692#action_12779692 ] Luis Alves edited comment on LUCENE-1823 at 11/18/09 10:19 PM: -

[jira] Assigned: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1823: - Assignee: Luis Alves (was: Michael Busch) > QueryParser with new features for Lucene 3

[jira] Commented: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779692#action_12779692 ] Luis Alves commented on LUCENE-1823: This patch is the first patch to implement the fe

[jira] Updated: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Alves updated LUCENE-1823: --- Attachment: lucene_1823_any_opaque_precedence_fuzzybug.patch > QueryParser with new features for Luc

[jira] Commented: (LUCENE-2081) CartesianShapeFilter improvements

2009-11-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779690#action_12779690 ] Simon Willnauer commented on LUCENE-2081: - IMO we should start a refactoring begin

[jira] Created: (LUCENE-2083) Use ReadWriteLock in IndexWriter

2009-11-18 Thread Jason Rutherglen (JIRA)
Use ReadWriteLock in IndexWriter Key: LUCENE-2083 URL: https://issues.apache.org/jira/browse/LUCENE-2083 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 2.9.1

[jira] Created: (LUCENE-2082) Performance improvement for merging posting lists

2009-11-18 Thread Michael Busch (JIRA)
Performance improvement for merging posting lists - Key: LUCENE-2082 URL: https://issues.apache.org/jira/browse/LUCENE-2082 Project: Lucene - Java Issue Type: Improvement Components:

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779682#action_12779682 ] Earwin Burrfoot commented on LUCENE-1799: - bq. but then i guess we have to deal wi

[jira] Updated: (LUCENE-2039) Regex support and beyond in JavaCC QueryParser

2009-11-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2039: Attachment: LUCENE-2039_field_ext.patch This patch implements the field:ext: approach. I w

[jira] Created: (LUCENE-2081) CartesianShapeFilter improvements

2009-11-18 Thread Grant Ingersoll (JIRA)
CartesianShapeFilter improvements - Key: LUCENE-2081 URL: https://issues.apache.org/jira/browse/LUCENE-2081 Project: Lucene - Java Issue Type: Improvement Components: contrib/spatial Affects Vers

[jira] Commented: (LUCENE-1823) QueryParser with new features for Lucene 3

2009-11-18 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779672#action_12779672 ] Luis Alves commented on LUCENE-1823: Hi Ali, Here another suggestion for the proximit

[jira] Issue Comment Edited: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779646#action_12779646 ] Uwe Schindler edited comment on LUCENE-2075 at 11/18/09 8:39 PM: ---

[jira] Updated: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2075: -- Attachment: LUCENE-2075.patch Patch that fixes the bug in javac with typed arrays (because of

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779641#action_12779641 ] Paul Smith commented on LUCENE-2075: bq. This cache impl should be able to support 1B

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779640#action_12779640 ] Yonik Seeley commented on LUCENE-2075: -- bq. "This lock supports a maximum of 21474836

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779639#action_12779639 ] Uwe Schindler commented on LUCENE-2075: --- Hi Yonik, thaks, that you used my class, bu

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779638#action_12779638 ] Michael Busch commented on LUCENE-2075: --- {quote} Things won't work well after 2B acc

[jira] Updated: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-2075: - Attachment: LUCENE-2075.patch New patch attached - while refreshing my memory on the exact algor

[jira] Updated: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2075: -- Attachment: (was: LUCENE-2075.patch) > Share the Term -> TermInfo cache across threads > -

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779631#action_12779631 ] Uwe Schindler commented on LUCENE-2075: --- Sorry a small problem with cast. Will uploa

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779629#action_12779629 ] Robert Muir commented on LUCENE-1799: - Earwin, i do not really like this implementatio

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779621#action_12779621 ] Robert Muir commented on LUCENE-1799: - bq. ICU's API requires to use ByteBuffer and Ch

[jira] Updated: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2075: -- Attachment: LUCENE-2075.patch As PriorityQueue is generified since Lucene 3.0, I added missing

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779602#action_12779602 ] Earwin Burrfoot commented on LUCENE-1799: - bq. as far as the encoding itself, BOCU

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779580#action_12779580 ] Robert Muir commented on LUCENE-1799: - by the way, here are even more details on BOCU,

[jira] Updated: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-2075: - Attachment: LUCENE-2075.patch Here's a new version extending Cache > Share the Term -> TermInfo

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779576#action_12779576 ] Mark Miller commented on LUCENE-1799: - pretty simple though, isnt it? Just pull the ve

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779577#action_12779577 ] Robert Muir commented on LUCENE-1799: - bq. The flex API will let you completely custom

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779571#action_12779571 ] Michael McCandless commented on LUCENE-1799: The flex API will let you complet

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779560#action_12779560 ] Uwe Schindler commented on LUCENE-2075: --- Looks good! Can this cache subclass the abs

[jira] Updated: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-2075: - Attachment: LUCENE-2075.patch Here's a simplified version of Solr's ConcurrentLRUCache. > Share

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779538#action_12779538 ] Robert Muir commented on LUCENE-2037: - Uwe, can you elaborate more on how the Version

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779535#action_12779535 ] Uwe Schindler commented on LUCENE-2037: --- We have a second place (I did not implement

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779530#action_12779530 ] Erick Erickson commented on LUCENE-2037: {quote} Yes, I do feel we should keep Loc

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779514#action_12779514 ] Yonik Seeley commented on LUCENE-2075: -- The Solr one could be simplified a lot for Lu

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779513#action_12779513 ] Robert Muir commented on LUCENE-1799: - bq. Waiting for flexible indexing, hoping it's

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779512#action_12779512 ] Earwin Burrfoot commented on LUCENE-2075: - > Well, that's just hosted on code.goog

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779510#action_12779510 ] Earwin Burrfoot commented on LUCENE-1799: - > Earwin, if implemented as a directory

[jira] Resolved: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2080. - Resolution: Fixed Committed revision 881819. > Improve the documentation of Version > -

[jira] Updated: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2080: Fix Version/s: 3.0 > Improve the documentation of Version > >

[jira] Commented: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779505#action_12779505 ] Robert Muir commented on LUCENE-2080: - Uwe, maybe we could have some very very short v

[jira] Commented: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779506#action_12779506 ] Uwe Schindler commented on LUCENE-2080: --- +1, commit it to 3.0, too Its only documen

[jira] Assigned: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2080: --- Assignee: Robert Muir > Improve the documentation of Version > -

[jira] Commented: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779501#action_12779501 ] Michael McCandless commented on LUCENE-2080: +1 > Improve the documentation o

[jira] Commented: (LUCENE-2069) fix LowerCaseFilter for unicode 4.0

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779499#action_12779499 ] Robert Muir commented on LUCENE-2069: - bq. But we try and maintain index back compatib

[jira] Updated: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2080: Attachment: LUCENE-2080.patch here is an initial patch to try to improve it. > Improve the docume

[jira] Created: (LUCENE-2080) Improve the documentation of Version

2009-11-18 Thread Robert Muir (JIRA)
Improve the documentation of Version Key: LUCENE-2080 URL: https://issues.apache.org/jira/browse/LUCENE-2080 Project: Lucene - Java Issue Type: Task Components: Javadocs Reporter: Ro

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779492#action_12779492 ] Erick Erickson commented on LUCENE-2037: Frankly, I don't see how that would work

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779491#action_12779491 ] Erick Erickson commented on LUCENE-2037: I think you're mis-reading this. This is

lucene.zones.apache.org dead?

2009-11-18 Thread Uwe Schindler
Hudson says, the lucene node is dead, so builds are stuck since 2 days. Does anybody knows more? http://hudson.zones.apache.org/hudson/computer/lucene.zones.apache.org%20(So laris%2010)/ - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779481#action_12779481 ] Robert Muir commented on LUCENE-2037: - bq. I already made a propsal for LocalizedTestC

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779465#action_12779465 ] Uwe Schindler commented on LUCENE-2037: --- I already made a propsal for LocalizedTestC

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779453#action_12779453 ] Robert Muir commented on LUCENE-2037: - {quote} I was thinking more about TestQueryPars

[jira] Commented: (LUCENE-2037) Allow Junit4 tests in our environment.

2009-11-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779449#action_12779449 ] Erick Erickson commented on LUCENE-2037: I was thinking more about TestQueryParser

[jira] Commented: (LUCENE-1799) Unicode compression

2009-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779442#action_12779442 ] Robert Muir commented on LUCENE-1799: - Earwin, if implemented as a directory, we lose

[jira] Commented: (LUCENE-2075) Share the Term -> TermInfo cache across threads

2009-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779437#action_12779437 ] Michael McCandless commented on LUCENE-2075: I'll work out a simple perf test

[jira] Commented: (LUCENE-2076) Add org.apache.lucene.store.FSDirectory.getDirectory()

2009-11-18 Thread George Aroush (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779424#action_12779424 ] George Aroush commented on LUCENE-2076: --- Sure, 3.1 will do. Thanks guys! > Add org

[jira] Commented: (LUCENE-2076) Add org.apache.lucene.store.FSDirectory.getDirectory()

2009-11-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779399#action_12779399 ] Uwe Schindler commented on LUCENE-2076: --- Because of that I moved this issue to 3.1.

[jira] Commented: (LUCENE-2076) Add org.apache.lucene.store.FSDirectory.getDirectory()

2009-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779395#action_12779395 ] Michael McCandless commented on LUCENE-2076: bq. If Java Lucene does the same,

[jira] Assigned: (LUCENE-2076) Add org.apache.lucene.store.FSDirectory.getDirectory()

2009-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2076: -- Assignee: Michael McCandless > Add org.apache.lucene.store.FSDirectory.getDire

[jira] Commented: (LUCENE-2061) Create benchmark & approach for testing Lucene's near real-time performance

2009-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779387#action_12779387 ] Michael McCandless commented on LUCENE-2061: OK I modified nrtBench.py to take

[jira] Issue Comment Edited: (LUCENE-2075) Share the Term -> TermInfo cache across threads

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