This extension point allows for processing steps to be performed when a user submits a help search. 3.7 Here is a sample directing processing to the class 'com.test.processor.SearchProcessor' <p> <pre> <extension point="org.eclipse.help.searchProcessor"> <processor class="com.ibm.test.processor.SearchProcessor"> </processor> </extension> </pre> </p> The supplied search processor class must extend the abstract class <samp>org.eclipse.help.AbstractSearchProcessor</samp>. The processor has the opportunity to modify a search string, provide alternate search expressions, or modify the search result set. None. Copyright (c) 2011 IBM Corporation and others.<br> All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>