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.HippoMultiValueXMLPropertyExtractor"
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.LowercaseCommaSeparatedAnalyzer"/>
    <property namespace="http://hippo.nl/cms/1.0"; name="references"
type="text"
analyzer="nl.hippo.slide.index.analysis.LowercaseCommaSeparatedAnalyzer"/>
    <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

Reply via email to