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:mherndon@michaelherndon.com]
Sent: Monday, December 14, 2015 2:43 PM
To: user@lucenenet.apache.org
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+Search
https://github.com/apache/lucenenet/tree/812e1c541f1a00392391c5761fd3dcb7b0aedd88/src/contrib/SimpleFacetedSearch
- Michael
On Sun, Dec 13, 2015 at 9:54 PM, Kimon Topouzidis <kimon.topou@gmail.com>
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.
>
|