Go to the source code of this file.
|
enum | Lucene.Net.Distributed.SearchMethod { Lucene.Net.Distributed.Local = 0,
Lucene.Net.Distributed.Distributed = 1,
Lucene.Net.Distributed.Undefined = 2
} |
| Specifies the location of a DistributedSearcher More...
|
|
enum | Lucene.Net.Distributed.FieldStorageType { Lucene.Net.Distributed.Keyword = 1,
Lucene.Net.Distributed.UnIndexed = 2,
Lucene.Net.Distributed.UnStored = 3,
Lucene.Net.Distributed.Text = 4
} |
| Specifies the type of Field in an IndexDocument More...
|
|
enum | Lucene.Net.Distributed.IndexAction { Lucene.Net.Distributed.NoAction = 0,
Lucene.Net.Distributed.Update = 1,
Lucene.Net.Distributed.Overwrite = 2
} |
| Specifies the type of action for an IndexSet to take when applying changes to an index More...
|
|
enum | Lucene.Net.Distributed.AnalyzerType { Lucene.Net.Distributed.StandardAnalyzer = 0,
Lucene.Net.Distributed.SimpleAnalyzer = 1,
Lucene.Net.Distributed.WhitespaceAnalyzer = 2,
Lucene.Net.Distributed.StopAnalyzer = 3
} |
| Specifies the type of Analyzer to use in creation of an IndexDocument More...
|
|