http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/b0e26648/blur-thrift/src/main/java/org/apache/blur/thrift/generated/AnalyzerDefinition.java
----------------------------------------------------------------------
diff --git
a/blur-thrift/src/main/java/org/apache/blur/thrift/generated/AnalyzerDefinition.java
b/blur-thrift/src/main/java/org/apache/blur/thrift/generated/AnalyzerDefinition.java
new file mode 100644
index 0000000..b720b6b
--- /dev/null
+++
b/blur-thrift/src/main/java/org/apache/blur/thrift/generated/AnalyzerDefinition.java
@@ -0,0 +1,717 @@
+/**
+ * Autogenerated by Thrift Compiler (0.9.0)
+ *
+ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
+ * @generated
+ */
+package org.apache.blur.thrift.generated;
+
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+
+import org.apache.blur.thirdparty.thrift_0_9_0.scheme.IScheme;
+import org.apache.blur.thirdparty.thrift_0_9_0.scheme.SchemeFactory;
+import org.apache.blur.thirdparty.thrift_0_9_0.scheme.StandardScheme;
+
+import org.apache.blur.thirdparty.thrift_0_9_0.scheme.TupleScheme;
+import org.apache.blur.thirdparty.thrift_0_9_0.protocol.TTupleProtocol;
+import org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocolException;
+import org.apache.blur.thirdparty.thrift_0_9_0.EncodingUtils;
+import org.apache.blur.thirdparty.thrift_0_9_0.TException;
+import java.util.List;
+import java.util.ArrayList;
+import java.util.Map;
+import java.util.HashMap;
+import java.util.EnumMap;
+import java.util.Set;
+import java.util.HashSet;
+import java.util.EnumSet;
+import java.util.Collections;
+import java.util.BitSet;
+import java.nio.ByteBuffer;
+import java.util.Arrays;
+//import org.slf4j.Logger;
+//import org.slf4j.LoggerFactory;
+
+/**
+ *
+ */
+public class AnalyzerDefinition implements
org.apache.blur.thirdparty.thrift_0_9_0.TBase<AnalyzerDefinition,
AnalyzerDefinition._Fields>, java.io.Serializable, Cloneable {
+ private static final
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TStruct STRUCT_DESC = new
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TStruct("AnalyzerDefinition");
+
+ private static final org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField
DEFAULT_DEFINITION_FIELD_DESC = new
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField("defaultDefinition",
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT, (short)1);
+ private static final org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField
FULL_TEXT_ANALYZER_CLASS_NAME_FIELD_DESC = new
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField("fullTextAnalyzerClassName",
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, (short)2);
+ private static final org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField
COLUMN_FAMILY_DEFINITIONS_FIELD_DESC = new
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField("columnFamilyDefinitions",
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP, (short)3);
+
+ private static final Map<Class<? extends IScheme>, SchemeFactory> schemes =
new HashMap<Class<? extends IScheme>, SchemeFactory>();
+ static {
+ schemes.put(StandardScheme.class, new
AnalyzerDefinitionStandardSchemeFactory());
+ schemes.put(TupleScheme.class, new AnalyzerDefinitionTupleSchemeFactory());
+ }
+
+ /**
+ *
+ */
+ public ColumnDefinition defaultDefinition; // required
+ /**
+ *
+ */
+ public String fullTextAnalyzerClassName; // required
+ /**
+ *
+ */
+ public Map<String,ColumnFamilyDefinition> columnFamilyDefinitions; //
required
+
+ /** The set of fields this struct contains, along with convenience methods
for finding and manipulating them. */
+ public enum _Fields implements
org.apache.blur.thirdparty.thrift_0_9_0.TFieldIdEnum {
+ /**
+ *
+ */
+ DEFAULT_DEFINITION((short)1, "defaultDefinition"),
+ /**
+ *
+ */
+ FULL_TEXT_ANALYZER_CLASS_NAME((short)2, "fullTextAnalyzerClassName"),
+ /**
+ *
+ */
+ COLUMN_FAMILY_DEFINITIONS((short)3, "columnFamilyDefinitions");
+
+ private static final Map<String, _Fields> byName = new HashMap<String,
_Fields>();
+
+ static {
+ for (_Fields field : EnumSet.allOf(_Fields.class)) {
+ byName.put(field.getFieldName(), field);
+ }
+ }
+
+ /**
+ * Find the _Fields constant that matches fieldId, or null if its not
found.
+ */
+ public static _Fields findByThriftId(int fieldId) {
+ switch(fieldId) {
+ case 1: // DEFAULT_DEFINITION
+ return DEFAULT_DEFINITION;
+ case 2: // FULL_TEXT_ANALYZER_CLASS_NAME
+ return FULL_TEXT_ANALYZER_CLASS_NAME;
+ case 3: // COLUMN_FAMILY_DEFINITIONS
+ return COLUMN_FAMILY_DEFINITIONS;
+ default:
+ return null;
+ }
+ }
+
+ /**
+ * Find the _Fields constant that matches fieldId, throwing an exception
+ * if it is not found.
+ */
+ public static _Fields findByThriftIdOrThrow(int fieldId) {
+ _Fields fields = findByThriftId(fieldId);
+ if (fields == null) throw new IllegalArgumentException("Field " +
fieldId + " doesn't exist!");
+ return fields;
+ }
+
+ /**
+ * Find the _Fields constant that matches name, or null if its not found.
+ */
+ public static _Fields findByName(String name) {
+ return byName.get(name);
+ }
+
+ private final short _thriftId;
+ private final String _fieldName;
+
+ _Fields(short thriftId, String fieldName) {
+ _thriftId = thriftId;
+ _fieldName = fieldName;
+ }
+
+ public short getThriftFieldId() {
+ return _thriftId;
+ }
+
+ public String getFieldName() {
+ return _fieldName;
+ }
+ }
+
+ // isset id assignments
+ public static final Map<_Fields,
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData> metaDataMap;
+ static {
+ Map<_Fields,
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData> tmpMap = new
EnumMap<_Fields,
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData>(_Fields.class);
+ tmpMap.put(_Fields.DEFAULT_DEFINITION, new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData("defaultDefinition",
org.apache.blur.thirdparty.thrift_0_9_0.TFieldRequirementType.DEFAULT,
+ new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.StructMetaData(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT,
ColumnDefinition.class)));
+ tmpMap.put(_Fields.FULL_TEXT_ANALYZER_CLASS_NAME, new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData("fullTextAnalyzerClassName",
org.apache.blur.thirdparty.thrift_0_9_0.TFieldRequirementType.DEFAULT,
+ new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldValueMetaData(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING)));
+ tmpMap.put(_Fields.COLUMN_FAMILY_DEFINITIONS, new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData("columnFamilyDefinitions",
org.apache.blur.thirdparty.thrift_0_9_0.TFieldRequirementType.DEFAULT,
+ new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.MapMetaData(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP,
+ new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldValueMetaData(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING),
+ new
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.StructMetaData(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT,
ColumnFamilyDefinition.class))));
+ metaDataMap = Collections.unmodifiableMap(tmpMap);
+
org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldMetaData.addStructMetaDataMap(AnalyzerDefinition.class,
metaDataMap);
+ }
+
+ public AnalyzerDefinition() {
+ this.fullTextAnalyzerClassName =
"org.apache.lucene.analysis.standard.StandardAnalyzer";
+
+ }
+
+ public AnalyzerDefinition(
+ ColumnDefinition defaultDefinition,
+ String fullTextAnalyzerClassName,
+ Map<String,ColumnFamilyDefinition> columnFamilyDefinitions)
+ {
+ this();
+ this.defaultDefinition = defaultDefinition;
+ this.fullTextAnalyzerClassName = fullTextAnalyzerClassName;
+ this.columnFamilyDefinitions = columnFamilyDefinitions;
+ }
+
+ /**
+ * Performs a deep copy on <i>other</i>.
+ */
+ public AnalyzerDefinition(AnalyzerDefinition other) {
+ if (other.isSetDefaultDefinition()) {
+ this.defaultDefinition = new ColumnDefinition(other.defaultDefinition);
+ }
+ if (other.isSetFullTextAnalyzerClassName()) {
+ this.fullTextAnalyzerClassName = other.fullTextAnalyzerClassName;
+ }
+ if (other.isSetColumnFamilyDefinitions()) {
+ Map<String,ColumnFamilyDefinition> __this__columnFamilyDefinitions = new
HashMap<String,ColumnFamilyDefinition>();
+ for (Map.Entry<String, ColumnFamilyDefinition> other_element :
other.columnFamilyDefinitions.entrySet()) {
+
+ String other_element_key = other_element.getKey();
+ ColumnFamilyDefinition other_element_value = other_element.getValue();
+
+ String __this__columnFamilyDefinitions_copy_key = other_element_key;
+
+ ColumnFamilyDefinition __this__columnFamilyDefinitions_copy_value =
new ColumnFamilyDefinition(other_element_value);
+
+
__this__columnFamilyDefinitions.put(__this__columnFamilyDefinitions_copy_key,
__this__columnFamilyDefinitions_copy_value);
+ }
+ this.columnFamilyDefinitions = __this__columnFamilyDefinitions;
+ }
+ }
+
+ public AnalyzerDefinition deepCopy() {
+ return new AnalyzerDefinition(this);
+ }
+
+ @Override
+ public void clear() {
+ this.defaultDefinition = null;
+ this.fullTextAnalyzerClassName =
"org.apache.lucene.analysis.standard.StandardAnalyzer";
+
+ this.columnFamilyDefinitions = null;
+ }
+
+ /**
+ *
+ */
+ public ColumnDefinition getDefaultDefinition() {
+ return this.defaultDefinition;
+ }
+
+ /**
+ *
+ */
+ public AnalyzerDefinition setDefaultDefinition(ColumnDefinition
defaultDefinition) {
+ this.defaultDefinition = defaultDefinition;
+ return this;
+ }
+
+ public void unsetDefaultDefinition() {
+ this.defaultDefinition = null;
+ }
+
+ /** Returns true if field defaultDefinition is set (has been assigned a
value) and false otherwise */
+ public boolean isSetDefaultDefinition() {
+ return this.defaultDefinition != null;
+ }
+
+ public void setDefaultDefinitionIsSet(boolean value) {
+ if (!value) {
+ this.defaultDefinition = null;
+ }
+ }
+
+ /**
+ *
+ */
+ public String getFullTextAnalyzerClassName() {
+ return this.fullTextAnalyzerClassName;
+ }
+
+ /**
+ *
+ */
+ public AnalyzerDefinition setFullTextAnalyzerClassName(String
fullTextAnalyzerClassName) {
+ this.fullTextAnalyzerClassName = fullTextAnalyzerClassName;
+ return this;
+ }
+
+ public void unsetFullTextAnalyzerClassName() {
+ this.fullTextAnalyzerClassName = null;
+ }
+
+ /** Returns true if field fullTextAnalyzerClassName is set (has been
assigned a value) and false otherwise */
+ public boolean isSetFullTextAnalyzerClassName() {
+ return this.fullTextAnalyzerClassName != null;
+ }
+
+ public void setFullTextAnalyzerClassNameIsSet(boolean value) {
+ if (!value) {
+ this.fullTextAnalyzerClassName = null;
+ }
+ }
+
+ public int getColumnFamilyDefinitionsSize() {
+ return (this.columnFamilyDefinitions == null) ? 0 :
this.columnFamilyDefinitions.size();
+ }
+
+ public void putToColumnFamilyDefinitions(String key, ColumnFamilyDefinition
val) {
+ if (this.columnFamilyDefinitions == null) {
+ this.columnFamilyDefinitions = new
HashMap<String,ColumnFamilyDefinition>();
+ }
+ this.columnFamilyDefinitions.put(key, val);
+ }
+
+ /**
+ *
+ */
+ public Map<String,ColumnFamilyDefinition> getColumnFamilyDefinitions() {
+ return this.columnFamilyDefinitions;
+ }
+
+ /**
+ *
+ */
+ public AnalyzerDefinition
setColumnFamilyDefinitions(Map<String,ColumnFamilyDefinition>
columnFamilyDefinitions) {
+ this.columnFamilyDefinitions = columnFamilyDefinitions;
+ return this;
+ }
+
+ public void unsetColumnFamilyDefinitions() {
+ this.columnFamilyDefinitions = null;
+ }
+
+ /** Returns true if field columnFamilyDefinitions is set (has been assigned
a value) and false otherwise */
+ public boolean isSetColumnFamilyDefinitions() {
+ return this.columnFamilyDefinitions != null;
+ }
+
+ public void setColumnFamilyDefinitionsIsSet(boolean value) {
+ if (!value) {
+ this.columnFamilyDefinitions = null;
+ }
+ }
+
+ public void setFieldValue(_Fields field, Object value) {
+ switch (field) {
+ case DEFAULT_DEFINITION:
+ if (value == null) {
+ unsetDefaultDefinition();
+ } else {
+ setDefaultDefinition((ColumnDefinition)value);
+ }
+ break;
+
+ case FULL_TEXT_ANALYZER_CLASS_NAME:
+ if (value == null) {
+ unsetFullTextAnalyzerClassName();
+ } else {
+ setFullTextAnalyzerClassName((String)value);
+ }
+ break;
+
+ case COLUMN_FAMILY_DEFINITIONS:
+ if (value == null) {
+ unsetColumnFamilyDefinitions();
+ } else {
+ setColumnFamilyDefinitions((Map<String,ColumnFamilyDefinition>)value);
+ }
+ break;
+
+ }
+ }
+
+ public Object getFieldValue(_Fields field) {
+ switch (field) {
+ case DEFAULT_DEFINITION:
+ return getDefaultDefinition();
+
+ case FULL_TEXT_ANALYZER_CLASS_NAME:
+ return getFullTextAnalyzerClassName();
+
+ case COLUMN_FAMILY_DEFINITIONS:
+ return getColumnFamilyDefinitions();
+
+ }
+ throw new IllegalStateException();
+ }
+
+ /** Returns true if field corresponding to fieldID is set (has been assigned
a value) and false otherwise */
+ public boolean isSet(_Fields field) {
+ if (field == null) {
+ throw new IllegalArgumentException();
+ }
+
+ switch (field) {
+ case DEFAULT_DEFINITION:
+ return isSetDefaultDefinition();
+ case FULL_TEXT_ANALYZER_CLASS_NAME:
+ return isSetFullTextAnalyzerClassName();
+ case COLUMN_FAMILY_DEFINITIONS:
+ return isSetColumnFamilyDefinitions();
+ }
+ throw new IllegalStateException();
+ }
+
+ @Override
+ public boolean equals(Object that) {
+ if (that == null)
+ return false;
+ if (that instanceof AnalyzerDefinition)
+ return this.equals((AnalyzerDefinition)that);
+ return false;
+ }
+
+ public boolean equals(AnalyzerDefinition that) {
+ if (that == null)
+ return false;
+
+ boolean this_present_defaultDefinition = true &&
this.isSetDefaultDefinition();
+ boolean that_present_defaultDefinition = true &&
that.isSetDefaultDefinition();
+ if (this_present_defaultDefinition || that_present_defaultDefinition) {
+ if (!(this_present_defaultDefinition && that_present_defaultDefinition))
+ return false;
+ if (!this.defaultDefinition.equals(that.defaultDefinition))
+ return false;
+ }
+
+ boolean this_present_fullTextAnalyzerClassName = true &&
this.isSetFullTextAnalyzerClassName();
+ boolean that_present_fullTextAnalyzerClassName = true &&
that.isSetFullTextAnalyzerClassName();
+ if (this_present_fullTextAnalyzerClassName ||
that_present_fullTextAnalyzerClassName) {
+ if (!(this_present_fullTextAnalyzerClassName &&
that_present_fullTextAnalyzerClassName))
+ return false;
+ if
(!this.fullTextAnalyzerClassName.equals(that.fullTextAnalyzerClassName))
+ return false;
+ }
+
+ boolean this_present_columnFamilyDefinitions = true &&
this.isSetColumnFamilyDefinitions();
+ boolean that_present_columnFamilyDefinitions = true &&
that.isSetColumnFamilyDefinitions();
+ if (this_present_columnFamilyDefinitions ||
that_present_columnFamilyDefinitions) {
+ if (!(this_present_columnFamilyDefinitions &&
that_present_columnFamilyDefinitions))
+ return false;
+ if (!this.columnFamilyDefinitions.equals(that.columnFamilyDefinitions))
+ return false;
+ }
+
+ return true;
+ }
+
+ @Override
+ public int hashCode() {
+ return 0;
+ }
+
+ public int compareTo(AnalyzerDefinition other) {
+ if (!getClass().equals(other.getClass())) {
+ return getClass().getName().compareTo(other.getClass().getName());
+ }
+
+ int lastComparison = 0;
+ AnalyzerDefinition typedOther = (AnalyzerDefinition)other;
+
+ lastComparison =
Boolean.valueOf(isSetDefaultDefinition()).compareTo(typedOther.isSetDefaultDefinition());
+ if (lastComparison != 0) {
+ return lastComparison;
+ }
+ if (isSetDefaultDefinition()) {
+ lastComparison =
org.apache.blur.thirdparty.thrift_0_9_0.TBaseHelper.compareTo(this.defaultDefinition,
typedOther.defaultDefinition);
+ if (lastComparison != 0) {
+ return lastComparison;
+ }
+ }
+ lastComparison =
Boolean.valueOf(isSetFullTextAnalyzerClassName()).compareTo(typedOther.isSetFullTextAnalyzerClassName());
+ if (lastComparison != 0) {
+ return lastComparison;
+ }
+ if (isSetFullTextAnalyzerClassName()) {
+ lastComparison =
org.apache.blur.thirdparty.thrift_0_9_0.TBaseHelper.compareTo(this.fullTextAnalyzerClassName,
typedOther.fullTextAnalyzerClassName);
+ if (lastComparison != 0) {
+ return lastComparison;
+ }
+ }
+ lastComparison =
Boolean.valueOf(isSetColumnFamilyDefinitions()).compareTo(typedOther.isSetColumnFamilyDefinitions());
+ if (lastComparison != 0) {
+ return lastComparison;
+ }
+ if (isSetColumnFamilyDefinitions()) {
+ lastComparison =
org.apache.blur.thirdparty.thrift_0_9_0.TBaseHelper.compareTo(this.columnFamilyDefinitions,
typedOther.columnFamilyDefinitions);
+ if (lastComparison != 0) {
+ return lastComparison;
+ }
+ }
+ return 0;
+ }
+
+ public _Fields fieldForId(int fieldId) {
+ return _Fields.findByThriftId(fieldId);
+ }
+
+ public void read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol
iprot) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
+ }
+
+ public void write(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol
oprot) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder("AnalyzerDefinition(");
+ boolean first = true;
+
+ sb.append("defaultDefinition:");
+ if (this.defaultDefinition == null) {
+ sb.append("null");
+ } else {
+ sb.append(this.defaultDefinition);
+ }
+ first = false;
+ if (!first) sb.append(", ");
+ sb.append("fullTextAnalyzerClassName:");
+ if (this.fullTextAnalyzerClassName == null) {
+ sb.append("null");
+ } else {
+ sb.append(this.fullTextAnalyzerClassName);
+ }
+ first = false;
+ if (!first) sb.append(", ");
+ sb.append("columnFamilyDefinitions:");
+ if (this.columnFamilyDefinitions == null) {
+ sb.append("null");
+ } else {
+ sb.append(this.columnFamilyDefinitions);
+ }
+ first = false;
+ sb.append(")");
+ return sb.toString();
+ }
+
+ public void validate() throws
org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ // check for required fields
+ // check for sub-struct validity
+ if (defaultDefinition != null) {
+ defaultDefinition.validate();
+ }
+ }
+
+ private void writeObject(java.io.ObjectOutputStream out) throws
java.io.IOException {
+ try {
+ write(new
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TCompactProtocol(new
org.apache.blur.thirdparty.thrift_0_9_0.transport.TIOStreamTransport(out)));
+ } catch (org.apache.blur.thirdparty.thrift_0_9_0.TException te) {
+ throw new java.io.IOException(te);
+ }
+ }
+
+ private void readObject(java.io.ObjectInputStream in) throws
java.io.IOException, ClassNotFoundException {
+ try {
+ read(new
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TCompactProtocol(new
org.apache.blur.thirdparty.thrift_0_9_0.transport.TIOStreamTransport(in)));
+ } catch (org.apache.blur.thirdparty.thrift_0_9_0.TException te) {
+ throw new java.io.IOException(te);
+ }
+ }
+
+ private static class AnalyzerDefinitionStandardSchemeFactory implements
SchemeFactory {
+ public AnalyzerDefinitionStandardScheme getScheme() {
+ return new AnalyzerDefinitionStandardScheme();
+ }
+ }
+
+ private static class AnalyzerDefinitionStandardScheme extends
StandardScheme<AnalyzerDefinition> {
+
+ public void
read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol iprot,
AnalyzerDefinition struct) throws
org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField schemeField;
+ iprot.readStructBegin();
+ while (true)
+ {
+ schemeField = iprot.readFieldBegin();
+ if (schemeField.type ==
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STOP) {
+ break;
+ }
+ switch (schemeField.id) {
+ case 1: // DEFAULT_DEFINITION
+ if (schemeField.type ==
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT) {
+ struct.defaultDefinition = new ColumnDefinition();
+ struct.defaultDefinition.read(iprot);
+ struct.setDefaultDefinitionIsSet(true);
+ } else {
+
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocolUtil.skip(iprot,
schemeField.type);
+ }
+ break;
+ case 2: // FULL_TEXT_ANALYZER_CLASS_NAME
+ if (schemeField.type ==
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING) {
+ struct.fullTextAnalyzerClassName = iprot.readString();
+ struct.setFullTextAnalyzerClassNameIsSet(true);
+ } else {
+
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocolUtil.skip(iprot,
schemeField.type);
+ }
+ break;
+ case 3: // COLUMN_FAMILY_DEFINITIONS
+ if (schemeField.type ==
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) {
+ {
+ org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map148
= iprot.readMapBegin();
+ struct.columnFamilyDefinitions = new
HashMap<String,ColumnFamilyDefinition>(2*_map148.size);
+ for (int _i149 = 0; _i149 < _map148.size; ++_i149)
+ {
+ String _key150; // required
+ ColumnFamilyDefinition _val151; // optional
+ _key150 = iprot.readString();
+ _val151 = new ColumnFamilyDefinition();
+ _val151.read(iprot);
+ struct.columnFamilyDefinitions.put(_key150, _val151);
+ }
+ iprot.readMapEnd();
+ }
+ struct.setColumnFamilyDefinitionsIsSet(true);
+ } else {
+
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocolUtil.skip(iprot,
schemeField.type);
+ }
+ break;
+ default:
+
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocolUtil.skip(iprot,
schemeField.type);
+ }
+ iprot.readFieldEnd();
+ }
+ iprot.readStructEnd();
+
+ // check for required fields of primitive type, which can't be checked
in the validate method
+ struct.validate();
+ }
+
+ public void
write(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol oprot,
AnalyzerDefinition struct) throws
org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ struct.validate();
+
+ oprot.writeStructBegin(STRUCT_DESC);
+ if (struct.defaultDefinition != null) {
+ oprot.writeFieldBegin(DEFAULT_DEFINITION_FIELD_DESC);
+ struct.defaultDefinition.write(oprot);
+ oprot.writeFieldEnd();
+ }
+ if (struct.fullTextAnalyzerClassName != null) {
+ oprot.writeFieldBegin(FULL_TEXT_ANALYZER_CLASS_NAME_FIELD_DESC);
+ oprot.writeString(struct.fullTextAnalyzerClassName);
+ oprot.writeFieldEnd();
+ }
+ if (struct.columnFamilyDefinitions != null) {
+ oprot.writeFieldBegin(COLUMN_FAMILY_DEFINITIONS_FIELD_DESC);
+ {
+ oprot.writeMapBegin(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.STRUCT,
struct.columnFamilyDefinitions.size()));
+ for (Map.Entry<String, ColumnFamilyDefinition> _iter152 :
struct.columnFamilyDefinitions.entrySet())
+ {
+ oprot.writeString(_iter152.getKey());
+ _iter152.getValue().write(oprot);
+ }
+ oprot.writeMapEnd();
+ }
+ oprot.writeFieldEnd();
+ }
+ oprot.writeFieldStop();
+ oprot.writeStructEnd();
+ }
+
+ }
+
+ private static class AnalyzerDefinitionTupleSchemeFactory implements
SchemeFactory {
+ public AnalyzerDefinitionTupleScheme getScheme() {
+ return new AnalyzerDefinitionTupleScheme();
+ }
+ }
+
+ private static class AnalyzerDefinitionTupleScheme extends
TupleScheme<AnalyzerDefinition> {
+
+ @Override
+ public void
write(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot,
AnalyzerDefinition struct) throws
org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ TTupleProtocol oprot = (TTupleProtocol) prot;
+ BitSet optionals = new BitSet();
+ if (struct.isSetDefaultDefinition()) {
+ optionals.set(0);
+ }
+ if (struct.isSetFullTextAnalyzerClassName()) {
+ optionals.set(1);
+ }
+ if (struct.isSetColumnFamilyDefinitions()) {
+ optionals.set(2);
+ }
+ oprot.writeBitSet(optionals, 3);
+ if (struct.isSetDefaultDefinition()) {
+ struct.defaultDefinition.write(oprot);
+ }
+ if (struct.isSetFullTextAnalyzerClassName()) {
+ oprot.writeString(struct.fullTextAnalyzerClassName);
+ }
+ if (struct.isSetColumnFamilyDefinitions()) {
+ {
+ oprot.writeI32(struct.columnFamilyDefinitions.size());
+ for (Map.Entry<String, ColumnFamilyDefinition> _iter153 :
struct.columnFamilyDefinitions.entrySet())
+ {
+ oprot.writeString(_iter153.getKey());
+ _iter153.getValue().write(oprot);
+ }
+ }
+ }
+ }
+
+ @Override
+ public void
read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot,
AnalyzerDefinition struct) throws
org.apache.blur.thirdparty.thrift_0_9_0.TException {
+ TTupleProtocol iprot = (TTupleProtocol) prot;
+ BitSet incoming = iprot.readBitSet(3);
+ if (incoming.get(0)) {
+ struct.defaultDefinition = new ColumnDefinition();
+ struct.defaultDefinition.read(iprot);
+ struct.setDefaultDefinitionIsSet(true);
+ }
+ if (incoming.get(1)) {
+ struct.fullTextAnalyzerClassName = iprot.readString();
+ struct.setFullTextAnalyzerClassNameIsSet(true);
+ }
+ if (incoming.get(2)) {
+ {
+ org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map154 = 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.STRUCT,
iprot.readI32());
+ struct.columnFamilyDefinitions = new
HashMap<String,ColumnFamilyDefinition>(2*_map154.size);
+ for (int _i155 = 0; _i155 < _map154.size; ++_i155)
+ {
+ String _key156; // required
+ ColumnFamilyDefinition _val157; // optional
+ _key156 = iprot.readString();
+ _val157 = new ColumnFamilyDefinition();
+ _val157.read(iprot);
+ struct.columnFamilyDefinitions.put(_key156, _val157);
+ }
+ }
+ struct.setColumnFamilyDefinitionsIsSet(true);
+ }
+ }
+ }
+
+}
+