NPE with faceting query on MoreLikeThis handler

2015-05-18 Thread Tim Hearn
Hi everyone, Recently I upgraded to solr 5.1.0. When trying to generate facets using the more like this handler, I now get a a NullPointerException. I never got this exception while using Solr 4.10.0 Details are below: Stack Trace: at

Re: Faceting Query in Solr

2013-12-08 Thread kumar
It's working fine. -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881p4105612.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting Query in Solr

2013-12-05 Thread kumar
this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881p4105083.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting Query in Solr

2013-12-05 Thread Mikhail Khludnev
On Thu, Dec 5, 2013 at 1:34 PM, kumar pavan2...@gmail.com wrote: fq=categoryId:800fq=categoryId:900 what about fq=categoryId:(800 900) ? -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics http://www.griddynamics.com mkhlud...@griddynamics.com

Re: Faceting Query in Solr

2013-12-05 Thread kumar
I used following url... http://localhost:8080/solr/Testing/select?q=*:*wt=xmlindent=truefacet=truefacet.field=categoryIdfq=categoryId:(900 800) but it is not showing any results -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881p4105106.html

Re: Faceting Query in Solr

2013-12-05 Thread kumar
It is working fine for fq=categoryId:(800 900) -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881p4105110.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting Query in Solr

2013-12-05 Thread Ahmet Arslan
any results -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881p4105106.html Sent from the Solr - User mailing list archive at Nabble.com.

Faceting Query in Solr

2013-12-04 Thread kumar
=content type=string indexed=false stored=true multiValued=true required=true / Anyone help me how can i achieve this. Regards, Kumar -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881.html Sent from the Solr - User mailing list archive

Re: Faceting Query in Solr

2013-12-04 Thread Erick Erickson
.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: OutOfMemoryError | While Faceting Query

2012-12-07 Thread Bernd Fehling
in context: http://lucene.472066.n3.nabble.com/OutOfMemoryError-While-Faceting-Query-tp4024947.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: OutOfMemoryError | While Faceting Query

2012-12-07 Thread uwe72
',long,org.apache.lucene.search.FieldCache.NUMERIC_UTILS_LONG_PARSER=[J#32378546 insanity_count : 0 -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryError-While-Faceting-Query-tp4024947p4025050.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting Query

2011-02-14 Thread Isha Garg
On Friday 11 February 2011 11:34 PM, Gora Mohanty wrote: On Thu, Feb 10, 2011 at 12:21 PM, Isha Gargisha.g...@orkash.com wrote: What is facet.pivot field? PLz explain with example Does http://wiki.apache.org/solr/SimpleFacetParameters#facet.pivot not help? Regards, Gora No,

Re: Faceting Query

2011-02-14 Thread Upayavira
Likely because it is a Solr 4.0 feature and you are using Solr 1.4.1. That'd be my guess. (Solr 4.0 is the latest greatest as yet unreleased version of Solr - numbering scheme changed to fit with that of Lucene). Upayavira On Mon, 14 Feb 2011 16:05 +0530, Isha Garg isha.g...@orkash.com wrote:

Re: Faceting Query

2011-02-14 Thread rajini maski
I am also working on same feature of solr 4.0 And I have doubt in the results am getting. I will post the cases here. If anyone know why is it so,Please revert back... I run a normal facet query with q parameter q=*:* and did facet=on

Re: Faceting Query

2011-02-11 Thread Gora Mohanty
On Thu, Feb 10, 2011 at 12:00 PM, Isha Garg isha.g...@orkash.com wrote: Hi,      What is the significance of copy field  when used in faceting . plz explain with example. Not sure what you mean here. Could you provide details? Regards, Gora

Re: Faceting Query

2011-02-11 Thread Gora Mohanty
On Thu, Feb 10, 2011 at 12:21 PM, Isha Garg isha.g...@orkash.com wrote: What is facet.pivot field? PLz explain with example Does http://wiki.apache.org/solr/SimpleFacetParameters#facet.pivot not help? Regards, Gora

Faceting Query

2011-02-09 Thread Isha Garg
Hi, What is the significance of copy field when used in faceting . plz explain with example. Thanks! Isha

Faceting Query

2011-02-09 Thread Isha Garg
What is facet.pivot field? PLz explain with example