Open GoogleCodeExporter opened 9 years ago
I have a working implementation that may need some beautification before
including:
Added this function to Session.cs: http://pastebin.com/Fi9mEfag
+ this function to EntitySerializer.cs: http://pastebin.com/1WYbEsQC
Usage example:
public IEnumerable<SearchHierarchyResult> GetSearchResults(string searchTerm) {
var c = GetConnection();
var s = c.CreateSession(DB_NAME);
return s.LuceneSearch<SearchHierarchyResult>(searchTerm+"*", 20);
}
Original comment by kgould...@sasaki.com
on 15 Mar 2012 at 8:41
Hi. Thanks for this code.
I'm testing it out now.
Any updates to your code since Mar?
Thanks! CM
Original comment by design.d...@gmail.com
on 20 Sep 2012 at 1:02
Original issue reported on code.google.com by
nnyst...@gmail.com
on 25 Mar 2011 at 2:43