Re: Multiple Facet prefixes on the same facet field in one request?

2009-12-11 Thread Robert Purdy
Well I looked at SOLR-1351 and applied the patch and that seems to do everything that I need. The local param syntax definitely the way to go. Robert, On 2009-12-11, at 2:53 AM, Shalin Shekhar Mangar wrote: > On Thu, Dec 10, 2009 at 9:47 PM, Robert Purdy wrote: > >> Hey

Re: Multiple Facet prefixes on the same facet field in one request?

2009-12-10 Thread Robert Purdy
made? Thanks Robert. On 2009-12-10, at 2:19 AM, Shalin Shekhar Mangar wrote: > On Wed, Dec 9, 2009 at 5:25 AM, Robert Purdy wrote: > >> >> Hey all, >> >> Is there anyway in Solr 1.4/1.5 to perform multiple facet prefixes on the >> same facet field in one

Multiple Facet prefixes on the same facet field in one request?

2009-12-08 Thread Robert Purdy
Hey all, Is there anyway in Solr 1.4/1.5 to perform multiple facet prefixes on the same facet field in one request? Ex. On field 'Foo' I want to perform a facet prefix of A* and B* so I can get a facet response of all terms prefixed with A and all terms prefixed with B, either grouped togethe

Re: Error sorting random field with June 1, 2009 Solr 1.4 nightly

2009-06-06 Thread Robert Purdy
Yes I am still getting the NPE. Robert. Shalin Shekhar Mangar wrote: > > On Tue, Jun 2, 2009 at 4:50 AM, Robert Purdy wrote: > >> >> Hey all, >> >> I was just wondering if anyone else is getting an error with today's >> nightly >>

Re: Which caches should use the solr.FastLRUCache

2009-06-04 Thread Robert Purdy
Thanks for the Good information :) Well I haven't had any evictions in any of the caches in years, but the hit ratio is 0.51 in queryResultCache, 0.77 in documentCache, 1.00 in the fieldValueCache, and 0.99 in the filterCache. So in your opinion should the documentCache and queryResultCache use th

Which caches should use the solr.FastLRUCache

2009-06-03 Thread Robert Purdy
Hey there, Anyone got any advice on which caches (filterCache, queryResultCache, documentCache, fieldValueCache) should be implemented using the solr.FastLRUCache in solr 1.4 and what are the pros & cons vs the solr.LRUCache. Thanks Robert. -- View this message in context: http://www.nabble.

Error sorting random field with June 1, 2009 Solr 1.4 nightly

2009-06-01 Thread Robert Purdy
Hey all, I was just wondering if anyone else is getting an error with today's nightly while sorting the random field. Thanks Rob. Jun 1, 2009 4:52:37 PM org.apache.solr.common.SolrException log SEVERE: java.lang.NullPointerException at org.apache.lucene.search.SortField.getComparator(S

Dynamic autowarming queries

2007-12-14 Thread Robert Purdy
Hey there, is there a current way to specify dynamic autowarming queries in the solrconfig.xml? If not is it possible for the solrconfg.xml to read from a file that I can update on the fly to warm new dynamic fields in the schema or just new queries to warm to prevent a restart of solr and so the

Performance question: Solr 64 bit java vs 32 bit mode.

2007-11-15 Thread Robert Purdy
Would anyone know if solr runs better in 64bit java vs 32 bit and could answer another possible related question. I currently have two servers running solr under identical tomcat installations. One is the production server and is under heavy user load and the other is under no load at all because

Re: Schema version question

2007-10-01 Thread Robert Purdy
Thanks Yonik I have not seen any issues with doing that beside some unrelated perfomance issues I just posted in another thread. Robert. Robert Purdy wrote: > > I was wondering if anyone could help me, I just completed a full index of > my data (about 4 million documents) and not

Major CPU performance problems under heavy user load with solr 1.2

2007-10-01 Thread Robert Purdy
Hi there, I am having some major CPU performance problems with heavy user load with solr 1.2. I currently have approximately 4 million documents in the index and I am doing some pretty heavy faceting on multi-valued columns. I know that doing facets are expensive on multi-valued columns but the CP

Schema version question

2007-09-28 Thread Robert Purdy
I was wondering if anyone could help me, I just completed a full index of my data (about 4 million documents) and noticed that when I was first setting up the schema I set the version number to "1.2" thinking that solr 1.2 uses schema version 1.2... ugh... so I am wondering if I can just set the s

Facet prefix question

2007-07-09 Thread Robert Purdy
Hey there does anyone know how to perform multiple facet prefixes on the same field. I am using the f..facet.prefix syntax and cannot get an "OR"ing of faceted results. Thanks Robert. -- View this message in context: http://www.nabble.com/Facet-prefix-question-tf4052754.html#a11511601 Sent fro