The LuceneIndexer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LuceneIndexer |
Initializes a new instance of the LuceneIndexer class.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Equals | (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
LuceneIndexer is reclaimed by garbage collection.
(Overrides Object..::..Finalize()()()().) |
|
FindItems |
Finds items containing the specified full-text query terms.
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetIndexPath |
Gets the index path for the specified domain.
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
IndexItems |
Indexes a list of item values and stores them in an index dedicated to the
specified domain.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DefaultIndexRootPath |
The default value for IndexRootPath. The value is "/SimolLucene/".
|
|
DefaultOptimizationInterval |
The default value for OptimizationInterval. The value is 100.
|
Properties
Name | Description | |
---|---|---|
IndexRootPath |
Gets or sets the index root path.
|
|
OptimizationInterval |
Gets or sets the Lucene index optimization interval.
|