Changes between Version 32 and Version 33 of BluePrint/TextSearch


Ignore:
Timestamp:
04/23/13 14:33:32 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TextSearch

    v32 v33  
    168168*    This would be accomplished by using Pylucene, which is a wrapper on Apache Lucene in Python to carry out these tasks.
    169169
     170*    The main thing we could focus on is the efficiency of the search, as we know it will be '''Computationally challenging''' to perform accurate search.
     171
    170172*    After the response, the part which remains will be displaying the search results in a proper user friendly format.
    171173[[BR]]
     
    176178==== Global Search ====
    177179
    178 *   
     180*    We will look a the design implementation of IFRC template, and add the global search text box using S3Filter.
     181
     182*    We have two option for implementing this:
     183
     184**    Create an new method for global search.
     185
     186**    Use existing filter for searching the text through all the resources.
     187
     188*    So, this would be the part for the back-end computation. The display would be a category of all the resources which gives the search result as we discussed in the workflow.   
    179189== References ==
    180190=== Chats and Discussions ===