Directory Statistics for src/java/com/photostructure/sorm/

Back to Index Page

Lines Of Code for src/java/com/photostructure/sorm/

Commits for src/java/com/photostructure/sorm/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm20 (100.0%) 1069 (100.0%) 1261 (100.0%) 53.45

Commit Log

DateAuthorFile/Message
1/22/06 12:26 AMmatthewm
whitespace (2 Files changed, 8 Lines changed)
src/java/com/photostructure/sorm/LuceneIndex.java 1.3 (+4 -4)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.6 (+4 -4)
1/21/06 11:17 PMmatthewm
very important log message change (1 Files changed, 3 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.5 (+3 -3)
1/16/06 11:03 PMmatthewm
added addFilename (1 Files changed, 25 Lines changed)
src/java/com/photostructure/sorm/DocumentTools.java 1.2 (+25 -3)
1/13/06 12:45 AMmatthewm
extracted local variable. (basically no-op) (1 Files changed, 5 Lines changed)
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.4 (+5 -4)
1/13/06 12:44 AMmatthewm
made sure interceptor.onFlushDirty didn't no-op if the lucene index was out of sync some how. (1 Files changed, 28 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.4 (+28 -11)
1/7/06 7:46 AMmatthewm
supported no-op "don't bother the index with this update" feature (1 Files changed, 29 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.3 (+29 -8)
1/7/06 7:45 AMmatthewm
added isPropertyNameIndexed (1 Files changed, 4 Lines changed)
src/java/com/photostructure/sorm/LuceneIndexable.java 1.2 (+4 -2)
1/3/06 10:29 PMmatthewm
argh. logger was a superclass-inherited Spring field. Hide! (1 Files changed, 39 Lines changed)
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.3 (+39 -22)
1/3/06 10:28 PMmatthewm
twiddled variable name (1 Files changed, 5 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.2 (+5 -5)
1/3/06 10:28 PMmatthewm
converted to heavy-handed exclusive read/write concurrency semantics (1 Files changed, 78 Lines changed)
src/java/com/photostructure/sorm/LuceneIndex.java 1.2 (+78 -106)
1/2/06 10:22 PMmatthewm
Reorder the list to be in the same order as the ids (1 Files changed, 23 Lines changed)
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.2 (+23 -20)
1/2/06 8:07 AMmatthewm
moved from ../lucene/ (8 Files changed, 1014 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.1 added 176
src/java/com/photostructure/sorm/SearchableHibernateDaoSupport.java 1.1 added 151
src/java/com/photostructure/sorm/DocumentTools.java 1.1 added 45
src/java/com/photostructure/sorm/SearchableDao.java 1.1 added 60
src/java/com/photostructure/sorm/LuceneIndexable.java 1.1 added 30
src/java/com/photostructure/sorm/QueryTools.java 1.1 added 41
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.1 added 286
src/java/com/photostructure/sorm/LuceneIndex.java 1.1 added 225