Re: Solr ids query parameter

2012-07-12 Thread Peter Markey
, 2012 at 5:36 PM, Peter Markey sudoma...@gmail.com 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 have 4 solr servers that index data (say daily each with 10 cores) and I use another bunch of solr

Re: null pointer error with solr deduplication

2012-04-23 Thread Peter Markey
that there must be no error especially such as NPE. Best Regards Alexander Aristov On 21 April 2012 03:42, Peter Markey sudoma...@gmail.com wrote: Hello, I have been trying out deduplication in solr by following: http://wiki.apache.org/solr/Deduplication. I have defined a signature field

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,

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: 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 vybe3...@gmail.com wrote: A query search on a particular date: returns 1valid result (as expected). How

Re: solr hangs

2012-04-12 Thread Peter Markey
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 sudoma...@gmail.com wrote: Hello, I have a solr cloud setup based on a blog ( http://outerthought.org/blog/491

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
returned in the list? Best Erick On Thu, Jan 26, 2012 at 10:33 AM, Peter Markey sudoma...@gmail.com 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 SolrIndexSearcher. Below is a short