Re: Migrate from 2.4.4 to 2.6.4: Unknown format version: -11

2013-11-23 Thread Marek Slama
Is it possible that you have multiple Lucene versions on classpath? Marek -- Původní zpráva -- Od: Robert Haycock Datum: 22. 11. 2013 Předmět: Migrate from 2.4.4 to 2.6.4: Unknown format version: -11 "Hi, I just updated to version 2.6.4, from 2.4.4, and I periodically encount

Re: Standalone JR takes long time to create indexes from Scratch

2013-11-23 Thread Marek Slama
It seems JR creates index on documents itself too ie. for full text search. Do you need this? Anyway we have about 30GB repo and reindexing takes about 2hrs. If you really need to reindex also documents you can try to investigate if it is possible to improve IO somehow. If datastore is in DB yo

Re: Migration from Jackrabbit 2.4.2 to 2.6.4

2013-10-30 Thread Marek Slama
As we did this update we had to rebuild index for whole repository. I think it is due to different version of Lucene. Marek "dear community, I am planning to migrate a runnning jackrabbit installion based on Version 2.4.2 to the latest Stable Version 2.6.4. Are there any advices you could give

Slow join query

2013-10-25 Thread Marek Slama
Hi, I am experiencing really slow query when I use join. I have following node structure for documents: /researchRepo/[prop:documentType]/services/[prop: serviceName] /textRepo//services/ /eventRepo//services/ where 1st level is folder for different document type (possibly with different

Re: MemoryFileSystem configuration for testing

2013-07-11 Thread Marek Slama
) ~[jackrabbit-core-2.6.2.jar:2.6.2] at org.apache.jackrabbit.commons.AbstractRepository.login(AbstractRepository. java:111) ~[jackrabbit-jcr-commons-2.6.2.jar:na] On 11 Jul 2013, at 10:07, Marek Slama wrote: > It is exactly what error message says: MemoryFileSystem has no path > attr

Re: MemoryFileSystem configuration for testing

2013-07-11 Thread Marek Slama
It is exactly what error message says: MemoryFileSystem has no path attribute. Just leave it empty like this: Marek "I'm trying to set up a TransientRepository for testing with a MemoryFileSystem but Jackrabbit keeps complaining that "MemoryFileSystem does not contain a property named path".

RE: Remove unused version history

2013-07-10 Thread Marek Slama
hen only a root version exists for a versionable node. see: https://issues.apache.org/jira/browse/ JCR-3238 regards marcel > -Original Message- > From: Marek Slama [mailto:msl...@email.cz] > Sent: Montag, 8. Juli 2013 15:54 > To: users@jackrabbit.apache.org > Subject: Remo

Remove unused version history

2013-07-08 Thread Marek Slama
Hello, I want to ask if there is any way how to remove unused version history. My (incorrect used case) 1.Add versionable node. 2.Remove versionable node without removing version history. I know it is possible to remove version history when I get version history first from node using: versionH

Re: Versioning question

2013-04-19 Thread Marek Slama
the same file node when I saved the same binary data/file to it (600KB and 2500 version nodes). Marek -- Marek Slama msl...@email.cz -- Původní zpráva -- Od: Daniel Hobi Datum: 16. 4. 2013 Předmět: Re: Versioning question "AFAIK, when using filedatastore, jackr

Versioning question

2013-04-16 Thread Marek Slama
Hello, I want to ask if Jackrabbit makes any space optimization when new version of binary content is created. For example: I have file node F: I create version V1 and then version V2 but I actually do not check in my code if anything has changed. so V1 1.0 and V2 1.1 content are the same. Is bin