http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/blur-thrift/src/main/java/org/apache/blur/thrift/generated/TableDescriptor.java ---------------------------------------------------------------------- diff --git a/blur-thrift/src/main/java/org/apache/blur/thrift/generated/TableDescriptor.java b/blur-thrift/src/main/java/org/apache/blur/thrift/generated/TableDescriptor.java index 766c263..9b7075f 100644 --- a/blur-thrift/src/main/java/org/apache/blur/thrift/generated/TableDescriptor.java +++ b/blur-thrift/src/main/java/org/apache/blur/thrift/generated/TableDescriptor.java @@ -1751,13 +1751,13 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 11: // BLOCK_CACHING_FILE_TYPES if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.SET) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set140 = iprot.readSetBegin(); - struct.blockCachingFileTypes = new HashSet<String>(2*_set140.size); - for (int _i141 = 0; _i141 < _set140.size; ++_i141) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set148 = iprot.readSetBegin(); + struct.blockCachingFileTypes = new HashSet<String>(2*_set148.size); + for (int _i149 = 0; _i149 < _set148.size; ++_i149) { - String _elem142; // required - _elem142 = iprot.readString(); - struct.blockCachingFileTypes.add(_elem142); + String _elem150; // required + _elem150 = iprot.readString(); + struct.blockCachingFileTypes.add(_elem150); } iprot.readSetEnd(); } @@ -1777,13 +1777,13 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 13: // PRE_CACHE_COLS if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.LIST) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list143 = iprot.readListBegin(); - struct.preCacheCols = new ArrayList<String>(_list143.size); - for (int _i144 = 0; _i144 < _list143.size; ++_i144) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list151 = iprot.readListBegin(); + struct.preCacheCols = new ArrayList<String>(_list151.size); + for (int _i152 = 0; _i152 < _list151.size; ++_i152) { - String _elem145; // required - _elem145 = iprot.readString(); - struct.preCacheCols.add(_elem145); + String _elem153; // required + _elem153 = iprot.readString(); + struct.preCacheCols.add(_elem153); } iprot.readListEnd(); } @@ -1795,15 +1795,15 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 14: // TABLE_PROPERTIES if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map146 = iprot.readMapBegin(); - struct.tableProperties = new HashMap<String,String>(2*_map146.size); - for (int _i147 = 0; _i147 < _map146.size; ++_i147) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map154 = iprot.readMapBegin(); + struct.tableProperties = new HashMap<String,String>(2*_map154.size); + for (int _i155 = 0; _i155 < _map154.size; ++_i155) { - String _key148; // optional - String _val149; // required - _key148 = iprot.readString(); - _val149 = iprot.readString(); - struct.tableProperties.put(_key148, _val149); + String _key156; // optional + String _val157; // required + _key156 = iprot.readString(); + _val157 = iprot.readString(); + struct.tableProperties.put(_key156, _val157); } iprot.readMapEnd(); } @@ -1839,15 +1839,15 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 18: // DEFAULT_MISSING_FIELD_PROPS if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map150 = iprot.readMapBegin(); - struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map150.size); - for (int _i151 = 0; _i151 < _map150.size; ++_i151) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map158 = iprot.readMapBegin(); + struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map158.size); + for (int _i159 = 0; _i159 < _map158.size; ++_i159) { - String _key152; // optional - String _val153; // required - _key152 = iprot.readString(); - _val153 = iprot.readString(); - struct.defaultMissingFieldProps.put(_key152, _val153); + String _key160; // optional + String _val161; // required + _key160 = iprot.readString(); + _val161 = iprot.readString(); + struct.defaultMissingFieldProps.put(_key160, _val161); } iprot.readMapEnd(); } @@ -1904,9 +1904,9 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(BLOCK_CACHING_FILE_TYPES_FIELD_DESC); { oprot.writeSetBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.blockCachingFileTypes.size())); - for (String _iter154 : struct.blockCachingFileTypes) + for (String _iter162 : struct.blockCachingFileTypes) { - oprot.writeString(_iter154); + oprot.writeString(_iter162); } oprot.writeSetEnd(); } @@ -1919,9 +1919,9 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(PRE_CACHE_COLS_FIELD_DESC); { oprot.writeListBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.preCacheCols.size())); - for (String _iter155 : struct.preCacheCols) + for (String _iter163 : struct.preCacheCols) { - oprot.writeString(_iter155); + oprot.writeString(_iter163); } oprot.writeListEnd(); } @@ -1931,10 +1931,10 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(TABLE_PROPERTIES_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.STRING, struct.tableProperties.size())); - for (Map.Entry<String, String> _iter156 : struct.tableProperties.entrySet()) + for (Map.Entry<String, String> _iter164 : struct.tableProperties.entrySet()) { - oprot.writeString(_iter156.getKey()); - oprot.writeString(_iter156.getValue()); + oprot.writeString(_iter164.getKey()); + oprot.writeString(_iter164.getValue()); } oprot.writeMapEnd(); } @@ -1955,10 +1955,10 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(DEFAULT_MISSING_FIELD_PROPS_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.STRING, struct.defaultMissingFieldProps.size())); - for (Map.Entry<String, String> _iter157 : struct.defaultMissingFieldProps.entrySet()) + for (Map.Entry<String, String> _iter165 : struct.defaultMissingFieldProps.entrySet()) { - oprot.writeString(_iter157.getKey()); - oprot.writeString(_iter157.getValue()); + oprot.writeString(_iter165.getKey()); + oprot.writeString(_iter165.getValue()); } oprot.writeMapEnd(); } @@ -2052,9 +2052,9 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. if (struct.isSetBlockCachingFileTypes()) { { oprot.writeI32(struct.blockCachingFileTypes.size()); - for (String _iter158 : struct.blockCachingFileTypes) + for (String _iter166 : struct.blockCachingFileTypes) { - oprot.writeString(_iter158); + oprot.writeString(_iter166); } } } @@ -2064,19 +2064,19 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. if (struct.isSetPreCacheCols()) { { oprot.writeI32(struct.preCacheCols.size()); - for (String _iter159 : struct.preCacheCols) + for (String _iter167 : struct.preCacheCols) { - oprot.writeString(_iter159); + oprot.writeString(_iter167); } } } if (struct.isSetTableProperties()) { { oprot.writeI32(struct.tableProperties.size()); - for (Map.Entry<String, String> _iter160 : struct.tableProperties.entrySet()) + for (Map.Entry<String, String> _iter168 : struct.tableProperties.entrySet()) { - oprot.writeString(_iter160.getKey()); - oprot.writeString(_iter160.getValue()); + oprot.writeString(_iter168.getKey()); + oprot.writeString(_iter168.getValue()); } } } @@ -2092,10 +2092,10 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. if (struct.isSetDefaultMissingFieldProps()) { { oprot.writeI32(struct.defaultMissingFieldProps.size()); - for (Map.Entry<String, String> _iter161 : struct.defaultMissingFieldProps.entrySet()) + for (Map.Entry<String, String> _iter169 : struct.defaultMissingFieldProps.entrySet()) { - oprot.writeString(_iter161.getKey()); - oprot.writeString(_iter161.getValue()); + oprot.writeString(_iter169.getKey()); + oprot.writeString(_iter169.getValue()); } } } @@ -2135,13 +2135,13 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. } if (incoming.get(7)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set162 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); - struct.blockCachingFileTypes = new HashSet<String>(2*_set162.size); - for (int _i163 = 0; _i163 < _set162.size; ++_i163) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set170 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); + struct.blockCachingFileTypes = new HashSet<String>(2*_set170.size); + for (int _i171 = 0; _i171 < _set170.size; ++_i171) { - String _elem164; // required - _elem164 = iprot.readString(); - struct.blockCachingFileTypes.add(_elem164); + String _elem172; // required + _elem172 = iprot.readString(); + struct.blockCachingFileTypes.add(_elem172); } } struct.setBlockCachingFileTypesIsSet(true); @@ -2152,28 +2152,28 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. } if (incoming.get(9)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list165 = 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.preCacheCols = new ArrayList<String>(_list165.size); - for (int _i166 = 0; _i166 < _list165.size; ++_i166) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list173 = 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.preCacheCols = new ArrayList<String>(_list173.size); + for (int _i174 = 0; _i174 < _list173.size; ++_i174) { - String _elem167; // required - _elem167 = iprot.readString(); - struct.preCacheCols.add(_elem167); + String _elem175; // required + _elem175 = iprot.readString(); + struct.preCacheCols.add(_elem175); } } struct.setPreCacheColsIsSet(true); } if (incoming.get(10)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map168 = 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.STRING, iprot.readI32()); - struct.tableProperties = new HashMap<String,String>(2*_map168.size); - for (int _i169 = 0; _i169 < _map168.size; ++_i169) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map176 = 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.STRING, iprot.readI32()); + struct.tableProperties = new HashMap<String,String>(2*_map176.size); + for (int _i177 = 0; _i177 < _map176.size; ++_i177) { - String _key170; // optional - String _val171; // required - _key170 = iprot.readString(); - _val171 = iprot.readString(); - struct.tableProperties.put(_key170, _val171); + String _key178; // optional + String _val179; // required + _key178 = iprot.readString(); + _val179 = iprot.readString(); + struct.tableProperties.put(_key178, _val179); } } struct.setTablePropertiesIsSet(true); @@ -2192,15 +2192,15 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. } if (incoming.get(14)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map172 = 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.STRING, iprot.readI32()); - struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map172.size); - for (int _i173 = 0; _i173 < _map172.size; ++_i173) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map180 = 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.STRING, iprot.readI32()); + struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map180.size); + for (int _i181 = 0; _i181 < _map180.size; ++_i181) { - String _key174; // optional - String _val175; // required - _key174 = iprot.readString(); - _val175 = iprot.readString(); - struct.defaultMissingFieldProps.put(_key174, _val175); + String _key182; // optional + String _val183; // required + _key182 = iprot.readString(); + _val183 = iprot.readString(); + struct.defaultMissingFieldProps.put(_key182, _val183); } } struct.setDefaultMissingFieldPropsIsSet(true);
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/blur-thrift/src/main/java/org/apache/blur/thrift/generated/User.java ---------------------------------------------------------------------- diff --git a/blur-thrift/src/main/java/org/apache/blur/thrift/generated/User.java b/blur-thrift/src/main/java/org/apache/blur/thrift/generated/User.java index 8dedd8d..7b203b3 100644 --- a/blur-thrift/src/main/java/org/apache/blur/thrift/generated/User.java +++ b/blur-thrift/src/main/java/org/apache/blur/thrift/generated/User.java @@ -476,15 +476,15 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, case 2: // ATTRIBUTES if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map206 = iprot.readMapBegin(); - struct.attributes = new HashMap<String,String>(2*_map206.size); - for (int _i207 = 0; _i207 < _map206.size; ++_i207) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map214 = iprot.readMapBegin(); + struct.attributes = new HashMap<String,String>(2*_map214.size); + for (int _i215 = 0; _i215 < _map214.size; ++_i215) { - String _key208; // optional - String _val209; // required - _key208 = iprot.readString(); - _val209 = iprot.readString(); - struct.attributes.put(_key208, _val209); + String _key216; // optional + String _val217; // required + _key216 = iprot.readString(); + _val217 = iprot.readString(); + struct.attributes.put(_key216, _val217); } iprot.readMapEnd(); } @@ -517,10 +517,10 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, oprot.writeFieldBegin(ATTRIBUTES_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.STRING, struct.attributes.size())); - for (Map.Entry<String, String> _iter210 : struct.attributes.entrySet()) + for (Map.Entry<String, String> _iter218 : struct.attributes.entrySet()) { - oprot.writeString(_iter210.getKey()); - oprot.writeString(_iter210.getValue()); + oprot.writeString(_iter218.getKey()); + oprot.writeString(_iter218.getValue()); } oprot.writeMapEnd(); } @@ -557,10 +557,10 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, if (struct.isSetAttributes()) { { oprot.writeI32(struct.attributes.size()); - for (Map.Entry<String, String> _iter211 : struct.attributes.entrySet()) + for (Map.Entry<String, String> _iter219 : struct.attributes.entrySet()) { - oprot.writeString(_iter211.getKey()); - oprot.writeString(_iter211.getValue()); + oprot.writeString(_iter219.getKey()); + oprot.writeString(_iter219.getValue()); } } } @@ -576,15 +576,15 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, } if (incoming.get(1)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map212 = 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.STRING, iprot.readI32()); - struct.attributes = new HashMap<String,String>(2*_map212.size); - for (int _i213 = 0; _i213 < _map212.size; ++_i213) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map220 = 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.STRING, iprot.readI32()); + struct.attributes = new HashMap<String,String>(2*_map220.size); + for (int _i221 = 0; _i221 < _map220.size; ++_i221) { - String _key214; // optional - String _val215; // required - _key214 = iprot.readString(); - _val215 = iprot.readString(); - struct.attributes.put(_key214, _val215); + String _key222; // optional + String _val223; // required + _key222 = iprot.readString(); + _val223 = iprot.readString(); + struct.attributes.put(_key222, _val223); } } struct.setAttributesIsSet(true); http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/distribution/src/main/scripts/interface/Blur.thrift ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/Blur.thrift b/distribution/src/main/scripts/interface/Blur.thrift index 5ea8537..a53d6ee 100644 --- a/distribution/src/main/scripts/interface/Blur.thrift +++ b/distribution/src/main/scripts/interface/Blur.thrift @@ -452,6 +452,15 @@ struct BlurQuery { 14:i64 startTime = 0 } +union SortField { + 1:bool nullValue, + 2:string stringValue, + 3:i32 intValue, + 4:i64 longValue, + 5:double doubleValue, + 6:binary binaryValue +} + /** * The BlurResult carries the score, the location id and the fetched result (if any) form each query. */ @@ -467,7 +476,11 @@ struct BlurResult { /** * The fetched result if any. */ - 3:FetchResult fetchResult + 3:FetchResult fetchResult, + /** + * The fields used for sorting. + */ + 4:list<SortField> sortFields } /** http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/distribution/src/main/scripts/interface/gen-html/Blur.html ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/gen-html/Blur.html b/distribution/src/main/scripts/interface/gen-html/Blur.html index eab5778..35ae6b7 100644 --- a/distribution/src/main/scripts/interface/gen-html/Blur.html +++ b/distribution/src/main/scripts/interface/gen-html/Blur.html @@ -80,6 +80,7 @@ <a href="Blur.html#Enum_ScoreType">ScoreType</a><br/> <a href="Blur.html#Struct_Selector">Selector</a><br/> <a href="Blur.html#Enum_ShardState">ShardState</a><br/> +<a href="Blur.html#Struct_SortField">SortField</a><br/> <a href="Blur.html#Enum_Status">Status</a><br/> <a href="Blur.html#Struct_TableDescriptor">TableDescriptor</a><br/> <a href="Blur.html#Struct_TableStats">TableStats</a><br/> @@ -355,7 +356,15 @@ of a running query can be found or the query can be canceled. </td><td>default</td><td>0</td></tr> </table><br/>The Blur Query object that contains the query that needs to be executed along with the query options. -<br/></div><div class="definition"><h3 id="Struct_BlurResult">Struct: BlurResult</h3> +<br/></div><div class="definition"><h3 id="Struct_SortField">Struct: SortField</h3> +<table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> +<tr><td>1</td><td>nullValue</td><td><code>bool</code></td><td></td><td>default</td><td></td></tr> +<tr><td>2</td><td>stringValue</td><td><code>string</code></td><td></td><td>default</td><td></td></tr> +<tr><td>3</td><td>intValue</td><td><code>i32</code></td><td></td><td>default</td><td></td></tr> +<tr><td>4</td><td>longValue</td><td><code>i64</code></td><td></td><td>default</td><td></td></tr> +<tr><td>5</td><td>doubleValue</td><td><code>double</code></td><td></td><td>default</td><td></td></tr> +<tr><td>6</td><td>binaryValue</td><td><code>binary</code></td><td></td><td>default</td><td></td></tr> +</table><br/></div><div class="definition"><h3 id="Struct_BlurResult">Struct: BlurResult</h3> <table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> <tr><td>1</td><td>locationId</td><td><code>string</code></td><td>WARNING: This is an internal only attribute and is not intended for use by clients. </td><td>default</td><td></td></tr> @@ -363,6 +372,8 @@ with the query options. </td><td>default</td><td></td></tr> <tr><td>3</td><td>fetchResult</td><td><code><a href="Blur.html#Struct_FetchResult">FetchResult</a></code></td><td>The fetched result if any. </td><td>default</td><td></td></tr> +<tr><td>4</td><td>sortFields</td><td><code>list<<code><a href="Blur.html#Struct_SortField">SortField</a></code>></code></td><td>The fields used for sorting. +</td><td>default</td><td></td></tr> </table><br/>The BlurResult carries the score, the location id and the fetched result (if any) form each query. <br/></div><div class="definition"><h3 id="Struct_BlurResults">Struct: BlurResults</h3> <table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/distribution/src/main/scripts/interface/gen-html/index.html ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/gen-html/index.html b/distribution/src/main/scripts/interface/gen-html/index.html index 51dadde..f72b472 100644 --- a/distribution/src/main/scripts/interface/gen-html/index.html +++ b/distribution/src/main/scripts/interface/gen-html/index.html @@ -76,6 +76,7 @@ <a href="Blur.html#Enum_ScoreType">ScoreType</a><br/> <a href="Blur.html#Struct_Selector">Selector</a><br/> <a href="Blur.html#Enum_ShardState">ShardState</a><br/> +<a href="Blur.html#Struct_SortField">SortField</a><br/> <a href="Blur.html#Enum_Status">Status</a><br/> <a href="Blur.html#Struct_TableDescriptor">TableDescriptor</a><br/> <a href="Blur.html#Struct_TableStats">TableStats</a><br/>
