Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
372 views

can I change the position of the strip label in ggplot from the top to the bottom?

I know this is not quite a data visualization issue, but the boss asked for it, so I need to figure out if it is possible. Thanks!
8
votes
2answers
395 views

overriding ctype<wchar_t>

I'm writing a lambda calculus interpreter for fun and practice. I got iostreams to properly tokenize identifiers by adding a ctype facet which defines punctuation as whitespace: struct token_ctype : ...
5
votes
2answers
1k views

How well does Solr scale over large number of facet values?

I'm using Solr and I want to facet over a field "group". Since "group" is created by users, potentially there can be a huge number of values for "group". Would Solr be able to handle a use case ...
5
votes
1answer
2k views

Faceting with Solr using “string” fields, “text” fields and “copy” fields

I have a problem with Solr and Faceting and wondering if anyone knows of the fix. I have a work around for it at the minute, however i really want to work out why my query isn't working. Here is my ...
4
votes
1answer
119 views

Solr exclusion on stats.field?

One can tag specific filters and exclude those filters when faceting. This is generally needed when doing multi-select faceting. Is something similar possible for the stats.field? ...
4
votes
3answers
658 views

Filtering Redis Hash Entries

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. After reading this ...
4
votes
1answer
862 views

Indexing Fields with SOLR and LowerCaseFilterFactory

I have a Field defined as <fieldType name="text_ws_lc" class="solr.TextField" positionIncrementGap="100"> <analyzer type="index"> <tokenizer ...
4
votes
2answers
4k views

What is 'Facet' in JavaEE?

