Changes between Version 65 and Version 66 of BluePrint/TextSearch
- Timestamp:
- 05/01/13 21:49:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/TextSearch
v65 v66 93 93 * Proper understanding and the work model of '''S3Filter''' is required. 94 94 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. 96 96 97 97 * Studying the linkage of the Lucene daemon and web2py server. … … 170 170 [[BR]] 171 171 172 * '' 'Pylucene''' or '''Apache Solr''' and '''Lucene'''172 * ''Apache Solr''' and '''Lucene'''(Pylucene whixh is a wrapper around lucene) 173 173 174 174 A comparison analysis was done here whether to choose between Apache Lucene or Apache Solr.[[BR]] … … 193 193 * We need to extend the functionality of the S3ResourceFilter after extracting all result IDs in S3Resource.select . 194 194 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. 196 196 197 197 * Along with the IDs, we also need the snippet of the matching text in the respective document (as there in Google Search)