Re: DataImport-Solr6: Nested Entities

2016-08-18 Thread Alexandre Rafalovitch
Well, do both parent and child entity have a field called 'id' containing their corresponding unique ids? That would be the first step. Regards, Alex. Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 19 August 2016 at 09:10, Peri Subrahmanya

DataImport-Solr6: Nested Entities

2016-08-18 Thread Peri Subrahmanya
Hi, I have a simple one-to-many relationship setup in the data-import.xml and when I try to index it using the dataImportHandler, Solr complains of “no unique id found”. managed-schema.xml id solrconfig,xml: id data-import.xml

Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-18 Thread Shawn Heisey
On 8/16/2016 8:53 PM, Jaspal Sawhney wrote: > We are running solr 4.6 in master-slave configuration where in our master is > used entirely for indexing. No search traffic comes to master ever. > Off late we have started to get the early EOF error on the solr Master which > results in a Broken

/select results different between 5.4 and 6.1

2016-08-18 Thread John Bickerstaff
Hi all, TL:DR - Is it expected that the /select endpoint would produce different scores/result order between versions 5.4 and 6.1? (I'm aware that it's certainly possible I've done something different to these environments, although at this point I can't see any difference in configs etc... and

Re: What does refCount denotes in solr admin

2016-08-18 Thread Erick Erickson
How are you indexing? It sounds like you may be sending one document at a time. Also, another common mistake is to send commits from the client, you should either set your autocommit intervals up in solrconfig.xml or, perhaps, send one (and only one) commit at the very end of the entire indexing

Solr 6.1.0, zookeeper 3.4.8, Solrj and SolrCloud

2016-08-18 Thread Narayana B
Hi SolrTeam, I see session exipre and my solr index fails. please help me here, my infra details are shared below I have total 3 compute nodes[pcam-stg-app-02,pcam-stg-app-03,pcam-stg-app-04] 1) 3 nodes are running with zoo1, zoo2, zoo3 instances /apps/scm-core/zookeeper/zkData/zkData1/myid

Re: Solr 6: Use facet with Streaming Expressions- LeftOuterJoin

2016-08-18 Thread Joel Bernstein
Ah, the documentation is not clear on this. We need to fix that. The rollup() function supports multi-dimension aggregations like the facet expression. You just provide a comma delimited list of fields in the over parameter: over="a,b,c" You will need to sort the underlying stream by those

Antw: Re: Solr 6.1 :: Logging -> WARN FieldTypePluginLoader

2016-08-18 Thread Rainer Gnan
... thank you! Great answer. This saved me a lot of time. Rainer Gnan Bayerische Staatsbibliothek BibliotheksVerbund Bayern Verbundnahe Dienste 80539 München Tel.: +49(0)89/28638-2445 Fax: +49(0)89/28638-2665 E-Mail: rainer.g...@bsb-muenchen.de

Re: Solr date range returns wrong number of results

2016-08-18 Thread Shawn Heisey
On 8/18/2016 1:43 AM, Tali Finelt wrote: > I am using Solr 6 in SolrCloud mode and trying to filter results according > to a date range. > > The date field is defined as following in the managed_schema file: > required="false" multiValued="false" /> > > When I run the following query: > >

Re: Solr 6.1 :: Logging -> WARN FieldTypePluginLoader

2016-08-18 Thread Shawn Heisey
On 8/18/2016 3:42 AM, Rainer Gnan wrote: > after upgrading from "Solr 5.3" to "Solr 6.1" I get the following > logging message: -> WARN true FieldTypePluginLoader TokenFilterFactory > is using deprecated 5.2.1 emulation. You should at some point declare > and reindex to at least 6.0, because 5.x

Re: Solr 6: Use facet with Streaming Expressions- LeftOuterJoin

2016-08-18 Thread vrindavda
I am not able to get count(*) for more than one field -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-6-Use-facet-with-Streaming-Expressions-LeftOuterJoin-tp4290526p4292208.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr 6.1 :: Logging -> WARN FieldTypePluginLoader

2016-08-18 Thread Rainer Gnan
Hi, after upgrading from "Solr 5.3" to "Solr 6.1" I get the following logging message: -> WARN true FieldTypePluginLoader TokenFilterFactory is using deprecated 5.2.1 emulation. You should at some point declare and reindex to at least 6.0, because 5.x emulation is deprecated and will be

Re: What does refCount denotes in solr admin

2016-08-18 Thread kshitij tyagi
how to shrink solr container thread pool?? On Thu, Aug 18, 2016 at 2:53 PM, kshitij tyagi wrote: > refcount 171 is seen when i reindex a number of documents simultaneously? > what does this means? I am observing that my indexing speeds slows down > when refcount

Re: What does refCount denotes in solr admin

2016-08-18 Thread kshitij tyagi
refcount 171 is seen when i reindex a number of documents simultaneously? what does this means? I am observing that my indexing speeds slows down when refcount increses. I am only indexing on this instance and no queries are running on it. Thanks for the information On Thu, Aug 18, 2016 at 2:20

Re: What does refCount denotes in solr admin

2016-08-18 Thread Mikhail Khludnev
When instance is idle you should see refCount=2 in solrAdmin. One count goes from coreContainer holding a core instance until reload and two comes from solrAdmin request which opens a core while it renders response. So, until you don't request this stat the refCount is 1 that somehow remind

Re: Tagging and excluding Filters with BlockJoin Queries and BlockJoin Faceting

2016-08-18 Thread Mikhail Khludnev
The last comment at https://issues.apache.org/jira/browse/SOLR-8998 shows the current verbose json.facet syntax which provides aggregated facet counts already. It's a little bit slower that child.facet.field. Nevertheless, you can take this sample and add exclusion instructions into. It should

Solr date range returns wrong number of results

2016-08-18 Thread Tali Finelt
Hi All, I am using Solr 6 in SolrCloud mode and trying to filter results according to a date range. The date field is defined as following in the managed_schema file: When I run the following query: https://:8983/solr//select?q=date:[2016-08-02T04:43:38Z TO 2016-08-02T05:43:38Z]=10 I get