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-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org

Reply via email to