The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

SOLR faceted-search to return facet counts as with OR operator

I'll try first explain what I would like to achieve by using faceted-search in SOLR, before setting the question. Imagine I have a parameter for dog which is describing for what is dog suitable for ...
1
vote
1answer
25 views

How does Liferay knows theme is incompatible with it?

I have theme that runs ok on Liferay 6.1 / Tomcat 7. I have tried to migrate this theme to Liferay 6.1 / Tomcat 6. The only change I made was changing web module facet to 2.5 <installed ...
0
votes
1answer
21 views

Faceting on part of a string

Let's say I've got some documents in an index. One of the fields is a url. Something like... {"Url": "Server1/Some/Path/A.doc"}, {"Url": "Server1/Some/OtherPath/B.doc"}, {"Url": ...
0
votes
0answers
34 views

Eclipse AbstractMethodError during building of JPA project

I have a problem with Eclipse IDE (Juno RE 2) equiped with jboss development studio. I have a few Maven projects working with JPA. In these projects, Eclipse reports an error " This project has the ...
2
votes
2answers
51 views

Combining new lines and italics in facet labels with ggplot2

I have a problem getting some words used in facet labels in italics. I use the following code to create new lines for the labels: levels(length_subject$CONSTRUCTION) <- c("THAT \n ...
2
votes
0answers
57 views

Normalizing faceted histograms separately in ggplot2

My questions is similar to Normalizing y-axis in histograms in R ggplot to proportion but I'd like to add to it a bit. In general, I have 6 histograms in a 2x3 facet design, and I'd like to normalize ...
3
votes
2answers
107 views

ggplot, facet, piechart: placing text in the middle of piechart slices

Trying to produce piechart with ggplot and facing the problem with placing text in the middle of each slice: dat = read.table(text = "Channel Volume Cnt AGENT high 8344 ...
0
votes
0answers
10 views

Looking for a particular plugin that divides window

First of all, i apologise for the weird title as i was not able to decide what its called. So, i'm looking for a particular plugin that help me achieve something of this sort ...
1
vote
1answer
83 views

Elastic search filter facet using from and size parameters

I am trying to get the count in the previous pages of filtered documents in a facet. Is that possible? For example here I would like my previous_macs facets to count all documents before 20 that ...
0
votes
2answers
124 views

Elasticsearch term facet not showing negative terms

I am using elastic search term facets, My field contains some negative values but the facet is ignoring the negative sign following is the facet query http://myserver.com:9200/index/type/_search ...
0
votes
0answers
130 views

G-wan preferred database/nosql for gwan [closed]

What is the preferred database/nosql to use for a g-wan app with lots of facets mostly reads no writes from a performance point of view?
2
votes
1answer
102 views

How to group the result of two facet query in a single query..?

I have a set of document, that contains sender mail ids and recipient mail ids. When I use facet query like facet.field=senderemailid&facet.limit=10&facet.offset=0. So that I can get total no ...
1
vote
1answer
43 views

Sunspot facet option for an array-type attribute

I have researched on this question but found nothing close. Thats why I decide to ask. Stackoverflow has been a tremendous help for me. I have a jobs table with one attribute is location. Each ...
0
votes
3answers
206 views

JSF related Maven Configuration marker in Eclipse

I'm developing a Maven web application which is composed by two war files, using overlaying method. That war files are using JSF 1.2 dependencies. I have no problem building, deploying or running the ...
0
votes
1answer
89 views

discrete and continuous scales on same axis in facet_grid

I want to use facet_grid in ggplot2 to produce two graphs with continuous and discrete scales on the same axis - essentially my vector fac has a numeric part and a factor part. ...
2
votes
0answers
121 views

How to wrap stacked facets in ggplot2

In my data.frame df, I have variables A, B, C and D. I would like to plot C vs D, and facet with A and B. B is a factor with 3 levels and I would like for it to be facetted vertically, and A has many ...
0
votes
2answers
207 views

Lucene 4.1 how to index facets?

I try to build a index with some facets, I'm folliwing the User Guide. However, I run into a problem; the next line in the User Guide gives errors. DocumentBuilder categoryDocBuilder = new ...
2
votes
2answers
115 views

ggplot2 + aes_string inside a function via formula interface

Interactively, this example works fine: p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() p + facet_grid(. ~ vs) Now, make a function with a formula interface and use aes_string to do this same ...
6
votes
2answers
189 views

How to create a faceted line-graph using ggplot?

I have a data frame created with this code: require(reshape2) foo <- data.frame( abs( cbind(rnorm(3),rnorm(3, mean=.8),rnorm(3, mean=.9),rnorm(3, mean=1)))) qux <- data.frame( abs( ...
0
votes
1answer
104 views

Output facet inside of nested composite component

I have a component that is used to add a container around its child elements. This component is used within other components without any issue. But I would like to be able to use a facet like so: ...
1
vote
0answers
204 views

customized scale_y_continuous() within facet_grid() in ggplot2

I am looking to add an additional white line to the background grid and a additional tick mark, but only within the facet Low Tide, is that in any way possible? I imagine i would be possible to add a ...
0
votes
2answers
67 views

Alternatives to multiple implementations of the same interface on a single class

Suppose there's a common user page control that provides actions and is reused on majority of application pages. Common actions like: Save, Cancel, Reset, Send etc. It has about 10 of them at the ...
1
vote
1answer
143 views

Facet for continuous variables in ggplot2 [duplicate]

Possible Duplicate: ggplot - facet by function output ggplot2's facets option is great for showing multiple plots by factors, but I've had trouble learning to efficiently convert continuous ...
0
votes
0answers
50 views

Does IntelliJ IDEA support Tapestry LibraryMapping (ie. the prefix used for components)?

We have several Tapestry modules (in different Maven modules) and some of them define its own LibraryMapping. For example: @Contribute(ComponentClassResolver.class) public static void ...
0
votes
0answers
84 views

Multilevel faceting in Lucene 4.x

After reading the facet help document of Lucene 4, I can see it helps for a folder structure like faceting(Restricted to a single level). I would like to have a multi-level/multiple faceting in my ...
0
votes
0answers
22 views

Solr: normalizing data (case) for facets [duplicate]

Possible Duplicate: How to create a case insensitive copy of a string field in SOLR? One of the facets I need to support is city. Right now Solr displays the following two facets: New York ...
1
vote
1answer
353 views

elasticsearch facet limit

I am using elasticsearch 0.20.2 on EC2 instance (16GB RAM, no swap enabled). I have a lot indexed documents and when I try to do facet results I got heap space error and elasticsearch server is ...
0
votes
1answer
60 views

multiple facets in field separated by semicolon

I have a field with data like this. Here is an example row: London;Greater London;London City I would like to end up with the following facets London (count 10) Greater London (count 5) London City ...
1
vote
1answer
91 views

facet multiple fields on search query set

How can I choose multiple fields for faceting on a SearchQuerySet ? The Example in the Documentation shows fow to facet on a single field. sqs = SearchQuerySet().facet('author') Say, I have ...
1
vote
0answers
128 views

Total score for the facet in solr & sunspot

After search each facet row has value and count of the hits. Is it somehow possible to get total score (sum) of all hits in the facet without firing new searches? let's consider the following ...
0
votes
1answer
64 views

Fixing the order of facets in ggplot

Data: type size amount T 50% 48.4 F 50% 48.1 P 50% 46.8 T 100% 25.9 F 100% 26.0 P 100% 24.9 T 150% 21.1 F 150% 21.4 ...
0
votes
0answers
38 views

Solr 4 facet fields batching

Is batching of facet fields on Solr 4 possible. What i want to achieve is query once to to solr, and if the query contains multiple facet fields then perform batching on it and get a single result. Is ...
0
votes
1answer
298 views

Drupal Solr is indexing, but not showing any search results

I have a Drupal 7.17 installation running with Apache Solr installation (3.6.2) and Facets. The facets seem to work perfect, but when I navigate to the search page (with or without facets selected), ...
0
votes
1answer
186 views

how solr filter large set of ids

I got two tables, one is news, the other is contact. news: newsid, news_content, news_orgid contact: contactid, contact_orgid I indexed these two tables in solr, so i have two cores. but i have a ...
7
votes
1answer
192 views

Solr faceting: Inconsistent JSON formatting

I have the following two fields in my solr schema: <field name="brand_id" type="string" indexed="true" stored="true" /> <field name="category_id" type="string" indexed="true" ...
0
votes
1answer
100 views

How to set facet method in SolrJ?

How to set facet.method=enum in SolrJ SolrQuery? I am looking for something like solrQuery.setFacetMethod(SOLR_FACET_METHOD.enum)
0
votes
1answer
144 views

How do I set up a price range facet in Solr?

I have a situation where price is mentioned by user , imagine a re seller website . How do I set up a facet which takes into account the actual values of the prices field and sets up ranges ...
2
votes
1answer
81 views

Is it possible to do Solr faceting combining multiple fields, like distinct on multiple columns in RMDB?

Let's say I want to do faceting on the combination of two fields in my doc. For example: Field1 Field2 A B C D A B A C C B C D Will have the facet result ...
3
votes
0answers
76 views

Eclipse Warning: Unknown Faceted Project

I have a parent Maven project (using java facet version 1.7) which includes some modules. I got the following warning from Eclipse Juno SR1: Implementation of project facet java could not be found. ...
1
vote
1answer
85 views

Boost solr items within a range: is facet search an option?

I want to have a long listing of items in Solr with a very specific order. I have no experience with Solr facets: are they a good way to group results in a date-range where inside the range I can ...
0
votes
0answers
90 views

Facet query with custom counts in facet navigation

I need to use facet navigation for filtering search result. By adding each term I can build query filter like (Attribute1=term1 OR Attribute1=term2) AND (Attribute2=term4). So when I have such query, ...
0
votes
0answers
93 views

Solr Facet with date and category

I am using solr to get the search count on date range like this ...
2
votes
1answer
100 views

Solr - Field aliasing when using pivot facets

I would like to know if there is an option to rename the fields that return when using the facet.pivot method. I tried using the {!key=my_alias}fieldname - didn't work Thanks
0
votes
0answers
24 views

Can i disable an specific button of the paginator in icefaces?

i need to disable the next button of the paginator on icefaces. I want to display the content of the next button ...CONTENT... yet i dont want to be able tu click over it, just show the ...
5
votes
3answers
102 views

Facet labelling with R

I am trying to plots subsets of data using facet plot. It is 2 columns x4 row plots. First column with values between 120 and 150, and second column with values between 180 and 250, and the variables ...
0
votes
1answer
82 views

Facet_grid output in more than one window

My code: ggplot(data=ICL3, aes(x=as.Date(AÑO_MES), y=IndICL3, group=RUN_FM, colour=RUN_FM)) + labs(colour = "RUN Fondos") + coord_cartesian(ylim=c(0, 150)) + xlab("Periodo") + ylab("% ...
1
vote
1answer
141 views

Internal ordering of facets ggplot2

I'm trying to plot a facets in ggplot2 but I struggle to get the internal ordering of the different facets right. The data looks like this: head(THAT_EXT) ID FILE GENRE NODE ...
2
votes
1answer
310 views

OSGi and Virgo tools : impossible to add a maven project (using bnd maven plugin)

I'm new to OSGi, coded only a few bundles and deployed them manually. Some friends of mine told me about Virgo and Virgo tools, which allows you to auto-deploy bundles you manage with eclipse. I'm ...
4
votes
3answers
290 views

Filter irrelevant facets from Solr results

I've spent hours poking around for a solution to my problem. I've seen people ask questions close to what I'm trying to accomplish, but so far no one seems to be asking the same question. Let me see ...
0
votes
1answer
38 views

How to change values in facet to same in Google Refine?

I'm trying to clean this data: https://dl.dropbox.com/u/820037/local_council_election_data_w_occupation.gz It's all the candidates for a local councils' election in Finland. In the column "Ammatti" ...

1 2 3 4 5