Thanks for your answer Jack krupansky. Here is my Request handler :
<requestHandler name="/dataimport" class="org.apache.solr.handler.dataimport.DataImportHandler"> <lst name="defaults"> <str name="config">data-config.xml</str> </lst> </requestHandler> Looking similar to yours Here is my data-config.xml <dataConfig> <dataSource type="FileDataSource" /> <document> <entity name="f" processor="FileListEntityProcessor" baseDir="C:/" fileName=".*xml" recursive="true" rootEntity="false" dataSource="null"> </entity> </document> </dataConfig> When i am executing "DataImport" from the Solr Admin, It is showing some 67 files Indexed. after that how can i search the string. Should i enter anything in custom parameter field? <http://lucene.472066.n3.nabble.com/file/n4072587/form.jpg> I am very much confused, how does it work?.. Whole idea is to create a webapp in which user can configure there locations and search whatever they want in that locations...shall i able to achieve it using Apache Solr? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-File-System-Search-tp4072439p4072587.html Sent from the Solr - User mailing list archive at Nabble.com.