All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.searchProcessor.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         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>

This program and the accompanying materials are made 
available under the terms of the Eclipse Public License 2.0 which accompanies 
this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/

SPDX-License-Identifier: EPL-2.0
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy