Keywords is not a used property in your project if you haven't defined
an extractor that sets a "keywords" property. It's only used in your
indexer.xml but if this property isn't set on documents, it won't take
in any space.
References is used to determine if there are internal links to that
document. You'll get a warning if you delete a document from the CMS
that contains references from other documents.
Links is used by the broken links checker. 

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> Wilson de Paula Pedro Junior
> Sent: donderdag 29 januari 2009 11:23
> To: Hippo CMS development public mailinglist
> Subject: [HippoCMS-dev] Standard properties
> 
> Hi,
> 
> We are trying to clean up some properties from our project in 
> order to safe disk space.
> Can anyone tell us if we can delete the standard properties 
> "keywords", "references" and "links".
> We have no idea where these properties could be used, neither 
> it's purpose.
> 
> We want to delete the following properties:
> 
> extractors.xml
> 
>   <extractor
> classname="nl.hippo.slide.extractor.HippoMultiValueXMLProperty
> Extractor"
> uri="/files" content-type="text/xml | text/xml; charset=UTF-8 
> | application/xml">
>     <configuration>
>       <instruction property="references" 
> namespace="http://hippo.nl/cms/1.0";
> xpath="//@href|//@src"/>
>     </configuration>
>   </extractor>
> 
>   <extractor
> classname="nl.hippo.slide.extractor.HippoUrlListXMLPropertyExtractor"
> uri="/files" content-type="text/xml | text/xml; charset=UTF-8 
> | application/xml">
>     <configuration>
>       <instruction property="links" 
> namespace="http://hippo.nl/cms/1.0";
> xpath="//@href|//@src"/>
>     </configuration>
>   </extractor>
> 
> Indexer.xml
> 
> <property namespace="http://hippo.nl/cms/1.0"; name="keywords" 
> type="text"
> analyzer="nl.hippo.slide.index.analysis.LowercaseCommaSeparate
> dAnalyzer"/>
>     <property namespace="http://hippo.nl/cms/1.0"; name="references"
> type="text"
> analyzer="nl.hippo.slide.index.analysis.LowercaseCommaSeparate
> dAnalyzer"/>
>     <property namespace="http://hippo.nl/cms/1.0"; 
> name="links" type="text"
> analyzer="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
> 
> 
> Thanks in advance!
> 
> Wilson
> ********************************************
> Hippocms-dev: Hippo CMS development public mailinglist
> 
> Searchable archives can be found at:
> MarkMail: http://hippocms-dev.markmail.org
> Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
> 
> 
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to