Lombiq / Orchard-Azure-Indexing

Orchard module with a search indexing implementation that stores Lucene indices in Azure Blob storage.
Other
3 stars 1 forks source link

Need ILuceneAnalyzerProvider Injection on AzureLuceneIndexProvider #1

Open I3undy opened 8 years ago

I3undy commented 8 years ago

jao28 created on Oct 24, 2014: https://orchardazureindexing.codeplex.com/workitem/2

On the 1.x (latest pull) I needed to modify this file: Lombiq.Hosting.Azure.Indexing/Services/AzureLuceneIndexProvider.cs to include this:

ILuceneAnalyzerProvider luceneAnalyzerProvider) // EMS CHANGE - added luceneAnalyzerProvider
: base(new StubAppDataFolder(appDataFolder), shellSettings, luceneAnalyzerProvider) // EMS CHANGE - added luceneAnalyzerProvider

It has been running successfully this way for me and just getting around to reporting it.

I3undy commented 8 years ago

jao28 commented on Oct 24, 2014:

Oh yeah, also had to change the project over to utilize .NET 4.5.1.

I3undy commented 8 years ago

@Piedone commented on Oct 25, 2014:

Thanks for the suggestion. Once Orchard 1.9 is released we'll update the module to be compatible.