Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 325 (0.257s).
Loading phrases to help you
refine your search...
RE: Speed up import of Hierarchical Data - Solr - [mail # user]
...See https://issues.apache.org/jira/browse/SOLR-2943 .  You can set up 2 DIH handlers.  The first would query the "CAT_TABLE" and save it to a disk-backed cache, using DIHCacheWrite...
   Author: Dyer, James, 2013-05-16, 17:08
RE: delta-import and cache (a story in conflict) - Solr - [mail # user]
...Try removing the 2nd level of nesting.  You can either remove it entirely or combine the middle-level and inner queries with a join.  If this "solves" the problem, then we have the...
   Author: Dyer, James, 2013-05-14, 21:14
RE: Spellchecker: Is it possible to return search results with the first suggestion as query string instead of a list of suggestions? - Solr - [mail # user]
...To get a re-written query with the top suggestions, specify "spellcheck.collate=true".  Begin reading from here (http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate) to s...
   Author: Dyer, James, 2013-05-14, 20:10
RE: delta-import and cache (a story in conflict) - Solr - [mail # user]
...The reason it is writing all the imput fields for that document is this particular error message appends "doc" to the end, which is a subclass of SolrInputDocument, which has a "toString" th...
   Author: Dyer, James, 2013-05-14, 20:07
RE: Looking for Best Practice of Spellchecker - Solr - [mail # user]
...The Word Break spellchecker will incorporate the broken & combined words in the collations.  Its designed to work seamlessly in conjunction with a "regular" spellchecker (IndexBased- or...
   Author: Dyer, James, 2013-05-13, 18:11
RE: Looking for Best Practice of Spellchecker - Solr - [mail # user]
...Good point, Jason.  In fact, even if you use WorkBreakSpellChecker "wall mart" will not correct to "walmart".  The reason is the spellchecker cannot both correct a token's spelling...
   Author: Dyer, James, 2013-05-10, 15:34
RE: Looking for Best Practice of Spellchecker - Solr - [mail # user]
...Nicholas,  It sounds like you might want to use WordBreakSolrSpellChecker, which gets obscure mention in the wiki.  Read through this section: http://wiki.apache.org/solr/SpellChec...
   Author: Dyer, James, 2013-05-10, 14:32
RE: Negative Boosting at Recent Versions of Solr? - Solr - [mail # user]
...Despite the discussion in SOLR-3823/SOLR-3278, my experience with Solr 4.2 is that it does indeed allow negative boosts on both "bf" and "qf".  I think the functionality was added under...
   Author: Dyer, James, 2013-05-10, 14:22
RE: [Discussion] Discontinue the ROLLBACK command in Solr? - Lucene - [mail # dev]
...We use rollback (in conjunction with DIH) when doing full re-imports on a traditional "non-cloud" index.  As DIH first deletes all documents then adds them all, its handy for it to roll...
   Author: Dyer, James, 2013-05-09, 14:39
RE: spellcheker and exact match - Solr - [mail # user]
...Try setting "spellcheck.alternativeTermCount" to a nonzero value.  See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.alternativeTermCount  The issue may be that by def...
   Author: Dyer, James, 2013-05-08, 20:11
Sort:
project
Solr (275)
Lucene (53)
type
mail # user (275)
mail # dev (50)
date
last 7 days (0)
last 30 days (17)
last 90 days (58)
last 6 months (95)
last 9 months (325)
author
Chris Hostetter (6453)
Yonik Seeley (5300)
Erick Erickson (3791)
Mark Miller (3122)
Otis Gospodnetic (2874)
Michael McCandless (2861)
Grant Ingersoll (2548)
Robert Muir (2546)
Erik Hatcher (2325)
Uwe Schindler (2001)
Shalin Shekhar Mangar (1754)
Ryan McKinley (1687)
Lance Norskog (1604)
Jack Krupansky (1392)
Shawn Heisey (1184)
Dyer, James