Open mkosieradzki opened 6 years ago
Thanks for the feedback! We are working on adding integrated index support in our future versions. This is in our roadmap.
Any possibility of MS supported indexing packages coming our way or is this one unlikely to ever happen now?
In the Reliable Collections API, today we have an awesome KV store, queues and high performance queues.
We are missing something that will allow to consistently index and efficiently perform different kinds of searches and indexing, for example:
Apache Lucene is a de-facto industry standard for search-engine back-ends - but unfortunately it is java. One of the solutions is to invest into Apache Lucene .NET port (it's couple of versions behind) and make it SF-friendly.
Other solutions like creating a dedicated SF implementation seem to be quite costly.