You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@solr.apache.org by Dipu Divakaran <dd...@hitachisolutions.com> on 2023/04/21 12:43:10 UTC

Apache Solr Schemeless mode with .Net Core

Team,

Can someone provide me any examples/link/document for implementing Apache Solr Indexing and Search with schemeless mode in .Net core?

Thanks
DD
This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete this e-mail and any attachments from any device.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org


Re: Apache Solr Schemeless mode with .Net Core

Posted by Shawn Heisey <ap...@elyograg.org>.
On 4/21/23 06:43, Dipu Divakaran wrote:
> Can someone provide me any examples/link/document for implementing Apache Solr Indexing and Search with schemeless mode in .Net core?

Schemaless mode is entirely server-side at index time.  Queries and 
clients will not be affected by schemaless mode.

https://solr.apache.org/guide/solr/latest/indexing-guide/schemaless-mode.html

This project only maintains the Java client.  All other Solr clients, 
including those for .NET, are third party.  For help with those, you 
need to talk to whatever entity produced the client you are using.

The dev list is not the right place for this.  This list is for 
discussion around the development of Solr itself, not developing user 
applications.  The user list is where this should have gone.

Thanks,
Shawn

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org