Skip to content

Commit

Permalink
Merge pull request #149 from alessandrobenedetti/patch-1
Browse files Browse the repository at this point in the history
Added in process support for Apache Solr
  • Loading branch information
dhruv-anand-aintech authored Feb 13, 2024
2 parents 2326b91 + b34818f commit 620d579
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tools/vdb_table/data/apachesolr.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
"comment": ""
},
"in_process": {
"support": "none",
"source_url": "",
"comment": ""
"support": "partial",
"source_url": "https://solr.apache.org/docs/9_4_0/core/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html",
"comment": "Available via EmbeddedSolrServer for Java apps only"
},
"multi_tenancy": {
"support": "full",
Expand Down Expand Up @@ -149,4 +149,4 @@
"source_url": "https://issues.apache.org/jira/browse/SOLR-16836",
"comment": ""
}
}
}

0 comments on commit 620d579

Please sign in to comment.