Rename LC to LCDClusterer
commitcb0e51fb7c51dfe4f3addebd7d4cff9b797a0c8f
authorUppinder Chugh <uppinderchugh@gmail.com>
Sat, 14 Jul 2018 18:50:44 +0000 (15 00:20 +0530)
committerUppinder Chugh <uppinderchugh@gmail.com>
Sat, 14 Jul 2018 18:50:44 +0000 (15 00:20 +0530)
treed7bf4de031a5cd49bb1e0a384af4ef11da1da6b0
parentb40f72bb1190c2a3d9030b8f9ba0628c67414169
Rename LC to LCDClusterer

Rename LC clustering to the actual name of the algorithm which has been
implemented, that is LCD clustering. Accordingly, Xapian::LC is changed to
a more verbose form: Xapian::LCDClusterer, which was suggested by
James Aylett.
xapian-core/cluster/Makefile.mk
xapian-core/cluster/lcd_clusterer.cc [moved from xapian-core/cluster/lc.cc with 91% similarity]
xapian-core/diversify/diversify.cc
xapian-core/include/xapian/cluster.h
xapian-core/tests/api_diversify.cc