MCPcopy Create free account

hub / github.com/YadaYuki/omochi / functions

Functions762 in github.com/YadaYuki/omochi

MethodSetPostingListCompressed
SetPostingListCompressed sets the "posting_list_compressed" field.
pkg/ent/term_create.go:452
MethodSetPostingListCompressed
SetPostingListCompressed sets the "posting_list_compressed" field.
pkg/ent/term_create.go:727
MethodSetPostingListCompressed
SetPostingListCompressed sets the "posting_list_compressed" field.
pkg/ent/term_update.go:204
MethodSetTokenizedContent
SetTokenizedContent sets the "tokenized_content" field.
pkg/ent/document_update.go:188
MethodSetTokenizedContent
SetTokenizedContent sets the "tokenized_content" field.
pkg/ent/document_create.go:60
MethodSetTokenizedContent
SetTokenizedContent sets the "tokenized_content" field.
pkg/ent/document_create.go:311
MethodSetTokenizedContent
SetTokenizedContent sets the "tokenized_content" field.
pkg/ent/document_create.go:412
MethodSetTokenizedContent
SetTokenizedContent sets the "tokenized_content" field.
pkg/ent/document_create.go:679
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/document_update.go:176
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/term_create.go:321
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/term_create.go:424
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/term_create.go:699
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/term_update.go:192
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/document_create.go:287
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/document_create.go:384
MethodSetUpdatedAt
SetUpdatedAt sets the "updated_at" field.
pkg/ent/document_create.go:651
MethodSetWord
SetWord sets the "word" field.
pkg/ent/term_create.go:56
MethodSetWord
SetWord sets the "word" field.
pkg/ent/term_create.go:333
MethodSetWord
SetWord sets the "word" field.
pkg/ent/term_create.go:438
MethodSetWord
SetWord sets the "word" field.
pkg/ent/term_create.go:713
MethodSetWord
SetWord sets the "word" field.
pkg/ent/term_update.go:198
MethodString
String implements the fmt.Stringer.
pkg/ent/document.go:109
MethodString
()
pkg/errors/error.go:32
MethodStringX
StringX is like String, but panics if an error occurs.
pkg/ent/document_query.go:509
MethodStringX
StringX is like String, but panics if an error occurs.
pkg/ent/document_query.go:764
MethodStringX
StringX is like String, but panics if an error occurs.
pkg/ent/term_query.go:510
MethodStringX
StringX is like String, but panics if an error occurs.
pkg/ent/term_query.go:765
MethodStringsX
StringsX is like Strings, but panics if an error occurs.
pkg/ent/document_query.go:482
MethodStringsX
StringsX is like Strings, but panics if an error occurs.
pkg/ent/document_query.go:738
MethodStringsX
StringsX is like Strings, but panics if an error occurs.
pkg/ent/term_query.go:483
MethodStringsX
StringsX is like Strings, but panics if an error occurs.
pkg/ent/term_query.go:739
FunctionSum
Sum applies the "sum" aggregation function on the given field of each group.
pkg/ent/ent.go:135
FunctionTestBulkUpsertTerm
(t *testing.T)
pkg/infrastructure/persistence/entdb/term_ent_repository_test.go:126
FunctionTestCalculateDocumentScores
(t *testing.T)
pkg/infrastructure/documentranker/tfidfranker/tf_idf_document_ranker_test.go:81
FunctionTestCalculateInverseDocumentFrequency
(t *testing.T)
pkg/infrastructure/documentranker/tfidfranker/tf_idf_document_ranker_test.go:32
FunctionTestCalculateTermFrequency
(t *testing.T)
pkg/infrastructure/documentranker/tfidfranker/tf_idf_document_ranker_test.go:12
FunctionTestCompress
(t *testing.T)
pkg/infrastructure/compresser/zlib_invert_index_compresser_test.go:11
FunctionTestCompressToDecompress
E2E
pkg/infrastructure/compresser/zlib_invert_index_compresser_test.go:32
FunctionTestCreateDocument
(t *testing.T)
pkg/infrastructure/persistence/entdb/document_ent_repository_test.go:13
FunctionTestFindDocumentsByIds
(t *testing.T)
pkg/infrastructure/persistence/entdb/document_ent_repository_test.go:37
FunctionTestFindTermCompressedById
(t *testing.T)
pkg/infrastructure/persistence/entdb/term_ent_repository_test.go:16
FunctionTestFindTermCompressedByWord
(t *testing.T)
pkg/infrastructure/persistence/entdb/term_ent_repository_test.go:41
FunctionTestFindTermCompressedsByWords
(t *testing.T)
pkg/infrastructure/persistence/entdb/term_ent_repository_test.go:71
FunctionTestIndexingDocument
(t *testing.T)
pkg/infrastructure/indexer/indexer_test.go:19
FunctionTestIndexingDocument
(t *testing.T)
pkg/infrastructure/indexer/entindexer/ent_indexer_test.go:17
FunctionTestNormalize
(t *testing.T)
pkg/infrastructure/documentranker/tfidfranker/tf_idf_document_ranker_test.go:59
FunctionTestSearch
(t *testing.T)
pkg/infrastructure/searcher/searcher_test.go:20
FunctionTestSortDocumentByScore
(t *testing.T)
pkg/infrastructure/documentranker/tfidfranker/tf_idf_document_ranker_test.go:108
FunctionTestTermController_FindTermById
(t *testing.T)
pkg/interface/api/term/term_test.go:21
FunctionTestTermController_FindTermById
(t *testing.T)
pkg/interface/api/document/document_test.go:30
FunctionTestTokenize
(t *testing.T)
pkg/infrastructure/tokenizer/ja/ja_kagome_tokenizer_test.go:9
FunctionTestTokenize
(t *testing.T)
pkg/infrastructure/tokenizer/eng/en_prose_tokenizer_test.go:8
FunctionTokenizedContent
TokenizedContent applies equality check predicate on the "tokenized_content" field. It's identical to TokenizedContentEQ.
pkg/ent/document/where.go:117
FunctionTokenizedContentContains
TokenizedContentContains applies the Contains predicate on the "tokenized_content" field.
pkg/ent/document/where.go:463
FunctionTokenizedContentContainsFold
TokenizedContentContainsFold applies the ContainsFold predicate on the "tokenized_content" field.
pkg/ent/document/where.go:491
FunctionTokenizedContentEQ
TokenizedContentEQ applies the EQ predicate on the "tokenized_content" field.
pkg/ent/document/where.go:387
FunctionTokenizedContentEqualFold
TokenizedContentEqualFold applies the EqualFold predicate on the "tokenized_content" field.
pkg/ent/document/where.go:484
FunctionTokenizedContentGT
TokenizedContentGT applies the GT predicate on the "tokenized_content" field.
pkg/ent/document/where.go:435
FunctionTokenizedContentGTE
TokenizedContentGTE applies the GTE predicate on the "tokenized_content" field.
pkg/ent/document/where.go:442
FunctionTokenizedContentHasPrefix
TokenizedContentHasPrefix applies the HasPrefix predicate on the "tokenized_content" field.
pkg/ent/document/where.go:470
FunctionTokenizedContentHasSuffix
TokenizedContentHasSuffix applies the HasSuffix predicate on the "tokenized_content" field.
pkg/ent/document/where.go:477
FunctionTokenizedContentIn
TokenizedContentIn applies the In predicate on the "tokenized_content" field.
pkg/ent/document/where.go:401
FunctionTokenizedContentLT
TokenizedContentLT applies the LT predicate on the "tokenized_content" field.
pkg/ent/document/where.go:449
FunctionTokenizedContentLTE
TokenizedContentLTE applies the LTE predicate on the "tokenized_content" field.
pkg/ent/document/where.go:456
FunctionTokenizedContentNEQ
TokenizedContentNEQ applies the NEQ predicate on the "tokenized_content" field.
pkg/ent/document/where.go:394
FunctionTokenizedContentNotIn
TokenizedContentNotIn applies the NotIn predicate on the "tokenized_content" field.
pkg/ent/document/where.go:418
MethodTx
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
pkg/ent/mutation.go:110
MethodTx
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
pkg/ent/mutation.go:583
MethodTx
Tx returns a new transactional client. The provided context is used until the transaction is committed or rolled back.
pkg/ent/client.go:64
FunctionTxFromContext
TxFromContext returns a Tx stored inside a context, or nil if there isn't one.
pkg/ent/context.go:25
MethodType
Type returns the node type of this mutation (Document).
pkg/ent/mutation.go:302
MethodType
Type returns the node type of this mutation (Term).
pkg/ent/mutation.go:781
MethodUnique
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
pkg/ent/document_query.go:52
FunctionUnless
Unless skips the given hook only for the given operation. hook.Unless(Log, ent.Update|ent.UpdateOne)
pkg/ent/hook/hook.go:157
MethodUnwrap
Unwrap unwraps the Term entity that was returned from a transaction after it was closed, so that all future queries will be executed through the drive
pkg/ent/term.go:102
MethodUnwrap
Unwrap unwraps the Document entity that was returned from a transaction after it was closed, so that all future queries will be executed through the d
pkg/ent/document.go:99
MethodUnwrap
Unwrap implements the errors.Wrapper interface.
pkg/ent/ent.go:158
MethodUnwrap
Unwrap implements the errors.Wrapper interface.
pkg/ent/ent.go:250
MethodUnwrap
()
pkg/errors/error.go:36
MethodUpdate
Update returns a builder for updating this Document. Note that you need to call Document.Unwrap() before calling this method if this Document was retu
pkg/ent/document.go:93
MethodUpdate
Update returns an update builder for Document.
pkg/ent/client.go:161
MethodUpdate
Update returns an update builder for Term.
pkg/ent/client.go:251
MethodUpdateContent
UpdateContent sets the "content" field to the value that was provided on create.
pkg/ent/document_create.go:305
MethodUpdateContent
UpdateContent sets the "content" field to the value that was provided on create.
pkg/ent/document_create.go:405
MethodUpdateContent
UpdateContent sets the "content" field to the value that was provided on create.
pkg/ent/document_create.go:672
MethodUpdateCreatedAt
UpdateCreatedAt sets the "created_at" field to the value that was provided on create.
pkg/ent/term_create.go:315
MethodUpdateCreatedAt
UpdateCreatedAt sets the "created_at" field to the value that was provided on create.
pkg/ent/term_create.go:417
MethodUpdateCreatedAt
UpdateCreatedAt sets the "created_at" field to the value that was provided on create.
pkg/ent/term_create.go:692
MethodUpdateCreatedAt
UpdateCreatedAt sets the "created_at" field to the value that was provided on create.
pkg/ent/document_create.go:281
MethodUpdateCreatedAt
UpdateCreatedAt sets the "created_at" field to the value that was provided on create.
pkg/ent/document_create.go:377
MethodUpdateCreatedAt
UpdateCreatedAt sets the "created_at" field to the value that was provided on create.
pkg/ent/document_create.go:644
MethodUpdateNewValues
UpdateNewValues updates the mutable fields using the new values that were set on create except the ID field. Using this option is equivalent to using:
pkg/ent/term_create.go:368
MethodUpdateNewValues
UpdateNewValues updates the mutable fields using the new values that were set on create. Using this option is equivalent to using: client.Term.Creat
pkg/ent/term_create.go:640
MethodUpdateNewValues
UpdateNewValues updates the mutable fields using the new values that were set on create. Using this option is equivalent to using: client.Document.C
pkg/ent/document_create.go:331
MethodUpdateNewValues
UpdateNewValues updates the mutable fields using the new values that were set on create. Using this option is equivalent to using: client.Document.C
pkg/ent/document_create.go:596
MethodUpdateOne
UpdateOne returns an update builder for the given entity.
pkg/ent/client.go:167
MethodUpdateOneID
UpdateOneID returns an update builder for the given id.
pkg/ent/client.go:173
MethodUpdateOneID
UpdateOneID returns an update builder for the given id.
pkg/ent/client.go:263
MethodUpdatePostingListCompressed
UpdatePostingListCompressed sets the "posting_list_compressed" field to the value that was provided on create.
pkg/ent/term_create.go:459
MethodUpdatePostingListCompressed
UpdatePostingListCompressed sets the "posting_list_compressed" field to the value that was provided on create.
pkg/ent/term_create.go:734
← previousnext →601–700 of 762, ranked by callers