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

  1. if player has participated in previous tournament app need reuse existing details rather forcing registration.
  2. 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

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -