C# Class Lucene.Net.Demo.SearchFiles.OneNormsReader

Use the norms from one field for all fields. Norms are read into memory, using a byte of memory per document per searched field. This can cause search of large collections with a large number of fields to run out of memory. If all of the fields contain only a single token, then the norms are all identical, then single norm vector may be shared.
Inheritance: Lucene.Net.Index.FilterIndexReader
Mostra file Open project: synhershko/lucene.net

Public Methods

Method Description
Norms ( System field ) : byte[]
OneNormsReader ( Lucene.Net.Index.IndexReader in_Renamed, System field ) : System

Method Details

Norms() public method

public Norms ( System field ) : byte[]
field System
return byte[]

OneNormsReader() public method

public OneNormsReader ( Lucene.Net.Index.IndexReader in_Renamed, System field ) : System
in_Renamed Lucene.Net.Index.IndexReader
field System
return System