Changes between Version 13 and Version 14 of BluePrint/TextSearch
- Timestamp:
- 04/20/13 16:00:33 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/TextSearch
v13 v14 22 22 == Requirements == 23 23 === Functional === 24 For Full Text: 25 * Proper understand and the work model of S3Search(depricated) and S3Filter is required. 26 * Literature study of Apache Lucene and PyLucene. 27 * Getting familiar with PyLucene and deploy it into my local machine. 28 * Studying the linkage of the Lucene daemon and web2py server. 29 * Extend the functionality of S3Filter by introducing 24 30 === Non-functional === 25 31 === Interoperability === … … 29 35 [[Image(search.png)]] 30 36 == Design == 31 === Data Model ===32 37 33 38 === Workflows === … … 53 58 [[BR]] 54 59 http://lucene.apache.org/pylucene/features.html 60 [[BR]] 61 http://oak.cs.ucla.edu/cs144/projects/lucene/ 55 62 ---- 56 63 BluePrint