Skip to content

DATAES-479 - Allow specifying a HighlightBuilder when creating a query. #217

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

Closed
wants to merge 2 commits into from

Conversation

jnizet
Copy link
Contributor

@jnizet jnizet commented Aug 9, 2018

  • You have read the Spring Data contribution guidelines.
  • There is a ticket in the bug tracker for the project in our JIRA.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

@@ -46,7 +47,8 @@
private List<SortBuilder> sortBuilders = new ArrayList<>();
private List<FacetRequest> facetRequests = new ArrayList<>();
private List<AbstractAggregationBuilder> aggregationBuilders = new ArrayList<>();
private HighlightBuilder.Field[] highlightFields;
private HighlightBuilder highlightBuilder;
private HighlightBuilder.Field[] highlightFields;
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong identation

@xhaggi xhaggi changed the title Issue/dataes 479 allow specifying a HighlightBuilder when creating a query DATAES-479 - allow specifying a HighlightBuilder when creating a query Aug 23, 2018
public NativeSearchQueryBuilder withHighlightBuilder(HighlightBuilder highlightBuilder) {
this.highlightBuilder = highlightBuilder;
return this;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, wrong identation

@jnizet
Copy link
Contributor Author

jnizet commented Aug 23, 2018

@xhaggi sorry for the indentation problems. It should be fixed now.

@xhaggi xhaggi changed the title DATAES-479 - allow specifying a HighlightBuilder when creating a query DATAES-479 - Allow specifying a HighlightBuilder when creating a query. Aug 24, 2018
xhaggi pushed a commit that referenced this pull request Aug 24, 2018
@xhaggi
Copy link
Contributor

xhaggi commented Aug 24, 2018

Merged, thank you for your contribution.

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

Successfully merging this pull request may close these issues.

2 participants