is group.query supported in solrcloud (4.8) ?

2014-11-10 Thread Giovanni Bricconi
hello I have a collection 0_2014_10_11 made of three shards When I try a group.query, even specifying a single shard, i get this error shard 0 did not set sort field values (FieldDoc.fields is null); you must pass fillFields=true to IndexSearcher.search on each shard This is the request, ask

grouping finds result name=doclist numFound=0

2014-11-06 Thread Giovanni Bricconi
Sorry for the basic question q=*:*fq=-sku:2471834fq=FiltroDispo:1fq=has_image:1rows=100fl=descCat3,IDCat3,ranking2group=truegroup.field=IDCat3group.sort=ranking2+descgroup.ngroups=true returns some groups with no results. I'm using solr 4.8.0, the collection has 3 shards Am I missing some

Re: unstable results on refresh

2014-10-23 Thread Giovanni Bricconi
, is it worth the effort? Best, Erick On Wed, Oct 22, 2014 at 3:54 AM, Giovanni Bricconi giovanni.bricc...@banzai.it wrote: I have made some small patch to the application to make this problem less visible, and I'm trying to perform the optimize once per hour, yesterday it took 5 minutes

Re: unstable results on refresh

2014-10-22 Thread Giovanni Bricconi
different scores. Optimizing purges all data related to deleted documents, so it all regularizes itself on optimize. Best, Erick On Tue, Oct 21, 2014 at 11:08 AM, Giovanni Bricconi giovanni.bricc...@banzai.it wrote: I noticed again the problem, now I was able to collect some data. in my

Re: unstable results on refresh

2014-10-21 Thread Giovanni Bricconi
://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 20 October 2014 04:49, Giovanni Bricconi giovanni.bricc...@banzai.it wrote: Hello I have

Re: unstable results on refresh

2014-10-21 Thread Giovanni Bricconi
Nice! I will monitor the index and try this if the problem comes back. Actually the problem was due to small differences in score, so I think the problem has the same origin 2014-10-21 8:10 GMT+02:00 lboutros boutr...@gmail.com: Hi Giovanni, we had this problem as well. The cause was that

Re: unstable results on refresh

2014-10-21 Thread Giovanni Bricconi
related to indexing, only some malformed query. After doing an optimize the problem disappeared. So, is the problem related to documents that where deleted from the index? The optimization took 5 minutes to complete 2014-10-21 11:41 GMT+02:00 Giovanni Bricconi giovanni.bricc...@banzai.it: Nice

unstable results on refresh

2014-10-20 Thread Giovanni Bricconi
Hello I have a procedure that sends small data changes during the day to a solrcloud cluster, version 4.8 The cluster is made of three nodes, and three shards, each node contains two shards The procedure has been running for days; I don't know when but at some point one of the cores has gone

Re: solrcloud indexing completed event

2014-07-01 Thread Giovanni Bricconi
_documents_, but FWIW, Erick On Mon, Jun 30, 2014 at 7:55 AM, Giovanni Bricconi giovanni.bricc...@banzai.it wrote: Hello I have one application that queries solr; when the index version changes this application has to redo some tasks. Since I have more than one solr server, I would

solrcloud indexing completed event

2014-06-30 Thread Giovanni Bricconi
Hello I have one application that queries solr; when the index version changes this application has to redo some tasks. Since I have more than one solr server, I would like to start these tasks when all solr nodes are synchronized. With master/slave configuration the application simply watched

Re: solr cloud 4.8, synonymfilterfactory and big dictionaries

2014-05-14 Thread Giovanni Bricconi
that out (and its not clear to me what form the value should take), at the time it was easier for me to brute force the files. -Original Message- From: Giovanni Bricconi [mailto:giovanni.bricc...@banzai.it] Sent: Tuesday, May 06, 2014 12:11 PM To: solr-user Subject: solr cloud 4.8

solr cloud 4.8, synonymfilterfactory and big dictionaries

2014-05-06 Thread Giovanni Bricconi
Hello I am migrating an application to solrcloud and I have to deal with a big dictionary, about 10Mb It seems that I can't upload it to zookeper, is there a way of specifying an external file for the synonyms parameter? can I compress the file or split it in many small files? I have the same

