serialization error - BinaryResponseWriter

2013-11-12 Thread giovanni.bricc...@banzai.it
Hi, I'm getting some errors reading boolean filelds, can you give me any suggestions? in this example I only have four "false" fields: leasing=false, FiltroNovita=false, FiltroFreeShipping=false, Outlet=false. this is the stack trace (solr 4.2.1) java.lang.NumberFormatException: For input st

Re: serialization error - BinaryResponseWriter

2013-11-13 Thread giovanni.bricc...@banzai.it
Mhhh, I run a dih full reload every night, and the source field is a sqlserver smallint column... By the way I'll try cleaning the data dir of the index and reindexing Il 12/11/13 17:13, Shawn Heisey ha scritto: On 11/12/2013 2:37 AM, giovanni.bricc...@banzai.it wrote: I'm ge

SolrCloud softcommit problem

2013-07-16 Thread giovanni.bricc...@banzai.it
Hi I'm using solr version 4.3.1. I have a core with only one shard and three replicas, say server1, server2 and server3. Suppose server1 is currently the leader if I send an update to the leader everything works fine wget -O - --header='Content-type: text/xml' --post-data='16910update="set

Re: A Comma /aSpace in a Query argument

2013-05-06 Thread giovanni.bricc...@banzai.it
Try escaping it with a \ Giovanni Il 06/05/13 15:34, Peter Sch�tt ha scritto: Hallo, I want to use a comma as part of a query argument. E.G. q=myfield:aa,bb and "aa,bb" is the value of the field. Do I have to mask it? And what is about a space in an argument q=myfield:aa bb and "aa b

solrcloud and spellcheck rebuild

2013-06-24 Thread giovanni.bricc...@banzai.it
*Hi solr users I'm using solr 4.2.1 and I have some questions about soft commit and spellcheckers. I see dictionary rebuild going on after softcommit, for my application it is acceptable to rebuild the index once a day, so I tried to switch buildOnCommit parameter to false in SpellCheckComponen

Re: Need assistance in defining search urls

2013-06-24 Thread giovanni.bricc...@banzai.it
Il 24/06/13 13:26, Mysurf Mail ha scritto: Now, each doc looks like this (i generated random user text in the freetext columns in the DB) We have located the ship. d1771fc0-d3c2-472d-aa33-4bf5d1b79992 b2986a4f-9687-404c-8d45-57b073d900f7 a99cf760-d78e-493f-a827-585d11a765f3 ba349832-c655-4a

tlog file questions

2013-02-18 Thread giovanni.bricc...@banzai.it
Hi I have some questions about tlog files and how are managed. I'm using dih to do incremental data loading, once a day I do a full refresh. these are the request parameters /dataimport?command=full-import&commit=true /dataimport?command=delta-import&commit=true&optimize=false I was expect

minimum match and not matched words / term frequency in query result

2012-04-18 Thread giovanni.bricc...@banzai.it
Hi I have a dismax query with a mininimum match settings, this allows some terms to be missing in query results. I would like give a feedback to the user, highlighting the not matched words. It would be interesting also to show the words with a very low frequence. For instance searching fo

near realtime search and dih

2012-08-09 Thread giovanni.bricc...@banzai.it
I would like to understand if near realtime search is applicable to my configuration, or if I should change the way I load data. Currently my application uses data import handler to load new documents every 15 minutes. This is acceptable, but it would be interesting to bring online some chan

Re: near realtime search and dih

2012-08-09 Thread giovanni.bricc...@banzai.it
was testing DIH + Solr Cloud I had some memory issues, those were solved withhttps://issues.apache.org/jira/browse/SOLR-3658 but the fix is not in the ALPHA, you should get a more recent revision (or wait for the BETA). Tomás On Thu, Aug 9, 2012 at 7:02 AM,giovanni.bricc...@banzai.it < giovanni.

solrcloud and facet_pivot

2012-08-10 Thread giovanni.bricc...@banzai.it
I'm moving my first steps with solr4 alpha and solr cloud, and I'm having troubles with the facet.pivot parameter. starting solr cloudless I am able to use this parameter in some queries: ...facet.pivot=pidlevel_0,pidlevel_1,pidlevel_2,pidlevel_3 obtaining something like this ..."facet_pivot"

multivalued filed question (FieldCache error)

2012-10-01 Thread giovanni.bricc...@banzai.it
Hello, I would like to put a multivalued field into a qt definition as output field. to do this I edit the current solrconfig.xml definition and add the field in the fl specification. Unexpectedly when I do the query q=*:*&qt=mytype I get the error can not use FieldCache on multivalued fiel

Re: multivalued filed question (FieldCache error)

2012-10-01 Thread giovanni.bricc...@banzai.it
10:51,"giovanni.bricc...@banzai.it" wrote: Hello, I would like to put a multivalued field into a qt definition as output field. to do this I edit the current solrconfig.xml definition and add the field in the fl specification. Unexpectedly when I do the query q=*:*&qt=mytype I get

Re: multivalued filed question (FieldCache error)

2012-10-03 Thread giovanni.bricc...@banzai.it
? : > : > Erik : > : > On Oct 1, 2012, at 10:51,"giovanni.bricc...@banzai.it" : > wrote: : > : > > Hello, : > > : > > I would like to put a multivalued field into a qt definition as output : > > field. to do this I edit the current sol

Re: multivalued filed question (FieldCache error)

2012-10-04 Thread giovanni.bricc...@banzai.it
; : | : > : : > : : > : Il 01/10/12 18:34, Erik Hatcher ha scritto: : > : > How is your request handler defined? Using store_slug for anything but : > fl? : > : > : > : > Erik : > : > : > : > On Oct 1, 2012, at 10:51,"giovanni.bricc...@ba

Re: multivalued filed question (FieldCache error)

2012-10-08 Thread giovanni.bricc...@banzai.it
Thank you very much! I've singlelined, spaced removed every fl field in my solrconfig and now the app works fine Giovanni Il 05/10/12 20:49, Chris Hostetter ha scritto: : So extracting the attachment you will be able to track down what appens : : this is the query that shows the error, and b