Re: Lucene reindexer?

2005-03-11 Thread James Mason
Sorry I didn't post this early. I was hoping I'd have time to clean it up and actually integrate it into Slide, but I've been completely swamped lately. I've uploaded a code dump from my first working version to http://cvs.apache.org/~masonjm/batchindexer/ I know that it contains bugs, since I've

Re: permissions problem

2005-03-11 Thread Brian Moseley
[bringing this over to dev list in hopes somebody will see it] have been looking into this further, and it seems like maybe inheritance is not being followed through with when ACLSecurityImpl checks my permissions. here are the debug log entries corresponding to storing the parent collection's

Re: slide DB schema

2005-03-11 Thread Carlos Villegas
As I understand, binding and parent_binding are used to implement the resource hierarchy (parent/child relationships) and both are always required. They have nothing to do with the binding concept in the WebDAV spec. The table LINKS is what implements the binding functionality in the spec. If b

cvs commit: jakarta-slide/src/share/org/apache/slide/macro MacroImpl.java MacroPropertyUpdater.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 08:30:29 Modified:src/share/org/apache/slide/macro MacroImpl.java MacroPropertyUpdater.java Added: src/share/org/apache/slide/common HelperProvider.java Log: trial: way to provide more infos to event listeners Revision Chan

cvs commit: jakarta-slide/src/stores/org/apache/slide/index/lucene AbstractLuceneIndexer.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 08:29:32 Modified:src/stores/org/apache/slide/index/lucene AbstractLuceneIndexer.java Log: fix: with multiple calls to updateIndex infos are lost Revision ChangesPath 1.2 +5 -0 jakarta-slide/src/stores/org/apache/

slide DB schema

2005-03-11 Thread Miguel Figueiredo
Hello folks, We are in the process of creating an optimized postgres adapter. While analyzing the slide's DB schema we found out that there are two tables that seem to be redundant: * the binding table: CREATE TABLE BINDING ( URI_ID integer NOT NULL R

[GUMP@brutus]: Project jakarta-slide (in module jakarta-slide) failed

2005-03-11 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-slide has an issue affecting its community integration. This issue affect

cvs commit: jakarta-slide/src/share/org/apache/slide/search/basic BasicQueryScope.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:50:37 Modified:src/share/org/apache/slide/search/basic BasicQueryScope.java Log: fix: NPE with missing Revision ChangesPath 1.15 +8 -4 jakarta-slide/src/share/org/apache/slide/search/basic/BasicQueryScope.java Index: BasicQuerySc

cvs commit: jakarta-slide/src/share/org/apache/slide/search/basic BasicExpressionCompiler.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:50:08 Modified:src/share/org/apache/slide/search/basic BasicExpressionCompiler.java Log: fix: NPE with empty or operator Revision ChangesPath 1.11 +12 -10 jakarta-slide/src/share/org/apache/slide/search/basic/Ba

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method SearchMethod.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:49:35 Modified:src/webdav/server/org/apache/slide/webdav/method SearchMethod.java Log: fix: NPE with empty query Revision ChangesPath 1.51 +10 -6 jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/Sea

cvs commit: jakarta-slide/src/stores/org/apache/slide/index/lucene defaultConfig.xml Index.java IndexConfiguration.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:48:52 Modified:src/stores/org/apache/slide/index/lucene defaultConfig.xml Index.java IndexConfiguration.java Log: resourcetype indexing generalized Revision ChangesPath 1.2 +6 -0 jakarta-slide/src/stores/org/ap

cvs commit: jakarta-slide/src/stores/org/apache/slide/index/lucene LuceneExpressionFactory.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:48:20 Modified:src/stores/org/apache/slide/index/lucene LuceneExpressionFactory.java Added: src/stores/org/apache/slide/index/lucene/expressions IsVersionHistoryExpression.java Log: support for operato