highlighter.
Hopefully this helps,
Jaime Spicciati
On Sat, May 2, 2015 at 8:20 PM, Joel Bernstein wrote:
> Hi,
>
> Can you also include the details of your research that narrowed the issue
> to the highlighter?
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
> On
the SolrJ loading the data. During some of our batch updates Solr would
take a couple minutes to respond back which I believe in some instances the
socket server side would be closed (maxIdleTime setting in Jetty).
Hope this helps,
Jaime Spicciati
Thanks
Jaime
On Tue, Apr 14, 2015 at 9:26 AM
ast confirm a comparison to the
> example in the javadoc:
>
> http://lucene.apache.org/solr/4_10_3/solr-core/org/apache/solr/analysis/ReversedWildcardFilterFactory.html
>
> -- Jack Krupansky
>
> On Thu, Feb 26, 2015 at 2:38 PM, jaime spicciati <
> jaime.spicci...@gmail.com>
&
All,
I am currently using 4.10.3 running Solr Cloud.
I have configured my index analyzer to leverage the
solr.ReversedWildcardFilterFactory with various settings for the
maxFractionAsterisk, maxPosAsterisk,etc. Currently I am running with the
defaults (ie not configured)
Using the Analysis capabi
All,
This is my current understanding of how SolrCloud load balancing works...
Within SolrCloud, for a cluster with more than 1 shard and at least 1
replica, the Zookeeper aware SolrJ client uses LBHTTPSolrServer which is
round robin across the replicas and leaders in the cluster. In turn the
shar
All,
At my current customer we have developed a custom federator that will
federate queries between Endeca and Solr to ease the transition from an
extremely large (TBs of data) Endeca index to Solr. (Endeca is similar to
Solr in terms of search/faceted navigation/etc).
During this transition pl