I am trying to develop a search page with multiple filters. When the customer logs-in, they can only see products that they have bought. So, filtering documents is not based on a static document. So, in my documents, I need to store a customer's id/name,
and multiple attributes of the product that they have bought. The idea is that they are not searching for a specific product, but rather want to have an overview of their portfolio. They should be able to do this by drilling down through their multiple filters.
I've seen Java samples, but finding it difficult to port to C#.Net but Java flavour of Lucene.Net doesn't seem to have all the Java features.
HeideFalcon
0 Points
1 Post
Lucene.Net Drill Down Faceted Search
Dec 17, 2012 10:39 PM|LINK
Hi
I am using Lucene.Net version 3.0 and having difficulty finding a complete worked out code sample to implement drill-down faceted search. I have seen http://www.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/ but his code is based on version 2.9 with deprecated features.
I am trying to develop a search page with multiple filters. When the customer logs-in, they can only see products that they have bought. So, filtering documents is not based on a static document. So, in my documents, I need to store a customer's id/name, and multiple attributes of the product that they have bought. The idea is that they are not searching for a specific product, but rather want to have an overview of their portfolio. They should be able to do this by drilling down through their multiple filters.
I've seen Java samples, but finding it difficult to port to C#.Net but Java flavour of Lucene.Net doesn't seem to have all the Java features.
Any help is much appreciated.