Re: Solr relevancy tuning

2014-04-11 Thread Giovanni Bricconi
. However, one downside is you can't recreate problems in production in your test setup exactly-- you have to find a similar issue that reflects what you're seeing. Cheers, -Doug On Wed, Apr 9, 2014 at 10:42 AM, Giovanni Bricconi giovanni.bricc...@banzai.it wrote: Thank you for the links

Solr relevancy tuning

2014-04-09 Thread Giovanni Bricconi
It is about one year I'm working on an e-commerce site, and unfortunately I have no information retrieval background, so probably I am missing some important practices about relevance tuning and search engines. During this period I had to fix many bugs about bad search results, which I have solved

Re: Solr relevancy tuning

2014-04-09 Thread Giovanni Bricconi
/books/search-analytics/ http://www.sematext.com/search-analytics/index.html Ahmet On Wednesday, April 9, 2014 12:17 PM, Giovanni Bricconi giovanni.bricc...@banzai.it wrote: It is about one year I'm working on an e-commerce site, and unfortunately I have no information retrieval

question about synonymfilter

2013-12-23 Thread Giovanni Bricconi
hello suppose I have this synonim abxpower = abx power and suppose you are indexing abxpower pipp From the analyzer I see that abxpower is splitted in two words, but the second word power overlaps the next one text raw_bytes keyword position start end type positionLength abxpower [61 62 78 70

Re: Data import handler with multi tables

2013-10-29 Thread Giovanni Bricconi
maybe entity name=bothTables query=select concat('A.',id) id, id originalId, nameA from tbl_tableA union all select concat('B.',id) id, id originalId, nameA from tbl_tableB field name=id column=id/ field name=originalId

howto increase indexing speed?

2013-10-16 Thread Giovanni Bricconi
I have a small solr setup, not even on a physical machine but a vmware virtual machine with a single cpu that reads data using DIH from a database. The machine has no phisical disks attached but stores data on a netapp nas. Currently this machine indexes 320 documents/sec, not bad but we plan to

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Giovanni Bricconi
I saw something similar when I placed some jar in tomcat/lib (data import handler), the right place was instead WEB-INF/lib. I would try placing al needed jars there. 2013/7/5 Michael Bakonyi kont...@mb-neuemedien.de Hm, can't anybody help me out? I still can't get my installation run

Re: Is it possible to find a leader from a list of cores in solr via java code

2013-07-03 Thread Giovanni Bricconi
I have the same question. My purpose is to start the dih full process on the leader and not on a replica. I tried full import on a replica but watching logs it seemed to me that the replica was loading data to send it to the leader which in turn has to update all the replicas. At least this is

Replicas and soft commit

2013-06-14 Thread Giovanni Bricconi
I have recently upgraded our application from solr 3.6 to solr 4.2.1, and I have just started learning about soft commits and partial updates. Currently I have one indexing node and 3 replicas of the same core, and every modification goes through a dih delta index. This is usually ok but I have

custom facet.sort

2013-05-07 Thread Giovanni Bricconi
I have a string field containing values such as 1khz 1ghz 1mhz etc. I use this field to show a facet, currently I'm showing results in facet.sort=count order. Now I'm asked to reorder the facet according to the unit of measure (khz/mhz/ghz). I also have 3/4 other custom sorting to implement Is

Re: Solr and OpenPipe

2013-03-28 Thread Giovanni Bricconi
Bella lì! vedo che ci divertiamo Il giorno 28/mar/2013 17:11, Fabio Curti fabio.cu...@gmail.com ha scritto: git clone https://github.com/kolstae/openpipe cd openpipe mvn install regards -- View this message in context:

Re: solr 4 plugins

2012-12-23 Thread Giovanni Bricconi
This is really interesting! Do you know if these added fields can be used in sorting or faceting? Tanks Il giorno 23/dic/2012 14:08, Otis Gospodnetic otis.gospodne...@gmail.com ha scritto: Hi, Look into writing a custom SearchComponent. Otis Solr ElasticSearch Support http://sematext.com/