Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need ILuceneAnalyzerProvider Injection on AzureLuceneIndexProvider #1

Open
I3undy opened this issue Nov 30, 2015 · 2 comments
Open

Comments

@I3undy
Copy link
Member

I3undy commented Nov 30, 2015

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
Copy link
Member Author

I3undy commented Nov 30, 2015

jao28 commented on Oct 24, 2014:

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

@I3undy
Copy link
Member Author

I3undy commented Nov 30, 2015

@Piedone commented on Oct 25, 2014:

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

LombiqBot pushed a commit that referenced this issue Apr 14, 2016
Issue/btlr 54

--HG--
branch : dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant