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

The demo app needs "dotnet add package Lucene.Net.Analysis.Common --prerelease" #1053

Open
1 task done
klacol opened this issue Dec 2, 2024 · 3 comments
Open
1 task done
Labels
docs Applies to the API docs or website pri:normal
Milestone

Comments

@klacol
Copy link

klacol commented Dec 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe the documentation issue

The demo app on https://lucenenet.apache.org/ does only compile after adding the package Lucene.Net.Analysis.Common.

Additional context

No response

@klacol klacol added the docs Applies to the API docs or website label Dec 2, 2024
@paulirwin
Copy link
Contributor

Thanks for this issue report. Are you referring to the demo code on the homepage?

@paulirwin paulirwin added this to the 4.8.0 milestone Dec 2, 2024
@klacol
Copy link
Author

klacol commented Dec 5, 2024

Thanks for this issue report. Are you referring to the demo code on the homepage?

I am referring to this page: https://lucenenet.apache.org/

It only worked for me with this

dotnet add package Lucene.Net --prerelease
dotnet add package Lucene.Net.Analysis.Common --prerelease

I think the content in the black box should reflect this.

@paulirwin
Copy link
Contributor

Great point, thank you for clarifying. We also intend on adding a demo template, but I think we can improve the instructions here about the other packages required.

I'm also wondering if it would be helpful to create a "Lucene.Net.StarterPack" NuGet package that has no code itself but brings in common Lucene.NET packages like Analysis.Common, and possibly some common others like QueryParser, Facet, and Highlighter... we could then use this single package in the quick start on the homepage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Applies to the API docs or website pri:normal
Projects
None yet
Development

No branches or pull requests

2 participants