[jira] Commented: (LUCENE-2228) AES Encrypted Directory

2010-01-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802915#action_12802915 ] Michael McCandless commented on LUCENE-2228: This looks cool! Can you change

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803263#action_12803263 ] Michael McCandless commented on LUCENE-2217: I agree we should cutover these a

[jira] Resolved: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2213. Resolution: Fixed > Small improvements to ArrayUtil.getNextSize >

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803266#action_12803266 ] Michael McCandless commented on LUCENE-2217: Paul, I just committed LUCENE-221

[jira] Commented: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803398#action_12803398 ] Michael McCandless commented on LUCENE-2213: Patch looks good -- I'll commit.

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

2010-01-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803635#action_12803635 ] Michael McCandless commented on LUCENE-1990: bq. I have working code for packe

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

2010-01-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803638#action_12803638 ] Michael McCandless commented on LUCENE-1990: bq. This header "type" can be cho

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804209#action_12804209 ] Michael McCandless commented on LUCENE-1410: bq. So why not encode the positio

[jira] Commented: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804211#action_12804211 ] Michael McCandless commented on LUCENE-2221: Maybe Lucene could do its own mic

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2217: --- Attachment: LUCENE-2217.patch New iteration of patch attached: * Recovered the fi

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

2010-01-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804723#action_12804723 ] Michael McCandless commented on LUCENE-1990: Good progress ! bq. I think Mich

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

2010-01-28 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 Attached patch with a major reworking of some parts of

[jira] Resolved: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2217. Resolution: Fixed Fix Version/s: 3.1 Thanks Paul! > Remaining reallocation

[jira] Commented: (LUCENE-2248) Tests using Version.LUCENE_CURRENT will produce problems in backwards branch, when development for 3.2 starts

2010-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829567#action_12829567 ] Michael McCandless commented on LUCENE-2248: +1 > Tests using Version.LUCENE_

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

2010-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829715#action_12829715 ] Michael McCandless commented on LUCENE-1990: {quote} bq. Also, the maxValue at

[jira] Commented: (LUCENE-2252) stored field retrieve slow

2010-02-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830689#action_12830689 ] Michael McCandless commented on LUCENE-2252: bq. The very simple store mechani

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

2010-02-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830804#action_12830804 ] Michael McCandless commented on LUCENE-2080: I like the new scary javadoc Robe

[jira] Commented: (LUCENE-2255) IndexWriter.getReader() allocates file handles

2010-02-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831124#action_12831124 ] Michael McCandless commented on LUCENE-2255: This has already been fixed on tr

[jira] Resolved: (LUCENE-2255) IndexWriter.getReader() allocates file handles

2010-02-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2255. Resolution: Fixed Fix Version/s: 3.1 3.0.1

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

2010-02-09 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 New flex patch attached: * I factored out separate

[jira] Created: (LUCENE-2257) relax the per-segment max unique term limit

2010-02-09 Thread Michael McCandless (JIRA)
relax the per-segment max unique term limit --- Key: LUCENE-2257 URL: https://issues.apache.org/jira/browse/LUCENE-2257 Project: Lucene - Java Issue Type: Improvement Reporter: Michael McCa

[jira] Updated: (LUCENE-2257) relax the per-segment max unique term limit

2010-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2257: --- Attachment: LUCENE-2257.patch Possible patch fixing the issue. I'm not yet certain

[jira] Commented: (LUCENE-2154) Need a clean way for Dir/MultiReader to "merge" the AttributeSources of the sub-readers

2010-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831646#action_12831646 ] Michael McCandless commented on LUCENE-2154: What if we require that all segme

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

2010-02-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831935#action_12831935 ] Michael McCandless commented on LUCENE-2111: Robert, I think flex was faster b

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

2010-02-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831950#action_12831950 ] Michael McCandless commented on LUCENE-1990: Toke, are you still working on th

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

2010-02-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831957#action_12831957 ] Michael McCandless commented on LUCENE-2111: New patch looks good Uwe -- thank

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

2010-02-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831962#action_12831962 ] Michael McCandless commented on LUCENE-2111: bq. Robert, I think flex was fast

[jira] Created: (LUCENE-2259) add IndexWriter.removeUnferencedFiles, so apps can more immediately delete index files when readers are closed

