Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 131 to 140 from 277 (1.242s).
Loading phrases to help you
refine your search...
Re: Performance (responsetime) on request - Solr - [mail # user]
...you can optimize the  documentCache by setting  maxSize to some decent value, like 2000. Also configure some meaningful warming queries in the solrconfig. When increasing the cache...
   Author: Dmitry Kan, 2012-03-12, 15:21
Re: Performance (responsetime) on request - Solr - [mail # user]
...If you look at solr admin page / statistics of cache, you could check the evictions of different types of cache. If some of them are larger than zero, try minimizing them by increasing the c...
   Author: Dmitry Kan, 2012-03-12, 14:06
Re: Faster Solr Indexing - Solr - [mail # user]
...one approach we have taken was decreasing the solr logging level for the posting session, described here (implemented for 1.4, but should be easy to port to 3.x):  http://dmitrykan.blog...
   Author: Dmitry Kan, 2012-03-11, 15:27
Re: solr returns reduced results for same query after adding a new field to the schema. - Solr - [mail # user]
...Hi,  you meant you query is:  ?q=ingredientSuggestion:banana  right?  On Tue, Feb 28, 2012 at 2:29 PM, Mark Swinson wrote:    Regards,  Dmitry Kan...
   Author: Dmitry Kan, 2012-02-28, 12:32
Re: What Interface to use for programming compatible filters in SOLR? - Solr - [mail # user]
...For example, this way:  1. Implement a filter factory:  [code] package com.mycomp.solr.analysis;  import org.apache.lucene.analysis.TokenStream; import org.apache.solr.analysi...
   Author: Dmitry Kan, 2012-02-24, 10:24
Re: Entity with multiple datasources - Solr - [mail # user]
...no problem, hope it helps, you're welcome.  On Thu, Feb 16, 2012 at 5:03 PM, Radu Toev  wrote:     Regards,  Dmitry Kan...
   Author: Dmitry Kan, 2012-02-16, 15:06
Re: Entity with multiple datasources - Solr - [mail # user]
...Each document in SOLR will correspond to one db record and since both databases have the same schema, you can't index two records from two databases into the same SOLR document.  So aft...
   Author: Dmitry Kan, 2012-02-16, 15:00
Re: Entity with multiple datasources - Solr - [mail # user]
...I think the problem here is that initially you trying to create separate documents for two different tables, while your config is aiming to create only one document. Here there is one soluti...
   Author: Dmitry Kan, 2012-02-16, 14:40
Re: Entity with multiple datasources - Solr - [mail # user]
...OK, maybe you can show the db-data-config.xml just in case? Also in schema.xml, does you  correspond to the unique field in the db?  On Thu, Feb 16, 2012 at 2:13 PM, Radu Toev &nbs...
   Author: Dmitry Kan, 2012-02-16, 12:27
Re: Entity with multiple datasources - Solr - [mail # user]
...It sounds a bit, as if SOLR stopped processing data once it queried all from the smaller dataset. That's why you have 2000. If you just have a handler pointed to the bigger data set (6k), do...
   Author: Dmitry Kan, 2012-02-16, 12:11
Sort:
project
Solr (276)
Lucene (1)
type
mail # user (276)
mail # dev (1)
date
last 7 days (3)
last 30 days (33)
last 90 days (52)
last 6 months (76)
last 9 months (277)
author
Chris Hostetter (6402)
Yonik Seeley (5287)
Erick Erickson (3696)
Mark Miller (3088)
Michael McCandless (2849)
Otis Gospodnetic (2824)
Grant Ingersoll (2546)
Robert Muir (2530)
Erik Hatcher (2322)
Uwe Schindler (1988)
Shalin Shekhar Mangar (1709)
Ryan McKinley (1687)
Lance Norskog (1594)
Jack Krupansky (1257)
Ahmet Arslan (1112)
Dmitry Kan