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

Use FieldMapper to create the low level term queries in CommonTermQuery #5273

Merged
merged 1 commit into from
Feb 27, 2014

Conversation

s1monw
Copy link
Contributor

@s1monw s1monw commented Feb 27, 2014

I added a patch to lucene to fix this upstream:
https://issues.apache.org/jira/browse/LUCENE-5478

Closes #5258

}

static {
assert Version.LUCENE_47.onOrAfter(Lucene.VERSION) : "Remove obsolet code after upgrade to lucene 4.8";
Copy link
Contributor

Choose a reason for hiding this comment

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

s/obsolet/obsolete/

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 will fix

@jpountz
Copy link
Contributor

jpountz commented Feb 27, 2014

Nice! I left minor comments but other than that, +1 to push!

@jpountz
Copy link
Contributor

jpountz commented Feb 27, 2014

let's push!

@s1monw s1monw merged commit fe9de7f into elastic:master Feb 27, 2014
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Query DSL labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories v0.90.13 v1.0.2 v1.1.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support of field boost in common terms query
3 participants