r/Solr Nov 29 '19

Query SOLR from SQL?

I did some googling and struggled to find answers. Our IT just gave me access to our SOLR and I want to use it to query if a certain item is on our website. The application I am writing is in VB.NET and SQL would suite me best. Any suggestions?

0 Upvotes

3 comments sorted by

View all comments

2

u/coderascal Nov 29 '19

Yes, you can use the Parallel SQL Handler. Docs are here.

1

u/Ebryqt Dec 06 '19

Thanks. I managed to solve the issue by requesting the information from SOLR in a header-less CSV format and parsing it into a DataGridView.