Skip to content

Instantly share code, notes, and snippets.

@gunnarmorling
Created September 7, 2015 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunnarmorling/c18099d05f0838dd7d04 to your computer and use it in GitHub Desktop.
Save gunnarmorling/c18099d05f0838dd7d04 to your computer and use it in GitHub Desktop.
@Id
@DocumentId
@NumericField(forField="id_forNumericSort")
@Field(name = "id_forNumericSort", store=Store.NO, index=Index.NO)
public Integer getId() {
return id;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment