| | 1 | * |
| | 2 | * org.apache.axis.!ConfigurationException: No service named getPrefixedTermsByName is available (this is produced by ols.searchAll , not needed) but |
| | 3 | * org.apache.axis.!ConfigurationException: No service named !OntologyQuery is available is vital for ols.getOntologies(); |
| | 4 | * ontologies are returned anyway , continue with building the index : . |
| | 5 | * fields needed that will be inserted in documents in index . This is a correspondence with fields in ontology retrieved from Ontocat. |
| | 6 | * abbreviation, |
| | 7 | * label, |
| | 8 | * ontologyAccession |
| | 9 | * http://www.easywayserver.com/blog/java-list-example/ |
| | 10 | |
| | 11 | later todo : |
| | 12 | |
| | 13 | * Include a stop word list in index created : http://www.seobythesea.com/?p=1109 |
| | 14 | |
| | 15 | Links |
| | 16 | |
| | 17 | * http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/IndexWriter.html |
| | 18 | * http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/analysis/standard/StandardAnalyzer.html |
| | 19 | * Index deletion Policy: http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/IndexDeletionPolicy.html |
| | 20 | * http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/document/Field.html |
| | 21 | * http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/document/Field.TermVector.html |
| | 22 | * http://www.roseindia.net/java/java-write/java-writer-example.shtml |
| | 23 | * |