Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Index.CheckIndex |
Basic tool and API to check the health of an index and write a new segments file that removes reference to problematic segments. More... | |
class | Lucene.Net.Index.CheckIndex.Status |
Returned from CheckIndex_Renamed_Method() detailing the health and status of the index. More... | |
class | Lucene.Net.Index.CheckIndex.Status.SegmentInfoStatus |
Holds the status of each segment in the index. See SegmentInfos. More... | |
class | Lucene.Net.Index.CheckIndex.Status.FieldNormStatus |
Status from testing field norms. More... | |
class | Lucene.Net.Index.CheckIndex.Status.TermIndexStatus |
Status from testing term index. More... | |
class | Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus |
Status from testing stored fields. More... | |
class | Lucene.Net.Index.CheckIndex.Status.TermVectorStatus |
Status from testing stored fields. More... | |
Namespaces | |
package | Lucene.Net.Index |
Typedefs | |
using | AbstractField = Lucene.Net.Documents.AbstractField |
using | Document = Lucene.Net.Documents.Document |
using | Directory = Lucene.Net.Store.Directory |
using | FSDirectory = Lucene.Net.Store.FSDirectory |
using | IndexInput = Lucene.Net.Store.IndexInput |
Definition at line 22 of file CheckIndex.cs.
using Directory = Lucene.Net.Store.Directory |
Definition at line 24 of file CheckIndex.cs.
Definition at line 23 of file CheckIndex.cs.
Definition at line 25 of file CheckIndex.cs.
Definition at line 26 of file CheckIndex.cs.