Home
last modified time | relevance | path

Searched refs:IndexField (Results 51 – 75 of 267) sorted by relevance

1234567891011

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudsearch/include/aws/cloudsearch/model/
H A DIndexFieldStatus.h45 inline const IndexField& GetOptions() const{ return m_options; } in GetOptions()
51 … inline void SetOptions(const IndexField& value) { m_optionsHasBeenSet = true; m_options = value; } in SetOptions()
54 …inline void SetOptions(IndexField&& value) { m_optionsHasBeenSet = true; m_options = std::move(val… in SetOptions()
57 … inline IndexFieldStatus& WithOptions(const IndexField& value) { SetOptions(value); return *this;} in WithOptions()
60 …inline IndexFieldStatus& WithOptions(IndexField&& value) { SetOptions(std::move(value)); return *t… in WithOptions()
83 IndexField m_options;
H A DDefineIndexFieldRequest.h73 inline const IndexField& GetIndexField() const{ return m_indexField; } in GetIndexField()
83 …inline void SetIndexField(const IndexField& value) { m_indexFieldHasBeenSet = true; m_indexField =… in SetIndexField()
88 …inline void SetIndexField(IndexField&& value) { m_indexFieldHasBeenSet = true; m_indexField = std:… in SetIndexField()
93 …inline DefineIndexFieldRequest& WithIndexField(const IndexField& value) { SetIndexField(value); re… in WithIndexField()
98 …inline DefineIndexFieldRequest& WithIndexField(IndexField&& value) { SetIndexField(std::move(value… in WithIndexField()
105 IndexField m_indexField;
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/upsidedown/
H A Ddump_test.go69 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
70 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 35.99, document.IndexField|document.StoreFi…
71 …WithIndexingOptions("unixEpoch", []uint64{}, time.Unix(0, 0), document.IndexField|document.StoreFi…
82 …FieldWithIndexingOptions("name", []uint64{}, []byte("test2"), document.IndexField|document.StoreFi…
83 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 35.99, document.IndexField|document.StoreFi…
84 …WithIndexingOptions("unixEpoch", []uint64{}, time.Unix(0, 0), document.IndexField|document.StoreFi…
H A Dupsidedown_test.go513 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
811 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
812 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 35.99, document.IndexField|document.StoreFi…
913 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 36.99, document.IndexField|document.StoreFi…
1014 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
1015 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 35.99, document.IndexField|document.StoreFi…
1074 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
1076 …ddField(document.NewCompositeFieldWithIndexingOptions("_all", true, nil, nil, document.IndexField))
1102 …ddField(document.NewCompositeFieldWithIndexingOptions("_all", true, nil, nil, document.IndexField))
1171 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/scorch/segment/mem/
H A Dsegment_test.go85 …document.NewTextFieldCustom("_id", nil, []byte("a"), document.IndexField|document.StoreField, nil),
86 …document.NewTextFieldCustom("name", nil, []byte("wow"), document.IndexField|document.StoreField|do…
87 …document.NewTextFieldCustom("desc", nil, []byte("some thing"), document.IndexField|document.StoreF…
88 …document.NewTextFieldCustom("tag", []uint64{0}, []byte("cold"), document.IndexField|document.Store…
89 …document.NewTextFieldCustom("tag", []uint64{1}, []byte("dark"), document.IndexField|document.Store…
461 …document.NewTextFieldCustom("_id", nil, []byte("a"), document.IndexField|document.StoreField, nil),
462 …document.NewTextFieldCustom("name", nil, []byte("wow"), document.IndexField|document.StoreField|do…
463 …document.NewTextFieldCustom("desc", nil, []byte("some thing"), document.IndexField|document.StoreF…
475 …document.NewTextFieldCustom("_id", nil, []byte("b"), document.IndexField|document.StoreField, nil),
476 …document.NewTextFieldCustom("name", nil, []byte("who"), document.IndexField|document.StoreField|do…
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/document/
H A Dindexing_options_test.go30 options: IndexField | StoreField | IncludeTermVectors,
37 options: IndexField | IncludeTermVectors,
51 options: IndexField,
72 options: IndexField | StoreField | IncludeTermVectors | DocValues,
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudsearch/source/model/
H A DIndexField.cpp23 IndexField::IndexField() : in IndexField() function in Aws::CloudSearch::Model::IndexField
41 IndexField::IndexField(const XmlNode& xmlNode) : in IndexField() function in Aws::CloudSearch::Model::IndexField
60 IndexField& IndexField::operator =(const XmlNode& xmlNode) in operator =()
149 void IndexField::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, const … in OutputToStream()
240 void IndexField::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataKey.cs185 internal IndexField[] GetIndexDesc() { in GetIndexDesc()
186 IndexField[] indexDesc = new IndexField[columns.Length]; in GetIndexDesc()
188 indexDesc[i] = new IndexField(columns[i], false); in GetIndexDesc()
206 IndexField[] indexDesc = GetIndexDesc(); in GetSortIndex()
H A DSelection.cs16 internal struct IndexField { struct
20 internal IndexField(DataColumn column, bool isDescending) { in IndexField() method
27 public static bool operator == (IndexField if1, IndexField if2) { in operator ==() argument
31 public static bool operator !=(IndexField if1, IndexField if2) { in operator !=() argument
37 if (obj is IndexField) in Equals()
38 return this == (IndexField)obj; in Equals()
72 internal readonly IndexField[] IndexFields;
104 private static IndexField[] GetAllFields(DataColumnCollection columns) { in GetAllFields()
105 IndexField[] fields = new IndexField[columns.Count]; in GetAllFields()
107 fields[i] = new IndexField(columns[i], false); in GetAllFields()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataKey.cs199 internal IndexField[] GetIndexDesc() in GetIndexDesc()
201 IndexField[] indexDesc = new IndexField[_columns.Length]; in GetIndexDesc()
204 indexDesc[i] = new IndexField(_columns[i], false); in GetIndexDesc()
223 IndexField[] indexDesc = GetIndexDesc(); in GetSortIndex()
H A DSelection.cs12 internal readonly struct IndexField struct
17 internal IndexField(DataColumn column, bool isDescending) in IndexField() method
25 public static bool operator ==(IndexField if1, IndexField if2) => in operator ==() argument
28 public static bool operator !=(IndexField if1, IndexField if2) => !(if1 == if2); in operator !=() argument
31 public override bool Equals(object obj) => obj is IndexField ? argument
32 this == (IndexField)obj :
64 internal readonly IndexField[] _indexFields;
99 private static IndexField[] GetAllFields(DataColumnCollection columns) in GetAllFields()
101 IndexField[] fields = new IndexField[columns.Count]; in GetAllFields()
104 fields[i] = new IndexField(columns[i], false); in GetAllFields()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dcontext-slot-cache.h65 DCHECK(IndexField::is_valid(index)); in Value()
66 value_ = ModeField::encode(mode) | IndexField::encode(index) | in Value()
89 int index() { return IndexField::decode(value_); } in index()
96 class IndexField : public BitField<int, 6, 32 - 6> {};
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/scorch/
H A Dscorch_test.go597 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
920 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
921 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 35.99, document.IndexField|document.StoreFi…
1011 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 36.99, document.IndexField|document.StoreFi…
1121 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
1122 ….NewNumericFieldWithIndexingOptions("age", []uint64{}, 35.99, document.IndexField|document.StoreFi…
1190 …tFieldWithIndexingOptions("name", []uint64{}, []byte("test"), document.IndexField|document.StoreFi…
1192 …ddField(document.NewCompositeFieldWithIndexingOptions("_all", true, nil, nil, document.IndexField))
1202 …ddField(document.NewCompositeFieldWithIndexingOptions("_all", true, nil, nil, document.IndexField))
1458 …f := document.NewTextFieldWithIndexingOptions("desc", nil, largeFieldValue, document.IndexField|do…
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/cloudsearch/
H A Dapi.go2943 IndexField *IndexField `type:"structure" required:"true"` member
2988 s.IndexField = v
3015 s.IndexField = v
3450 s.IndexField = v
4891 func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField { argument
4903 func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField { argument
4909 func (s *IndexField) SetIndexFieldName(v string) *IndexField { argument
4915 func (s *IndexField) SetIndexFieldType(v string) *IndexField { argument
4927 func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField { argument
4933 func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField { argument
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudsearch/
H A Dapi_op_DefineIndexField.go53 IndexField *types.IndexField member
63 IndexField *types.IndexFieldStatus member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudsearch/
H A Dapi_op_DefineIndexField.go53 IndexField *types.IndexField member
63 IndexField *types.IndexFieldStatus member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudsearch/
H A Dapi_op_DefineIndexField.go53 IndexField *types.IndexField member
63 IndexField *types.IndexFieldStatus member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudsearch/
H A Dapi_op_DefineIndexField.go53 IndexField *types.IndexField member
65 IndexField *types.IndexFieldStatus member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudsearch/
H A Dapi_op_DefineIndexField.go53 IndexField *types.IndexField member
63 IndexField *types.IndexFieldStatus member

1234567891011