[jira] Updated: (JCR-1323) When using QueryImpl.setLimit() and QueryImpl.setOffset(), then NodeIterator.getSize() reports wrong size

2008-01-18 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1323: - Fix Version/s: 1.4.1 > When using QueryImpl.setLimit() and QueryImpl.setOffset(), then > NodeItera

[jira] Resolved: (JCR-1323) When using QueryImpl.setLimit() and QueryImpl.setOffset(), then NodeIterator.getSize() reports wrong size

2008-01-18 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1323. -- Resolution: Fixed Fix Version/s: 1.5 Thanks a lot for clarifying! Fixed in rev. 613221 >

[jira] Resolved: (JCR-1324) strange performance issue when using XPath query

2008-01-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1324. -- Resolution: Duplicate Assignee: Christoph Kiehl Thanks for reporting but this is a knows is

[jira] Commented: (JCR-1196) Optimize queries for DescendantSelfAxisWeight/ChildAxisQuery

2008-01-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560259#action_12560259 ] Christoph Kiehl commented on JCR-1196: -- Description for slow ChildAxisQuery by Martin Zd

[jira] Resolved: (JCR-1323) When using QueryImpl.setLimit() and QueryImpl.setOffset(), then NodeIterator.getSize() reports wrong size

2008-01-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1323. -- Resolution: Invalid Assignee: Christoph Kiehl This is expected behaviour as the iterator ha

[jira] Commented: (JCR-1302) ArrayHits does not end properly when skipTo doesn't find document

2008-01-10 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557624#action_12557624 ] Christoph Kiehl commented on JCR-1302: -- Thanks a lot Owen for tracking this down and pro

[jira] Assigned: (JCR-1302) ArrayHits does not end properly when skipTo doesn't find document

2008-01-09 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reassigned JCR-1302: Assignee: Christoph Kiehl > ArrayHits does not end properly when skipTo doesn't find document

[jira] Commented: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549493 ] Christoph Kiehl commented on JCR-1251: -- Well spotted! I observed another gain of about 7% on my machine with about

[jira] Resolved: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1251. -- Resolution: Fixed Committed in rev. 601562 > DescendantSelfAxisQuery creates too many object ins

[jira] Commented: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-02 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547620 ] Christoph Kiehl commented on JCR-1251: -- Ah, you are certainly right. I'll use System.arraycopy instead. Thanks for

[jira] Updated: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-01 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1251: - Attachment: DescendantSelfAxisQuery-patch.txt I'm getting a performance boost of about 40% on big i

[jira] Created: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-01 Thread Christoph Kiehl (JIRA)
DescendantSelfAxisQuery creates too many object instances - Key: JCR-1251 URL: https://issues.apache.org/jira/browse/JCR-1251 Project: Jackrabbit Issue Type: Improvement Compo

[jira] Updated: (JCR-1213) UUIDDocId cache does not work properly because of weakReferences in combination with new instance for combined indexreader

2007-11-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1213: - Attachment: JCR-1213-ckiehl.txt Fixed a small glitch. And btw, there is still some javadoc missing

[jira] Updated: (JCR-1213) UUIDDocId cache does not work properly because of weakReferences in combination with new instance for combined indexreader

2007-11-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1213: - Attachment: (was: JCR-1213-ckiehl.txt) > UUIDDocId cache does not work properly because of wea

[jira] Updated: (JCR-1213) UUIDDocId cache does not work properly because of weakReferences in combination with new instance for combined indexreader

2007-11-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1213: - Attachment: JCR-1213-ckiehl.txt I like Marcels idea to use the creation tick to identity the base

[jira] Commented: (JCR-1238) Change default value for maxMergeDocs

2007-11-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545975 ] Christoph Kiehl commented on JCR-1238: -- Sounds good! +1 > Change default value for maxMergeDocs > ---

[jira] Commented: (JCR-1237) Change default value for respectDocumentOrder

2007-11-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545971 ] Christoph Kiehl commented on JCR-1237: -- +1 to change the default for "respectDocumentOrder" to "false". Most peopl

