Skip to content

Instantly share code, notes, and snippets.

@wardbekker
Created September 9, 2011 06:59
Show Gist options
  • Save wardbekker/1205643 to your computer and use it in GitHub Desktop.
Save wardbekker/1205643 to your computer and use it in GitHub Desktop.
add_keyword_position(Keyword, DocCatId, Position) ->
Server = get_keyword_server( Keyword ),
gen_server:cast(Server, {add, DocCatId, Position}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment