Method AddClause
AddClause(Q, Term, Int32, Single)
Declaration
protected void AddClause(Q topLevel, Term term, int docCount, float boost)
Parameters
Type |
Name |
Description |
Q |
topLevel |
|
Term |
term |
|
System.Int32 |
docCount |
|
System.Single |
boost |
|
AddClause(Q, Term, Int32, Single, TermContext)
Declaration
protected abstract void AddClause(Q topLevel, Term term, int docCount, float boost, TermContext states)
Parameters
Type |
Name |
Description |
Q |
topLevel |
|
Term |
term |
|
System.Int32 |
docCount |
|
System.Single |
boost |
|
TermContext |
states |
|