[jira] Updated: (LUCENE-2404) Improve speed of ThaiWordFilter by CharacterIterator, factor out LowerCasing and also fix some bugs (empty tokens stop iteration)

2010-04-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2404: -- Attachment: LUCENE-2404.patch Improve speed of ThaiWordFilter by CharacterIterator, factor

[jira] Updated: (LUCENE-2404) Improve speed of ThaiWordFilter by CharacterIterator, factor out LowerCasing and also fix some bugs (empty tokens stop iteration)

2010-04-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2404: -- Attachment: LUCENE-2404.patch New patch, which preserves backwards with matchVersion. It adds

[jira] Assigned: (LUCENE-2404) Improve speed of ThaiWordFilter by CharacterIterator, factor out LowerCasing and also fix some bugs (empty tokens stop iteration)

2010-04-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2404: - Assignee: Uwe Schindler (was: Robert Muir) Improve speed of ThaiWordFilter by

[jira] Commented: (LUCENE-2409) add a tokenfilter for icu transforms

2010-04-22 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859793#action_12859793 ] Uwe Schindler commented on LUCENE-2409: --- Go for it, its a private impl class, what

[jira] Created: (LUCENE-2415) Remove JakarteRegExCapabilities shim to access package protected field

2010-04-23 Thread Uwe Schindler (JIRA)
Remove JakarteRegExCapabilities shim to access package protected field -- Key: LUCENE-2415 URL: https://issues.apache.org/jira/browse/LUCENE-2415 Project: Lucene - Java

[jira] Commented: (LUCENE-2414) add icu-based tokenizer for unicode text segmentation

2010-04-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860538#action_12860538 ] Uwe Schindler commented on LUCENE-2414: --- Looks good! Will test again later! add

[jira] Commented: (LUCENE-2414) add icu-based tokenizer for unicode text segmentation

2010-04-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860698#action_12860698 ] Uwe Schindler commented on LUCENE-2414: --- Hi Robert, All fine. No more problems

[jira] Commented: (LUCENE-2421) Hardening of NativeFSLock

2010-05-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862994#action_12862994 ] Uwe Schindler commented on LUCENE-2421: --- bq. The file created included the @

[jira] Resolved: (LUCENE-2423) NullPointerException when attemping to add a new document to an instance of IndexWriter

2010-05-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2423. --- Resolution: Invalid On the first look, I see writer is null and never gets initialized.

[jira] Commented: (LUCENE-2436) FilterIndexReader doesn't delegate everything necessary

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863242#action_12863242 ] Uwe Schindler commented on LUCENE-2436: --- Reflection police says: +1 Good idea, its

[jira] Issue Comment Edited: (LUCENE-2436) FilterIndexReader doesn't delegate everything necessary

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863242#action_12863242 ] Uwe Schindler edited comment on LUCENE-2436 at 5/3/10 2:01 AM:

[jira] Commented: (LUCENE-2436) FilterIndexReader doesn't delegate everything necessary

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863248#action_12863248 ] Uwe Schindler commented on LUCENE-2436: --- VirtualMethod is the sophisticated™ tool we

[jira] Commented: (LUCENE-2421) Hardening of NativeFSLock

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863316#action_12863316 ] Uwe Schindler commented on LUCENE-2421: --- Looks good! Hardening of NativeFSLock

[jira] Commented: (LUCENE-2400) ShingleFilter: don't output all-filler shingles/unigrams; also, convert from TermAttribute to CharTermAttribute

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863330#action_12863330 ] Uwe Schindler commented on LUCENE-2400: --- This patch looks good. You also removed the

[jira] Resolved: (LUCENE-2400) ShingleFilter: don't output all-filler shingles/unigrams; also, convert from TermAttribute to CharTermAttribute

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2400. --- Resolution: Fixed Committed revision: 940451 ShingleFilter: don't output all-filler

[jira] Commented: (LUCENE-2438) BytesRef improvements

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863414#action_12863414 ] Uwe Schindler commented on LUCENE-2438: --- We should keep the issue open after the

[jira] Updated: (LUCENE-2413) Consolidate all (Solr's Lucene's) analyzers into contrib/analzyers

