Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Lucene.Net.Search.Vectorhighlight.HashMap< K, V > Class Template Reference

Inherits Dictionary< K, V >.

Public Member Functions

new void Add (K key, V value)
 
Get (K key)
 
void Put (K key, V val)
 

Properties

new int Count [get]
 
new V this[K key] [get, set]
 

Detailed Description

Definition at line 28 of file Support.cs.

Member Function Documentation

new void Lucene.Net.Search.Vectorhighlight.HashMap< K, V >.Add ( key,
value 
)

Definition at line 32 of file Support.cs.

V Lucene.Net.Search.Vectorhighlight.HashMap< K, V >.Get ( key)

Definition at line 58 of file Support.cs.

void Lucene.Net.Search.Vectorhighlight.HashMap< K, V >.Put ( key,
val 
)

Definition at line 67 of file Support.cs.

Property Documentation

new int Lucene.Net.Search.Vectorhighlight.HashMap< K, V >.Count
get

Definition at line 41 of file Support.cs.

new V Lucene.Net.Search.Vectorhighlight.HashMap< K, V >.this[K key]
getset

Definition at line 49 of file Support.cs.


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