Questions tagged [faceted-search]

Faceted search (also called faceted navigation, guided navigation, or parametric search) breaks up search results into multiple categories, typically showing counts for each, and allows the user to "drill down" or further restrict their search results based on those facets.

Faceted search, also called faceted navigation or faceted browsing, is a technique for accessing information organized according to a faceted classification system, allowing users to explore a collection of information by applying multiple filters.

A faceted classification system classifies each information element along multiple explicit dimensions, enabling the classifications to be accessed and ordered in multiple ways rather than in a single, pre-determined, taxonomic order

578 questions
0
votes
1 answer

what's the difference of setting up a "field" and setting "facet=true" in search_indexes.py in haystack?

I'm confused with 'field' and 'facet=true' in search_indexes.py Setting up a field such as name=CharField(max_length=100) enables me to provide a link with the name that user can drill down to(narrow search result)? and facet=true gives me the…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
1 answer

When to use Hadoop, when to use ElasticSearch for group by/facets?

I have downloaded my Inbox and I'm processing my emails with Pig and Hadoop. I have used Pig and Wonderdog to index these emails in ElasticSearch. Now I am creating a web page for each email address in my inbox, to show messages sent by these…
rjurney
  • 4,824
  • 5
  • 41
  • 62
-1
votes
1 answer

Sorting Results of a Multi-valued Faceted Search

Using bobo-browse MultiValueFacetHandler to gather multi-valued faceted results, how do I sort these facets by the top-scoring document in each facet? For example, if: Document d1 has facets f1 and f2 and score 3.5 Document d2 has facets f2 and f3…
z12345
  • 2,186
  • 4
  • 20
  • 28
-1
votes
1 answer

Looking for date-time faceted search widget and/or design patterns

Faceted search is user-friendly when applied to things like book categories in an Amazon search: Fiction (500), History (320), Biography (212), etc. But are there any nice facetted search designs (or widgets) that allow user to narrow in on a…
ted.strauss
  • 4,119
  • 4
  • 34
  • 57
-1
votes
1 answer

Should I use Angular JS for faceted search?

I'm planning to build a webpage that compares large amounts of products. I need faceted search/filters for that, so the visitor can filter the product on price/color etc. I couldn't find a ready to implement webshop script for that, so I'm planning…
moasking
  • 381
  • 1
  • 4
  • 16
-1
votes
1 answer

solr two or more independent checkboxes

i have a requirement where i have to display the two check boxes filters which are totally independent meaning that only a result of single filter is possible at a time.However When i check one of the check box,the other should still display its…
user2582604
  • 39
  • 1
  • 5
-2
votes
1 answer

(pure) Lucene: Counting documents having a timestamp in longfield, grouped by year

My documents structure is: [text:TextField,date:LongField] I am looking for a 'statistic' query on my documents, based on a precision level on the dateTime field. This means counting documents grouped by the LongField date, ignoring some bytes at…
Slim
  • 1,256
  • 1
  • 13
  • 25
1 2 3
38
39