2010-02-10 Thread Michael McCandless (JIRA)
add IndexWriter.removeUnferencedFiles, so apps can more immediately delete index files when readers are closed -- Key: LUCENE-2259 URL: https://issues.apac

[jira] Updated: (LUCENE-2259) add IndexWriter.removeUnferencedFiles, so apps can more immediately delete index files when readers are closed

2010-02-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2259: --- Attachment: LUCENE-2259.patch Attached patch. I named the method deleteUnusedFiles.

[jira] Commented: (LUCENE-2257) relax the per-segment max unique term limit

2010-02-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832076#action_12832076 ] Michael McCandless commented on LUCENE-2257: OK, I'm glad to hear that. The a

[jira] Updated: (LUCENE-2257) relax the per-segment max unique term limit

2010-02-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2257: --- Attachment: LUCENE-2257.patch > relax the per-segment max unique term limit > --

[jira] Commented: (LUCENE-2257) relax the per-segment max unique term limit

2010-02-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832729#action_12832729 ] Michael McCandless commented on LUCENE-2257: bq. With the patch, we don't see

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832920#action_12832920 ] Michael McCandless commented on LUCENE-2089: bq. and convince Mike to make bla

[jira] Commented: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832931#action_12832931 ] Michael McCandless commented on LUCENE-1941: This is a real bug -- it happens

[jira] Resolved: (LUCENE-2257) relax the per-segment max unique term limit

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2257. Resolution: Fixed Committed for 2.9.2, 3.0.1, 3.1. > relax the per-segment max un

[jira] Resolved: (LUCENE-2259) add IndexWriter.removeUnferencedFiles, so apps can more immediately delete index files when readers are closed

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2259. Resolution: Fixed > add IndexWriter.removeUnferencedFiles, so apps can more immedi

[jira] Updated: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1941: --- Attachment: LUCENE-1941.patch Attached patch. The fix is simple -- the payload func

[jira] Updated: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1941: --- Attachment: LUCENE-1941.patch New patch attached -- last patch had unrelated changes

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

2010-02-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832971#action_12832971 ] Michael McCandless commented on LUCENE-1990: Great progress Toke! I guess we

[jira] Commented: (LUCENE-2263) Deadlock with FSIndexInput and SegmentReader

2010-02-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833558#action_12833558 ] Michael McCandless commented on LUCENE-2263: I added a comment on JCR-2426. >

[jira] Commented: (LUCENE-1761) low level Field metadata is never removed from index

2010-02-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834730#action_12834730 ] Michael McCandless commented on LUCENE-1761: I don't think there will be much

[jira] Commented: (LUCENE-2190) CustomScoreQuery (function query) is broken (due to per-segment searching)

2010-02-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836164#action_12836164 ] Michael McCandless commented on LUCENE-2190: bq. Adding setNextReader to Custo

[jira] Commented: (LUCENE-2271) Function queries producing scores of -inf or NaN (e.g. 1/x) return incorrect results with TopScoreDocCollector

2010-02-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836214#action_12836214 ] Michael McCandless commented on LUCENE-2271: I would rather not change the cor

[jira] Commented: (LUCENE-1844) Speed up junit tests

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836350#action_12836350 ] Michael McCandless commented on LUCENE-1844: TestNorms fix looks great Robert!

[jira] Commented: (LUCENE-2269) don't download/extract 20,000 files when doing the build

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836352#action_12836352 ] Michael McCandless commented on LUCENE-2269: Patch looks great! This speeds u

[jira] Commented: (LUCENE-2273) FieldCacheImpl's getCacheEntries() is buggy as it uses WeakHashMap incorrectly and leads to ConcurrentModExceptions

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836353#action_12836353 ] Michael McCandless commented on LUCENE-2273: Can we add @lucene.internal to th

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py Attached gen.py, t

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

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1709: --- Attachment: runLuceneTests.py I'm attaching the scary python script that I use to us

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py New gen.py and Lev

[jira] Commented: (LUCENE-2271) Function queries producing scores of -inf or NaN (e.g. 1/x) return incorrect results with TopScoreDocCollector

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836384#action_12836384 ] Michael McCandless commented on LUCENE-2271: This is a delightfully clever sol

[jira] Commented: (LUCENE-2274) Catch exceptions in Threads created by JUnit tasks

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836393#action_12836393 ] Michael McCandless commented on LUCENE-2274: New patch looks good Uwe! > Catc

