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
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

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

Method Details

Norms() public méthode

public Norms ( System field ) : byte[]
field System
Résultat byte[]

OneNormsReader() public méthode

public OneNormsReader ( Lucene.Net.Index.IndexReader in_Renamed, System field ) : System
in_Renamed Lucene.Net.Index.IndexReader
field System
Résultat System