Changes between Version 38 and Version 39 of Event/2013/GSoC/TextSearch
- Timestamp:
- 08/16/13 18:38:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2013/GSoC/TextSearch
v38 v39 240 240 || Designing the Full-Text search functionality implementation || Discussed with Dominic and Fran || Completed || 241 241 || Implementation of fulltext() function in s3resource.py || Successfully implemented with Error handling || Completed || 242 || Implemented a transform() function to transform a TEXT query to __belong query || Successfully implemented with Error handling || Completed ||243 || Unit tests for all cases(solr un/available, query(), __call__() ) || Implemented the unit tests for s3resource || Almost Done||242 || Implemented a transform() function to transform a TEXT query to belong query || Successfully implemented with Error handling || Completed || 243 || Unit tests for all cases(solr un/available, query(), call() ) || Implemented the unit tests for s3resource || Completed || 244 244 || Generic Indexing onaccept() hook, can be integrated in any module || Implemented and tested on doc_document || Completed || 245 || Attach/Connect the transform() function in S3Resource || Should be implemented in s3resource.py || || 245 || Transform parameter in select() || Should be implemented in s3resource.py || Under Review || 246 || Unit Tests for transform parameter in select() || Specific test cases included to check || Under Review || 246 247 || To extract the snippet and return into transform function || Along with the document, a snippet of text also should be shown || || 247 248 || New TextFilter for FullText Search || Implement in new search Filter s3filter.py || ||