|  | Lucene.Net
    3.0.3
    Lucene.Net is a .NET port of the Java Lucene Indexing Library | 
Inherits ICloneable.
| Public Member Functions | |
| int | CompareTo (TermBuffer other) | 
| void | Read (IndexInput input, FieldInfos fieldInfos) | 
| void | Set (Term term) | 
| void | Set (TermBuffer other) | 
| void | Reset () | 
| Term | ToTerm () | 
| System.Object | Clone () | 
Definition at line 26 of file TermBuffer.cs.
| System.Object Lucene.Net.Index.TermBuffer.Clone | ( | ) | 
Definition at line 148 of file TermBuffer.cs.
| int Lucene.Net.Index.TermBuffer.CompareTo | ( | TermBuffer | other | ) | 
Definition at line 37 of file TermBuffer.cs.
| void Lucene.Net.Index.TermBuffer.Read | ( | IndexInput | input, | 
| FieldInfos | fieldInfos | ||
| ) | 
Definition at line 70 of file TermBuffer.cs.
| void Lucene.Net.Index.TermBuffer.Reset | ( | ) | 
Definition at line 128 of file TermBuffer.cs.
| void Lucene.Net.Index.TermBuffer.Set | ( | Term | term | ) | 
Definition at line 104 of file TermBuffer.cs.
| void Lucene.Net.Index.TermBuffer.Set | ( | TermBuffer | other | ) | 
Definition at line 120 of file TermBuffer.cs.
| Term Lucene.Net.Index.TermBuffer.ToTerm | ( | ) | 
Definition at line 136 of file TermBuffer.cs.
 1.8.3
 1.8.3