Re: Learning to Rank (LTR) with grouping

2018-04-23 Thread ilayaraja
Between, I have applied the patch on top of solr 7.2.1 and it worked well for me though the Test Cases were failing, yet to see why. On another note, LTR with reRankDocs>page_size seems to create issue. For example, Say my page_size=24 and reRankDocs=48. For first query with start=0, it returns

Re: Learning to Rank (LTR) with grouping

2018-04-23 Thread ilayaraja
Between, I have applied the patch on top of solr 7.2.1 and it worked well for me though the Test Cases were failing, yet to see why. On another note, LTR with reRankDocs>page_size seems to create issue. For example, Say my page_size=24 and reRankDocs=48. For first query with start=0, it returns

Re: versions of documentation: suggestion for improvement

2018-04-23 Thread Erick Erickson
One thing I do is download the complete ref guide as a PDF file.The "Other formats">>"Archived PDFs" will let you download them. Then I can search just within that PDF. This has plusses and minuses, but I thought I'd mention it. Best, Erick On Mon, Apr 23, 2018 at 4:49 PM, Chris Hostetter

RE: Highlighter throwing InvalidTokenOffsetsException for field with large number of synonyms

2018-04-23 Thread howed
Finally got back to looking at this, and found that the solution was to switch to the unified highlighter which doesn't seem to have the same problem with my complex synonyms. This required some tweaking of

Re: versions of documentation: suggestion for improvement

2018-04-23 Thread Chris Hostetter
There's been some discussion along the lines of doing some things like what you propose which were spun out of discussion in SOLR-10595 into the issue LUCENE-7924 ... but so far no one has attempted the tooling/scripting work needed to make it happen. Pathes certainly welcome. : Date:

Re: SolrCloud cluster does not accept new documents for indexing

2018-04-23 Thread Denis Demichev
I conducted another experiment today with local SSD drives, but this did not seem to fix my problem. Don't see any extensive I/O in this case: Device:tpskB_read/skB_wrtn/skB_readkB_wrtn xvda 1.7688.83 5.521256191 77996 xvdb

RE: Solr 6.6.2 Master/Slave SSL Replication Error

2018-04-23 Thread Kelly Rusk
Hello all, I added the incorrect certificate and can clearly see the certificate in my keystore when I run the following command: keytool -list -v -keystore D:\Solr\solr-6.6.2\server\etc\solr-ssl.keystore.pfx -storepass mypass However, I can't remove it as this command states "keytool error:

Re: SolrCloud DIH (Data Import Handler) MySQL 404

2018-04-23 Thread Mikhail Khludnev
this one was caused by repeating command params curl "http://srv-formation-solr:8983/solr/arguments_test/test_dih?command=full-im port=true=true=reload-config" 500647java.util.Arrays$ArrayList cannot be cast to java.lang.Stringjava.lang.ClassCastException: java.util.Arrays$ArrayList cannot be

Re[2]: Optimize question

2018-04-23 Thread Scott M.
So, basically I made the first mistake by Optimizing ? At this point, since it seems I can't stop these optimizations from running, should I just drop all data and start fresh ? On Mon, Apr 23, 2018 at 01:23 PM, Erick Erickson wrote: No, it's not "optimizing on its own". At least it better not

Re[2]: Optimize question

2018-04-23 Thread Scott M.
I only have one core, 'dovecot'. This is a pretty standard config. How do I stop it from doing all these 'Optimizes' ? Is there an automatic process that triggers them ? On Mon, Apr 23, 2018 at 01:25 PM, Shawn Heisey wrote: On 4/23/2018 11:13 AM, Scott M. wrote: I recently installed Solr 7.1

Re: Optimize question

2018-04-23 Thread Shawn Heisey
On 4/23/2018 11:13 AM, Scott M. wrote: I recently installed Solr 7.1 and configured it to work with Dovecot for full-text searching. It works great but after about 2 days of indexing, I've pressed the 'Optimize' button. At that point it had collected about 17 million documents and it was

Re: Optimize question

2018-04-23 Thread Erick Erickson
No, it's not "optimizing on its own". At least it better not be. As far as your index growing after optimize, that's the little "gotcha" with optimize, see: https://lucidworks.com/2017/10/13/segment-merging-deleted-documents-optimize-may-bad/ This is being addressed in the 7.4 time frame

Optimize question

2018-04-23 Thread Scott M.
I recently installed Solr 7.1 and configured it to work with Dovecot for full-text searching. It works great but after about 2 days of indexing, I've pressed the 'Optimize' button. At that point it had collected about 17 million documents and it was taking up about 60-70GB of space. It

Re: SolrCloud DIH (Data Import Handler) MySQL 404

2018-04-23 Thread Shawn Heisey
On 4/23/2018 8:30 AM, msaunier wrote: I have add debug: curl "http://srv-formation-solr:8983/solr/arguments_test/test_dih?command=full-im port=true=true" 500588true1DIH/indexation_events.xml This is looking like a really nasty error that I cannot understand, possibly caused by an error in

Re: SolrCloud DIH (Data Import Handler) MySQL 404

2018-04-23 Thread Shawn Heisey
On 4/23/2018 6:12 AM, msaunier wrote: I have a problem with DIH in SolrCloud. I don't understand why, so I need your help. Solr 6.6 in Cloud. ## COMMAND: curl http://srv-formation-solr:8983/solr/test_dih?command=full-import RESULT: Error 404 Not

Re: Running an analyzer chain in an update request processor

2018-04-23 Thread Steve Rowe
Hi Walter, I haven’t seen this before, but it looks like https://bugs.java.com/view_bug.do?bug_id=8071775 -- Steve www.lucidworks.com > On Apr 20, 2018, at 7:54 PM, Walter Underwood wrote: > > I’m back. > > I think I’m following the steps in Eric Hatcher’s slides: >

RE: SolrCloud DIH (Data Import Handler) MySQL 404

2018-04-23 Thread msaunier
I have add debug: curl "http://srv-formation-solr:8983/solr/arguments_test/test_dih?command=full-im port=true=true" 500588true1DIH/indexation_events.xmlfull-importjava.lang.NullPointerException at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.ja va:420)

RE: SolrCloud DIH (Data Import Handler) MySQL 404

2018-04-23 Thread msaunier
I have correct url to : curl http://srv-formation-solr:8983/solr/arguments_test/test_dih?command=full-imp ort And change overlay config "/configs/arguments_test/DIH/indexation_events.xml" to " DIH/indexation_events.xml" But I have a new error: Full Import

SolrCloud DIH (Data Import Handler) MySQL 404

2018-04-23 Thread msaunier
Hello, I have a problem with DIH in SolrCloud. I don't understand why, so I need your help. Solr 6.6 in Cloud. ## COMMAND: curl http://srv-formation-solr:8983/solr/test_dih?command=full-import RESULT: Error 404 Not Found HTTP

Regarding Solr Admin "LoadTermInfo" section

2018-04-23 Thread Bharat Mishra
I am facing one issue with regard to "Load term info" section . Using solr update collection api *http://localhost:8983/solr/[my_core_name]/update?commit=true= [custom_query]* I have deleted records . When i search records in solr

versions of documentation: suggestion for improvement

2018-04-23 Thread Arturas Mazeika
Hi Solr-Team, If I google for specific features for solr, I usually get redirected to 6.6 version of the documentation, like this one: https://lucene.apache.org/solr/guide/6_6/overview-of-documents-fields-and-schema-design.html Since I am playing with 7.2 version of solr, I almost always need