i have a old searchTransformer that didn't work because i was
refactoring all the project 'SearchTransformer, IndexTransformer) for
working with Spring. and Hibernate and cforms for the configuration.
the searchTransformer have a xml search query, with 3 query type,
fulltext query (choose the set of indexed field and boost the raking
of some fields (ex: Title more important than body etc), faceted
classification 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 <robert@goene.nl> wrote:
> 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,
> i would love to use your contribution
>
> The problem is that Lenya uses the 2.1.x version of Cocoon and not the
> 2.2 trunk. I get errors when running the transformer: the
> org.apache.cocoon.components.search.components.IndexManager component
> could not be found.
>
> Is this error caused by my version of cocoon or is it caused by a faulty
> configuration?
>
> Thanks, Robert
>
>
|