Search

Configuration files

repository.properties -> Defines a number of properties that influence how all indexes behave.

Registering new search engines

<extension>/web-scripts-config-custom.xml

Examples:

Another external Alfresco server

Yahoo search engine

Wikipedia

Indexing properties

ContentModel.xml (example):

<property name="custom:CustomerName">

<title>Customer Name</title>

<type>d:text</type>

<protected>false</protected>

<mandatory>false</mandatory>

<multiple>false</multiple>

<index enabled="true">

<atomic>false</atomic>

<stored>false</stored>

<tokenised>true</tokenised>

</index>

<constraints>

<constraint ref="custom:name_length"/>

</constraints>

</property>

Saving

Searches can be saved as:

  • Private
  • Public