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

Upgrade to Lucene 4.9 #6623

Closed
wants to merge 6 commits into from
Closed

Upgrade to Lucene 4.9 #6623

wants to merge 6 commits into from

Conversation

rmuir
Copy link
Contributor

@rmuir rmuir commented Jun 26, 2014

No description provided.

@rmuir rmuir self-assigned this Jun 26, 2014
@rmuir rmuir added the review label Jun 26, 2014
@@ -35,7 +35,8 @@
@Inject
public DiskDocValuesFormatProvider(@Assisted String name, @Assisted Settings docValuesFormatSettings) {
super(name);
this.docValuesFormat = new DiskDocValuesFormat();
// TODO: log a warning if someone chooses this? just remove this together and map it to the 4.9 provider?
this.docValuesFormat = new Lucene49DocValuesFormat();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove it completely? If someone was using this format he had to change the format to the default one and run optimize before upgrading anyway?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, but would prefer if we do such things in a followup issue. This upgrade is plenty complicated already.

@s1monw
Copy link
Contributor

s1monw commented Jun 26, 2014

I left one comment, I think it looks good otherwise

@jpountz
Copy link
Contributor

jpountz commented Jun 26, 2014

LGTM

1 similar comment
@martijnvg
Copy link
Member

LGTM

@rmuir rmuir closed this in b55ad98 Jun 26, 2014
rmuir added a commit that referenced this pull request Jun 26, 2014
@jpountz jpountz removed the review label Jul 16, 2014
@clintongormley clintongormley changed the title Upgrade to Lucene 4.9 Internal: Upgrade to Lucene 4.9 Jul 16, 2014
@clintongormley clintongormley changed the title Internal: Upgrade to Lucene 4.9 Upgrade to Lucene 4.9 Jun 7, 2015
@clintongormley clintongormley added :Core/Infra/Core Core issues without another label and removed :Core/Infra/Core Core issues without another label labels Aug 25, 2015
@jpountz jpountz deleted the enhancement/lucene_4_9_upgrade branch October 6, 2015 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants