Skip to content

Feature/percolate query #2063

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

Merged
merged 1 commit into from
Apr 29, 2016
Merged

Feature/percolate query #2063

merged 1 commit into from
Apr 29, 2016

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Apr 27, 2016

Closes #2007

@Mpdreamz, I see that you already fixed the percolate stats changes in c5b71db 👍

@gmarz, @Mpdreamz , What are your thoughts on ICoreProperty? Basically, the percolator type only needs name, type name and index name so these remain on IProperty and pushed the remaining properties up into ICoreProperty.

Maybe IAnalyzableProperty might be better, as the properties relate to analysis?

{
public static class IdExtensions
{
public static bool IsConditionless(this Id id)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we make these extensions internal? Not just this one in particular, but any IsCondtionless() extension (i.e. TypeName.IsConditionless()).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

++

@gmarz
Copy link
Contributor

gmarz commented Apr 29, 2016

Few minor nitpicks but overall LGTM 👍 . I'm +1 on ICoreProperty, but I think there are a few instances where it exposes properties that aren't valid for a type (e.g. TextProperty.DocValues). There could be other instances as well. We should re-evaluate all of our types as part of #2059, but I'm cool with this for alpha1.

Split doc_values out into separate interface
Set the Accept header using requestData.Accept property
Closes #2007
@russcam russcam force-pushed the feature/percolate-query branch from cfbbb98 to 007ba5f Compare April 29, 2016 06:58
@russcam russcam merged commit c4f3b38 into master Apr 29, 2016
@russcam russcam deleted the feature/percolate-query branch April 29, 2016 08:35
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.

Percolator changes
2 participants