Solr 8.1.5 Postlogs - Basic Authentication Error

2020-05-11 Thread Waheed, Imran
//www.slf4j.org/codes.html#StaticLoggerBinder for further details. Exception in thread "main" java.lang.NullPointerException at org.apache.solr.util.SolrLogPostTool.gatherFiles(SolrLogPostTool.java:127) at org.apache.solr.util.SolrLogPostTool.main(SolrLo

Solr 6.4.1: : SolrException:nfs no locks available

2018-09-05 Thread Imran Rajjad
locks available My replica folders reside in an nfs mount, I am using RHEL 6/CentOS6.8. Has anyone ever faced this issue? regards, Imran -- I.R

RE: deep paging in parallel sql

2017-09-06 Thread Imran Rajjad
My only concern is the performance as the cursor moves forward in resultset with approximately 2 billion records Regards, Imran Sent from Mail for Windows 10 From: Joel Bernstein Sent: Wednesday, September 6, 2017 7:04 PM To: solr-user@lucene.apache.org Subject: Re: deep paging in parallel sql

deep paging in parallel sql

2017-09-06 Thread Imran Rajjad
Dear list, Is it possible to enable deep paging when querying data through Parallel SQL? Regards, Imran Sent from Mail for Windows 10

Ambiguous response on TrieDateField

2017-08-03 Thread Imran Rajjad
ue,status=0,QTime=24,params={q=id:01af04e1-83ce-4eb0-8fb5-dc737115dcce,_stateVer_=cdr2:818,fl=dateTime,sort=dateTime asc,id asc,wt=javabin,version=2}},response={numFound=1,start=0,docs= [SolrDocument{dateTime=Fri Jun 16 17:00:00 PDT 2017}]}} The problem was found when the a filter query (dateTime:[ 2017-06-17T00:00:00Z TO 2017-06-18T00:00:00Z]) was done for the records of 17 June only, however the solrJ response shows some documents with June16 also. Running facet query from web interface shows no records from June16 Regards, Imran Sent from Mail for Windows 10

RE: Joins in Parallel SQL?

2017-07-17 Thread imran
Is it possible to contribute towards building this capability? What part of developer documentation would be suitable for this? Regards, Imran Sent from Mail for Windows 10 From: Joel Bernstein Sent: Thursday, July 6, 2017 7:40 AM To: solr-user@lucene.apache.org Subject: Re: Joins in Parallel

enable fault-tolerance by default on collection?

2017-07-13 Thread imran
query request? Regards, Imran Sent from Mail for Windows 10

RE: help on implicit routing

2017-07-09 Thread imran
Thanks for the reference, I am guessing this feature is not available through the post utility inside solr/bin Regards, Imran Sent from Mail for Windows 10 From: Jan Høydahl Sent: Friday, July 7, 2017 1:51 AM To: solr-user@lucene.apache.org Subject: Re: help on implicit routing http

RE: uploading solr.xml to zk

2017-07-07 Thread imran
directory to start a node? Regards, Imran Sent from Mail for Windows 10 From: Jan Høydahl Sent: Friday, July 7, 2017 2:01 AM To: solr-user@lucene.apache.org Subject: Re: uploading solr.xml to zk > ERROR: cp is not a valid command! Can you write the exact command you typed again? O

RE: help on implicit routing

2017-07-07 Thread imran
Thanks that was helpful, can this be done without modifying the document also when posting data through the post utility or a java client? Regards, Imran Sent from Mail for Windows 10 From: Susheel Kumar Sent: Thursday, July 6, 2017 7:52 AM To: solr-user@lucene.apache.org Subject: Re: help on

uploading solr.xml to zk

2017-07-07 Thread imran
mples? Thanks Imran Sent from Mail for Windows 10

Joins in Parallel SQL?

2017-07-05 Thread imran
Is it possible to join documents from different collections through Parallel SQL? In addition to the LIMIT feature on Parallel SQL, can we do use OFFSET to implement paging? Thanks, Imran Sent from Mail for Windows 10

help on implicit routing

2017-07-05 Thread imran
t) will be used as the destination for those documents” How do you specify the shard inside a document? E.g If I have basic collection with two shards called day_1 and day_2. What value should be populated in the router field that will ensure the document routing to the respective shard? Rega

How to enable Gzip compression in Solr v6.1.0 with Jetty 9.3.8.v20160314

2017-03-07 Thread Gul Imran
Hi I am trying to upgrade Solr from v5.3 to v6.1.0 which comes with Jetty  9.3.8.v20160314.  However, after the upgrade we seem to have lost Gzip compression capability since we still have the old configuration.  When I send the following request with the appropriate headers, I do not get a gzipp

Calculating Solr document score by ignoring the field.

2013-07-09 Thread imran khan
Greetings, I am using nutch 2.x as my datasource for Solr 4.3.0. And nutch passes on its own field to my Solr schema Now due to some reason I always get = 0.0 and due to this my Solr's document score is also always 0.0. Is there any way in Solr that it ignores the field's value for its docu

Re: DIH for multilingual index & multiValued field?

2010-11-13 Thread Imran
I think a custom transformer would be of help in these scenarios http://wiki.apache.org/solr/DIHCustomTransformer <http://wiki.apache.org/solr/DIHCustomTransformer>Cheers -- Imran On Sat, Nov 13, 2010 at 8:55 PM, Andy wrote: > I have a MySQL table: > >CREATE TABLE document

Re: Searching with AND + OR and spaces

2010-11-12 Thread Imran
To get a more precise result on exact matches of your terms, how about having another a string type field for title and subhead. And use dismax to boost the string type fields more than the text type fields. Cheers -- Imran On Fri, Nov 12, 2010 at 6:56 PM, Jon Drukman wrote: > Ahmet Ars

Re: Influencing scores on values in multiValue fields

2010-11-02 Thread Imran
look as per expected so far on this configuration. Cheers -- Imran On Fri, Oct 29, 2010 at 1:09 PM, Michael Sokolov wrote: > How about creating another field for doing exact matches (a string); > searching both and boosting the string match? > > -Mike > > > -

Influencing scores on values in multiValue fields

2010-10-29 Thread Imran
avoid length normalisation through omitNorms is not helping. Is there anyway where we can influence an exact match of a value in a multiValue field to add on to the overall score whilst keeping the lenght normalisation? Hope that makes sense. Cheers -- Imran

Re: Searching for terms on specific fields

2010-10-29 Thread Imran
Cheers Hoss. That did it for me. ~~Sent by an Android On 29 Oct 2010 00:39, "Chris Hostetter" wrote: > > The specifics of your overall goal confuse me a bit, but drilling down to > your core question... > > : I want to be able to use the dismax parser to search on both terms > : (assigning slops

Searching for terms on specific fields

2010-10-27 Thread Imran
can I add dismax capabilities to fq as well? Also my query would be a spatial search as well. So the spatial tier would be included in the query. What would be the best way to implement my query to match terms to specific fields along with spatial capabilities? Appreciate your inputs. Thanks!! Cheers -- Imran