Example of File System Search using apache solr 4.0

百般思念 提交于 2019-12-25 06:04:25

问题


Hi My Requirement is that: I have to create an web application where a search text and button will be there and when I enter some text to search it should search into my local file system on windows like: C:/ drive and lists and display these files that contains the matched text. It is like windows 8 file system search. Can anybody help me on these??? I new to Solr. I configured apache-solr-4.0.0 with Tomcat7 and JDK 7. Please Help with some example. You can send me any sample application on shubhankar.sarkar@yahoo.com


回答1:


You may want to look at ManifoldCF, which has a file system adapter and indexes into Solr. Otherwise, you have to build your own crawler, make decisions on what file types to index, etc.



来源:https://stackoverflow.com/questions/25607608/example-of-file-system-search-using-apache-solr-4-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!