hi
Adding configuration to SimpleLuceneCocoonIndexerImpl you work the same way as in SimpleLuceneCocoonIndexerImpl.Adding your <title> stuff SimpleLuceneCocoonIndexerImpl may be expressed in the configuration: <index-field-rules> <!-- sequence of index field rules is important, first come first server rule resolution --> <index-field-rule name="*@title" mode="Indexed,Stored"/> .... <!-- the default rule as yet used --> <index-field name="*@*" mode="Unstored"/> <index-field name="body" mode="Unstored"/> </index-fields>You have me confused, now, are you saying this is already implemented? I cannot find any reference to this configuration in the 2.1 code.
now the index-field-rules configuration snippet above is a suggestion to make your title stuff configurable, it is not implemented yet, just a suggestion how the configuration should look like.
you are right, i put the view label-snippet-sitemap snippet above toad Index Updating:Are you sure this configuration is being read?
hopefully will answer you later....
ad Content View Setting:
define in your sitemap:
<map:view from-label="content" name="index-view">
<map:serialize type="xml"/>
</map:view>
Use index-view in indexing/crawling a new view-name, check by using url ...?cocoon-view=index-view your setting
The default "cocoon-view=content" is set in "SimpleLuceneXMLIndexerImpl", but I cannot see where the configuration overrides the default.
explain how to configure a new view.
As you pointed out the new view definition is yet useless as SimpleLuceneXMLIndexerImpl is still a bit ignorant....
that's right, SimpleLuceneXMLIndexerImpl has empty 'configure',SimpleLuceneXMLIndexerImpl has an empty 'configure' method.
and if you want to change it you are free to use the configuration suggestion of above, and add your own needs.
regards Bernhard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]