According to the Apache Solr documentation on facets, I can use keys because: \'This can be helpful when faceting on the same field multiple times with different exclusions.\'
I\'m using Solr for searching, and recently started using faceting to allow users to nar开发者_运维技巧row their search.However, once the user filters by one of the facets, the other filter options ar
I found a great tutorial on performing a faceted search. http://开发者_StackOverflowwww.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/
I have a sample Solr schema as follows isPublic = boolean source = facebook| twitter | wordpress I want to write a query which returns all documents from the index which matches either the isPublic
I have an application where users can pick car parts. They pick their vehicle and then pick vehicle attributes as facets. After they select their vehicle, they can pick facets like engine size, for ex
I am trying to implement a Faceted search or tagging with multiple-tag filtering. In the f开发者_如何学编程aceted navigation, only not-empty categories are displayed and the number of items in the cat
I\'ve been looking into faceted search with Lucene.NET, I\'ve found a brilliant example here which explains a fair amount, apart from the fact that it completely overlooks the function which checks th