Shannon Deminick

Results 325 comments of Shannon Deminick
trafficstars

Lucene indexes cannot be shared by more than one process. If you want to host an index that is accessible by multiple processes, then you should host that index in...

@wilsonchenbhs what version are you using?

Yep, it's just a property now. Any help updating the docs would be great 👍

That sounds like an Umbraco issue. Examine just adds data to the index that Umbraco tells it too. When rebuilding large sites like this, Umbraco will only wait a certain...

Are you able to replicate this in a different site with different data?

No CommitCount is actually a legacy thing. The code comments are ```cs /// /// Used to keep track of how many index commits have been performed. /// This is used...

I would love to have time to continue to pursue this but I just don't. I have fixed several issues with the original Azure Directory implementation in this codebase (I...

Examine supports DateTime OOTB you don't need to jump through hoops to make that work and using Ticks is a very old way of doing things. There's some docs here...

You've mentioned this is an issue only in one of your environments which, perhaps your custom code isn't executing in that environment or some other code is switching it back?

Sorry for the delay, it looks to be the same/similar problem as just reported here https://github.com/Shazwazza/Examine/issues/160, i'll keep both issues open for now since they are different stack traces. I'll...