LuceneIndexProvider Class
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Lucene provider to index operations. Allows to Insert/Delete items to the search index. Remember to call Initialize before first usage.
public class LuceneIndexProvider : IIndexProvider, IProvider, IExtension
- Inheritance:
- System.Object → LuceneIndexProvider
- Implements:
- IIndexProvider, IProvider, IExtension
Constructors
Lucene |
Methods
Count() | Gets the number of entities in the index. |
Delete(IEntity) | Delete an entity from the fulltext index. |
Get(IEntity) | Get an IndexDocument from the fulltext index. |
Get |
Gets the timestamp of the last indexed item. |
Initialize(Name |
Initialize the LuceneIndexProvider with the provided settings. |
Insert(IEnumerable |
Add a list of entities to the fulltext index. |
Optimize() | Optimize the index. |
Search(Query, String) | Search the fulltext index with the specified Query. |
Set |
Sets the timestamp of the last indexed item. |
Size() | Gets the size of the fulltext index. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(Object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |