New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with GridFS features [DATAMONGO-6] #944
Comments
Matthias Scudlik commented fast content search would be great |
Mark Pollack commented can you elaborate a bit? Something like this http://nosql.mypopescu.com/post/383437318/integrating-mongodb-with-solr ? I believe that mongodb itself will be offering some text search feature in the future but that might not be around gridfs.... |
Matthias Scudlik commented Since GridFS is dealing with binary data it certainly makes not sense for all kind of data. I suggest that there should be standard functionality for text files (text, xml, html,..) This should probably be done by indexing the binary content. The "adapter" should be On the other hand you could also have an zip archive that has some content you are looking for. For zip files the mimetype is not enough. Imagine you have different kinds of zip archives. iamges_001.zip -> dont index Something like that. I think is is a common usecase and it would be really great to have that. Using Lucene i would create that index in order to retrieve the id of the file/data and then get that file/data. But i didn't evaluate which technologie i would use for that and actually i haven't use I hope this was understandable |
Matthias Scudlik commented I just had another idea that would be nice to have, but is probably hard: MimeType Sniffing for InputStreams that you can store |
Oliver Drotbohm commented Current draft is at this GitHub branch. Feedback is welcome! |
Oliver Drotbohm commented Just merged the initial draft into the master branch and deployed a snapshot build. No integration with any indexing support yet. We might want to create a separate ticket for that if there's demand |
Mark Pollack opened DATAMONGO-6 and commented
Provide Spring Resource abstraction for GridFS.
Helper class around common use cases.
File upload servlet?
Referenced from: commits 572c4bb
8 votes, 9 watchers
The text was updated successfully, but these errors were encountered: