}
}
@Override
public void read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot, Selector struct) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
TTupleProtocol iprot = (TTupleProtocol) prot;
BitSet incoming = iprot.readBitSet(9);
if (incoming.get(0)) {
struct.recordOnly = iprot.readBool();
struct.setRecordOnlyIsSet(true);
}
if (incoming.get(1)) {
struct.locationId = iprot.readString();
struct.setLocationIdIsSet(true);
}
if (incoming.get(2)) {
struct.rowId = iprot.readString();
struct.setRowIdIsSet(true);
}
if (incoming.get(3)) {
struct.recordId = iprot.readString();
struct.setRecordIdIsSet(true);
}
if (incoming.get(4)) {
{
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list32 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32());
struct.columnFamiliesToFetch = new ArrayList<String>(_list32.size);
for (int _i33 = 0; _i33 < _list32.size; ++_i33)
{
String _elem34; // required
_elem34 = iprot.readString();
struct.columnFamiliesToFetch.add(_elem34);
}
}
struct.setColumnFamiliesToFetchIsSet(true);
}
if (incoming.get(5)) {
{
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map35 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.SET, iprot.readI32());
struct.columnsToFetch = new HashMap<String,Set<String>>(2*_map35.size);
for (int _i36 = 0; _i36 < _map35.size; ++_i36)
{
String _key37; // required
Set<String> _val38; // optional
_key37 = iprot.readString();
{
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set39 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32());
_val38 = new HashSet<String>(2*_set39.size);
for (int _i40 = 0; _i40 < _set39.size; ++_i40)
{
String _elem41; // required
_elem41 = iprot.readString();
_val38.add(_elem41);
}
}
struct.columnsToFetch.put(_key37, _val38);
}
}
struct.setColumnsToFetchIsSet(true);
}
if (incoming.get(6)) {
struct.startRecord = iprot.readI32();
struct.setStartRecordIsSet(true);
}
if (incoming.get(7)) {
struct.maxRecordsToFetch = iprot.readI32();
struct.setMaxRecordsToFetchIsSet(true);
}
if (incoming.get(8)) {
struct.highlightOptions = new HighlightOptions();
struct.highlightOptions.read(iprot);