1/ the _version_ field is necessary. 2/ there is a Solr api for editing the manged schema 3/ not having used solrnet, I suspect you can bypass it and use the solr REST api directly. Cheers -- Rick
On October 13, 2017 5:40:26 AM EDT, startrekfan <startrekfa...@freenet.de> wrote: >Hello, > >I have some Solr related questions: > >1.) I created a core and tried to simplify the managed-schema file. But >if >I remove all "unecessary" fields/fieldtypes, I get errors like: field >"_version_" is missing, type "boolean" is missing and so on. Why do I >have >to define this types/fields? Which fields/fieldtypes are required? > >2.) Can I modify the managed-schema remotly/by program e.g. with a post >request or only by editing the managed-schema file directly? > >3.) When I have a service(solrnet client) that pushes a file from a >fileserver to solr, will it cause two times traffic? (from the >fileserver >to my service and from the service to solr?) Is there a chance to index >the >file direct? (I need to add additional attributes to the index >document) > >Thank you -- Sorry for being brief. Alternate email is rickleir at yahoo dot com