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