Changes between Version 65 and Version 66 of BluePrint/TextSearch


Ignore:
Timestamp:
05/01/13 21:49:06 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TextSearch

    v65 v66  
    9393*    Proper understanding and the work model of '''S3Filter''' is required.
    9494
    95 *    Literature study of Apache Solr and Pylucene. Getting familiar with both of the and deploy it into my local machine.
     95*    Literature study of Apache Solr and Lucene(Pylucene whixh is a wrapper around lucene) . Getting familiar with both of the and deploy it into my local machine.
    9696
    9797*    Studying the linkage of the Lucene daemon and web2py server.
     
    170170[[BR]]
    171171
    172 *    '''Pylucene''' or '''Apache Solr''' and '''Lucene'''
     172*    ''Apache Solr''' and '''Lucene'''(Pylucene whixh is a wrapper around lucene)
    173173
    174174A comparison analysis was done here whether to choose between Apache Lucene or Apache Solr.[[BR]]
     
    193193*    We need to extend the functionality of the S3ResourceFilter after extracting all result IDs in S3Resource.select .
    194194
    195 *    Then after extracting all the id's, it would identify all the document content filters, then will extract the file system path and then run them through the external contents search engine (Apache Solr/Pylucene), which would in turn return the IDs of the matching items along with the documents.
     195*    Then after extracting all the id's, it would identify all the document content filters, then will extract the file system path and then run them through the external contents search engine (Apache Solr or Lucene(Pylucene whixh is a wrapper around lucene) ), which would in turn return the IDs of the matching items along with the documents.
    196196
    197197*    Along with the IDs, we also need the snippet of the matching text in the respective document (as there in Google Search)