Michael, No I didn't. But they wouldn't have helped anyway. The examples don't show you how to get a list of the results of the combined facets as well as how to do sorting and paging on them. BoboBrowse.Net does everything in one round trip, which is what I was looking for.
Thanks, NightOwl888 -----Original Message----- From: Michael Herndon [mailto:[email protected]] Sent: Monday, December 14, 2015 8:01 PM To: [email protected] Subject: Re: Lucene.Net question Shad, Did you look at the tests for Simple Faceted Search? https://github.com/apache/lucenenet/blob/3.0.3/test/contrib/SimpleFacetedSearch/TestSimpleFacetedSearch.cs -Michael On Mon, Dec 14, 2015 at 3:00 AM, Shad Storhaug <[email protected]> wrote: > Hello Kimon, > > Personally, I was unable to make the Simple Faceted Search function > due to lack of examples. > > I ended up creating a .NET port of Bobo-Browse that is compatible with > Lucene.Net 3.0.3. It is called BoboBrowse.Net. It is the simplest way > I have found to create facets, there are dozens of built in facet > types to handle scenarios such as ranges and geo-location, not to > mention it is extensible should you need to create your own. > > https://github.com/NightOwl888/BoboBrowse.Net > > Documentation > > https://github.com/NightOwl888/BoboBrowse.Net/wiki > > Also, have a look at the demos to get started. > > https://github.com/NightOwl888/BoboBrowse.Net/tree/master/src/CarDemo > https://github.com/NightOwl888/FacetedSearchPrototype > > > Thanks, > NightOwl888 > > > -----Original Message----- > From: Michael Herndon [mailto:[email protected]] > Sent: Monday, December 14, 2015 2:43 PM > To: [email protected] > Subject: Re: Lucene.Net question > > Hi Kimon Topouzidis, > > Take a look at the Simple Faceted Search contrib project. > > https://cwiki.apache.org/confluence/display/LUCENENET/Simple+Faceted+S > earch > > > https://github.com/apache/lucenenet/tree/812e1c541f1a00392391c5761fd3d > cb7b0aedd88/src/contrib/SimpleFacetedSearch > > - Michael > > On Sun, Dec 13, 2015 at 9:54 PM, Kimon Topouzidis > <[email protected]> > wrote: > > > Dear Sir/Madam > > I am building an application in C# that searches a database with > > Lucene.Net 3.0.3.My question is, can i have a quick guide on how to > > make facets using Lucene.Net 3.0.3. I am really trying to find > > something to start on, but it seems that i cant. > > > > I would be greatful if you could help me. > > > > Yours sincerely, > > > > Topouzidis Kimon, > > Student at Alexander Institute of Technology, Department of > > Informatics. > > >
