Changes between Version 1 and Version 2 of IndexBasedSearch
- Timestamp:
- 2011-02-14T15:33:09+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IndexBasedSearch
v1 v2 1 = Index based search on Database contents and ontology retrieved data 1 = Index based search on Database contents and ontology retrieved data = 2 2 [[TOC()]] 3 3 4 Details: 4 5 5 Details: 6 ||summary: ||Provide GCC developers with a search on '''(1)''' your Database contents (you can pick which fields you want to search) and '''(2)''' on Ontology terms retrieved from '''OntoCAT''' for a specific keyword from EBI Ontology Lookup Service (OLS) and the NCBO BioPortal results .|| 7 ||status: ||draft || 8 ||source: ||URL to sourcecode || 9 ||demo: || URL to application in which this module is used || 10 ||manual: || Wiki link to the user manual || 11 ||design:|| Wiki link to the design (technical, GUI drafts) of the module || 6 ||summary: || Provide GCC developers with a search on '''(1)''' your Database contents (you can pick which fields you want to search) and '''(2)''' on Ontology terms retrieved from [http://www.ontocat.org/ OntoCAT] for a specific keyword from [http://www.ebi.ac.uk/ontology-lookup/ EBI Ontology Lookup Service (OLS)] and the NCBO [http://bioportal.bioontology.org/ BioPortal] results . || 7 ||status: ||protoType || 8 ||source: ||!http://www.molgenis.org/browser/gcc/trunk/handwritten/java/plugins/LuceneIndex || 9 ||demo: || !http://vm7.target.rug.nl/bbmri_gcc/molgenis.do || 10 ||manual: || !http://www.molgenis.org/wiki/LuceneIndexBasedSearchManual || 11 || design: || !http://www.molgenis.org/wiki/LuceneIndexBasedSearchManual || 12 12 13 13 == What does it do? == 14 '''Provide GCC developers with a search on '''(1)''' your Database contents (you can pick which fields you want to search) and '''(2)''' on Ontology terms retrieved from [http://www.ontocat.org/ OntoCAT] for a specific keyword from [http://www.ebi.ac.uk/ontology-lookup/ EBI Ontology Lookup Service (OLS)] and the NCBO [http://bioportal.bioontology.org/ BioPortal] results .''' 14 15 15 Explain here the main uses of this module. This can be up to a few paragraphs. 16 '''User stories''' 16 17 17 == User stories ==18 18 These stories are on our todo list or already solved: 19 19 20 Query to TRAC which inserts all closed and open tickets, eg: 20 * Connect the found keyword in the database with the data view form of molgenis 21 * Connect with alternative way to [http://conceptwiki.org/index.php/Main%20Page Concept Wiki] 22 * Include [http://www.molgenis.org/wiki/DespoinaLog_peregrine peregrine] preprocessing 23 24 25 21 26 {{{ 22 27 TicketQuery(component=dummy&group=status&type=enhancement&order=status&desc=true) 23 28 }}} 24 25 29 == Known bugs == 26 30 These are bugs reported as part of this module: 27 31 28 32 Query to TRAC which inserts all bugs: 33 29 34 {{{ 30 35 TicketQuery(component=dummy&type=bugfix)