-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement schema API #255
Comments
Since Solr 5.0 the Schema API is more complete: |
Is there something new on the admin APIs of Solr ? |
Is this still being considered for development? This would be a very useful feature especially when dealing with schemaless indexing. |
We support the V1 CoreAdminAPI and the V1 CollectionsAPI partly. Other V1 APIs are not implemented. See
|
Hello 👋 I'm very new to Solr and I created a new collection. Via Solarium client, but how can I define the schema. In #839 it was mention there is already a way to define a schema via solarium, but I could not find anything in the docs? Maybe somebody can push me into the right direction :) |
@alexander-schranz I'm going to answer in #1049 because I think this is not quite what you're looking for. |
You can use a generic API query to update a schema through the Schema API. solarium/examples/execute_all.php Lines 101 to 115 in 3e0eb01
|
Since 4.2 Solr has a schema API: https://wiki.apache.org/solr/SchemaRESTAPI
Solarium should support this.
The text was updated successfully, but these errors were encountered: