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


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

--

Legend:

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

    v1 v1  
     1 * SearchIndexOntocat
     2 * Although running , compiling produces same error on missing java class from ontocat (Ontologyservice)
     3   * besides "No service named !OntologyQuery is available"  -
     4 * search doesn't return anything , even keywords that exists in the index files.
     5 * TODO : the created index in ontocat is just list of ontologies, try other ontoresults , . What else can we use ?
     6 * DONE : In CreateIndex class the function createIndex()   (in random place!) creates an index on each database table, considering as a class, by Morris.
     7 * DONE : seperated plugin for DB & ontocat . 
     8 * DONE: in OntocatIndex the function creating the index on ontocat takes a term(word) as a parameter and asks ols.searchAll for results. These results are indexed after we attach the annotation retrieved from ols (ols.getAnnotations).   
     9 * TODO : directoryHasContents() as static in LuceneSearchPlugin or some other library and call it from both plugins .
     10   * As static cannot see this.Status , figure out something .
     11 * Misc :
     12   * Lucene example usage in http://wiki.apache.org/lucene-java/TheBasics
     13   * Notifications on macos : growl