This is related to this: Solr powered Tag Cloud However i decided to create another question since it\'s different from the original scope of the first question.
I am trying to make a query in solr.net that generates a solr query with a filter query with more than one term in it e.g.: fq=Size:(4 large)
I\'m using redis to store hashes with ~100k records per hash. I want to implement filtering (faceting) the records within a given hash. Note a hash entry can belong to n filters.
I would like to get an auto-suggest / auto-complete fie开发者_Python百科ld in my application and I am able to get that on a string field, but faceting or querying is not \"working\" on a text field as
I w开发者_运维百科rote the following function to get a date/time string using boost.date_time.
I want to have a composite component with a facet in it, which I implement in my \"implementation\" of this composite component. My problem are ids, because when I only definein my co开发者_开发百科mp
I\'ve been struggling with for a couple of hours but I\'m sure it\'s dead simple. I have a dataset that you can reproduce by copying and pasting from the jumble at the bottom here.
Is there a way to include a panel for unused levels of a factor used in faceting? The reason I want to do this is because I\'m arranging several separate plots in rows showing different measures, wit
I am completely lost in a world of links and Solr terms. I currently have a date field which i facet, but i would like to face it \'further\' if possible.
I\'ve been trying to figure out a way to implement faceting with hierarchies in solr and can\'t figure out how to do it in my situation.I\'ve read a couple of the articles on doing hierarchies in solr