Index lifecycle in search API using .NET

Each time,already Created index will get deletes and create as new ?

1 Like

@bharathiGK,

The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. To learn more about this, please have a look at index lifecycle. Secondly, let us know that either you are using API for .NET platform or for Java?

Thank you.I’m Using for .Net

Can i get code Samples for Search with Azure blobs

1 Like

@bharathiGK,

Currently API doesn’t support any such feature. However, we’ve logged an investigation ticket with ID SEARCHNET-2210. We’ll now further look into the possibilities to support such a feature. As there’s any update, you’ll be notified.
For now, you can only perform search operations over local environment. Please explore this open-source example project and this documentation.

Okay.Thank you.I’m looking for the best solution to work with Azure Blobs

@bharathiGK,

You are welcome.