Paths in sitemap

2005-08-30 Thread Robert Goene
Hi, I need to retieve the absolute path of the lenya directory in a sitemap. I cannot use the context:// protocol, because i have to pass the directory as a parameter. Is there any way i can determine the absolute path? Robert

Re: Lucene Block 1.1

2005-08-29 Thread Robert Goene
ConfigureIndexManager code in the IndexManagerImpl class. After the definition is read, an Index object is created. My question is: how do i add it to the IndexManager? Is setting Index.setmanager(manager); enough or am i on a completely wrong track? Thanks! Robert Goene wrote: Hi Nicolas, Is it possible to

Re: Lucene Block 1.1

2005-08-29 Thread Robert Goene
the index location programmaticaly: IndexManager.getIndex("MyIndexName").setDirectory(MyNewPath); i hope this could be usefull for you On 8/23/05, Robert Goene <[EMAIL PROTECTED]> wrote: I think i have solved it already. It is quite difficult to combine existing cocoon config

Re: Lucene Block 1.1

2005-08-23 Thread Robert Goene
location in the lucene:index file or should it be wired in the index configuration? If the latter is the case, is there a possibility to use a variable in the configuration? Regards, Robert Nicolas Maisonneuve wrote: what error do you have exactly ? On 8/22/05, Robert Goene <[EMAIL PROTEC

Re: [GSoC] status reports?

2005-08-23 Thread Robert Goene
Hi, The start of the project was much slower than i planned it to be. Cocoon and Lenya are more difficult to comprehend than i could imagine. Therefor it took a while before i came productive. The usecases for the searching, indexing and removing of documents are done. They work quite fast a

Re: Lucene Block 1.1

2005-08-22 Thread Robert Goene
ion in 2.1 but there are not speacial 2.2 feature used in the lucene block. so the transformer is 2.1 compatible. It's just a configuration pb. nicolas On 8/22/05, Robert Goene <[EMAIL PROTECTED]> wrote: Hi, Thanks for your reply. I actually meant the LuceneIndexTransformer,

Re: Lucene Block 1.1

2005-08-22 Thread Robert Goene
query, for hierarchical key word, and simple field search but i'm really not proud about my code , it's tirdy .. . maybe i can upload the code event if doesn't work , after cleaning and documenting the source. nicolas On 8/22/05, Robert Goene <[EMAIL PROTECTED]> wrote: Hi, I

Lucene Block 1.1

2005-08-22 Thread Robert Goene
Hi, I am working on the Apache Lenya project and integrating the LuceneSearchTransformer. I saw the contribution of Nicolas Maisonneuve to the Cocoon community (http://issues.apache.org/bugzilla/show_bug.cgi?id=32263) and it contained a number of features i wanted to implement myself. Of course,

Lucene Block 1.1

2005-08-22 Thread Robert Goene
Hi, I am working on the Apache Lenya project and integrating the LuceneSearchTransformer. I saw the contribution of Nicolas Maisonneuve to the Cocoon community (http://issues.apache.org/bugzilla/show_bug.cgi?id=32263) and it contained a number of features i wanted to implement myself. Of cour