[jira] Commented: (LUCENE-2190) CustomScoreQuery (function query) is broken (due to per-segment searching)

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836396#action_12836396 ] Michael McCandless commented on LUCENE-2190: Patch looks good! Only thing is

[jira] Updated: (LUCENE-2271) Function queries producing scores of -inf or NaN (e.g. 1/x) return incorrect results with TopScoreDocCollector

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2271: --- Attachment: LUCENE-2271.patch I think we should fix a few doc issues, and add assert

[jira] Commented: (LUCENE-2190) CustomScoreQuery (function query) is broken (due to per-segment searching)

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836410#action_12836410 ] Michael McCandless commented on LUCENE-2190: OK new patches look good Uwe! Th

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py New patch attached

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py New gen.py, just w

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836562#action_12836562 ] Michael McCandless commented on LUCENE-2089: Great progress! These speedups a

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: gen.py Collapse switch cases that have the same action (just fall throug

[jira] Assigned: (LUCENE-2275) DocumentsWriter.applyDeletes should not create TermDocs or IndexSearcher if not needed

2010-02-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2275: -- Assignee: Michael McCandless > DocumentsWriter.applyDeletes should not create

[jira] Commented: (LUCENE-2275) DocumentsWriter.applyDeletes should not create TermDocs or IndexSearcher if not needed

2010-02-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836732#action_12836732 ] Michael McCandless commented on LUCENE-2275: Patch looks good, thanks Shai --

[jira] Resolved: (LUCENE-2275) DocumentsWriter.applyDeletes should not create TermDocs or IndexSearcher if not needed

2010-02-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2275. Resolution: Fixed > DocumentsWriter.applyDeletes should not create TermDocs or Ind

[jira] Commented: (LUCENE-2280) IndexWriter.optimize() throws NullPointerException

2010-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837204#action_12837204 ] Michael McCandless commented on LUCENE-2280: Are you sure you're using a stock

[jira] Commented: (LUCENE-2281) Add doBeforeFlush to IndexWriter

2010-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837284#action_12837284 ] Michael McCandless commented on LUCENE-2281: Patch looks good... thanks Shai!

[jira] Assigned: (LUCENE-2281) Add doBeforeFlush to IndexWriter

2010-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2281: -- Assignee: Michael McCandless > Add doBeforeFlush to IndexWriter >

[jira] Resolved: (LUCENE-2281) Add doBeforeFlush to IndexWriter

2010-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2281. Resolution: Fixed Fix Version/s: 3.0.1 Thanks Shai! > Add doBeforeFlush to

[jira] Updated: (LUCENE-2281) Add doBeforeFlush to IndexWriter

2010-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2281: --- Fix Version/s: (was: 3.0.1) Woops, not on 3.0.1 (likely). > Add doBeforeFlush t

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

2010-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837359#action_12837359 ] Michael McCandless commented on LUCENE-2111: Patch looks good Robert! Thanks

[jira] Commented: (LUCENE-2279) eliminate pathological performance on StopFilter when using a Set instead of CharArraySet

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837736#action_12837736 ] Michael McCandless commented on LUCENE-2279: Should we deprecate (eventually,

[jira] Assigned: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2283: -- Assignee: Michael McCandless > Possible Memory Leak in StoredFieldsWriter > --

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837740#action_12837740 ] Michael McCandless commented on LUCENE-2283: TermVectorsTermsWriter has the s

[jira] Updated: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2283: --- Fix Version/s: 3.1 > Possible Memory Leak in StoredFieldsWriter > --

[jira] Assigned: (LUCENE-2282) Expose IndexFileNames as public, and make use of its methods in the code

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2282: -- Assignee: Michael McCandless > Expose IndexFileNames as public, and make use o

[jira] Commented: (LUCENE-2279) eliminate pathological performance on StopFilter when using a Set instead of CharArraySet

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837792#action_12837792 ] Michael McCandless commented on LUCENE-2279: bq. I would stop right here and a

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837811#action_12837811 ] Michael McCandless commented on LUCENE-2283: bq. a yourkit snapshot showed tha

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

2010-02-24 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 Attached patch, fixing some more nocommits, and renami

[jira] Commented: (LUCENE-2279) eliminate pathological performance on StopFilter when using a Set instead of CharArraySet

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837859#action_12837859 ] Michael McCandless commented on LUCENE-2279: {quote} bq. I would stop right he

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837865#action_12837865 ] Michael McCandless commented on LUCENE-2283: {quote} ramBufferSizeMB is 64MB

[jira] Commented: (LUCENE-2282) Expose IndexFileNames as public, and make use of its methods in the code

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837879#action_12837879 ] Michael McCandless commented on LUCENE-2282: Patch looks good Shai! But I don

[jira] Commented: (LUCENE-2280) IndexWriter.optimize() throws NullPointerException

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837892#action_12837892 ] Michael McCandless commented on LUCENE-2280: Indeed that JAR is identical to 2

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837896#action_12837896 ] Michael McCandless commented on LUCENE-2283: Yeah it would be good to make the

[jira] Commented: (LUCENE-2286) enable DefaultSimilarity.setDiscountOverlaps by default

2010-02-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838359#action_12838359 ] Michael McCandless commented on LUCENE-2286: +1 > enable DefaultSimilarity.se

[jira] Updated: (LUCENE-2286) enable DefaultSimilarity.setDiscountOverlaps by default

2010-02-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2286: --- Fix Version/s: 3.1 > enable DefaultSimilarity.setDiscountOverlaps by default > -

[jira] Updated: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(List)

2010-02-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2277: --- Fix Version/s: 3.1 > QueryNodeImpl throws ConcurrentModificationException on add(Lis

[jira] Commented: (LUCENE-2286) enable DefaultSimilarity.setDiscountOverlaps by default

2010-02-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838458#action_12838458 ] Michael McCandless commented on LUCENE-2286: Patch looks good (trivial). > en

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

2010-02-25 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 Attached patch, fixes flex APIs to not return null (in

[jira] Resolved: (LUCENE-2282) Expose IndexFileNames as public, and make use of its methods in the code

2010-02-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2282. Resolution: Fixed Thanks Shai! > Expose IndexFileNames as public, and make use of

[jira] Commented: (LUCENE-2285) Code cleanup from all sorts of (trivial) warnings

2010-02-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838944#action_12838944 ] Michael McCandless commented on LUCENE-2285: I think the cleanup here is great

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838975#action_12838975 ] Michael McCandless commented on LUCENE-2283: Patch looks great -- thanks Tim!

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

2010-02-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839007#action_12839007 ] Michael McCandless commented on LUCENE-1990: Great progress! I think this is

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-02-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839010#action_12839010 ] Michael McCandless commented on LUCENE-2283: Looks great Tim, thanks! I think

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

2010-02-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1990: --- Affects Version/s: Flex Branch Fix Version/s: Flex Branch > Add unsigned pac

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

2010-02-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1990: --- Attachment: perf-mkm-20100227.txt {quote} bq. Airplane blocking snow drifts!? Where

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: LUCENE-2089.patch New rev of gen.py, that uses packed arrays for the sta

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: LUCENE-2089.patch New patch... just fixes a few small things Uwe noticed

[jira] Assigned: (LUCENE-2289) Calls to SegmentInfos.message should be wrapped w/ infoStream != null checks

2010-02-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2289: -- Assignee: Michael McCandless > Calls to SegmentInfos.message should be wrapped

[jira] Commented: (LUCENE-2289) Calls to SegmentInfos.message should be wrapped w/ infoStream != null checks

2010-02-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839442#action_12839442 ] Michael McCandless commented on LUCENE-2289: Shai, which version did you gener

[jira] Assigned: (LUCENE-2290) Remove unnecessary String concatenation in IndexWriter

2010-02-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2290: -- Assignee: Michael McCandless > Remove unnecessary String concatenation in Inde

[jira] Commented: (LUCENE-2289) Calls to SegmentInfos.message should be wrapped w/ infoStream != null checks

2010-02-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839447#action_12839447 ] Michael McCandless commented on LUCENE-2289: Woops sorry my bad -- I just wasn

[jira] Resolved: (LUCENE-2289) Calls to SegmentInfos.message should be wrapped w/ infoStream != null checks

2010-02-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2289. Resolution: Fixed Thanks Shai! > Calls to SegmentInfos.message should be wrapped

[jira] Resolved: (LUCENE-2290) Remove unnecessary String concatenation in IndexWriter

2010-02-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2290. Resolution: Fixed Thanks Shai! > Remove unnecessary String concatenation in Index

  1   2   3   4   5   6   7   8   9   10   >