Present: Yves, Jim, Sergei, Dan
=== Migration to Git
Issues remaining last week:
> 1. Find solution for how to host private maven repo on
> git or alternative solution (/maven2)
Asgeir found the proper URL.
> 3. Update cloudbees to work from git source.
Jim fixed this.
Continuous build works, but not the snapshots.
-> need help to set up the process/rules for the snapshots.
-> TODO: Ask Asgeir how to do this (or have him do it :)
> 4. Decide on general workflow and policies
> - see Chase and Asgeir's suggestions.
Report.
Ultimately a dev/master model.
For now, to get use to Git, we can use the master directly.
A few mysteries still to work out
Need time to get comfortable.
=== Segmenter implementation
Report from Sergei
-> nothing new.
=== Sub-Filters
Jim is working on the subfilter branch.
See emails in mailing list.
Jim did a walk-through the new code.
Next: will try the adapter pattern
=== Top-10 items
Yves was to post the list in dev and CC tools:
-> Will try to do that before the call.
Done.
=== HTML5
Yves was to provide unit tests for the translate issue.
-> Pending
Maybe a bug for non-wellformness config.
-> Yves to try with wellformness switch on
=== Olifant/tmdb
Nothing new to report.
=== Drupal filter:
Initial filter in the master branch.
Work in progress.
=== Any Other Business
--- Pensieve TM:
We have read/write option?
Lucene does support it. But not sure if it's implemented in Pensieve.
Reading should always be ok, normally.
searchFuzzy vs searchExact
sometimes searchFuzzy finds exacts: because of ngrams and lowercases.
Should do a searchExact then a searchFuzzy
Different TU with same source but different ID: would search find several or just one?
(seems to get only one hit now)
-end