Re: A user defined request handler is failing to fetch the data.

2018-07-03 Thread Adarsh_infor
@Shawn Heisey-2 When we say recursive shards, what does that mean? My distributed node will not have any data in it it will be just used for searching all the shards(nodes) where the documents are indexed and try to get consolidated data from it. My only problem here is if i change the to

Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread jakob
Hi, I was intending to open an Issue in Jira when I read that I'm supposed to first contact this mailinglist. Problem description == System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299 Steps to reproduce the problem: 1) Download solr-7.4.0.tgz 2) Unzip to

Re: A user defined request handler is failing to fetch the data.

2018-07-03 Thread Adarsh_infor
@Erick @Shawn Adding to my previous comment. the below command works . http://localhost:8983/solr/FI_idx/select?q=*:*=true=localhost:8983/solr/FI_idx but the same will not work with filesearch new search handler.

Re: Scores with Solr Suggester

2018-07-03 Thread Christian Ortner
Hi Christine, suggesters work differently than regular search as they complete an input query, usually based on a state machine built from a dictionary. If you want the similarity of input and suggestion, you can create a search component to compute it yourself and set the value in the payload

Errors when using Blob API

2018-07-03 Thread Zahra Aminolroaya
I want to transfer my jar files to my ".system" collection in "Solrcloud". One of my solr port is My jar file name is "norm", and the following is my command for this transfer: / curl -X POST -H 'Content-Type:application/octet-stream' --data-binary @norm.jar

Filtering solr suggest results

2018-07-03 Thread Arunan Sugunakumar
Hi, I would like to know whether it is possible to filter the suggestions returned by the suggest component according to a field. For example I have a list of books published by different publications. I want to show suggestions for a book title under a specific publication. Thanks in Advance,

RE: 7.3 appears to leak

2018-07-03 Thread Markus Jelsma
Hello Erick, Even the silliest ideas may help us, but unfortunately this is not the case. All our Solr nodes run binaries from the same source from our central build server, with the same libraries thanks to provisioning. Only schema and config are different, but the directive is the same all

Re: Server refused connection at: http://localhost:xxxx/solr/collectionName

2018-07-03 Thread Ritesh Kumar
I think this might be the problem. I was casting CloudSolrClient object or HttpSolrClient object to SolrClient inside the indexing service and performed add or query operation on this SolrClient object. I had to cast the client object because the client object may be of any type based on whether

[ANNOUNCE] Apache Lucene 6.6.5 released

2018-07-03 Thread Ishan Chattopadhyaya
3 July 2018, Apache Lucene™ 6.6.5 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires

Re: A user defined request handler is failing to fetch the data.

2018-07-03 Thread Adarsh_infor
Hi Shawn, thanks that helped. I modified the searchHandler as below and it started working *:* localhost:8983/solr/FI_idx /select Regards Adarsh -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr unable to start up after setting up SSL in Solr 7.4.0

2018-07-03 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, if there are any major changes in the way the SSL works for Solr 7.4.0? I have tried to set up with the same method that I used for Solr 7.3.1, but after setting it up, the Solr is unable to load. Below is the error message that I get. Caused by:

Sort by payload field desc fails