[jira] Commented: (JCR-1236) New Jackrabbit site skin

2007-11-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545755 ] Christoph Kiehl commented on JCR-1236: -- What's the reason for changing the skin? I like the old one better than th

[jira] Created: (JCR-1223) Ocassionally NPE on node checkin

2007-11-20 Thread Christoph Kiehl (JIRA)
Ocassionally NPE on node checkin Key: JCR-1223 URL: https://issues.apache.org/jira/browse/JCR-1223 Project: Jackrabbit Issue Type: Bug Components: versioning Affects Versions: 1.3.1

[jira] Updated: (JCR-1064) Optimize queries that check for the existence of a property

2007-09-21 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1064: - Attachment: JCR-1064-4.patch I like Marcels solution to distinguish between physical index version

[jira] Resolved: (JCR-1114) Remove QueryResultImpl and rename LazyQueryResultImpl to QueryResultImpl

2007-09-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1114. -- Resolution: Fixed Committed changes in revision 572890 and 572891. > Remove QueryResultImpl and

[jira] Created: (JCR-1114) Remove QueryResultImpl and rename LazyQueryResultImpl to QueryResultImpl

2007-09-05 Thread Christoph Kiehl (JIRA)
Remove QueryResultImpl and rename LazyQueryResultImpl to QueryResultImpl Key: JCR-1114 URL: https://issues.apache.org/jira/browse/JCR-1114 Project: Jackrabbit Issue Typ

[jira] Resolved: (JCR-1073) Add getTotalSize() to QueryResults

2007-09-04 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1073. -- Resolution: Fixed Fix Version/s: 1.4 Committed patch in revision 572889. I'll open a new t

[jira] Commented: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-09-04 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524997 ] Christoph Kiehl commented on JCR-1041: -- Fixed a little bug in ChildAxisScorer.skipTo() in revision 572885 as sugge

[jira] Commented: (JCR-1073) Add getTotalSize() to QueryResults

2007-08-24 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522463 ] Christoph Kiehl commented on JCR-1073: -- I'm afraid if we open up jackrabbit here we might run into more issues lik

[jira] Commented: (JCR-1064) Optimize queries that check for the existence of a property

2007-08-24 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522442 ] Christoph Kiehl commented on JCR-1064: -- I like the patch so far. Just a few comments: LuceneQueryBuilder: - I wo

[jira] Commented: (JCR-1073) Add getTotalSize() to QueryResults

2007-08-24 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522428 ] Christoph Kiehl commented on JCR-1073: -- WDYT about removing QueryResultImpl from jackrabbit and you just add it to

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-24 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: QueryNodeFactory_2.patch I like the patch. Just one thought: I would prefer removing

[jira] Updated: (JCR-1073) Add getTotalSize() to QueryResults

2007-08-21 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1073: - Attachment: patch.txt A first shot how this might look like. I stumbled over QueryResultImpl which

[jira] Created: (JCR-1073) Add getTotalSize() to QueryResults

2007-08-21 Thread Christoph Kiehl (JIRA)
Add getTotalSize() to QueryResults -- Key: JCR-1073 URL: https://issues.apache.org/jira/browse/JCR-1073 Project: Jackrabbit Issue Type: New Feature Components: query Reporter: Christoph K

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-21 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch_with_extendible_system_nodetypes.txt I'm not really happy with all those solution

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt rep:system was still missing > Exclude system index for queries that restric

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: (was: patch.txt) > Exclude system index for queries that restrict the result set to

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt Added a corrected patch which incorporates the suggested changes. You were a

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: (was: patch.txt) > Exclude system index for queries that restrict the result set to

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt The first patch was incomplete > Exclude system index for queries that restr

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: (was: patch.txt) > Exclude system index for queries that restrict the result set to

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt This is an initial patch. I'm not fully satisfied with it because PathQueryNo

[jira] Created: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
Exclude system index for queries that restrict the result set to nodetypes not availble in the "jcr:system" subtree --- Key: JCR-1066 URL: https://issu

