Re: Java 9 & solr 7.7.0

2019-03-25 Thread Tim Underwood
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

Re: Java 9 & solr 7.7.0

2019-03-23 Thread Tim Underwood
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

Re: How to handle List in Solr 6.6

2018-11-06 Thread Tim Underwood
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

Re: Unbuffered entity enclosing request can not be repeated.

2010-05-11 Thread Tim Underwood
I've run into this also while trying to index ~4 million documents using CommonsHttpSolrServer.add(IteratorSolrInputDocument 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

Re: Distributed search and haproxy and connection build up

2010-02-11 Thread Tim Underwood
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 ian.con...@gmail.com wrote: Thanks, I bypassed haproxy

Re: Using solr to store data

2010-02-04 Thread Tim Underwood
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

Re: ArrayIndexOutOfBoundsException when highlighting (Solr 1.4)

2010-01-22 Thread Tim Underwood
Issue created: https://issues.apache.org/jira/browse/SOLR-1731 On Fri, Jan 22, 2010 at 5:42 AM, Koji Sekiguchi k...@r.email.ne.jp wrote: Tim Underwood wrote: I'm seeing an java.lang.ArrayIndexOutOfBoundsException when trying to highlight for certain queries. The error seems to be an issue

ArrayIndexOutOfBoundsException when highlighting (Solr 1.4)

2010-01-21 Thread Tim Underwood
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: fieldType name=textSku

Re: having solr generate and execute other related queries automatically

2009-11-12 Thread Tim Underwood
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 information about