Changes between Version 23 and Version 24 of BluePrint/TextSearch


Ignore:
Timestamp:
04/20/13 17:15:11 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TextSearch

    v23 v24  
    9393=== Technologies ===
    9494
     95The technology going to be used are:
     96
     97*    '''S3Search''' and '''S3Filter'''
     98
     99The resource for these are here:[[BR]]
     100http://eden.sahanafoundation.org/wiki/S3/FilterForms
     101[[BR]]
     102http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Search
     103[[BR]]
     104
     105*    '''Apache Lucene''' and '''PyLucene'''
     106
     107A comparison analysis was done here whether to choose between Apache Lucene or Apache Solr.[[BR]]
     108http://www.alliancetek.com/Blog/post/2011/09/22/Solr-Vs-Lucene-e28093-Which-Full-Text-Search-Solution-Should-You-Use.aspx
     109[[BR]]
     110Solr is a platform that uses the Lucene library, the only time it may be preferable to use Lucene is if you want to embed search functionality into your own application. So I choose Lucene for indexing the documents and search string in those documents.
     111
    95112== Implementation ==
    96113