Home
last modified time | relevance | path

Searched refs:DocumentMatchPoolSize (Results 1 – 25 of 62) sorted by relevance

123

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/search/searcher/
H A Dsearch_filter.go86 func (f *FilteringSearcher) DocumentMatchPoolSize() int { func
87 return f.child.DocumentMatchPoolSize()
H A Dsearch_boolean.go379 func (s *BooleanSearcher) DocumentMatchPoolSize() int { func
382 rv += s.mustSearcher.DocumentMatchPoolSize()
385 rv += s.shouldSearcher.DocumentMatchPoolSize()
388 rv += s.mustNotSearcher.DocumentMatchPoolSize()
H A Dsearch_conjunction.go229 func (s *ConjunctionSearcher) DocumentMatchPoolSize() int { func
232 rv += s.DocumentMatchPoolSize()
H A Dsearch_match_none.go60 func (s *MatchNoneSearcher) DocumentMatchPoolSize() int {
H A Dsearch_disjunction.go268 func (s *DisjunctionSearcher) DocumentMatchPoolSize() int { func
271 rv += s.DocumentMatchPoolSize()
H A Dsearch_disjunction_test.go120 DocumentMatchPool: search.NewDocumentMatchPool(test.searcher.DocumentMatchPoolSize(), 0),
176 DocumentMatchPool: search.NewDocumentMatchPool(martyOrDustinSearcher.DocumentMatchPoolSize(), 0),
H A Dsearch_geopointdistance_test.go73 DocumentMatchPool: search.NewDocumentMatchPool(gds.DocumentMatchPoolSize(), 0),
H A Dsearch_phrase.go352 func (s *PhraseSearcher) DocumentMatchPoolSize() int { func
353 return s.mustSearcher.DocumentMatchPoolSize() + 1
H A Dsearch_docid.go91 func (s *DocIDSearcher) DocumentMatchPoolSize() int { func
H A Dsearch_match_all.go103 func (s *MatchAllSearcher) DocumentMatchPoolSize() int {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/search/searcher/
H A Dsearch_filter.go101 func (f *FilteringSearcher) DocumentMatchPoolSize() int { func
102 return f.child.DocumentMatchPoolSize()
H A Dsearch_boolean.go438 func (s *BooleanSearcher) DocumentMatchPoolSize() int { func
441 rv += s.mustSearcher.DocumentMatchPoolSize()
444 rv += s.shouldSearcher.DocumentMatchPoolSize()
447 rv += s.mustNotSearcher.DocumentMatchPoolSize()
H A Dsearch_match_none.go74 func (s *MatchNoneSearcher) DocumentMatchPoolSize() int { func
H A Dsearch_conjunction.go278 func (s *ConjunctionSearcher) DocumentMatchPoolSize() int { func
281 rv += s.DocumentMatchPoolSize()
H A Dsearch_disjunction_slice.go277 func (s *DisjunctionSliceSearcher) DocumentMatchPoolSize() int { func
280 rv += s.DocumentMatchPoolSize()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/search/searcher/
H A Dsearch_filter.go101 func (f *FilteringSearcher) DocumentMatchPoolSize() int { func
102 return f.child.DocumentMatchPoolSize()
H A Dsearch_boolean.go438 func (s *BooleanSearcher) DocumentMatchPoolSize() int { func
441 rv += s.mustSearcher.DocumentMatchPoolSize()
444 rv += s.shouldSearcher.DocumentMatchPoolSize()
447 rv += s.mustNotSearcher.DocumentMatchPoolSize()
H A Dsearch_match_none.go74 func (s *MatchNoneSearcher) DocumentMatchPoolSize() int { func
H A Dsearch_conjunction.go278 func (s *ConjunctionSearcher) DocumentMatchPoolSize() int { func
281 rv += s.DocumentMatchPoolSize()
H A Dsearch_disjunction_slice.go277 func (s *DisjunctionSliceSearcher) DocumentMatchPoolSize() int { func
280 rv += s.DocumentMatchPoolSize()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/search/searcher/
H A Dsearch_filter.go101 func (f *FilteringSearcher) DocumentMatchPoolSize() int { func
102 return f.child.DocumentMatchPoolSize()
H A Dsearch_boolean.go438 func (s *BooleanSearcher) DocumentMatchPoolSize() int { func
441 rv += s.mustSearcher.DocumentMatchPoolSize()
444 rv += s.shouldSearcher.DocumentMatchPoolSize()
447 rv += s.mustNotSearcher.DocumentMatchPoolSize()
H A Dsearch_match_none.go74 func (s *MatchNoneSearcher) DocumentMatchPoolSize() int { func
H A Dsearch_conjunction.go278 func (s *ConjunctionSearcher) DocumentMatchPoolSize() int { func
281 rv += s.DocumentMatchPoolSize()
H A Dsearch_disjunction_slice.go277 func (s *DisjunctionSliceSearcher) DocumentMatchPoolSize() int { func
280 rv += s.DocumentMatchPoolSize()

123