Method | Description | |
---|---|---|
Commit ( bool isSoftCommit = false ) : void | ||
ConvertToSolrDocument ( IIndexable item ) : System.Xml.Linq.XElement |
Convert an Indexable item to a solr document
|
|
Delete ( ) : void |
Delete all documents in core
|
|
Delete ( string uniqueIdentifier ) : void |
Delete all documents in core
|
|
Index ( IEnumerable |
||
Index ( IIndexable indexable ) : void | ||
Optimize ( ) : void | ||
Query ( IQuery query ) : Response |
||
SolrCore ( IHttpConnection httpConnection, string core ) : System.Collections.Generic |
public Commit ( bool isSoftCommit = false ) : void | ||
isSoftCommit | bool | |
return | void |
public static ConvertToSolrDocument ( IIndexable item ) : System.Xml.Linq.XElement | ||
item | IIndexable | the object to index |
return | System.Xml.Linq.XElement |
public Delete ( string uniqueIdentifier ) : void | ||
uniqueIdentifier | string | |
return | void |
public Index ( IEnumerable |
||
indexables | IEnumerable |
|
return | void |
public SolrCore ( IHttpConnection httpConnection, string core ) : System.Collections.Generic | ||
httpConnection | IHttpConnection | |
core | string | |
return | System.Collections.Generic |