t, be sure to set
> the "shards.qt" parameter to the name of your request handler. See
> http://wiki.apache.org/solr/SpellCheckComponent#Distributed_Search_Support.
>
> James Dyer
> Ingram Content Group
> (615) 213-4311
>
>
> -Original Message-
> Fro
Hello,
I'm following this tutorial : http://wiki.apache.org/solr/SolrCloud with a
SolR 4.5.0
I'm at the very first step, only two replica and two shard and I have only
*one* document in the index.
When I try to get a spellcheck, I have this error :
java.lang.NullPointerException
at
org.apach
Hi,
I have done some research about SolR document with a very high number of
fields.
In the mailing list archive there's a thread about this subject which
answers my question :
http://lucene.472066.n3.nabble.com/Dynamic-fields-performance-question-td476337.html
.
By the way, this post is a littl
Hi,
Let's say I have this synonyms entry :
b c => ok
My configuration (index time) :
1. WhitespaceTokenizerFactory
2. WordDelimiterFilterFactory with catenateWords="0"
3. SynonymFilterFactory
The input : "a/b c" produce (one line per tokenizer/filter)
0:"a/b", 1:"c"
0:"a", 1:"b", 2:"c"
0:"a", 1: