Changes between Version 3 and Version 4 of Statistics
- Timestamp:
- 04/20/09 09:50:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Statistics
v3 v4 75 75 76 76 77 == Specification ==77 == Specifications (current implementation of statistics) == 78 78 Storing and displaying information about metadata search involves several sub components or logical elements: 79 79 * The '''Database schema''' that will store search information … … 124 124 Tagcloud feature: 125 125 126 A JS libraryis used to generate a lightweight tagcloud based on a SQL query counting search results group by keywords.126 A JS method is used to generate a lightweight tagcloud based on a SQL query counting search results group by keywords. 127 127 This tag is currently displayed at the beginning of the page. 128 129 == Improvements - genericity == 130 131 === Database management === 132 * add a thread to perform database insertion when a search is done, to avoid slowing down the search process 133 *