[jira] Resolved: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-08-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1041. -- Resolution: Fixed Fix Version/s: 1.4 Added suggested patch with additional license headers

[jira] Resolved: (JCR-1058) Index segment lost after consistency check

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1058. -- Resolution: Duplicate > Index segment lost after consistency check >

[jira] Reopened: (JCR-1058) Index segment lost after consistency check

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reopened JCR-1058: -- Assignee: Christoph Kiehl > Index segment lost after consistency check > --

[jira] Resolved: (JCR-1058) Index segment lost after consistency check

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1058. -- Resolution: Fixed > Index segment lost after consistency check >

[jira] Created: (JCR-1058) Index segment lost after consistency check

2007-08-14 Thread Christoph Kiehl (JIRA)
Index segment lost after consistency check -- Key: JCR-1058 URL: https://issues.apache.org/jira/browse/JCR-1058 Project: Jackrabbit Issue Type: Bug Components: indexing Affects Versions:

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519626 ] Christoph Kiehl commented on JCR-989: - Okay. What to do now? Based on the discussion on the dev list (http://www.na

[jira] Commented: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-08-08 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518568 ] Christoph Kiehl commented on JCR-1041: -- Well, according to various sources (http://martin.nobilitas.com/java/size

[jira] Resolved: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-989. - Resolution: Fixed Fix Version/s: 1.4 committed in revision 563688 > Modify LazyQueryResultIm

[jira] Resolved: (JCR-1051) MatchAllScorer calculateDocFilter() bug

2007-08-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1051. -- Resolution: Fixed Patch applied in revision 563673. Thanks Ard! Please post a mail to the develo

[jira] Assigned: (JCR-1051) MatchAllScorer calculateDocFilter() bug

2007-08-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reassigned JCR-1051: Assignee: Christoph Kiehl > MatchAllScorer calculateDocFilter() bug > ---

[jira] Updated: (JCR-1051) MatchAllScorer calculateDocFilter() bug

2007-08-06 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1051: - Attachment: MatchAllScorerWithTest.patch Patch looks good. If no one objects I will commit the patc

[jira] Updated: (JCR-1039) Bundle Persistence Manager error - failing to read bundle the first time

2007-08-04 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1039: - Attachment: jackrabbit-core-testcase.patch This is a patch for jackrabbit-core which includes a lit

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-03 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: (was: LazyQueryResultImpl.patch) > Modify LazyQueryResultImpl to allow resultFetchSize

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-03 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: jackrabbit-core.patch jackrabbit-api.patch I finally made it. Took me a bi

[jira] Assigned: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-03 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reassigned JCR-989: --- Assignee: Christoph Kiehl > Modify LazyQueryResultImpl to allow resultFetchSize to be set progra

[jira] Updated: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

2007-07-30 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1042: - Attachment: NodeIndexer.patch Index all un-tokenized field without norms > Disable norms for untok

[jira] Created: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

2007-07-30 Thread Christoph Kiehl (JIRA)
Disable norms for untokenized fields to reduce memory consumption - Key: JCR-1042 URL: https://issues.apache.org/jira/browse/JCR-1042 Project: Jackrabbit Issue Type: Improvement

[jira] Updated: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-07-30 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1041: - Attachment: avoid_using_bitsets.patch This patch introduces a few new classes for the handling of h

[jira] Created: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-07-30 Thread Christoph Kiehl (JIRA)
Avoid using BitSets in ChildAxisQuery to minimize memory usage -- Key: JCR-1041 URL: https://issues.apache.org/jira/browse/JCR-1041 Project: Jackrabbit Issue Type: Improvement

[jira] Commented: (JCR-1006) StackOverflowError if too many versions of a node are created

2007-07-09 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511123 ] Christoph Kiehl commented on JCR-1006: -- We actually ran into this issue on one of our production system where we h

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-07-06 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510752 ] Christoph Kiehl commented on JCR-989: - +1 I'll try to provide a patch the next days. > Modify LazyQueryResultImpl

