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
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
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
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)
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