WP SOLR with SharePoint
- mark.caldwellParticipant12 months ago #43469
We are looking at a project where we need to index:
* A WordPress site
* One or more SharePoint sites that are repositories of documentsWe need to have a search that:
* returns a single set of search results covering all of these
* return only the SharePoint stored documents
* return only sections of the WordPress site
* return only WordPress content that is in a particular Custom Post Type
* return only WordPress usersI’ve found documentation on how to index SharePoint with SOLR but I can’t tell from WP SOLR documentation if its possible to do what I described above.
mark.caldwellParticipant12 months ago #43480Thanks – I’m not concerned about WPSOLR indexing the SharePoint – I think we can configure our SOLR server to do the indexing. What I’m interested in is if we have two indexes:
* WordPress Content
* SharePoint
Can we configure WPSOLR so that the search results we show in WordPress come from both of those indexes?We have WPSOLR on a project for a different client and I’ve seen the option on the “Connect Your Indexes” tab to “Add another index”. So can we add the SharePoint index there and will the search then use both one for WordPress and one for SharePoint to get the results?
wpsolrKeymaster12 months ago #43481There is nothing in WPSOLR to combine 2 indices results.
WPSOLR can manage several indices indeed, but to be used in different sections of your site: like Elasticsearch for admin WooCommerce orders listings, and Weaviate for AI front-end search.Also, all results are supposed to contain a post type id, to be rendered by your theme.
mark.caldwellParticipant12 months ago #43506Thanks – thats really helpful. We’ll have to find a different way of bringing the SharePoint content into the WordPress search.
You must be logged in to reply to this topic.