Can I integrate Solr with Sharepoint without using the Lucene Connector Framework

Is it possible to integrate Solr with Sharepoint without using the Lucene Connector Framework. if so, should I make the Solr Index a base Sharepoint database? Will this get successful search results?

+5
source share
1 answer

To get text in Solr, you must be able to extract it. The Lucene Connector is designed for this. If you somehow get the source code in another way, you can use the DataImportHandler to import the information. If you index the text correctly and have a good layout, you can get successful search results.

+2
source

All Articles