Lucene.Net.Search.Function.TestCustomScoreQuery.CustomExternalQuery.AnonymousCustomScoreProvider.AnonymousCustomScoreProvider C# (CSharp) Method

AnonymousCustomScoreProvider() public method

public AnonymousCustomScoreProvider ( IndexReader reader, int values ) : System
reader Lucene.Net.Index.IndexReader
values int
return System
                public AnonymousCustomScoreProvider(IndexReader reader, int[] values) : base(reader)
                {
                    this.values = values;
                }
TestCustomScoreQuery.CustomExternalQuery.AnonymousCustomScoreProvider