Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 276 (0.227s).
Loading phrases to help you
refine your search...
Re: searching camel cased terms with phrase queries - Solr - [mail # user]
...Hi Jack,  It seems all the html tables in my original e-mail have been broken, sorry about that.  Thanks for the ideas. You're very right that a compound word recognition would be ...
   Author: Dmitry Kan, 2012-11-07, 19:29
searching camel cased terms with phrase queries - Solr - [mail # user]
...Hello list,  There was a number of threads about handling camel cased words apparently in the past ( http://search-lucene.com/?q=camel+case&fc_project=Lucene&fc_project=Solr). Our case ...
   Author: Dmitry Kan, 2012-11-07, 09:58
Re: hot shard concept - Solr - [mail # user]
...Hi Shawn,  Too much technical details are often better, than too little, to my taste of course :-) You approach to sharding is apparently hashing based. And that's why you need to maint...
   Author: Dmitry Kan, 2012-11-01, 16:29
Re: Http 500/503 Responses from Solr - Solr - [mail # user]
...cache tuning? replication with load balancing? Who knows!  (that is to say, that with this little info, one would only be guessing about how to improve the capacity of your server). &nb...
   Author: Dmitry Kan, 2012-10-30, 14:12
Re: hot shard concept - Solr - [mail # user]
...Hi Shawn,  Thanks for sharing your story. Let me get it right:  How do you keep the incremental shard slim enough over time, do you periodically redistribute the documents from it ...
   Author: Dmitry Kan, 2012-10-30, 11:05
hot shard concept - Solr - [mail # user]
...Hi everyone,  at this year's Berlin Buzz words conference someone (sematext?) have described a technique of a hot shard. The idea is to have a slim shard to maximize the update throughp...
   Author: Dmitry Kan, 2012-10-29, 13:55
Re: Solr3.6 DeleteByQuery with negated field not working - Solr - [mail # user]
...Hi,  This is how we do it in our Solr 3.4 setup:  curl http://:/solr/update?commit=true --data-binary 'here_goes_the_query' -H 'Content-type:text/xml'   i.e. no extra ,  ...
   Author: Dmitry Kan, 2012-10-22, 11:11
Re: Apache Solr Quiz - Solr - [mail # user]
...Thanks for the quiz. It is refreshing. Do you plan on covering other parts of SOLR management, like various handlers, scoring, plugins, sharding etc?  Dmitry  On Wed, Oct 17, 2012 ...
   Author: Dmitry Kan, 2012-10-19, 12:37
Re: Can we retrieve deleted records before optimized - Solr - [mail # user]
...You could split your index. There are some tools available, e.g. this one on github https://github.com/HON-Khresmoi/hash-based-index-splitter does hash based index splitting. You could proba...
   Author: Dmitry Kan, 2012-10-17, 08:01
Re: Can we retrieve deleted records before optimized - Solr - [mail # user]
...Hello,  One approach (not a solrish one, but still) would be to use Lucene API and set up an IndexReader onto the solr index in question. You can then do:  [code] Directory indexDi...
   Author: Dmitry Kan, 2012-10-16, 16:31
Sort:
project
Solr (275)
Lucene (1)
type
mail # user (275)
mail # dev (1)
date
last 7 days (2)
last 30 days (32)
last 90 days (51)
last 6 months (75)
last 9 months (276)
author
Chris Hostetter (6398)
Yonik Seeley (5287)
Erick Erickson (3683)
Mark Miller (3085)
Michael McCandless (2846)
Otis Gospodnetic (2823)
Grant Ingersoll (2546)
Robert Muir (2516)
Erik Hatcher (2321)
Uwe Schindler (1988)
Shalin Shekhar Mangar (1705)
Ryan McKinley (1687)
Lance Norskog (1593)
Jack Krupansky (1250)
Ahmet Arslan (1112)
Dmitry Kan