Re: Issues with using Paoding to index Chinese characters

2015-06-13 Thread Zheng Lin Edwin Yeo
I'm still trying to find out which version it is compatible for, but the document which I've followed is written in 2012. http://java.dzone.com/articles/indexing-chinese-solr Regards, Edwin On 12 June 2015 at 20:15, Upayavira u...@odoko.co.uk wrote: Not knowing anything about paoding, it

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread kingofhypocrites
I was able to get the new version of Solr installed. This query gets me really close, but it is averaging the rows BEFORE the grouping so it's not totally accurate. I need it to sum the visits and bounces by keyword and then perform the division. The avg here probably seems confusing and

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread kingofhypocrites
Not sure why but half of my posts are showing up as not accepted by the mailing list. I've made a few replies to others that haven't gone through. I am not sure if it's because I'm replying via email or what the issue is. -- View this message in context:

Parent/Child (Nested Document) Faceting

2015-06-13 Thread Yonik Seeley
Hey Folks, I'd love some feedback on the interface for nested document faceting (or rather switching facet domains to/from parent/child). See the bottom of this blog: http://yonik.com/solr-nested-objects/ Issue #1: How to specify that one should change domains before faceting? I originally

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread Erick Erickson
kingofhypocrites: Usually that's because your e-mail formats with html or some other non-plain-text format. Try sending them as plain text. On Sat, Jun 13, 2015 at 5:26 PM, kingofhypocrites kingofhypocri...@gmail.com wrote: Not sure why but half of my posts are showing up as not accepted by the

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread kingofhypocrites
@Billnbell What did you conclude with the Analytics component? It sounds like you are saying it does the same thing as the stats component but it has several other features that aren't supported by the stats library. I'd love to have a talk with you offline if possible. -- View this message in

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread kingofhypocrites
@Yonik, Thanks for this! I was actually just looking at your blog earlier today and thinking that the json facet feature may be just what I need. I'm using Solr. 4.3 currently as that is what comes with DataStax, so I'm trying to create a new build with the latest Solr version so i can test this

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread kingofhypocrites
This looks very promising if only I could get it to work: https://issues.apache.org/jira/browse/SOLR-5302 https://issues.apache.org/jira/secure/attachment/12606793/Search%20Analytics%20Component.pdf Various links it points to are broken now and i can't find anything about it online, but the PDF

How to use https://issues.apache.org/jira/browse/SOLR-7274

2015-06-13 Thread William Bell
How do you set this up? -- Bill Bell billnb...@gmail.com cell 720-256-8076

Re: What's wrong

2015-06-13 Thread Jack Krupansky
What does does your exact query parameter look like? The parentheses in your message make it unclear. You have a comma in your query as if you expect this has some functional purpose. Technically, it should get analyzed away, but why did you include it? Do any queries find that document, or do

What's wrong

2015-06-13 Thread Test Test
Hi, I have solr document, composed like this, with 2 fields : id = 1details = London is the capital and most-populous city of United Kingdom. When i request solr with this parameter (details:london, details:city), i don't get the document.The details field is a type text_general fieldType

solr 5.2 and dovecot

2015-06-13 Thread Infoomatic
Hi list, I wanted to get SOLR 5.2 with dovecot running. My installation of solr 4.10 with dovecot works so far. It's a very basic installation with almost no configuration, so I gave 5.2 a try and just copied the conf directory of 4.10 to the fresh 5.2 core. Dovecot reports that sent mails are

Re: AngularJS

2015-06-13 Thread Upayavira
Oooh, yes. Thx! Keep them coming! Upayavira On Sat, Jun 13, 2015, at 04:52 AM, William Bell wrote: 1. With the angular index.html, when selecting a CORE, the right side of the screen does not refresh and show info for the core I selected. 2. It looks like it just needs whitespace abbr

Re: What's wrong

2015-06-13 Thread Upayavira
Use the analysis tab of the admin UI to try out your sentence against the text_general analyzer. See how your sentence is analysed at index and query time. Upayavira On Sat, Jun 13, 2015, at 10:54 AM, Test Test wrote: Hi, I have solr document, composed like this, with 2 fields : id = 1details

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread William Bell
OK more info requestHandler name=standard class=solr.StandardRequestHandler arr name=components strquery/str strfacet/str stranalytics/str strhighlight/str strdebug/str strexpand/str /arr /requestHandler searchComponent name=analytics

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread William Bell
Not you need to enable docValues to get range stuff to work. docValues=true on the field. On Sat, Jun 13, 2015 at 1:37 PM, William Bell billnb...@gmail.com wrote: OK. That works with one more change. lib dir=../../../dist/ regex=solr-analytics-.*\.jar / lib dir=../../../dist/

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread William Bell
OK. Kinda like pivoting stats... http://localhost:8983/solr/select?q=*%3A*wt=jsonindent=trueolap=trueolap.req1.fieldfacet=overall_scorefacet=truefacet.field=overall_scoreolap.req1.statistic.count=count(overall_score) Basically this does the same think in olap and facet. - response: {

heatmaps

2015-06-13 Thread William Bell
How do you use the heatmaps feature to show the PNG or use the int2D to show the heatmap easily just for testing? http://localhost:8983/solr/select?q=*%3A*wt=jsonrows=0indent=truefacet=truefacet.heatmap=store_geohashfacet.heatmap.format=png { - responseHeader: { - status: 0, -

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread William Bell
Same here. What do we need to add to solrconfig.xml to get it to work? 1. SOLR-5302 https://issues.apache.org/jira/browse/SOLR-5302 2. 3. Help/ On Sat, Jun 13, 2015 at 8:34 AM, kingofhypocrites kingofhypocri...@gmail.com wrote: This looks very promising if only I could get it to

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread William Bell
OK. That works with one more change. lib dir=../../../dist/ regex=solr-analytics-.*\.jar / lib dir=../../../dist/ regex=solr-analysis-.*\.jar / http://localhost:8983/solr/select?q=*%3A*wt=jsonindent=truestats=trueolap=trueolap.overall_score.statistic.sum=sum(overall_score) On Sat, Jun 13,

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread William Bell
Having a hard time getting this to work: http://localhost:8983/solr/select?q=*%3A*wt=jsonindent=trueolap=trueolap.req1.fieldfacet=overall_score and even tried... I made sure docValues was set for overall_score too.

Re: heatmaps

2015-06-13 Thread William Bell
OK. I was able to get a PNG - but it looks tiny and a blob. Not sure how to use it. echo iVBORw0KGgoNSUhEUgAAACAgCAYAAABzenr00UlEQVR42mNg YGD4P8B41AEwBuNAOoD7PwMbP5BmGygHyP9nENf5z8C45D8Dk+ZAp4FNA+ wA5pn/GZfz/GeQzv3PkL3hP4Pw+f8MLGuBctl0cgCv1n+Gton/GSUs/jPGL/jP+

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread Yonik Seeley
On Fri, Jun 12, 2015 at 10:30 AM, kingofhypocrites kingofhypocri...@gmail.com wrote: I am migrating a database from SQL Server to Cassandra. Currently I have a setup as follows: - Log data in Cassandra - Summarize data in Spark and put into Cassandra summary tables - Query data in Solr

Re: Division with Stats Component when Grouping in Solr

2015-06-13 Thread Bill Bell
It would be cool to be able to set 2 group by with facets GROUP BY site_id, keyword Bill Bell Sent from mobile On Jun 13, 2015, at 2:28 PM, Yonik Seeley ysee...@gmail.com wrote: GROUP BY site_id, keyword