Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Search.Highlight.WeightedTerm Class Reference

Lightweight class to hold term and a Weight value used for scoring this term More...

Inherited by Lucene.Net.Search.Highlight.WeightedSpanTerm.

Public Member Functions

 WeightedTerm (float weight, String term)
 

Properties

string Term [get, set]
 the term value (stemmed)
 
float Weight [get, set]
 the Weight associated with this term
 

Detailed Description

Lightweight class to hold term and a Weight value used for scoring this term

Definition at line 25 of file WeightedTerm.cs.

Constructor & Destructor Documentation

Lucene.Net.Search.Highlight.WeightedTerm.WeightedTerm ( float  weight,
String  term 
)

Definition at line 27 of file WeightedTerm.cs.

Property Documentation

string Lucene.Net.Search.Highlight.WeightedTerm.Term
getset

the term value (stemmed)

Definition at line 36 of file WeightedTerm.cs.

float Lucene.Net.Search.Highlight.WeightedTerm.Weight
getset

the Weight associated with this term

Definition at line 42 of file WeightedTerm.cs.


The documentation for this class was generated from the following file: