Difference between revisions of "Search API"
(reverting to previous version of page to remove spam) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
+ | |Description=Augmented search API that implements a number of ways to search an in-memory frame-based Protege knowledge base. | ||
|PluginType=API | |PluginType=API | ||
|ForApplication1=Protege-Frames | |ForApplication1=Protege-Frames | ||
+ | |HomepageURL=http://protegewiki.stanford.edu/index.php/Search_API | ||
|DeveloperID1=Eric Xu | |DeveloperID1=Eric Xu | ||
− | |LastUpdated= | + | |LastUpdated=March 2, 2004 |
|Topic1=Search | |Topic1=Search | ||
|License=Mozilla Public License | |License=Mozilla Public License | ||
|Affiliation1=Stanford University | |Affiliation1=Stanford University | ||
− | |Affiliation2=Stanford | + | |Affiliation2=Stanford Center for Biomedical Informatics Research |
− | |||
}} | }} | ||
+ | <div style="display:block; float:left; width:100%;"> | ||
+ | |||
+ | == Download == | ||
+ | |||
+ | The JAR file containing the Search API can be downloaded from the Protege Web site: | ||
+ | |||
+ | http://protege.stanford.edu/plugins/search-api/download/ | ||
+ | |||
+ | == 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 [http://mailman.stanford.edu/mailman/listinfo/protege-discussion protege-discussion mailing list] and someone from the community may be able to help you. | |
− | + | == Source Code == | |
− | + | The source code for the Search API is available from the Protege subversion repository: | |
+ | * Browse the code via a Web interface: http://smi-protege.stanford.edu/svn/search-api/trunk/ | ||
+ | * Download the source code with a Subversion client: http://smi-protege.stanford.edu/repos/protege/search-api/trunk/ | ||
+ | <br /><br /> | ||
</div> | </div> |
Latest revision as of 13:34, November 29, 2010
Search API
by Eric Xu
Augmented search API that implements a number of ways to search an in-memory frame-based Protege knowledge base.
Contents
Versions & Compatibility
This section lists available versions of Search API.
Version | Compatible with | Dependencies |
---|---|---|
Search API 1.0 | Protege-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
Version | Changes in this version |
---|---|
Search API 1.0 | no release notes were maintained for this version |
Download
The JAR file containing the Search API can be downloaded from the Protege Web site:
http://protege.stanford.edu/plugins/search-api/download/
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.
Source Code
The source code for the Search API is available from the Protege subversion repository:
- Browse the code via a Web interface: http://smi-protege.stanford.edu/svn/search-api/trunk/
- Download the source code with a Subversion client: http://smi-protege.stanford.edu/repos/protege/search-api/trunk/