2010-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2413: -- Attachment: LUCENE-2413-PFAW+LF.patch Here my patch for LengthFilter and

[jira] Reopened: (LUCENE-2332) Mrge CharTermAttribute and deprecations to trunk

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-2332: --- Mrge CharTermAttribute and deprecations to trunk

[jira] Resolved: (LUCENE-2332) Merge CharTermAttribute and deprecations to stable

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2332. --- Resolution: Fixed Merge CharTermAttribute and deprecations to stable

[jira] Updated: (LUCENE-2332) Merge CharTermAttribute and deprecations to stable

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2332: -- Summary: Merge CharTermAttribute and deprecations to stable (was: Mrge

[jira] Updated: (LUCENE-2401) Improve performance of CharTermAttribute(Impl) and also fully implement Appendable

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2401: -- Fix Version/s: 4.0.0 Improve performance of CharTermAttribute(Impl) and also fully implement

[jira] Updated: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2074: -- Fix Version/s: 4.0.0 Use a separate JFlex generated Unicode 4 by Java 5 compatible

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

2010-05-04 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: -- Fix Version/s: 3.1 Replacement for TermAttribute+Impl with extended capabilities (byte[]

[jira] Updated: (SOLR-1876) Convert all tokenstreams and tests to use CharTermAttribute

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-1876: Fix Version/s: 4.0 Convert all tokenstreams and tests to use CharTermAttribute

[jira] Updated: (LUCENE-2404) Improve speed of ThaiWordFilter by CharacterIterator, factor out LowerCasing and also fix some bugs (empty tokens stop iteration)

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2404: -- Fix Version/s: 4.0.0 Improve speed of ThaiWordFilter by CharacterIterator, factor out

[jira] Updated: (LUCENE-2415) Remove JakarteRegExCapabilities shim to access package protected field

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2415: -- Fix Version/s: 4.0.0 Remove JakarteRegExCapabilities shim to access package protected field

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

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2358: -- Fix Version/s: 3.1 4.0.0 rename KeywordMarkerTokenFilter

[jira] Updated: (LUCENE-2443) Don't assume IntsRef offset is 0 after postings bulk read

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2443: -- Fix Version/s: 4.0 (was: 3.1) Don't assume IntsRef offset is 0 after

[jira] Updated: (LUCENE-2436) FilterIndexReader doesn't delegate everything necessary

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2436: -- Fix Version/s: 4.0 (was: 3.1) FilterIndexReader doesn't delegate

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

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2301: -- Fix Version/s: 4.0 (was: 3.1) search for fix all TODO 4.0 comments

[jira] Updated: (LUCENE-2381) Use packed ints for sort ords (in FieldCache.getStringIndex/.getTermBytesIndex)

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2381: -- Fix Version/s: 4.0 (was: 3.1) Use packed ints for sort ords (in

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

2010-05-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2392: -- Fix Version/s: 4.0 (was: 3.1) Enable flexible scoring

[jira] Closed: (LUCENE-2448) Exception in thread main org.apache.lucene.index.CorruptIndexException: Incompatible format version: 2 expected 1 or lower

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2448. - Resolution: Invalid This is not a bug. Lucene 3.0 changed the stored fields to no longer

[jira] Commented: (LUCENE-2450) Explore write-once attr bindings in the analysis chain

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867104#action_12867104 ] Uwe Schindler commented on LUCENE-2450: --- This sounds interesting, currently i only

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867117#action_12867117 ] Uwe Schindler commented on LUCENE-2458: --- Sorry for intervening, I am in the same

[jira] Issue Comment Edited: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867117#action_12867117 ] Uwe Schindler edited comment on LUCENE-2458 at 5/13/10 7:50 AM:

[jira] Commented: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867260#action_12867260 ] Uwe Schindler commented on LUCENE-1585: --- Just an idea: Could we also use this for

[jira] Commented: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868189#action_12868189 ] Uwe Schindler commented on LUCENE-2167: --- Yeah we should regen all jflex files when

[jira] Issue Comment Edited: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868189#action_12868189 ] Uwe Schindler edited comment on LUCENE-2167 at 5/17/10 8:12 AM:

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

2010-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2384: -- Fix Version/s: 3.1 Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

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

2010-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-2384: --- The zzBuffer bug is fixed in JFlex r591, we should add a version check and remove the code.

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

2010-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2384: -- Attachment: LUCENE-2384-trunk.patch LUCENE-2384-3x.patch Patch for 3.x and

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

2010-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2384. --- Resolution: Fixed Committed: - trunk revision: 945130 - 3x revision: 945133 Reset

[jira] Updated: (LUCENE-2374) Add introspection API to AttributeSource/AttributeImpl

2010-05-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2374: -- Fix Version/s: 3.1 CharTermAtttribute is also in 3.1. Add introspection API to

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12870410#action_12870410 ] Uwe Schindler commented on LUCENE-2458: --- Hi Robert, I also agree with Mark (as you

[jira] Commented: (LUCENE-1622) Multi-word synonym filter (synonym expansion at indexing time).

2010-05-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12870629#action_12870629 ] Uwe Schindler commented on LUCENE-1622: --- In my opinion, we should also have a very

[jira] Commented: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2010-05-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871223#action_12871223 ] Uwe Schindler commented on LUCENE-2104: --- Should I backport? IndexWriter.unlock

[jira] Commented: (LUCENE-2477) remove MoreLikeThis's default analyzer

2010-05-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871294#action_12871294 ] Uwe Schindler commented on LUCENE-2477: --- +1 remove MoreLikeThis's default analyzer

[jira] Commented: (LUCENE-2458) queryparser makes all CJK queries phrase queries regardless of analyzer

2010-05-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871582#action_12871582 ] Uwe Schindler commented on LUCENE-2458: --- Revert! Revert! Revert! By the way,

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871630#action_12871630 ] Uwe Schindler commented on LUCENE-2455: --- Hi Shai, I have seen this only lately. You

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871631#action_12871631 ] Uwe Schindler commented on LUCENE-2455: --- I looked at the code, it simply tests trhat

[jira] Created: (LUCENE-2478) CachingWrapperFilter throws NPE when Filter.getDocIdSet() returns null

2010-05-26 Thread Uwe Schindler (JIRA)
CachingWrapperFilter throws NPE when Filter.getDocIdSet() returns null -- Key: LUCENE-2478 URL: https://issues.apache.org/jira/browse/LUCENE-2478 Project: Lucene - Java

[jira] Resolved: (LUCENE-2478) CachingWrapperFilter throws NPE when Filter.getDocIdSet() returns null

2010-05-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2478. --- Resolution: Fixed Committed revisions: 948429 (trunk), 948430 (3.x), 948432 (3.0), 948450

[jira] Commented: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872124#action_12872124 ] Uwe Schindler commented on LUCENE-2167: --- Hi Steven, looks cool, I have some

[jira] Issue Comment Edited: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872124#action_12872124 ] Uwe Schindler edited comment on LUCENE-2167 at 5/27/10 3:21 AM:

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872140#action_12872140 ] Uwe Schindler commented on LUCENE-2455: --- Should we not add a 3.1 index (created with

[jira] Updated: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2455: -- Attachment: index.31.cfs.zip index.31.nocfs.zip For me it passes. Are you

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

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2295: -- Attachment: LUCENE-2295-trunk.patch Updated patch for trunk. Create a

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

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2295: -- Fix Version/s: 3.1 Create a MaxFieldLengthAnalyzer to wrap any other Analyzer and provide

[jira] Updated: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-05-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2167: -- Attachment: LUCENE-2167-jflex-tld-macro-gen.patch Here my patch with the TLD-macro generator:

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

2010-05-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2295. --- Lucene Fields: [New, Patch Available] (was: [New]) Resolution: Fixed Committed

[jira] Commented: (SOLR-1934) branch-1.4 should use Lucene 2.9.2

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873404#action_12873404 ] Uwe Schindler commented on SOLR-1934: - I checked commit logs and CHANGES.txt of Lucene

[jira] Updated: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2476: -- Fix Version/s: 2.9.3 Constructor of IndexWriter let's runtime exceptions pop up, while

[jira] Updated: (LUCENE-2319) IndexReader # doCommit - typo nit about v3.0 in trunk

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2319: -- Fix Version/s: 2.9.3 (was: 2.9.2) sorry wrong version IndexReader #

[jira] Updated: (LUCENE-2319) IndexReader # doCommit - typo nit about v3.0 in trunk

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2319: -- Fix Version/s: (was: 2.9.3) IndexReader # doCommit - typo nit about v3.0 in trunk

[jira] Commented: (LUCENE-2319) IndexReader # doCommit - typo nit about v3.0 in trunk

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873406#action_12873406 ] Uwe Schindler commented on LUCENE-2319: --- Mh removing version again - was a doc

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

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2281: -- Fix Version/s: 2.9.3 Add doBeforeFlush to IndexWriter

[jira] Issue Comment Edited: (SOLR-1934) branch-1.4 should use Lucene 2.9.2

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873404#action_12873404 ] Uwe Schindler edited comment on SOLR-1934 at 5/30/10 7:22 AM: --

[jira] Issue Comment Edited: (SOLR-1934) branch-1.4 should use Lucene 2.9.2

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873404#action_12873404 ] Uwe Schindler edited comment on SOLR-1934 at 5/30/10 7:24 AM: --

[jira] Issue Comment Edited: (SOLR-1934) branch-1.4 should use Lucene 2.9.2

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873404#action_12873404 ] Uwe Schindler edited comment on SOLR-1934 at 5/30/10 7:27 AM: --

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873409#action_12873409 ] Uwe Schindler commented on LUCENE-2476: --- Merged to 2.9 revision: 949507

[jira] Updated: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-06-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2167: -- Attachment: LUCENE-2167-jflex-tld-macro-gen.patch Updated patch. I had not seen that the

[jira] Updated: (LUCENE-2484) Remove deprecated TermAttribute from tokenattributes and legacy support in indexer

2010-06-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2484: -- Description: The title says it: - Remove interface TermAttribute - Remove empty fake

[jira] Updated: (LUCENE-2484) Remove deprecated TermAttribute from tokenattributes and legacy support in indexer

2010-06-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2484: -- Attachment: LUCENE-2484.patch Remove deprecated TermAttribute from tokenattributes and

[jira] Commented: (LUCENE-2484) Remove deprecated TermAttribute from tokenattributes and legacy support in indexer

2010-06-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12874002#action_12874002 ] Uwe Schindler commented on LUCENE-2484: --- So after hours of waiting: - Lucene Core,

[jira] Commented: (LUCENE-2484) Remove deprecated TermAttribute from tokenattributes and legacy support in indexer

2010-06-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12874012#action_12874012 ] Uwe Schindler commented on LUCENE-2484: --- bq. Against which version of Lucene should

[jira] Commented: (SOLR-1934) branch-1.4 should use Lucene 2.9.3

2010-06-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12874264#action_12874264 ] Uwe Schindler commented on SOLR-1934: - I will do my best! branch-1.4 should use Lucene

[jira] Updated: (LUCENE-2484) Remove deprecated TermAttribute from tokenattributes and legacy support in indexer

2010-06-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2484: -- Attachment: LUCENE-2484.patch Updated patch, that also fixes a bug in NumericTokenStreams

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-06-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875291#action_12875291 ] Uwe Schindler commented on LUCENE-2380: --- What do the numbers mean? Time to build

[jira] Created: (LUCENE-2488) Fix 2.9 contrib builds to succeed when JDK 1.4 is used (leaving out contribs that require 1.5)

2010-06-04 Thread Uwe Schindler (JIRA)
Fix 2.9 contrib builds to succeed when JDK 1.4 is used (leaving out contribs that require 1.5) -- Key: LUCENE-2488 URL: https://issues.apache.org/jira/browse/LUCENE-2488

[jira] Commented: (LUCENE-2488) Fix 2.9 contrib builds to succeed when JDK 1.4 is used (leaving out contribs that require 1.5)

2010-06-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875862#action_12875862 ] Uwe Schindler commented on LUCENE-2488: --- Hi Robert, in Lucene 2.9, it was intended

[jira] Updated: (LUCENE-2488) Fix 2.9 contrib builds to succeed when JDK 1.4 is used (leaving out contribs that require 1.5)

2010-06-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2488: -- Attachment: LUCENE-2488.patch More ant magic. This patch does not automatically exclude 1.5

[jira] Updated: (LUCENE-2488) Fix 2.9 contrib builds to succeed when JDK 1.4 is used (leaving out contribs that require 1.5)

2010-06-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2488: -- Attachment: LUCENE-2488.patch Fix 2.9 contrib builds to succeed when JDK 1.4 is used

[jira] Resolved: (LUCENE-2488) Fix 2.9 contrib builds to succeed when JDK 1.4 is used (leaving out contribs that require 1.5)

2010-06-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2488. --- Resolution: Fixed Committed revision: 951767 Fix 2.9 contrib builds to succeed when JDK

[jira] Updated: (SOLR-1943) Disable clustering contrib in Solr trunk

2010-06-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-1943: Attachment: SOLR-1943.patch This patch effectively adds a readme file and renames build.xml. Will

[jira] Resolved: (SOLR-1943) Disable clustering contrib in Solr trunk

2010-06-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-1943. - Resolution: Fixed Committed revision: 952613 Disable clustering contrib in Solr trunk

[jira] Commented: (LUCENE-2494) Modify ParallelMultiSearcher to use a CompletionService instead of slowly polling for results

2010-06-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877512#action_12877512 ] Uwe Schindler commented on LUCENE-2494: --- Looks good. I will rebuild artifacts

[jira] Updated: (LUCENE-2142) FieldCache.getStringIndex should not throw exception if term count exceeds doc count

2010-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2142: -- Attachment: LUCENE-2142-fix.patch After a coffee i have seen the problem, too - stupoid :(

[jira] Updated: (LUCENE-2142) FieldCache.getStringIndex should not throw exception if term count exceeds doc count

2010-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2142: -- Attachment: (was: LUCENE-2142-fix.patch) FieldCache.getStringIndex should not throw

[jira] Updated: (LUCENE-2142) FieldCache.getStringIndex should not throw exception if term count exceeds doc count

2010-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2142: -- Attachment: LUCENE-2142-fix-3x.patch LUCENE-2142-fix-trunk.patch Here patch

[jira] Commented: (SOLR-1969) Make MMapDirectory configurable in solrconfig.xml

2010-06-22 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881418#action_12881418 ] Uwe Schindler commented on SOLR-1969: - Instead of the Set/List fileTypes, wrap a

[jira] Updated: (LUCENE-2142) FieldCache.getStringIndex should not throw exception if term count exceeds doc count

2010-06-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2142: -- Fix Version/s: 2.9.4 3.0.3 (was: 3.0.2)

[jira] Updated: (LUCENE-2514) Change Term to use bytes

2010-06-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2514: -- Attachment: LUCENE-2514.patch Here robert's patch with MTQ changed. It currently still uses

[jira] Updated: (LUCENE-2514) Change Term to use bytes

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2514: -- Attachment: LUCENE-2514-MTQPagedBytes.patch This patch only adds a correct trim to

[jira] Commented: (LUCENE-2514) Change Term to use bytes

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882591#action_12882591 ] Uwe Schindler commented on LUCENE-2514: --- +1 Change Term to use bytes

[jira] Closed: (LUCENE-2515) Expose ExecutorService in ParallelMultiSearcher

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2515. - Resolution: Duplicate Duplicate of LUCENE-2440. Expose ExecutorService in

[jira] Updated: (LUCENE-2506) A Stateful Filter That Works Across Index Segments

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2506: -- Fix Version/s: (was: 3.0.2) A Stateful Filter That Works Across Index Segments

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

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2368: -- Fix Version/s: (was: 2.3.3) Affects Version/s: 3.0.2 2.9.3

[jira] Updated: (LUCENE-1698) Change backwards-compatibility policy

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1698: -- Fix Version/s: 4.0 (was: 3.0) Change backwards-compatibility policy

[jira] Updated: (LUCENE-2514) Change Term to use bytes

2010-06-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2514: -- Attachment: LUCENE-2514.patch Converted the rest of TestSurrogates (removed FieldAnText

<    4   5   6   7   8   9   10   11   12   13   >