[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698314#action_12698314 ] Shai Erera commented on LUCENE-1591: BTW, the enhancements to EnwikiDocMaker yielded a

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698309#action_12698309 ] Mark Miller commented on LUCENE-831: I guess the caching is not the problem I thought.

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698300#action_12698300 ] Uwe Schindler commented on LUCENE-831: -- By the way: If this new API goes into 2.9, the

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-831: - Attachment: LUCENE-831-trieimpl.patch I did some tests with the new API and TrieRange. Without pa

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-831: --- Attachment: LUCENE-831.patch Might as well throw another one up with custom comparator test passing.

Re: IndexReader plugins

2009-04-12 Thread Mark Miller
Earwin Burrfoot wrote: But it doesn't make the proposed API any less useful. Indeed! And I don't mean to slow down that discussion. -- - Mark http://www.lucidimagination.com - To unsubscribe, e-mail: java-dev-unsubscr...@l

Re: IndexReader plugins

2009-04-12 Thread Earwin Burrfoot
> Earwin Burrfoot wrote: >> >> Benefits are numerous. We get rid of alien code like: >> +++ src/java/org/apache/lucene/index/SegmentReader.java (working copy) >> @@ -83,6 +86,8 @@ >> +  protected ValueSource valueSource; >> + >> @@ -555,6 +560,8 @@ >> + >> +      valueSource = new CachingValueSourc

Re: IndexReader plugins

2009-04-12 Thread Mark Miller
Earwin Burrfoot wrote: Benefits are numerous. We get rid of alien code like: +++ src/java/org/apache/lucene/index/SegmentReader.java (working copy) @@ -83,6 +86,8 @@ + protected ValueSource valueSource; + @@ -555,6 +560,8 @@ + + valueSource = new CachingValueSource(this, new UninversionValu

IndexReader plugins

2009-04-12 Thread Earwin Burrfoot
To support my dream of kicking fieldCache out of the core and to add some extensibility to Lucene, I want to introduce IndexReaderPlugins. Rough pseudocode follows: interface IndexReaderPlugin { void attach(SegmentReader reader); void detach(SegmentReader reader); void att

[jira] Issue Comment Edited: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698286#action_12698286 ] Mark Miller edited comment on LUCENE-831 at 4/12/09 4:17 PM: - I

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-831: --- Attachment: LUCENE-831.patch Moves ValueSource to SortField, giving us a caching problem. I've got a

[jira] Updated: (LUCENE-1597) New Document and Field API

2009-04-12 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1597: -- Attachment: lucene-new-doc-api.patch You should start with looking at newdoc/demo/DocumentProd

[jira] Created: (LUCENE-1597) New Document and Field API

2009-04-12 Thread Michael Busch (JIRA)
New Document and Field API -- Key: LUCENE-1597 URL: https://issues.apache.org/jira/browse/LUCENE-1597 Project: Lucene - Java Issue Type: New Feature Components: Index Reporter: Michael Busch

Re: Future projects

2009-04-12 Thread Michael Busch
On 4/4/09 4:42 AM, Michael McCandless wrote: As I recently mentioned on 1231 I'm looking into changing the Document and Field APIs. I've some rough prototype. I think we should also try to get it in before 2.9? On the other hand I don't want to block the 2.9 release with too much stuff. T

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698286#action_12698286 ] Mark Miller commented on LUCENE-831: I really like CachingValueSource, but somehow the

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698273#action_12698273 ] Shai Erera commented on LUCENE-1593: This sounds like it should work, but since I'm no

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698272#action_12698272 ] Mark Miller commented on LUCENE-831: bq. Should CachingValueSource really include Index

[jira] Updated: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1591: --- Attachment: LUCENE-1591.patch Patch includes: * Wrapping the FileOutputStream with a BufferedOutputS

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698265#action_12698265 ] Shai Erera commented on LUCENE-1591: Here some numbers: * Reading the enwiki bz2 file

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698264#action_12698264 ] Mark Miller commented on LUCENE-831: bq. How about SortField taking ValueSource? Righ

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698262#action_12698262 ] Michael McCandless commented on LUCENE-1593: Actually, I think BooleanScorer n

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698259#action_12698259 ] Michael McCandless commented on LUCENE-1591: bq. Already did, I had to because

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698258#action_12698258 ] Michael McCandless commented on LUCENE-831: --- This issue is fast moving! Here're

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698257#action_12698257 ] Michael McCandless commented on LUCENE-831: --- How about SortField taking ValueSour

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698255#action_12698255 ] Mark Miller commented on LUCENE-831: I guess we do need to have Uninverters settable pe

[jira] Issue Comment Edited: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698254#action_12698254 ] Mark Miller edited comment on LUCENE-831 at 4/12/09 12:09 PM: --

[jira] Issue Comment Edited: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698254#action_12698254 ] Mark Miller edited comment on LUCENE-831 at 4/12/09 12:01 PM: --

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698254#action_12698254 ] Mark Miller commented on LUCENE-831: I began to make the switch of allowing an Inverter

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-831: --- Attachment: LUCENE-831.patch Rolling forward with Uninverter ... > Complete overhaul of FieldCache A

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698248#action_12698248 ] Earwin Burrfoot commented on LUCENE-831: bq. I'm kind of worried that any change is

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698247#action_12698247 ] Michael McCandless commented on LUCENE-831: --- {quote} > Or, we could turn the chec

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698243#action_12698243 ] Earwin Burrfoot commented on LUCENE-831: bq. At least, we should upgrade the except

[jira] Issue Comment Edited: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698239#action_12698239 ] Mark Miller edited comment on LUCENE-831 at 4/12/09 10:00 AM: --

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698242#action_12698242 ] Marvin Humphrey commented on LUCENE-831: > Another thing that'd be great to fix abo

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698241#action_12698241 ] Mark Miller commented on LUCENE-831: bq. Or, we could turn the check off entirely (whic

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698239#action_12698239 ] Mark Miller commented on LUCENE-831: bq. Ugly. Well no worries yet :) Still in early d

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698238#action_12698238 ] Michael McCandless commented on LUCENE-831: --- Another thing that'd be great to fix

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698235#action_12698235 ] Michael McCandless commented on LUCENE-831: --- bq. Note: I think we should add the

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698234#action_12698234 ] Michael McCandless commented on LUCENE-831: --- That is why I'd love to somehow move

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698233#action_12698233 ] Earwin Burrfoot commented on LUCENE-831: bq. I guess you would just have to set a T

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698232#action_12698232 ] Mark Miller commented on LUCENE-831: Note: I think we should add the option to sort nul

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698230#action_12698230 ] Mark Miller commented on LUCENE-831: bq. I like this idea, but i am a little bit concer

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-831: --- Attachment: LUCENE-831.patch This should give us some more concrete to start from. Still early and ro

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698227#action_12698227 ] Shai Erera commented on LUCENE-1591: bq. But, implement close() to actually close the

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698226#action_12698226 ] Uwe Schindler commented on LUCENE-831: -- Looks good, one addition: newTerm() could retu

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698225#action_12698225 ] Michael McCandless commented on LUCENE-831: --- How about something like this (NOTE

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698224#action_12698224 ] Michael McCandless commented on LUCENE-831: --- bq. "FieldType" is probably a better

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698223#action_12698223 ] Michael McCandless commented on LUCENE-1591: bq. I'm almost sure its a typo, b

[jira] Commented: (LUCENE-1596) optimize MultiTermEnum/MultiTermDocs

2009-04-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698220#action_12698220 ] Yonik Seeley commented on LUCENE-1596: -- Hmmm, unfortunately, this patch does nothing

[jira] Commented: (LUCENE-1596) optimize MultiTermEnum/MultiTermDocs

2009-04-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698221#action_12698221 ] Uwe Schindler commented on LUCENE-1596: --- Really? It's just a FilteredTermEnum on top

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698219#action_12698219 ] Marvin Humphrey commented on LUCENE-831: "FieldType" is probably a better name than

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698218#action_12698218 ] Shai Erera commented on LUCENE-1591: Another thing I noticed is that WriteLineDocTask

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698217#action_12698217 ] Shai Erera commented on LUCENE-1591: bq. I downloaded the bz2 2008036 I'm almost sure

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698216#action_12698216 ] Michael McCandless commented on LUCENE-1591: bq. Did you run EnwikiDocMaker on

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698215#action_12698215 ] Earwin Burrfoot commented on LUCENE-831: I'm using a similar approach. There's a F

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698214#action_12698214 ] Mark Miller commented on LUCENE-831: {quote} I think the UninversionValueSource would a

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698211#action_12698211 ] Shai Erera commented on LUCENE-1591: That's the way I wrap FIS with BZIP: {code}

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698204#action_12698204 ] Michael McCandless commented on LUCENE-1593: bq. Change TSDC and TFC's code to

[jira] Commented: (LUCENE-1596) optimize MultiTermEnum/MultiTermDocs

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698197#action_12698197 ] Michael McCandless commented on LUCENE-1596: Patch look good Yonik! > optimiz

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698196#action_12698196 ] Michael McCandless commented on LUCENE-831: --- > I like this idea, but i am a littl

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698195#action_12698195 ] Michael McCandless commented on LUCENE-831: --- bq. Any ideas on where parser fits i

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698194#action_12698194 ] Michael McCandless commented on LUCENE-1591: Odd -- with that patched xerces J

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698191#action_12698191 ] Uwe Schindler commented on LUCENE-1591: --- Do you know http://commons.apache.org/compr