Home
last modified time | relevance | path

Searched defs:normsWriter (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DNormsWriterPerThread.cs25 internal NormsWriter normsWriter; field in Lucene.Net.Index.NormsWriterPerThread
28 public NormsWriterPerThread(DocInverterPerThread docInverterPerThread, NormsWriter normsWriter) in NormsWriterPerThread()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DNormsWriterPerThread.cpp14 …PerThread(const DocInverterPerThreadPtr& docInverterPerThread, const NormsWriterPtr& normsWriter) { in NormsWriterPerThread()