Changes between Version 27 and Version 28 of BluePrint/TextSearch
- Timestamp:
- 04/23/13 13:26:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/TextSearch
v27 v28 33 33 * The result will be the name on the document, the link to the uploaded documents(specifying the authorization checks) and a line of text containing the search string. 34 34 35 == Use Case Analysis == 36 37 === Target Problem === 38 39 The Full-Text Search will try to solve two problem: 40 41 * To find one particular item(document/record). 42 43 * To find all items '''Relevant''' for a task the user is to perform. 44 45 The Global Search will solve the following problem: 46 47 * To search for a particular item through all the Resources. 48 49 === Benefit to Sahana Eden === 50 51 * A new functionality for searching text into the documents will be implemented as a part of this project. Till now no such system exits. So when the user wants to search for a particular document/report, relevant text search should be able to give efficient search results. 35 52 == Requirements == 36 53 === Functional === 37 54 '''For Full Text Search:'''[[BR]] 38 * Proper understanding and the work model of S3 Search(depricated) and S3Filter is required.55 * Proper understanding and the work model of S3Filter is required. 39 56 40 57 * Literature study of Apache Lucene and Pylucene. Getting familiar with '''Pylucene''' and deploy it into my local machine. … … 45 62 46 63 * A user interface for displaying the search result. 64 65 '''For Global Search'''[[BR]] 66 * Appropriate understanding for the S3Filter. 67 68 * Need to search for a particular resource over all the resources. 69 70 * Efficient search mechanism to search over all the resource. 47 71 48 72 === Non-functional ===