A collection gone missing: uninteresting collection

2017-01-20 Thread Chetas Joshi
Hello, I have been running Solr (5.5.0) on HDFS. Recently a collection just went missing with all the instanceDirs and Datadirs getting deleted. The following logs in the solrCloud overseer. 2017-01-20 20:42:39,515 INFO org.apache.solr.core.SolrCore: [3044_01_17_shard4_replica1] CLOSING

NPE when using timeAllowed in the /export handler

2017-01-20 Thread radha krishnan
Hi, am trying to query a core with 60 million docs by specifying timeAllowed as 100 ms just to test the timeAllowed feature. This is the query http://10.20.132.162:8983/solr/large_core/export?indent=on=*:*=false=logtype=100=logtype+asc=json=2.2 when i ran in the browser, i got the below NPE

Re: Phonetic Search

2017-01-20 Thread Rishikant Snigh
As suggested phonetic search won't work in this case. try spellcheck component On 19-Jan-2017 10:53 PM, "Walter Underwood" wrote: > Phonetic search will not match “satpuda” and “satpura” because they sound > different. You want fuzzy search. > > To get fuzzy search that

RE: Joining Across Collections

2017-01-20 Thread Moenieb Davids
Hi Guys Just a quick question on search and join: I have a few cores which is based on a mainframe extract, 1 core per extracted file which resembles a "DB Table" The cores are all somehow linked via 1 to many fields, with a structure similar to a normal ERD Is it possible to return the

Re: Boolean disjunction with nested documents

2017-01-20 Thread Mikhail Khludnev
It could be more clear if you post debugQuery=true response. Anyway, you've find a solution, it's great. There is no a performance pitfall in nested queries (_query_). On Fri, Jan 20, 2017 at 5:24 PM, Ivan Bianchi wrote: > Hi Mikhail, > > thanks for the answer, although both

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

2017-01-20 Thread Shawn Heisey
On 1/20/2017 7:40 AM, Shawn Heisey wrote: > One thing you might want to try doing is enclosing the property > ${books.book_id} in single quotes. The example configs on the > dataimport wiki page have the properties referenced from parent > entities surrounded by single quotes: A second look

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

2017-01-20 Thread Shawn Heisey
On 1/20/2017 5:45 AM, Keiichi MORITA wrote: > DataImportHandler *can't* work out with Oracle 12c and Solr 6.3. > Query in nested entities are called, the mapping values are not in child's > WHERE clause. > What is the cause of this error? I want some help. > > > ## data-config.xml > > >

Re: Boolean disjunction with nested documents

2017-01-20 Thread Ivan Bianchi
Hi Mikhail, thanks for the answer, although both of queries still are giving me the same "*child query must only match non-parent docs*" IllegalState error, as I understand it is still seeing the second clause (has_schedules:false) as part of the child filter. Even using the v parameter inside

Re: Joining Across Collections

2017-01-20 Thread nabil Kouici
Hi Mikhail, I'm not we can do a negation because Field1 and Field2 are not in the join condition. Regards,Nabil. De : Mikhail Khludnev À : solr-user ; nabil Kouici Envoyé le : Jeudi 19 janvier 2017 9h00 Objet : Re:

Upgrade SOLR version - facets perfomance regression

2017-01-20 Thread SOLR4189
Before few months we upgraded our SOLR in production from 4.10.1 to 5.4.1. And at once we noticed perfomance regressions. After searchings in internet we found SOLR-8096 issue . So we had to downgrade SOLR version to 4.10.1. We want to be in the

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

2017-01-20 Thread Keiichi MORITA
DataImportHandler *can't* work out with Oracle 12c and Solr 6.3. Query in nested entities are called, the mapping values are not in child's WHERE clause. What is the cause of this error? I want some help. ## data-config.xml

Do i need to modify PivotFacetProcessor Code??

2017-01-20 Thread Sumit Jain
First I will explain my problem- My Solr Db schema is as follows *(SNo,Id,Name,Date,Metadata1,Metadata2.Metadata30)*. /Here Id field is not unique. / Data Set Example:- <"1","1","Alex","20/1/2017","blah1","blah2"...> <"2","1","Alex","12/1/2017","blah1","blah2"...>

Solr Query Debugger

2017-01-20 Thread Vincenzo D'Amore
Hi all, about an year ago, trying to understand what's behind the results I had by my solr instances I wrote a program able to present in a decent way what was returned by the debugQuery parameter and others. I found my program extremely interesting and I have ported the code in a google chrome

Bug in admin website creating collections?

2017-01-20 Thread Steggink, Frank
Hi, I'm using Solr 6.2.1 (using the Docker image solr:6.2-alpine) in cloud mode. When creating a collection through the admin website I noticed that when numShards is being omitted, the collection doesn't get created. I'm using implicit routing, and the documentation [1] says that numShards is

Bug in admin website creating collection in SolrCloud using routerField?

2017-01-20 Thread Steggink, Frank
Hi, I'm using Apache Solr version 6.2.1, based on the Docker container solr:6.2-alpine. It appears to me that there is a bug when creating a collection in SolrCloud using the admin website. I'm using implicit routing and I would like to create two shards. The value which is entered in the