Tagged Questions

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.

learn more… | top users | synonyms

11
votes
4answers
236 views

What is the best HTML approach when form inputs are spread throughout the page?

I am building a faceted search system that has inputs in a sidebar (the facets are check boxes), and an input in the header of the page (the main query box). All of these inputs are submitted ...
6
votes
1answer
1k views

Dedicated faceted search engine for dealing with dynamic taxonomies - helps just with performance or also flexibilty?

I've been thinking for a while about modeling typical ecommerce site with ebay-like taxonomy and attributes dependent on a particular product category. First attempt was choosing between EAV and ...
6
votes
3answers
2k views

Efficient implementation of faceted search in relational databases

I am trying to implement a Faceted search or tagging with multiple-tag filtering. In the faceted navigation, only not-empty categories are displayed and the number of items in the category that are ...
5
votes
1answer
579 views

Lucene.NET 2.9 and BitArray/DocIdSet

I found a great example on grabbing facet counts on a base query. It stores the bitarray of the base query to improve the performance each time the a facet gets counted. var genreQuery = new ...
5
votes
1answer
2k views

How do I set up a facet search with a many to many relationship using Sunspot?

I haven't implemented a search feature before and feel a bit stuck. I have a Sunspot search feature which finds results based on keywords - this works great - but I now want to implement the multi ...
5
votes
2answers
1k views

Faceted query browser for SOLR

Can you recommend a faceted query browser that I can point at a SOLR index? Ideally this would be something that looks like an Endeca-built GUI, where the various facets are extracted from the index, ...
4
votes
2answers
1k views

I need to sort the facets that come back from SOLR by relevancy

I have within my SOLR index song objects which belong to a higher level album object. An example is shown below: <song> <album title>Blood Sugar Sex Magic</album title> <song ...
4
votes
1answer
987 views

Solr/Lucene: Indexing facet values

For example, say I have the following facet: Colors Red (7825) Orange (2343) Green (843) Blue (5412) In my database, colors would be a table and each color would have a primary key and a ...
3
votes
1answer
52 views

Ways to do hierarchial faceting in Solr?

If a doc is listed as Book>Fiction>Sci-FI, it must be searchable when your facet query is "Book", "Book>Fiction", "Book>Fiction>Sci-fi". I searched the interwebs and the methods I came up with are: ...
3
votes
1answer
187 views

Query product catalog RavenDB store for spec aggregate over arbitrary collection of products

