Difference between revisions of "Search API"

From Protege Wiki
Jump to: navigation, search
(created page content)
Line 17: Line 17:
 
The Search API is bundled with the [http://protege.stanford.edu/download/download.html "full" installation of Protege]. After installing Protege on your system, you can find the "search-api.jar" file in the following directory:
 
The Search API is bundled with the [http://protege.stanford.edu/download/download.html "full" installation of Protege]. After installing Protege on your system, you can find the "search-api.jar" file in the following directory:
  
<code><protege-install-dir>/apis/search</code>
+
<code><pre><protege-install-dir>/apis/search</pre></code>
  
 +
=== Documentation ===
 +
 +
Documentation for the Search API is provided in the form of a Word document entitled "Search API-1.doc".  The document is downloadable from the Protege subversion repository:
 +
 +
http://smi-protege.stanford.edu/svn/search-api/trunk/docs/
 +
 +
Javadoc for the Search API is available from the Protege Web site:
 +
 +
http://protege.stanford.edu/plugins/search-api/apidocs/
 +
 +
=== Level of Support ===
 +
 +
The Search API is no longer under active development. If you have questions, you can try posting them to the [https://mailman.stanford.edu/mailman/listinfo/protege-discussion protege-discussion mailing list] and someone from the community may be able to help you.
 +
 +
The source code is available for download from the Protege Subversion repository. The URL to browse the code via a Web interface is: http://smi-protege.stanford.edu/svn/search-api/trunk/. The URL to download the source code with a Subversion client is: http://smi-protege.stanford.edu/repos/protege/search-api/trunk/.
 +
<br /><br />
 
</div>
 
</div>

Revision as of 15:43, September 11, 2007

Search API

by Eric Xu

Type API
Author(s) Eric Xu
Last Update September 13, 2006
License Mozilla Public License
Homepage not available
For Application
Topic(s)
Affiliation

Augmented searching API that implements a number of ways to search a Protege knowledge base.

Versions & Compatibility

This section lists available versions of Search API.

VersionCompatible withDependencies
Search API 1.0Protege-Frames 3.1.1
Protege-Frames 3.0
Protege-Frames 2.1.2

If you click on the button below to add a new version of Search API, you will be asked to define a page title for the new version. Please adhere to the naming convention of Search API X.X.X when you define the new page!

Changelog

VersionChanges in this version
Search API 1.0no release notes were maintained for this version


More Details

The Search API is bundled with the "full" installation of Protege. After installing Protege on your system, you can find the "search-api.jar" file in the following directory:

<protege-install-dir>/apis/search

Documentation

Documentation for the Search API is provided in the form of a Word document entitled "Search API-1.doc". The document is downloadable from the Protege subversion repository:

http://smi-protege.stanford.edu/svn/search-api/trunk/docs/

Javadoc for the Search API is available from the Protege Web site:

http://protege.stanford.edu/plugins/search-api/apidocs/

Level of Support

The Search API is no longer under active development. If you have questions, you can try posting them to the protege-discussion mailing list and someone from the community may be able to help you.

The source code is available for download from the Protege Subversion repository. The URL to browse the code via a Web interface is: http://smi-protege.stanford.edu/svn/search-api/trunk/. The URL to download the source code with a Subversion client is: http://smi-protege.stanford.edu/repos/protege/search-api/trunk/.