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

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842516#action_12842516 ] Michael McCandless commented on LUCENE-2302: {quote} bq. A CollationFilter wil

[jira] Updated: (LUCENE-2111) Wrapup flexible indexing

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2111: --- Attachment: LUCENE-2111.patch Same patch, just fixes the Java 1.6 only changes (addi

[jira] Commented: (LUCENE-2125) Ability to store and retrieve attributes in the inverted index

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842512#action_12842512 ] Michael McCandless commented on LUCENE-2125: One question... Say I make an at

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

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842509#action_12842509 ] Michael McCandless commented on LUCENE-2302: I like that this change would mea

[jira] Updated: (LUCENE-2303) Remove code duplication from Token class, just extend TermAttributeImpl

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2303: -- Attachment: LUCENE-2303.patch Updated patch that also moves the DEFAULT_TYPE constant into the

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

2010-03-07 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842505#action_12842505 ] Steven Rowe commented on LUCENE-2302: - bq. A CollationFilter will not be needed anymor

[jira] Updated: (LUCENE-2111) Wrapup flexible indexing

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2111: --- Attachment: LUCENE-2111.patch Down to 15 nocommits! > Wrapup flexible indexing > --

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

2010-03-07 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842502#action_12842502 ] Michael Busch commented on LUCENE-2302: --- Hmm maybe this is too much magic? Wouldn't

[jira] Updated: (LUCENE-2303) Remove code duplication from Token class, just extend TermAttributeImpl

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2303: -- Summary: Remove code duplication from Token class, just extend TermAttributeImpl (was: Remove

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

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842499#action_12842499 ] Uwe Schindler commented on LUCENE-2302: --- A CollationFilter will not be needed anymor

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

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2302: -- Comment: was deleted (was: The name ExtendedTermAttribute is to be discussed :-) Any comments?

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

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2302: -- Description: For flexible indexing terms can be simple byte[] arrays, while the current TermA

[jira] Created: (LUCENE-2303) Remove code duplication Token class, just extend TermAttributeImpl

2010-03-07 Thread Uwe Schindler (JIRA)
Remove code duplication Token class, just extend TermAttributeImpl -- Key: LUCENE-2303 URL: https://issues.apache.org/jira/browse/LUCENE-2303 Project: Lucene - Java Issue Type:

[jira] Updated: (LUCENE-2303) Remove code duplication Token class, just extend TermAttributeImpl

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2303: -- Attachment: LUCENE-2303.patch > Remove code duplication Token class, just extend TermAttribute

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

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842481#action_12842481 ] Uwe Schindler commented on LUCENE-2302: --- The name ExtendedTermAttribute is to be dis

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

2010-03-07 Thread Uwe Schindler (JIRA)
Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable) Key: LUCENE-2302 URL: https://issues.apache.org/jira/

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842478#action_12842478 ] Shai Erera commented on LUCENE-2294: While I'm converting the tests to use the new IWC

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-07 Thread Marvin Humphrey
On Sat, Mar 06, 2010 at 05:07:18AM -0500, Michael McCandless wrote: > It won't encounter an unknown posting format. It's the codec. It > knows all posting formats by the time it sees it. OK, so you're not going to handle this the way Lucene handles field types and accept a new codec spec refere

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

2010-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1709: Attachment: LUCENE-1709.patch Here is a in-progress patch to build.xml/common-build.xml It runs te

Multi-node stats within individual nodes (was "Baby steps...")

2010-03-07 Thread Marvin Humphrey
On Sat, Mar 06, 2010 at 05:07:18AM -0500, Michael McCandless wrote: > > Fortunately, beaming field length data around is an easier problem than > > distributed IDF, because with rare exceptions, the number of fields in a > > typical index is miniscule compared to the number of terms. > > Right...

[jira] Commented: (LUCENE-2111) Wrapup flexible indexing

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842447#action_12842447 ] Michael McCandless commented on LUCENE-2111: Back compat test for MTQ looks go

[jira] Updated: (LUCENE-2111) Wrapup flexible indexing

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2111: --- Attachment: LUCENE-2111.patch Changed .iterator() to never return null, MTQ.getTerms

[jira] Updated: (LUCENE-2301) search for & fix all "TODO 4.0" comments before releasing 4.0

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2301: --- Fix Version/s: 4.0.0 > search for & fix all "TODO 4.0" comments before releasing 4.0

[jira] Created: (LUCENE-2301) search for & fix all "TODO 4.0" comments before releasing 4.0

2010-03-07 Thread Michael McCandless (JIRA)
search for & fix all "TODO 4.0" comments before releasing 4.0 - Key: LUCENE-2301 URL: https://issues.apache.org/jira/browse/LUCENE-2301 Project: Lucene - Java Issue Type: Improvemen

[jira] Updated: (LUCENE-2300) IndexWriter should never pool readers for external segments

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2300: --- Attachment: LUCENE-2300.patch > IndexWriter should never pool readers for external s

[jira] Created: (LUCENE-2300) IndexWriter should never pool readers for external segments

2010-03-07 Thread Michael McCandless (JIRA)
IndexWriter should never pool readers for external segments --- Key: LUCENE-2300 URL: https://issues.apache.org/jira/browse/LUCENE-2300 Project: Lucene - Java Issue Type: Bug

[jira] Updated: (LUCENE-2111) Wrapup flexible indexing

2010-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2111: Attachment: LUCENE-2111_mtqTest.patch Uwe asked for a test for the MTQ back compat... attached is

[jira] Created: (LUCENE-2299) if you open an NRT reader while addIndexes* is running it may miss segments

2010-03-07 Thread Michael McCandless (JIRA)
if you open an NRT reader while addIndexes* is running it may miss segments --- Key: LUCENE-2299 URL: https://issues.apache.org/jira/browse/LUCENE-2299 Project: Lucene - Java

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842414#action_12842414 ] Uwe Schindler commented on LUCENE-1990: --- We should also add the @lucene.internal jav

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842412#action_12842412 ] Michael McCandless commented on LUCENE-1990: Patch looks great Toke -- a few s

[jira] Issue Comment Edited: (LUCENE-2295) Create a MaxFieldLengthAnalyzer to wrap any other Analyzer and provide the same functionality as MaxFieldLength provided on IndexWriter

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842262#action_12842262 ] Uwe Schindler edited comment on LUCENE-2295 at 3/7/10 9:51 AM: -

[jira] Commented: (LUCENE-2295) Create a MaxFieldLengthAnalyzer to wrap any other Analyzer and provide the same functionality as MaxFieldLength provided on IndexWriter

2010-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842384#action_12842384 ] Uwe Schindler commented on LUCENE-2295: --- Further investigantions showed, that there