I wonder not only what is Facet but also what is Facet 'in physical level' (as I understand it's not a separate jar, but what?)? I also wonder how can it affect my application after deploying. I'll ...
4
votes
2answers
1k views

Convert wide character strings to boost dates

I need to convert several million dates stored as wide strings into boost dates The following code works. However, it generates a horrible compiler warning and does not seem efficient. Is there a ...
3
votes
1answer
86 views

How do I place an identical smooth on each facet of a ggplot2 object?

Here's an example: eg <- data.frame(x = c(1:50, 50:1), y = c(1:50, 1:50) + rnorm(100), g = rep(c("a","b"), each=50)) qplot(x, y, data = eg) + ...
3
votes
1answer
149 views

Get term counts from lucene query

I want to be able to find counts of terms within a lucene query. For example, I have two fields, one is location and another is category. If I run a query to get all documents in "Los Angeles, CA" I ...
3
votes
1answer
252 views

Include unused factor levels in facets with ggplot2

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, with ...
3
votes
1answer
775 views

Lucene/Solr: facet an already faceted date field (pivot facet / tree facet / sub-facet / hierarchical facets)

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. An example: Field: date Field: language So if ...
3
votes
1answer
2k views

R ggplot2: Arrange facet_grid by non-facet column (and labels using non-facet column)

I have a couple of questions regarding facetting in ggplot2... Let's say I have a query that returns data that looks like this: (note that it's ordered by Rank asc, Alarm asc and two Alarms have a ...
3
votes
2answers
688 views

How to format my own objects when using STL streams?

I want to output my own object to a STL stream but with customized formatting. I came up with something like this but since I never used locale and imbue before I have no idea if this makes sense and ...
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
35 views

how to search for more than one facet in solr?

I need to search for facets in solr as below: fq=country:usa fq=country:canada fq=topic:industrial fq=topic:political now i need to search for the articles that have the above facets (logical ...
2
votes
1answer
151 views

facet dynamic fields with apache solr

I have defined dynamic field in ApacheSolr: I use it to store products features like: color_feature, diameter_feature, material_feature and so on. Number of those fields are not constant becouse ...
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
1answer
139 views

What happens if I imbue basic_stream<char> with locale with codecvt_utf16<char> facet?

Is it specified what will happen if I imbue basic_stream<char> with locale with codecvt_utf16<char> facet? Basically, I use typedef wchar_t tchar; and typedef char tchar; to alter ...
2
votes
0answers
110 views

Django Haystack faceting on the model type

I want to facet the results based on the different model_names (classes) returned. Is there an easy way to do this?
2
votes
1answer
209 views

R: {ggplot2}: How / Can I independently adjust the x-axis limits on a facet_grid plot?

I created a faceted set of three univariate densities -- comparing MCMC methods. Shown below For the moment, I don't care about the tails. So how can I change the x-axis limits on the plots above ...
2
votes
1answer
253 views

Solr stopwords showing up in facet search results

I am currently testing facet searches on a text field in my Solr schema and noticing that I am getting a significant number of results that are in my stopwords.txt file. My schema is currently using ...
2
votes
1answer
519 views

Facet a multivalue field (Solr powered Tag Cloud pt II)

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. Here's the deal, I ve managed to index ...
2
votes
1answer
200 views

Using facet.date with stats.facet in solr

I'm using the Stats component in solr to do get faceted statistics, which works very well, and now I'm interested in doing the same for my date fields. But it seems it doesn't work to use facet.date ...
2
votes
1answer
572 views

R ggplot2 facetting - Error: No Layers in Plot

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. It starts off ...
2
votes
4answers
644 views

solr geography hierarchy

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

Facet.narrow() uses default character where it shouldn't in utf-8

I have following code: #include <iostream> #include <string> #include <locale> #include <algorithm> using namespace std; int main() { locale loc("cs_CZ.utf-8"); ...
2
votes
1answer
156 views

How to use id and facets with Solr

I have those kind of documents to index in Solr : title authorName authorId I want to make a facet on the authorId field , but I want to display the authorName (the authorId is the better way to ...
2
votes
1answer
498 views

Solr facets on unique values of fields

I have a document structure in Solr that looks something like this (irrelevant fields excluded): <field name="review_id" type="int" indexed="true" stored="true"/> <field name="product_id" ...
2
votes
1answer
117 views

how to change the width of the gaps between the panels in facet in ggplot2?

as title, I have having quite a lot of panels when generating a chart by ggplot, and I think the gap is a bit too wide, can I adjust it? Thanks!
2
votes
2answers
695 views

distinct SOLR field values without count

My question is pretty similar to this question The difference, I'd need the least RAM intensive way to gather information about the distinct values. I DON'T care for the actual count in this case, 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
707 views

How to filter results based on order in Solr?

I need to facet inside n documents which are selected like ... ORDER BY something DESC LIMIT 100 Is that possible with Solr? How?
2
votes
1answer
743 views

UTF-16 codecvt facet

Extending from this questions about locales And described in this question: What I really wanted to do was install a codecvt facet into the locale that understands UTF-16 files. I could write my own. ...
2
votes
1answer
729 views

Solr Facetting - Showing First 10 results and Other

I am implementing a solution in Solr where I have a lot of values in my facet. As opposed to displaying a long list of values(facets) down the side of my page I want to display the top 10. And also ...
2
votes
1answer
198 views

How do I stop ThinkingSphinx from querying the database for faceting an MVA field?

I have a index set up so I can facet on category ids, as following: define_index ... has categorizings.category_id, :type => :multi, :facet => true end When I do a query like ...
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
27 views

XML schema. need to know this facet pattern: d{10}

I'm validating a form thought an xml and I get this error: [facet 'pattern'] The value '12' is not accepted by the pattern '\d{10}' Been searching the web but I don't find any page explaining. ...
1
vote
1answer
43 views

Counting in facet results

By counting in facet results I mean resolve the problem: I have 7 documents: A1 B1 C1 A2 B1 C1 A3 B2 C1 A4 B2 C2 A5 B3 C2 A6 B3 C2 A7 B3 C2 If I make the facet query by ...
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
0answers
133 views

Drupal 7 on search: multiple select box as dropdown with checkboxes (or something)

D7 Install Relevant Modules: Views, Search API, Solr integration module, Facet search, I am trying to streamline search functionality to include a keyword search, and a multiple select drop down box. ...
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
0answers
328 views

Rails & Sunspot facets and filtering

Pretty much a noobie here, so I appreciate any help someone can give. I'm trying to add faceting to the search on my site through Sunspot. Ryan just released a great Railscast which got me ...
1
vote
1answer
149 views

Solr facet counts with selective exclude

I'm not sure if this is possible, but I'd like to be able to control the counts returned for facets more closely than just include and exclude. Specifically, I have an interface that allows users to ...
1
vote
2answers
178 views

Drill down the haystack search results with facets but not changing the facet results

I have search results showing with facet options for drilling down the data. When a facet is selected it then changes the facet results. So if I am originally showing "places (10)", "images (5)", ...
1
vote
1answer
179 views

Drilling down (combination, via facets) on a Multivalued Solr field

I'm looking to drill down on a multivalued field that contains (space) delimited list of words; but still returning facets at each step of the drill-down. Example Table ID, Properties (multivalued ...
1
vote
2answers
207 views

facet like functionality in NoSQL systems

Does anyone know / can someone point to an nosql db, which would support faceting, like in Apache SOLR, off the shelf? I have read, that in Sphinx they don't support facet search out of the box, but ...
1
vote
1answer
333 views

Switch CSS of a rich:datascroller

I wanna switch the styles the datascroller uses to shows the selected page. Is it possible? <f:facet name="footer"> <a4j:form> <rich:datascroller ...

1 2 3