faceted-search
Solr multiple facet dates
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.\'[详细]
2023-01-04 02:56 分类:问答Solr - retrieving facet counts for unfiltered version of query
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[详细]
2023-01-02 14:38 分类:问答Lucene.NET faceted search
I found a great tutorial on performing a faceted search. http://开发者_StackOverflowwww.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/[详细]
2023-01-01 07:51 分类:问答Solr OR query for different combination of facets
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[详细]
2022-12-29 16:02 分类:问答How would I search for blank facets in a multi valued facet field and at the same time in Solr?
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[详细]
2022-12-20 03:33 分类:问答Efficient implementation of faceted search in relational databases
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[详细]
2022-12-13 10:44 分类:问答Can someone explain to me what this GetCardinality method is doing?
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[详细]
2022-12-11 23:36 分类:问答