Dipu,

Please don't cross-post to multiple mailing lists.

Your question is fairly open, so don't expect to get much response. My thoughts:

Why would you want schema-guessing mode? It is NOT recommended for production, 
so we recommend creating a schema (See schema designer UI) up front.
In .NET you'd first want to select a solr client library. I know a few existed 
years ago, but am not up to date on that myself. Whatever client you select, 
you must consult that community for usage examples in .NET.

Schema guessing mode can be nice in the exploration phase for quickly ingesting 
new data with lots of different fields. But you'll still always need to go back 
and modify the guesses. Instead of schema guessing mode, you should explore the 
Schema Designer feature where you can upload a sample of your dataset to Solr 
and get a visual suggestion of the types for each. See 
https://solr.apache.org/guide/solr/latest/indexing-guide/schema-designer.html

Jan

> 21. apr. 2023 kl. 04:56 skrev Dipu Divakaran 
> <ddivaka...@hitachisolutions.com>:
> 
> 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.

Reply via email to