Skip to content

Instantly share code, notes, and snippets.

@zimdo
Created May 21, 2012 03:19
Show Gist options
  • Save zimdo/2760425 to your computer and use it in GitHub Desktop.
Save zimdo/2760425 to your computer and use it in GitHub Desktop.
WithAgeFieldSource
TermQuery termQuery = new TermQuery(new Term("title", "foo"));
ValueSourceQuery valueQuery = new ValueSourceQuery(new AgeFieldSource("created"));
CustomScoreQuery query = new CustomScoreQuery(termQuery, valueQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment