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 org.apache.solr.request.SimpleFacets.getHeatmapCounts(Simple

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 Ahmet Arslan
showing 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.

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 kumar
I used following url... http://localhost:8080/solr/Testing/select?q=*:*&wt=xml&indent=true&facet=true&facet.field=categoryId&fq=categoryId:(900 800) but it is not showing any results -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-So

Re: Faceting Query in Solr

2013-12-05 Thread Mikhail Khludnev
On Thu, Dec 5, 2013 at 1:34 PM, kumar wrote: > fq=categoryId:800&fq=categoryId:900 > what about fq=categoryId:(800 900) ? -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

Re: Faceting Query in Solr

2013-12-05 Thread kumar
goryId:800&fq=categoryId:900 then it not showing any results. -- View 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-04 Thread Erick Erickson
ot; /> > required="true" /> > required="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 at Nabble.com. >

Faceting Query in Solr

2013-12-04 Thread kumar
checked categories My Schema is in the following way.. 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 at Nabble.com.

Re: OutOfMemoryError | While Faceting Query

2012-12-07 Thread uwe72
TILS_LONG_PARSER=>[J#28896878 entry#20 : 'NIOFSIndexInput(path="/home/connect/ConnectPORTAL/preview/solr-home/data/index/_3kj.frq")'=>'WiringDiagramSheetImpl.versionAsDate',long,org.apache.lucene.search.FieldCache.NUMERIC_UTILS_LONG_PARSER=>[J#2986832 entry#21 :

Re: OutOfMemoryError | While Faceting Query

2012-12-07 Thread Bernd Fehling
ror while using a lot > of facets? > > Urgent, please help. > > Thanks, > Uwe > > > > -- > View this message 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: 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 &facet.field=stock&facet.filed=place&facet.field=quantity&fac

Re: Faceting Query

2011-02-14 Thread rajini maski
This feature works in SOLR 4.0 release. You can follow this link for knowing how it works... Click here Regards Rajani Maski On Mon, Feb 14, 2011 at 4:05 PM, Isha Garg wrote: > On Friday 11 February 2011 11:34 PM,

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" wrote: > On Friday 11 Febru

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 Garg wrote: What is facet.pivot field? PLz explain with example Does http://wiki.apache.org/solr/SimpleFacetParameters#facet.pivot not help? Regards, Gora No, it is not showing any

Re: Faceting Query

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

Re: Faceting Query

2011-02-11 Thread Gora Mohanty
On Thu, Feb 10, 2011 at 12:00 PM, Isha Garg 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

Faceting Query

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

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