[jira] Updated: (JCR-1006) StackOverflowError if too many versions of a node are created

2007-07-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1006: - Attachment: VersionIteratorImpl.patch This patch collects all version ids iteratively instead of re

[jira] Created: (JCR-1006) StackOverflowError if too many versions of a node are created

2007-07-05 Thread Christoph Kiehl (JIRA)
StackOverflowError if too many versions of a node are created - Key: JCR-1006 URL: https://issues.apache.org/jira/browse/JCR-1006 Project: Jackrabbit Issue Type: Bug Compo

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-29 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509209 ] Christoph Kiehl commented on JCR-989: - To be honest I don't like this generic setOption() method. Methods like that

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-29 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509106 ] Christoph Kiehl commented on JCR-989: - QueryImpl is located in org.apache.jackrabbit.core.query and is not lucene s

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: LazyQueryResultImpl.patch This patch modifies the previous patch to fix a small bug which

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: (was: LazyQueryResultImpl.patch) > Modify LazyQueryResultImpl to allow resultFetchSize

[jira] Updated: (JCR-992) Improve Performance of DescendantSelfAxisQuery

2007-06-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-992: Attachment: DescendantSelfAxisQuery.patch This patch adds logic to add all docs on the way down the ax

[jira] Created: (JCR-992) Improve Performance of DescendantSelfAxisQuery

2007-06-28 Thread Christoph Kiehl (JIRA)
Improve Performance of DescendantSelfAxisQuery -- Key: JCR-992 URL: https://issues.apache.org/jira/browse/JCR-992 Project: Jackrabbit Issue Type: Improvement Components: query Affects

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: LazyQueryResultImpl.patch This patch modifies LazyQueryResultImpl to provide a setter-meth

[jira] Created: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-27 Thread Christoph Kiehl (JIRA)
Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically -- Key: JCR-989 URL: https://issues.apache.org/jira/browse/JCR-989 Project: Jackrabbit

[jira] Updated: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-974: Attachment: patch3.txt Patch3 incorporates changes as suggested. ReadOnlyIndexReaders are no longer c

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: patch.txt This patch works with "//test/*" as well. I extended the test case. I didn't pr

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: (was: patch.txt) > Only search the index for the "jcr:system" tree if needed > ---

[jira] Updated: (JCR-740) Support for the decendant-or-self axis in XPath predicates

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-740: Attachment: patch.txt This patch is a prototype for supporting jcr:contains calls that use descendent

[jira] Commented: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506599 ] Christoph Kiehl commented on JCR-974: - I tried building a test case, but you need a fairly large index to really see

[jira] Updated: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-974: Attachment: patch2.txt This is a revised version of the first patch. The following changes were appli

[jira] Commented: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506506 ] Christoph Kiehl commented on JCR-974: - Regarding your ItemStateManagerBasedSortComparator.patch: This patch doesn't

[jira] Commented: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506501 ] Christoph Kiehl commented on JCR-974: - The query I'm doing my tests with looks like this: //element(*, app-mix:docu

[jira] Issue Comment Edited: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-19 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506232 ] Christoph Kiehl edited comment on JCR-974 at 6/19/07 9:13 AM: -- This is a first patch which

[jira] Updated: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-19 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-974: Attachment: patch.txt This is a first patch which uses a FieldCache per index segment. To make this w

[jira] Created: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-19 Thread Christoph Kiehl (JIRA)
Manage Lucene FieldCaches per index segment --- Key: JCR-974 URL: https://issues.apache.org/jira/browse/JCR-974 Project: Jackrabbit Issue Type: Improvement Components: query Affects Versi

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: (was: patch.txt) > Only search the index for the "jcr:system" tree if needed > ---

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: patch.txt Revised patch with unit test and some bugs fixed > Only search the index for th

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: (was: patch.txt) > Only search the index for the "jcr:system" tree if needed > ---

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: patch.txt Attached revised patch which corrects behaviour for PathQueryNode > Only search

