| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
313 (0.284s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
RE: java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor - Solr - [mail # user]
|
|
...If I remember correctly, 3.6 DIH had bugs related to CachedSqlEntityProcessor and some were fixed in 3.6.1, 3.6.2, but some were not fixed until 4.0. You might want to use a 3.5 DIH ja...
|
|
|
Author: Dyer, James,
2013-05-01, 15:41
|
|
|
RE: java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor - Solr - [mail # user]
|
|
...This sounds like https://issues.apache.org/jira/browse/SOLR-3791, which was resolved in 3.6.2 / 4.0. James Dyer Ingram Content Group (615) 213-4311 From: srinalluri [mailto:[EMA...
|
|
|
Author: Dyer, James,
2013-04-29, 16:50
|
|
|
|