Does the schema api support xml requests?

2017-11-28 Thread startrekfan
Hey Does the schema api supports xml requests? I tried to post a xml formatted "add-field" but got an parser exception. Is there no xml support? Is it planned to add xml support within the next few months? Thanks

Get Username within a plugin (Basic Authentication Plugin)

2017-10-24 Thread startrekfan
Hello, I have set up an solr server with the "Basic Authentication Plugin". Now I'd like to write a custom PostFilter(extends ExtendedQueryBase) plugin. Can you explain me how I can get the username of the authenticated user within my plugin? Thanks

Get Username within a plugin (Basic Authentication Plugin)

2017-10-24 Thread startrekfan
Hello, I have set up an solr server with the "Basic Authentication Plugin". Now I'd like to write a custom PostFilter(extends ExtendedQueryBase) plugin. Can you explain me how I can get the username of the authenticated user within my plugin? Thanks

Re: Solr related questions

2017-10-13 Thread startrekfan
Regarding index files direct, you can utilize the DIH (DataImportHandler), > depends on the file format, its csv, xml, json, but mind it is single > threaded. > > Hope this clarifies some of it. > > Amrit Sarkar > Search Engineer > Lucidworks, Inc. > 415-589-9269 <(415)

Solr related questions

2017-10-13 Thread startrekfan
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