[jira] Updated: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: patch.txt This is an initial patch which checks the first location step for "jcr:system".

[jira] Commented: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-11 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503354 ] Christoph Kiehl commented on JCR-967: - Even if you do exclude jcr:system in your query jackrabbit currently searches

[jira] Created: (JCR-967) Only search the index for the "jcr:system" tree if needed

2007-06-11 Thread Christoph Kiehl (JIRA)
Only search the index for the "jcr:system" tree if needed - Key: JCR-967 URL: https://issues.apache.org/jira/browse/JCR-967 Project: Jackrabbit Issue Type: Improvement Compone

[jira] Updated: (JCR-808) Better error message for non-trivial nodetype changes

2007-03-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-808: Attachment: patch.txt Revised patch. Also prints out mixin-flag and supertype changes. > Better error

[jira] Updated: (JCR-808) Better error message for non-trivial nodetype changes

2007-03-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-808: Attachment: patch.txt This patch is just a proposal. Please review. I didn't use StringBuilder for me

[jira] Created: (JCR-808) Better error message for non-trivial nodetype changes

2007-03-22 Thread Christoph Kiehl (JIRA)
Better error message for non-trivial nodetype changes - Key: JCR-808 URL: https://issues.apache.org/jira/browse/JCR-808 Project: Jackrabbit Issue Type: Improvement Components: cor

[jira] Commented: (JCR-793) WRONG use of BLOB datatype with MySQL in node_data column of the repository database

2007-03-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481144 ] Christoph Kiehl commented on JCR-793: - I would suggest to not only change the ddl but to also throw an suitable exc

[jira] Updated: (JCR-776) More verbose message on reference constraint violation

2007-03-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-776: Attachment: patch.txt This patch is just a proposal. Please review > More verbose message on referenc

[jira] Created: (JCR-776) More verbose message on reference constraint violation

2007-03-05 Thread Christoph Kiehl (JIRA)
More verbose message on reference constraint violation -- Key: JCR-776 URL: https://issues.apache.org/jira/browse/JCR-776 Project: Jackrabbit Issue Type: Improvement Components: c

[jira] Commented: (JCR-648) NullpointerException in SessionItemStateManager

2006-11-29 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-648?page=comments#action_12454355 ] Christoph Kiehl commented on JCR-648: - I had a look as well and came to the same conclusion, but I thought post it here. You guys have a better understanding of J

[jira] Created: (JCR-648) NullpointerException in SessionItemStateManager

2006-11-27 Thread Christoph Kiehl (JIRA)
NullpointerException in SessionItemStateManager --- Key: JCR-648 URL: http://issues.apache.org/jira/browse/JCR-648 Project: Jackrabbit Issue Type: Bug Components: core Affects Version

[jira] Updated: (JCR-629) CompactNodeTypeDefWriter does not escaped names properly

2006-11-09 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-629?page=all ] Christoph Kiehl updated JCR-629: Attachment: CompactNodeTypeDefWriter.java.patch This patch surrounds names with single quotes if needed > CompactNodeTypeDefWriter does not escaped names properly

[jira] Created: (JCR-629) CompactNodeTypeDefWriter does not escaped names properly

2006-11-09 Thread Christoph Kiehl (JIRA)
CompactNodeTypeDefWriter does not escaped names properly Key: JCR-629 URL: http://issues.apache.org/jira/browse/JCR-629 Project: Jackrabbit Issue Type: Bug Components: core

[jira] Updated: (JCR-613) Implementation of a memory file system

2006-11-01 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-613?page=all ] Christoph Kiehl updated JCR-613: Attachment: MemoryFileSystem.patch > Implementation of a memory file system > -- > > Key: JCR-613 >

[jira] Created: (JCR-613) Implementation of a memory file system

2006-11-01 Thread Christoph Kiehl (JIRA)
Implementation of a memory file system -- Key: JCR-613 URL: http://issues.apache.org/jira/browse/JCR-613 Project: Jackrabbit Issue Type: New Feature Components: core Affects Versions: 1.1

  1   2   >