algorithm - Text matching names in java -
i've sports application captain can register team tournament. there can multiple tournaments in year , each tournament requires registration. now, want support below in registration process
- if player has participated in previous tournament app need reuse existing details rather forcing registration.
- need make sure player not playing 2 teams.
i wondering how can best implement name match feature. it makes difference, of names indian origin.
i using neo4j data store.
you use db4o , use unickey feature field name in player class.
tornament class have (set) field players name (and @ least reference indexed name, date name may indexed).
then 2 fields : last tournament , registration next 1 have 1 player 1 tournament.
using soda query can select player last referenced tournament, , register others
Comments
Post a Comment