Solr File Indexing

Solr also support for file indexing, such as content, author, and any meta data inside a file.
I will show you how to use this, with assume that the solrconfig.xml is already set up as my environment.
Check out below :
  1. Call URL address directly from browser (or using curl command), as follow :
  2. OR, you can call via WebClient object in C# on ASP.Net : The content is not indexed, but recorded, just to minimize the memory use.

For complete reference, please read Solr Wiki - ExtractingRequestHandler
My it helps,
Thanks

No comments:

Post a Comment