Changes between Initial Version and Version 1 of DespoinaLog/2010/06/01


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/06/01

    v1 v1  
     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
     11later todo :
     12
     13 * Include a stop word list in index created : http://www.seobythesea.com/?p=1109
     14
     15Links
     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 *