Changes between Version 27 and Version 28 of BluePrint/TextSearch


Ignore:
Timestamp:
04/23/13 13:26:02 (11 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TextSearch

    v27 v28  
    3333*    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.
    3434
     35== Use Case Analysis ==
     36
     37=== Target Problem ===
     38
     39The 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
     45The 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.
    3552== Requirements ==
    3653=== Functional ===
    3754'''For Full Text Search:'''[[BR]]
    38 *    Proper understanding and the work model of S3Search(depricated) and S3Filter is required.
     55*    Proper understanding and the work model of S3Filter is required.
    3956
    4057*    Literature study of Apache Lucene and Pylucene. Getting familiar with '''Pylucene''' and deploy it into my local machine.
     
    4562
    4663*    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.
    4771 
    4872=== Non-functional ===