A tool to quickly browse Solr documents ?

2017-01-23 Thread Fengtan
Hi All, I am looking for a tool to quickly browse/investigate documents indexed in a Solr core. The default web admin interface already offers this, but you need to know the Solr query syntax if you want to list/filter/sort documents. I have started to build my own tool

Re: Latest advice on G1 collector?

2017-01-23 Thread Walter Underwood
I’m running a two hour benchmark using production log replay right now. The CMS hosts have between 3% and 7% GC overhead (the portion of their CPU time spent in GC). The G1 host has around 1% GC overhead. I accidentally started one host with the throughput collector. That has 02% overhead and

Re: Latest advice on G1 collector?

2017-01-23 Thread Pushkar Raste
Hi Walter, We have been using G1GC for more than a year now and are very happy with it. The only flag we have enabled is 'ParallelRefProcEnabled' On Jan 23, 2017 3:00 PM, "Walter Underwood" wrote: > We have a workload with very long queries, and that can drive the CMS >

Re: Information on classifier based key word suggestion

2017-01-23 Thread shamik
Anyone ? -- View this message in context: http://lucene.472066.n3.nabble.com/Information-on-classifier-based-key-word-suggestion-tp4314942p4315492.html Sent from the Solr - User mailing list archive at Nabble.com.

Latest advice on G1 collector?

2017-01-23 Thread Walter Underwood
We have a workload with very long queries, and that can drive the CMS collector into using about 20% of the CPU time. So I’m ready to try G1 on a couple of replicas and see what happens. I’ve already upgraded to Java 8 update 121. I’ve read these pages:

Re: NPE when using timeAllowed in the /export handler

2017-01-23 Thread Joel Bernstein
I'd have to put some thought into this. The problem with timeAllowed is that it won't return all the results. So if you're using timeAllowed and performing a join or aggregation it will just give incorrect answers. I'm not we want to have that. Joel Bernstein http://joelsolr.blogspot.com/ On

Re: OuterHashJoin doesn't return values

2017-01-23 Thread Joel Bernstein
When you work with relational algebra operations you'll need to specify the /export handler in the search expressions so that all of the tuples are operated on by the join. search(ParentDocuments, q=DocId:1042, fl="Id,DocId,SubDocId", sort="Id asc", q="/export") Joel Bernstein

Multivalued Fields queries for Occurences.

2017-01-23 Thread slee
Hi Everyone, Assume we have the following documents stored, where animals is a multivalued fields.. someGuid1 cats dogs wolf someGuid2 cats cats wolf

suggest do not work on solr cloud

2017-01-23 Thread Noriyuki TAKEI
Hi.all. We are running 3 shards,2 replicas solr cloud(Ver 6.3) which is under control by Zoo Keeper(Ver 3.4.9). We have a problem that suggesting by SpellCheck Component do not work.I confirmed it do work well on single node. When not using Solr Cloud,I can get the expected result by sending

Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-23 Thread Keiichi MORITA
Resolved. My problem occurred because of the case-sensitive. I've read the source code of Solr-6.3 and found a code referencing metadata of databases, so I finally noticed that Oracle Database returns *UPPERCASE* letters from metadata. As a correct setting, in the where clause of the query

[ANNOUNCE] Apache Solr 6.4.0 released

2017-01-23 Thread jim ferenczi
23 January 2016 - Apache Solr™ 6.4.0 Available The Lucene PMC is pleased to announce the release of Apache Solr 6.4.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting,