Re: Solr ids query parameter

2012-07-12 Thread Peter Markey
luence Isn’t a Game. > http://www.appinions.com > > > On Thu, Jul 12, 2012 at 5:36 PM, Peter Markey wrote: > > Hello, > > > > I am trying to do a distributed search with solr and for some reason I > get > > an internal server error. The set up is like this: I

Re: null pointer error with solr deduplication

2012-04-23 Thread Peter Markey
erministic. > > So solr bahaves as it should :) _unexpectidly_ > > But I agree in that sence that there must be no error especially such as > NPE. > > Best Regards > Alexander Aristov > > > On 21 April 2012 03:42, Peter Markey wrote: > > > Hello, > >

null pointer error with solr deduplication

2012-04-20 Thread Peter Markey
Hello, I have been trying out deduplication in solr by following: http://wiki.apache.org/solr/Deduplication. I have defined a signature field to hold the values of the signature created based on few other fields in a document and the idea seems to work like a charm in a single solr instance. But,

Re: Date granularity

2012-04-18 Thread Peter Markey
you could use a filter query like: fq=datefield:[NOW/DAY-1DAY TO NOW/DAY+1DAY] *replace datefield with your field that contains the time info On Wed, Apr 18, 2012 at 11:11 AM, vybe3142 wrote: > A query search on a particular date: > > returns 1valid result (as expected). > > How can I alter the

solr stats component

2012-04-18 Thread Peter Markey
Hello, I am using the stats component and I wanted help with range like function (in facet component). To be more clear, we would like to have a similar functionality of facet.range (i.e with gap and stuff) for the statistics component. That is, with one call we would like to do faceting in stats

Re: solr hangs

2012-04-12 Thread Peter Markey
starts running. How big is your Java > heap? Maybe cache sizes in yout solr are to big according to your JVM > settings. > > -- > Regards, > Pawel > > On Tue, Apr 10, 2012 at 9:51 PM, Peter Markey wrote: > > > Hello, > > > > I have a solr cloud setup b

Solrcloud thread count

2012-03-28 Thread Peter Markey
Hello, > > We have been trying out the new Solrcloud from trunk and were able to setup a multi-slice solr configuration. But when ever we have multiple slices/shards, the number of threads used by solr reaches more than 25k during indexing and hence runs out of memory/native threads. It occurs even

Re: solr custom component

2012-01-30 Thread Peter Markey
ist? > > Best > Erick > > On Thu, Jan 26, 2012 at 10:33 AM, Peter Markey > wrote: > > Hello, > > > > I am building a custom component in Solr and I am trying to construct a > > query to get the latest (based on a date field) DocID using > SolrIndexS