Skip to content

Instantly share code, notes, and snippets.

@zimdo
Created May 21, 2012 03:16
Show Gist options
  • Save zimdo/2760418 to your computer and use it in GitHub Desktop.
Save zimdo/2760418 to your computer and use it in GitHub Desktop.
WithOutAgeFieldSource
TermQuery termQuery = new TermQuery(new Term("title", "foo"));
FieldScoreQuery scoreQuery = new FieldScoreQuery("agescore", FieldScoreQuery.Type.FLOAT);
Query query = new CustomScoreQuery(termQuery, scoreQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment