コード例 #1
0
ファイル: FuzzySet.cs プロジェクト: zhuthree/lucenenet
 private FuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)
 {
     _filter       = filter;
     _bloomSize    = bloomSize;
     _hashFunction = hashFunction;
 }
コード例 #2
0
ファイル: FuzzySet.cs プロジェクト: Cefa68000/lucenenet
 private FuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)
 {
     _filter = filter;
     _bloomSize = bloomSize;
     _hashFunction = hashFunction;
 }