| 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 |