Re: what does UnInvertedField; UnInverted multi-valued field means and how to fix it

2013-09-16 Thread Raheel Hasan
the issue as occurred: UnInvertedField; UnInverted multi-valued field {field=prod_cited_id,memSize=4880,tindexSize=40,time=4,phase1=4,nTerms=35,bigTerms=4,termInstances=36,uses=0} Furthermore, the only way to get things working again, would be to delete the data folder inside solr/{myCore

Re: what does UnInvertedField; UnInverted multi-valued field means and how to fix it

2013-09-14 Thread Erick Erickson
is fine: all queries and additional/update indexing, everything runs is fine. But when I reload the Core, the solr stops from that point onward forever. All i get is this line as the last line of the solr log after the issue as occurred: UnInvertedField; UnInverted multi-valued field {field

what does UnInvertedField; UnInverted multi-valued field means and how to fix it

2013-09-13 Thread Raheel Hasan
is this line as the last line of the solr log after the issue as occurred: UnInvertedField; UnInverted multi-valued field {field=prod_cited_id,memSize=4880,tindexSize=40,time=4,phase1=4,nTerms=35,bigTerms=4,termInstances=36,uses=0} Furthermore, the only way to get things working again, would be to delete

Re: UnInverted multi-valued field

2013-06-20 Thread Jochen Lienhard
lienh...@ub.uni-freiburg.de wrote: Hi @all. We have the problem that after an update the index takes to much time for 'warm up'. We have some multivalued facet-fields and during the startup solr creates the messages: INFO: UnInverted multi-valued field {field=mt_facet,memSize=** 18753256,tindexSize

Re: UnInverted multi-valued field

2013-06-20 Thread Bernd Fehling
Hello, Am 20.06.2013 09:34, schrieb Jochen Lienhard: Hello, well ... we have 5 multi-valued facet fields, so you had to wait sometimes up to one minute. The old searcher blocks during this time. May be related to an already fixed SOLR-4589 issue? Generally there is no blocking by the

UnInverted multi-valued field

2013-06-19 Thread Jochen Lienhard
Hi @all. We have the problem that after an update the index takes to much time for 'warm up'. We have some multivalued facet-fields and during the startup solr creates the messages: INFO: UnInverted multi-valued field {field=mt_facet,memSize=18753256,tindexSize=54,time=170,phase1=156

Re: UnInverted multi-valued field

2013-06-19 Thread Jack Krupansky
Take a look at using DocValues for faceted fields. -- Jack Krupansky -Original Message- From: Jochen Lienhard Sent: Wednesday, June 19, 2013 5:30 AM To: solr-user@lucene.apache.org Subject: UnInverted multi-valued field Hi @all. We have the problem that after an update the index

Re: UnInverted multi-valued field

2013-06-19 Thread Toke Eskildsen
On Wed, 2013-06-19 at 11:30 +0200, Jochen Lienhard wrote: INFO: UnInverted multi-valued field {field=mt_facet,memSize=18753256,tindexSize=54,time=170,phase1=156,nTerms=17,bigTerms=3,termInstances=903276,uses=0} 170ms does not sound like much to me. What are you hoping for? We know

Re: UnInverted multi-valued field

2013-06-19 Thread Roman Chyla
multi-valued field {field=mt_facet,memSize=** 18753256,tindexSize=54,time=**170,phase1=156,nTerms=17,** bigTerms=3,termInstances=**903276,uses=0} In the solconfig we use the facet.method 'fc'. We know, that the start-up with the method 'enum' is faster, but then the searches are very slow. How

solr.TrieFloatField with multiValued=false treated as `UnInverted multi-valued field`

2011-07-28 Thread RaVbaker
this value in my code leaves this in log: Jul 28, 2011 4:29:04 PM org.apache.solr.request.UnInvertedField uninvert INFO: UnInverted multi-valued field {field=price_min,memSize=13758712,tindexSize=28852,time=2407,phase1=2398,nTerms=184366,bigTerms=0,termInstances=3248049,uses=0} So it suggest

facet search and UnInverted multi-valued field?

2011-05-03 Thread Bernd Fehling
Dear list, we use solr 3.1.0. my logs have the following entry: May 3, 2011 2:01:39 PM org.apache.solr.request.UnInvertedField uninvert INFO: UnInverted multi-valued field {field=f_dcperson,memSize=1966237,tindexSize=35730,time=849,phase1=782,nTerms=12,bigTerms=0,termInstances=368008,uses=0

Re: facet search and UnInverted multi-valued field?

2011-05-03 Thread Jay Hill
: UnInverted multi-valued field {field=f_dcperson,memSize=1966237,tindexSize=35730,time=849,phase1=782,nTerms=12,bigTerms=0,termInstances=368008,uses=0} The schema.xml has the field: field name=f_dcperson type=string indexed=true stored=true multiValued=true / The query was: May 3, 2011 2:01:40