2018-07-03 Thread Anurag Nilesh
Hi, I was trying out extracting the payload field value for a payload field type and then doing a sort based on that value. For some reason, the sort works with ascending order but fails with descending order. { "responseHeader":{ "status":500, "QTime":1, "params":{

Re: Parent-child query; subqueries on child docs of the same set of fields

2018-07-03 Thread TK Solr
Thank you, Mikhail. But this didn't work. The first {!parent which='...' v='...'} alone works. But the second {!parent ...} clause is completely ignored. In fact, if I turn on debugQuery, rawquerystring and querystring have the second query but parsedquery and parsedquery_toString only have the

Re: [ANNOUNCE] Apache Lucene 6.6.5 released

2018-07-03 Thread Hasan Diwan
Congrats to all! -- H On Tue, 3 Jul 2018 at 14:29, Ishan Chattopadhyaya wrote: > > 3 July 2018, Apache Lucene™ 6.6.5 available > > The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5. > > Apache Lucene is a high-performance, full-featured text search engine > library written

[ANNOUNCE] Apache Solr 6.6.5 released

2018-07-03 Thread Ishan Chattopadhyaya
03 July 2018, Apache Solr™ 6.6.5 available The Lucene PMC is pleased to announce the release of Apache Solr 6.6.5 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, faceted

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread Erick Erickson
Shawn: Yeah, the best I've been able to come up with so far is to have exactly two, both in server/resources log4j2.xml - the standard configuration for running Solr log4j2-console.xml Used by the startup scripts (_not_ running Solr). See the last two comments on SOLR-12008 for more detail.

Re: Can't recover - HDFS

2018-07-03 Thread Joe Obernberger
Thank you Shawn - I think the root issue is related to some weirdness with HDFS. Log file is here: http://lovehorsepower.com/solr.log.4 Config is here: http://lovehorsepower.com/solrconfig.xml I don't see anything set to 20 seconds. I believe the root exception is:

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread Erick Erickson
Jakob: I don't have Windows so rely on people who do to vet changes. But I'm working on https://issues.apache.org/jira/browse/SOLR-12008 which seeks to get rid of the confusing number of log4j config files and solr.cmd has a lot of paths to change. So if you do get agreement that you should raise

Re: please unsubscribe

2018-07-03 Thread Erick Erickson
Please follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc . You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But note

RE: Filtering solr suggest results

2018-07-03 Thread Peter Lancaster
Hi Arunan, You can use a context filter query as described https://lucene.apache.org/solr/guide/6_6/suggester.html Cheers, Peter. -Original Message- From: Arunan Sugunakumar [mailto:arunans...@cse.mrt.ac.lk] Sent: 03 July 2018 12:17 To: solr-user@lucene.apache.org Subject: Filtering

Re: Solrcloud collection sharding and querying

2018-07-03 Thread Erick Erickson
bq. I am trying to see how sharding can be employed to improve the query performance by adding the route to a shard based on a field in schema.xml. This is actually straightforward, just create the collections with implicit routing. See the collections API for CREATE and the "Document Routing"

Re: A user defined request handler is failing to fetch the data.

2018-07-03 Thread Shawn Heisey
On 7/3/2018 3:09 AM, Adarsh_infor wrote: > the below command works . > > http://localhost:8983/solr/FI_idx/select?q=*:*=true=localhost:8983/solr/FI_idx > > but the same will not work with filesearch new search handler. > >

Re: Block Join Child Query returns incorrect result

2018-07-03 Thread Mikhail Khludnev
Hello. {!parent} always searching for parents, some improvement is in progress, but you need to use [child] or [subquery] to see children. If you don't have an idea about search result add =true param to get through matching details. On Mon, Jul 2, 2018 at 10:41 PM kristaclaire14 wrote: > Hi,

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread Shawn Heisey
On 7/3/2018 2:53 AM, ja...@jafurrer.ch wrote: > I was intending to open an Issue in Jira when I read that I'm supposed > to first contact this mailinglist. > > Problem description > == > > System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299 > > Steps to reproduce

Re: Can't recover - HDFS

2018-07-03 Thread Shawn Heisey
On 7/3/2018 6:55 AM, Joe Obernberger wrote: > I think the root issue is related to some weirdness with HDFS. Log > file is here: > http://lovehorsepower.com/solr.log.4 > Config is here: > http://lovehorsepower.com/solrconfig.xml > I don't see anything set to 20 seconds. > > I believe the root

Re: Errors when using Blob API

2018-07-03 Thread Shawn Heisey
On 7/3/2018 6:49 AM, Zahra Aminolroaya wrote: > I want to transfer my jar files to my ".system" collection in "Solrcloud". > One of my solr port is > > My jar file name is "norm", and the following is my command for this > transfer: > / > curl -X POST -H

Parent-child query; subqueries on child docs of the same set of fields

2018-07-03 Thread TK Solr
I have a document with child documents like: maindoc_121 true child_121_1 genre drama child_121_2 country USA The child documents have the same set of fields. I can write a query that has a child which has attrname=genre

Re: Parent-child query; subqueries on child docs of the same set of fields

2018-07-03 Thread Mikhail Khludnev
Hello, q={!parent which="isParent:true" v='attrname:genre AND attrvalue:drama'} AND {!parent which="isParent:true" v='attrname:country AND attrvalue:USA'} On Tue, Jul 3, 2018 at 3:35 PM TK Solr wrote: > I have a document with child documents like: > > > maindoc_121 > true >