Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
Is it possible to get a node without loading the binary data ? my search is very fast but i have a lot of huge pdf files and if i get a result set with about 20 files i only want to get the name and some meta date from the node but not the binarys in the first step. is there a solution ? BR cla

AW: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
endet: Donnerstag, 14. Juni 2007 11:05 An: dev@jackrabbit.apache.org Betreff: Loading Node without loading Binary Data Is it possible to get a node without loading the binary data ? my search is very fast but i have a lot of huge pdf files and if i get a result set with about 20 files i only want to ge

AW: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
EMAIL PROTECTED] Gesendet: Donnerstag, 14. Juni 2007 11:05 An: dev@jackrabbit.apache.org Betreff: Loading Node without loading Binary Data Is it possible to get a node without loading the binary data ? my search is very fast but i have a lot of huge pdf files and if i get a result set with about 20 fi

Re: Loading Node without loading Binary Data

2007-06-14 Thread Christoph Kiehl
KÖLL Claus wrote: Is it possible to get a node without loading the binary data ? my search is very fast but i have a lot of huge pdf files and if i get a result set with about 20 files i only want to get the name and some meta date from the node but not the binarys in the first step. AFAIK th

Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
] Gesendet: Donnerstag, 14. Juni 2007 14:20 An: dev@jackrabbit.apache.org Betreff: Re: AW: Re: Loading Node without loading Binary Data Hi, On 6/14/07, Christoph Kiehl <[EMAIL PROTECTED]> wrote: > If you didn't change the default your binaries (which are bigger than > 4096 byte

Re: Loading Node without loading Binary Data

2007-06-14 Thread Jukka Zitting
Hi, On 6/14/07, KÖLL Claus <[EMAIL PROTECTED]> wrote: ok so the informations from christopher are unfortunately not right :-( i hope that my problem will be resolved with the JCR-926 what do you think how long will it take to solve this problem ? I have a working prototype and should have no

AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
-Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Christoph Kiehl Gesendet: Donnerstag, 14. Juni 2007 11:15 An: dev@jackrabbit.apache.org Betreff: Re: Loading Node without loading Binary Data KÖLL Claus wrote: > Is it possible to get a node without loading the binary d

Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread Christoph Kiehl
KÖLL Claus wrote: as you can see from my second mail i am using the bundle oracle pm. the node iterator which i get from a fulltext search has only nodes from type jcr:content. my opinion only to load the parent (where the meta data are stored) does not really work because if i make nextNode(

Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread Jukka Zitting
Hi, On 6/14/07, Christoph Kiehl <[EMAIL PROTECTED]> wrote: If you didn't change the default your binaries (which are bigger than 4096 bytes) will be stored separate from the bundle. That means if you do nextNode() only the bundle without the binary should be loaded. As long as you do not access

Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread Christoph Kiehl
Jukka Zitting wrote: Hi, On 6/14/07, Christoph Kiehl <[EMAIL PROTECTED]> wrote: If you didn't change the default your binaries (which are bigger than 4096 bytes) will be stored separate from the bundle. That means if you do nextNode() only the bundle without the binary should be loaded. As long

Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread Stefan Guggisberg
On 6/14/07, Christoph Kiehl <[EMAIL PROTECTED]> wrote: Jukka Zitting wrote: > Hi, > > On 6/14/07, Christoph Kiehl <[EMAIL PROTECTED]> wrote: >> If you didn't change the default your binaries (which are bigger than >> 4096 bytes) will be stored separate from the bundle. That means if you >> do nex

Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread Jukka Zitting
Hi, On 6/14/07, Stefan Guggisberg <[EMAIL PROTECTED]> wrote: note that jukka's stmt only applies to the bundle db pm. SimpleDbPersistenceManager (and derived classes) doesn't preload properties on parent node load. Exactly. And even in bundle persistence the problem only affects cases where yo

AW: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
: Jukka Zitting [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 14. Juni 2007 14:59 An: dev@jackrabbit.apache.org Betreff: Re: AW: Re: Loading Node without loading Binary Data Hi, On 6/14/07, Stefan Guggisberg <[EMAIL PROTECTED]> wrote: > note that jukka's stmt only applies to th

AW: Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
rstag, 14. Juni 2007 12:05 An: dev@jackrabbit.apache.org Betreff: Re: AW: Re: Loading Node without loading Binary Data KÖLL Claus wrote: > as you can see from my second mail i am using the bundle oracle pm. > the node iterator which i get from a fulltext search has only nodes from type >