This is a continuation of the project outlined in this question. I have the following model: class Product { public string Id { get; set; } public string[] Specs { get; set; } public int ...
3
votes
0answers
386 views

Rails Sunspot gem: Usings facets with multiple model site-wide searches

I'm trying to implement a sitewide search through the powerful Sunspot gem for Rails. This involves a search across multiple, very different models at once. What I WANT to do is use the faceting ...
3
votes
3answers
650 views

Faceted Search (solr) vs Good old filtering via PHP?

I am planning on setting up a filter system (refine your search) in my ecommerce stores. You can see an example here: http://www.bettymills.com/shop/product/find/Air+and+HVAC+Filters Platforms such ...
3
votes
4answers
1k views

Magento, custom product list

I made my own product list page based on Mage_Catalog_Block_Product_List: app/code/local/Mage/Catalog/Block/Product/Special.php: class Mage_Catalog_Block_Product_Special extends ...
3
votes
2answers
1k views

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 the ...
2
votes
1answer
83 views

Solr Facet for Event dates

I have an event table which has start date and end date like this ============================================== id | name | start_date | end_date ...
2
votes
2answers
91 views

Solr complicated faceting

I have problems with faceting. Imagine this situation. Product can be in more than one category. This is common behavior for faceting: Category Android (25) iPhone (55) other (25) Now when I ...
2
votes
2answers
64 views

Arbitrary ordering of tuple nested in a list in Python

I have a list of tuples like the following that I'm getting back from Solr: [('Second Circuit', 34), ('Ninth Circuit', 24), ('Third Circuit', 4), ('Eleventh Circuit', 2)] Note that not only the ...
2
votes
1answer
69 views

Php + Mysql: Full Text and Faceted Search with no server side support

I am trying to add search support in my website(hosted on a shared web hosting ... hostgator.com) for that I am looking for an open source solution for full text and faceted search which doesn't ...
2
votes
2answers
95 views

Tagging and Searching Plone Content from Constrained Vocabularies

I want to let my editors tag content on several orthogonal vocabularies and then have a nice search interface that lets users search for the content based on those vocabularies. It seems too parts of ...
2
votes
3answers
152 views

nested fields in SOLR

I've got a question about the possibility to create nested fields in solr. Google searches told me something about group but I think its just for the result? what I want to have is a structure like ...
2
votes
2answers
61 views

protected words on facet-result?

I' using lucene with solr to index some documents (news). Those documents also have an HEADLINE. Now I try to make an facet search over the HEADLINE field to find the terms with the highest count. All ...
2
votes
3answers
470 views

Does anyone know of a faceted search solution for Drupal 7?

Faceted Search module is not being moved to Drupal 7. What are my alternatives?
2
votes
2answers
899 views

How does Lucene/Solr achieve high performance in multi-field / faceted search?

Context This is a question mainly about Lucene (or possibly Solr) internals. The main topic is faceted search, in which search can happen along multiple independent dimensions (facets) of objects ...
2
votes
1answer
452 views

Django Haystack/Solr: Faceting on a model but show results only from a ForeignKey field

I have two models in Django like follows(in pseudo code) class Medicine(db.Model): field_1 = db.CharField() field_2 = db.CharField() class Application(db.Model): field_1 = db.CharField() ...
2
votes
2answers
315 views

What is faceted search?

What exactly is faceted search in the context of full-text search? I even read about it from Wikipedia, but I couldn't completely understand the use/benefit of it. Hope the community can ...
2
votes
1answer
500 views

Thinking Sphinx Faceted Search Implementation Examples?

I am putting together a repository-type rails 3 site. I have Thinking Sphinx installed and working on my site, insomuch as I can enter urls like localhost:3000/articles?search=test&page=2 and it ...
2
votes
1answer
236 views

Tryingto style a faceted search results but keyword searches are not getting styled

The faceted search is set up to filter by 4 vocabs each with 100+ terms inside. These vocabs are only attached to a specific content type. When using faceted search i can use the guided search to ...
2
votes
3answers
467 views

Rails 3: Predictive filtering (faceted navigation)

Users can currently apply filters to a database query by setting checkboxes, e.g. Colour [] Red [] Green [] Blue Shape [] Round [] Square Size [] Small [] Medium [] Large Clicking on a ...
2
votes
1answer
483 views

Faceted searching and categories in MySQL and Solr

I'd like to be able to do a search page similar to ebay or newegg where you can select categories and different facets depending on the categories - could anybody point me in the right direction? How ...
2
votes
3answers
1k views

Using Solr with MySQL

I was browsing some questions here concerning MySQL and faceted searches and I saw one response that suggested the use of Solr. In my MySQL database, I have many tables for products, suppliers, ...
2
votes
2answers
404 views

What search tools are available for ASP.NET site?

Is there any good search tools for asp.net I can buy to carry out search indexes easily on data I have in my database? What I require is something that would carry out a general site search of ...
2
votes
2answers
316 views

Drupal: Re-using faceted search blocks

The faceted search module in Drupal creates a set of blocks for each new faceted search environment (current search, guided search, related, etc). If you were to create a faceted search environment ...
2
votes
2answers
903 views

Hadoop to create an Index and Add() it to distributed SOLR… is this possible? Should I use Nutch? ..Cloudera?

Can I use a MapReduce framework to create an index and somehow add it to a distributed Solr? I have a burst of information (logfiles and documents) that will be transported over the internet and ...
2
votes
1answer
254 views

Solr on a .NET site

I've got an ASP.NET site backed with a SQL Server database. I'm been using Lucene.NET to index and search the database. I'm adding faceted search navigation to the results page (the facets are a ...
2
votes
1answer
71 views

Accurate algorithm for normalizing taxonomy terms?

I'm developing a shopping comparison website, and the project is in a very advanced stage. We index 50 million products daily using merchant feeds from various affiliate networks. Most of the problems ...
2
votes
1answer
464 views

php faceted search

i have table question(mysql with php) which contains question,category(multiple) and subcat(multiple) its belong. for simplification while saving each question i saved the category in comma separated ...
2
votes
1answer
823 views

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.' I need them because I ...
2
votes
1answer
475 views

SOLR date faceting and BC / BCE dates / negative date ranges

Date ranges including BC dates is this possible? I would like to return facets for all years between 11000 BCE (BC) and 9000 BCE (BC) using SOLR. A sample query might be with date ranges converted ...
2
votes
1answer
259 views

Solr - retrieving facet counts for unfiltered version of query

I'm using Solr for searching, and recently started using faceting to allow users to narrow their search. However, once the user filters by one of the facets, the other filter options are no longer ...
2
votes
3answers
1k views

Lucene.NET faceted search

I found a great tutorial on performing a faceted search. http://www.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/ This article does not explain how to retrieve the ...
2
votes
1answer
2k views

Filtering solr facet counts

Given the following scenario: <field name="product_id" type="text" indexed="true" stored="true" multivalued="true"/> <field name="product_type" type="text" indexed="true" stored="true" ...
1
vote
1answer
75 views

Elasticsearch: excluding filters while faceting possible? (like in Solr)

I'm looking into changing from Solr to ES. One of the things I can't find info about is whether ES lets me define exclusion filters when faceting. For example consider producttype with values: ...
1
vote
1answer
39 views

disable lowercase of facet fields in solr

I'm using solr 3.5 and added a custom field, which adds a category to a document by defining the following in schema.xml. <field name="category" type="string" indexed="true" stored="true"/> ...
1
vote
1answer
80 views

what's the difference between grouping and facet in lucene 3.5

I found in lucene 3.5 contrib folder two plugins: one is grouping, the other is facet. In my option, both of them were used to split my documents into different categories. Why lucene has now two ...
1
vote
1answer
156 views

I can't seem to get faceted search working in elastic search

I can't seem to understand the QueryDSL for facets in elastic search. Below are my query object, and the mapping for my tags array. I'm trying to get these to put in a faceted navigation based on ...
1
vote
0answers
93 views

RavenDb faceted search predicate duplication

Given I have the following class class Car { public string Id; public string Make; public string Model; public double Price; public IEnumerable<string> Locations; } my ...
1
vote
1answer
66 views

Merging several taxonomy indexes for faceted search

I am planing to change my existing lucene index to use the new facets introduced in lucene 3.4.0. Unfortunately, documentation is still a bit sparse, so I could not find an answer to my question: I ...
1
vote
2answers
109 views

Accessing Solr facet_ranges via Solrj

Maybe it is already to late, but I am struggling around with Solr's Facet Ranges. I can execute the query via Solrj, but I do not understand how to retrieve the results via Solrj. The QueryResponse ...
1
vote
1answer
62 views

Drupal, faceted search and google api

A recent task I have to figure out, gives me some hard time thinking about it, so I decided to share it with you guys :) My Drupal 6.x application is made using modules like: faceted-search, views, ...
1
vote
1answer
166 views

Solr multiple search and group by date range

if have the problem to execute multiple Solr queries at ones with the same phrase but for different timeranges. Example: search for "atom" at: 2011-04-01T10:20:22.0Z TO 2011-04-01T12:20:22.0Z ...

1 2 3