>
>
> Unfortunately no. the +20 queries are distinct from each other, even tho
> they share some of the original query parameters (and some facet
> information
> from the original query facets).
>
> what I was envisioning was something that works like a facet, but instead
> of
> returning informat
I'm seeing an java.lang.ArrayIndexOutOfBoundsException when trying to
highlight for certain queries. The error seems to be an issue with the
combination of the ShingleFilterFactory, PositionFilterFactory and
the LengthFilterFactory.
Here's my fieldType definition:
Issue created: https://issues.apache.org/jira/browse/SOLR-1731
On Fri, Jan 22, 2010 at 5:42 AM, Koji Sekiguchi wrote:
> Tim Underwood wrote:
>
>> I'm seeing an java.lang.ArrayIndexOutOfBoundsException when trying to
>> highlight for certain queries. The error seems
We just switched over to storing our data directly in Solr as
compressed JSON fields at http://frugalmechanic.com. So far it's
working out great. Our detail pages (e.g.:
http://frugalmechanic.com/auto-part/817453-33-2084-kn-high-performance-air-filter)
now make a single Solr request to grab the p
Have you played around with the "option httpclose" or the "option
forceclose" configuration options in HAProxy (both documented here:
http://haproxy.1wt.eu/download/1.3/doc/configuration.txt)?
-Tim
On Wed, Feb 10, 2010 at 10:05 AM, Ian Connor wrote:
> Thanks,
>
> I bypassed haproxy as a test and
I'm using HAProxy with 5 second healthcheck intervals and haven't seen
any problems on Solr 1.4.
My HAProxy config looks like this:
listen solr :5083
option httpchk GET /solr/parts/admin/ping HTTP/1.1\r\nHost:\ www
server solr01 192.168.0.101:9983 check inter 5000
server solr02 192.168.0.10
I've run into this also while trying to index ~4 million documents
using CommonsHttpSolrServer.add(Iterator
docIterator) to stream all the documents. It worked great with
working with only ~2 million documents but eventually it would take ~5
tries for a full indexing job to complete without runnin
Hi,
It sounds like you are looking for the "Nested Child Documents"[1] and
"Block Join Query Parsers"[2] features in Solr. The terminology is weird
(block join, child/of, parent/which) but it should do what you want.
Do take note of the warning in the docs:
One limitation of indexing nested doc
We are successfully running Solr 7.6.0 (and 7.5.0 before it) on OpenJDK 11
without problems. We are also using G1. We do not use Solr Cloud but do
rely on the legacy replication.
-Tim
On Sat, Mar 23, 2019 at 10:13 AM Erick Erickson
wrote:
> I am, in fact, trying to get a summary of all this t
ions ...will try with jdk 11 and see if
> it addresses the high cpu issue. Thanks
> >
> >
> >> On Mar 23, 2019, at 11:48 AM, Jay Potharaju
> wrote:
> >>
> >> Thanks for that info Tim
> >>
> >>> On Mar 23, 2019, at 11:26 AM, Tim Underw
10 matches
Mail list logo