Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik K committed May 6, 2010
1 parent 8f3a557 commit 14400a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/hbasene/index/HBaseIndexStore.java
Expand Up @@ -232,6 +232,8 @@ private void doCommitTermFrequencies() throws IOException {
put.add(HBaseneConstants.FAMILY_TERMFREQUENCIES, Bytes
.toBytes(termFrequencyEntry.getKey()), Bytes
.toBytes(termFrequencyEntry.getValue().size()));
//TODO: Rudimentary encoding saves only the term frequencies and not the term vector containing
// the actual positions.
}
puts.add(put);
}
Expand Down

0 comments on commit 14400a9

Please sign in to comment.