0

I have an ASP.NET MVC3 web app that uses MongoDB. I am trying to implement search using Solr.

I want only the Title, Tags fields to be indexed by Solr and returned. In future I may include the bigger Description field.

I am looking at this but I am not clueless on how to proceed from here. http://lucene.apache.org/solr/4_5_0/tutorial.html

MongoDB also has Solr connector. This confusing to me.

Could anyone please suggest what would be a better approach to take?

Completely decouple Solr from MongoDB and add from web app side OR use mongoDB connector?

If this is not the right place or not a right question, I can remove this.

Thanks for reading

kheya
  • 7,546
  • 20
  • 77
  • 109

1 Answers1

0

The best way for you to proceed is to use SolrNet. SolrNet will give you more access over what your code does compared to MongoDB Solr Connector (written in Python).

References:

  1. How to use mongoDB with Solr?
Community
  • 1
  • 1
Socratees Samipillai
  • 2,985
  • 1
  • 20
  • 20