Révision 2503

tmp/org.txm.index.core/src/org/txm/index/core/functions/PartitionIndex.java (revision 2503)
59 59
 * @author mdecorde
60 60
 * @author sjacquot
61 61
 */
62
// FIXME: SJ: check that all works well then remove the partnames usage
63 62
public class PartitionIndex extends Index {
64 63
	
65 64
	/** The lexicon used to compute the index (if query = null || query == [] && properties.size() == 1 */
......
105 104
	protected boolean _compute() throws Exception {
106 105
		lines.clear();
107 106
		counts.clear();
108
		// partNames.clear();
109 107
		currentpartid = 0;
110 108
		nTotalTokens = 0;
111 109
		

Formats disponibles : Unified diff