Changes between Version 14 and Version 15 of BluePrint/TextSearch
- Timestamp:
- 04/20/13 16:06:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/TextSearch
v14 v15 23 23 === Functional === 24 24 For Full Text: 25 * Proper understand and the work model of S3Search(depricated) and S3Filter is required.25 * Proper understanding and the work model of S3Search(depricated) and S3Filter is required. 26 26 * Literature study of Apache Lucene and PyLucene. 27 27 * Getting familiar with PyLucene and deploy it into my local machine. 28 28 * Studying the linkage of the Lucene daemon and web2py server. 29 * Extend the functionality of S3Filter by introducing 29 * Extend the functionality of S3Filter by introducing an addition feature (which is a text field) to search for text through documents. 30 30 31 === Non-functional === 31 === Interoperability ===32 32 === Standards === 33 33 === System Constraints === 34 * The user should have PyLucene installed in there machine. 35 * Also, while starting the web2py server, the Lucence deamon should also start. 36 * In case of failure, the search query related to full-text search will not be functional. 34 37 == Use-Cases == 35 38 [[Image(search.png)]]