Could someone points me to resources/examples how to use the config options below:
1) Extending index at run time using the Index node
<ColumnFamily name="foo">
<Index generator="<some java class>"/>
</ColumnFamily>
2) In Jonathan's blog example, what are the CompareWith /
CompareSubcolumnsWith attrbutes, what are the possible values and what do
they do?
Is there documentation on this?
<ColumnFamily
Type="Super"
CompareWith="TimeString"
CompareSubcolumnsWith="UUID"
Name="Blog"/>
Thanks,
Ivan
