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
Namespaces | Classes
Package Lucene.Net.Support

Namespaces

package  Compatibility
 

Classes

class  AppSettings
  More...
 
class  AttributeImplItem
 A simple wrapper to allow for the use of the GeneralKeyedCollection. The wrapper is required as there can be several keys for an object depending on how many interfaces it implements.
 
class  BitSetSupport
 This class provides supporting methods of java.util.BitSet that are not present in System.Collections.BitArray. More...
 
class  BuildType
 
class  Character
 Mimics Java's Character class. More...
 
class  CloseableThreadLocalProfiler
 For Debuging purposes. More...
 
class  CollectionsHelper
 Support class used to handle Hashtable addition, which does a check first to make sure the added item is unique in the hash. More...
 
class  Compare
 Summary description for TestSupportClass. More...
 
class  CRC32
 
class  Cryptography
 
class  Deflater
 
class  Double
  More...
 
class  EquatableList< T >
 Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. Also provides functionality to compare lists against each other through an implementations of IEquatable{T}. More...
 
class  FileSupport
 Represents the methods to support some operations over files. More...
 
class  GeneralKeyedCollection< TKey, TItem >
 A collection of TItem which can be looked up by instances of TKey .
 
class  HashMap< TKey, TValue >
 A C# emulation of the Java Hashmap More...
 
interface  IChecksum
 Contains conversion support elements such as classes, interfaces and static methods. More...
 
class  Inflater
 
interface  IThreadRunnable
 This interface should be implemented by any class whose instances are intended to be executed by a thread. More...
 
class  Number
 A simple class for number conversions. More...
 
class  OS
 Provides platform infos. More...
 
class  SharpZipLib
 
class  Single
  More...
 
class  TextSupport
 
class  ThreadClass
 Support class used to handle threads More...
 
class  ThreadLock
 Abstract base class that provides a synchronization interface for derived lock types More...
 
class  WeakDictionary< TKey, TValue >