Re: License headers for solr-ref-guide files?

2017-05-22 Thread Tommaso Teofili
IIUTC they should, as they're part of the source release for the documentation ... Regards, Tommaso Il giorno lun 22 mag 2017 alle ore 01:36 Mike Drob ha scritto: > It should be all of them, right? Can you file an issue if you find ones > that are missing? > > Mike > > > On

Re: enhancing data locality wrt certain document clusters

2017-05-22 Thread Tommaso Teofili
p.s. Adrien, any docs / references on how to implement index time sorting for versions prior to 6.2 and LUCENE-6766 ? Il giorno ven 19 mag 2017 alle ore 12:38 Tommaso Teofili < tommaso.teof...@gmail.com> ha scritto: > Thanks Adrien, it sounds like a good suggestion, I'll try it out.

Re: enhancing data locality wrt certain document clusters

2017-05-19 Thread Tommaso Teofili
18 mag 2017 alle ore 16:54 Adrien Grand <jpou...@gmail.com> ha scritto: > You can't make documents more likely to be in the same segment, however > I'm thinking you could use index sorting to make documents closer to each > other on a per-segment basis? > > Le jeu. 18 mai

[jira] [Resolved] (LUCENE-7838) Add a knn classifier based on fuzzy like this

2017-05-18 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7838. - Resolution: Fixed > Add a knn classifier based on fuzzy l

[jira] [Assigned] (LUCENE-7838) Add a knn classifier based on fuzzy like this

2017-05-18 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-7838: --- Assignee: Tommaso Teofili > Add a knn classifier based on fuzzy l

[jira] [Created] (LUCENE-7838) Add a knn classifier based on fuzzy like this

2017-05-18 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7838: --- Summary: Add a knn classifier based on fuzzy like this Key: LUCENE-7838 URL: https://issues.apache.org/jira/browse/LUCENE-7838 Project: Lucene - Core

enhancing data locality wrt certain document clusters

2017-05-18 Thread Tommaso Teofili
Hi all, I am working on a use case where my Lucene index stores documents composed by (relatively short) text and binary values, at retrieval time I need to retrieve documents that belong to a set of cluster values (e.g. facets). In that context I was wondering if and how it'd be possible to make

[jira] [Resolved] (LUCENE-7823) Have a naive bayes classifier which uses plain BM25 scores instead of plain frequencies

2017-05-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7823. - Resolution: Fixed > Have a naive bayes classifier which uses plain BM25 scores inst

[jira] [Commented] (LUCENE-7823) Have a naive bayes classifier which uses plain BM25 scores instead of plain frequencies

2017-05-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16006515#comment-16006515 ] Tommaso Teofili commented on LUCENE-7823: - checked in {{BM25NBClassifier}} implementation; when

[jira] [Created] (LUCENE-7823) Have a naive bayes classifier which uses plain BM25 scores instead of plain frequencies

2017-05-11 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7823: --- Summary: Have a naive bayes classifier which uses plain BM25 scores instead of plain frequencies Key: LUCENE-7823 URL: https://issues.apache.org/jira/browse/LUCENE-7823

[jira] [Assigned] (LUCENE-7498) More Like This to Use BM25

2017-04-19 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-7498: --- Assignee: Tommaso Teofili > More Like This to Use B

[jira] [Commented] (LUCENE-7776) Switch KNN classifier to use BM25 similarity

2017-04-13 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15967746#comment-15967746 ] Tommaso Teofili commented on LUCENE-7776: - sure Alessandro, thanks for sharing info about your

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 1770 - Still unstable

2017-04-12 Thread Tommaso Teofili
my bad, due to LUCENE-7776, should be fine now. Regards, Tommaso Il giorno mer 12 apr 2017 alle ore 00:12 Apache Jenkins Server < jenk...@builds.apache.org> ha scritto: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1770/ > > 2 tests failed. > FAILED: >

Re: [VOTE] Release Lucene/Solr 6.5.1 RC1

2017-04-11 Thread Tommaso Teofili
+1 SUCCESS! [2:25:09.313218] Tommaso Il giorno mar 11 apr 2017 alle ore 06:47 Shalin Shekhar Mangar < shalinman...@gmail.com> ha scritto: > +1 > > SUCCESS! [2:03:24.673867] > > On Mon, Apr 10, 2017 at 8:31 AM, Joel Bernstein > wrote: > > Please vote for release candidate 1

[jira] [Resolved] (LUCENE-7776) Switch KNN classifier to use BM25 similarity

2017-04-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7776. - Resolution: Fixed > Switch KNN classifier to use BM25 similar

[jira] [Created] (LUCENE-7776) Switch KNN classifier to use BM25 similarity

2017-04-11 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7776: --- Summary: Switch KNN classifier to use BM25 similarity Key: LUCENE-7776 URL: https://issues.apache.org/jira/browse/LUCENE-7776 Project: Lucene - Core

[jira] [Resolved] (LUCENE-6853) Boolean perceptron classifier is too sensitive to threshold

2017-04-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-6853. - Resolution: Fixed Fix Version/s: (was: 6.0) master (7.0

Re: [VOTE] Release Lucene/Solr 6.5.0 RC1

2017-03-24 Thread Tommaso Teofili
+1 SUCCESS [1:24:22.418315] Il giorno ven 24 mar 2017 alle ore 19:23 Martijn v Groningen < martijn.v.gronin...@gmail.com> ha scritto: > +1 SUCCESS! [1:16:42.421075] > > On 24 March 2017 at 17:11, Steve Rowe wrote: > > +1 > > Lucene changes, docs and javadocs look good. The

[jira] [Created] (SOLR-10318) Make sure Solr UIMA example configuration is working

2017-03-20 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SOLR-10318: -- Summary: Make sure Solr UIMA example configuration is working Key: SOLR-10318 URL: https://issues.apache.org/jira/browse/SOLR-10318 Project: Solr Issue

Re: Welcome Toke Eskildsen as a Lucene/Solr committer

2017-02-16 Thread Tommaso Teofili
Congrats and welcome Toke! Regards, Tommaso Il giorno gio 16 feb 2017 alle ore 10:00 Shalin Shekhar Mangar < shalinman...@gmail.com> ha scritto: > Congratulations and welcome Toke! > > On Tue, Feb 14, 2017 at 4:09 AM, Jan Høydahl > wrote: > > I'm pleased to announce that

[jira] [Commented] (LUCENE-7274) Add LogisticRegressionDocumentClassifier

2017-02-02 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849959#comment-15849959 ] Tommaso Teofili commented on LUCENE-7274: - +1 thanks [~caomanhdat]. >

Re: Lucene/Solr 7

2017-01-24 Thread Tommaso Teofili
+1 to Adrien's proposal. Tommaso Il giorno mar 24 gen 2017 alle ore 17:52 Adrien Grand ha scritto: > Hi all, > > We have accumulated some good changes in master, like point support in > Solr or sparse norms/doc-values in Lucene. I think it would be nice to > expose these new

[jira] [Resolved] (SOLR-5826) Request caching SolrServer

2017-01-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved SOLR-5826. --- Resolution: Won't Fix Fix Version/s: (was: 6.0) I think there's no point in going

[jira] [Commented] (LUCENE-7274) Add LogisticRegressionDocumentClassifier

2017-01-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15834076#comment-15834076 ] Tommaso Teofili commented on LUCENE-7274: - [~caomanhdat] would you have time to have a look

Re: Welcome Cao Manh Dat as a Lucene/Solr committer

2017-01-10 Thread Tommaso Teofili
Welcome Dat! Regards, Tommaso Il giorno lun 9 gen 2017 alle ore 16:57 Joel Bernstein ha scritto: > I'm pleased to announce that Cao Manh Dat has accepted the Lucene > PMC's invitation to become a committer. > > Dat, it's tradition that you introduce yourself with a brief

Re: Welcome Christine Poerschke to the PMC

2017-01-02 Thread Tommaso Teofili
Welcome Christine! Tommaso Il giorno dom 1 gen 2017 alle ore 20:41 Stefan Matheis ha scritto: > Congrats Christine! > > -Stefan > > On Dec 30, 2016 1:47 PM, "Adrien Grand" wrote: > > I am pleased to announce that Christine Poerschke has accepted the PMC's >

Re: Welcome Mikhail Khludnev to the PMC

2017-01-02 Thread Tommaso Teofili
Welcome Mikhail! Tommaso Il giorno dom 1 gen 2017 alle ore 20:42 Stefan Matheis ha scritto: > Welcome Mikhail! > > -Stefan > > On Dec 30, 2016 4:16 PM, "Adrien Grand" wrote: > > I am pleased to announce that Mikhail Khludnev has accepted the PMC's >

Re: Welcome Jim Ferenczi as a Lucene/Solr committer

2017-01-02 Thread Tommaso Teofili
Welcome Jim! Tommaso Il giorno lun 2 gen 2017 alle ore 02:53 Joel Bernstein ha scritto: > Welcome Jim! > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Sun, Jan 1, 2017 at 2:43 PM, Uwe Schindler wrote: > > Welcome Jim! > > Uwe > > Am 1. Januar

Re: Welcome Varun Thacker to the Apache Lucene/Solr PMC

2016-12-12 Thread Tommaso Teofili
Congrats Varun! Il giorno lun 12 dic 2016 alle ore 23:00 Scott Blum ha scritto: > Congrats Varun! > > On Mon, Dec 12, 2016 at 4:33 PM, Anshum Gupta > wrote: > > I am pleased to announce that Varun Thacker has accepted the PMC's > invitation to

[jira] [Resolved] (LUCENE-7591) Let DatasetSplitter approximate no. of class values by no. of terms

2016-12-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7591. - Resolution: Fixed > Let DatasetSplitter approximate no. of class values by no. of te

[jira] [Created] (LUCENE-7591) Let DatasetSplitter approximate no. of class values by no. of terms

2016-12-12 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7591: --- Summary: Let DatasetSplitter approximate no. of class values by no. of terms Key: LUCENE-7591 URL: https://issues.apache.org/jira/browse/LUCENE-7591 Project

[jira] [Assigned] (LUCENE-5317) Concordance/Key Word In Context (KWIC) capability

2016-12-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-5317: --- Assignee: Tommaso Teofili > Concordance/Key Word In Context (KWIC) capabil

[jira] [Resolved] (SOLR-8871) Classification Update Request Processor Improvements

2016-12-05 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved SOLR-8871. --- Resolution: Fixed Fix Version/s: 6.4 > Classification Update Request Proces

[jira] [Updated] (LUCENE-7350) Let classifiers be constructed from IndexReaders

2016-12-05 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-7350: Fix Version/s: 6.4 > Let classifiers be constructed from IndexRead

Re: Welcome Ishan Chattopadhyaya as Lucene/Solr committer

2016-11-29 Thread Tommaso Teofili
Welcome Ishan! Regards, Tommaso Il giorno mar 29 nov 2016 alle ore 19:33 Christine Poerschke (BLOOMBERG/ LONDON) ha scritto: > Welcome Ishan! > > - Original Message - > From: dev@lucene.apache.org > To: dev@lucene.apache.org > At: 11/29/16 18:29:43 > > Welcome

[jira] [Comment Edited] (LUCENE-7466) add axiomatic similarity

2016-11-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15703302#comment-15703302 ] Tommaso Teofili edited comment on LUCENE-7466 at 11/28/16 10:14 PM

[jira] [Comment Edited] (LUCENE-7466) add axiomatic similarity

2016-11-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15703302#comment-15703302 ] Tommaso Teofili edited comment on LUCENE-7466 at 11/28/16 10:14 PM

[jira] [Commented] (LUCENE-7466) add axiomatic similarity

2016-11-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15703302#comment-15703302 ] Tommaso Teofili commented on LUCENE-7466: - well .. that's weird, I had set it to resolved back

[jira] [Commented] (LUCENE-7466) add axiomatic similarity

2016-11-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15702674#comment-15702674 ] Tommaso Teofili commented on LUCENE-7466: - sure, thanks Mike. > add axiomatic similar

[jira] [Commented] (SOLR-8871) Classification Update Request Processor Improvements

2016-11-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15701299#comment-15701299 ] Tommaso Teofili commented on SOLR-8871: --- thanks Alan and Alessandro, I've applied Alessandro's patch

Re: lucene-solr:master: SOLR-8871 - added suppress forbidden for toUpperCase usage

2016-11-28 Thread Tommaso Teofili
git-wip-us.apache.org/repos/asf/lucene-solr/commit/a4573fe7 > > Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a4573fe7 > > Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a4573fe7 > > > > Branch: refs/heads/master > > Commit: a4573

[jira] [Commented] (SOLR-8871) Classification Update Request Processor Improvements

2016-11-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15694470#comment-15694470 ] Tommaso Teofili commented on SOLR-8871: --- I've applied your patch [~alessandro.benedetti], thanks! I

Re: Connecting to remote UIMA Process from Solr 6.3

2016-11-22 Thread Tommaso Teofili
how is the remote UIMA server intended to run ? What's the API ? If you run UIMA using UIMA-DUCC or UIMA-AS that could be done by enhancing the current URP, otherwise you probably need to write your own processor (perhaps based on the existing one). Regards, Tommaso Il giorno mar 22 nov 2016

[jira] [Resolved] (LUCENE-7466) add axiomatic similarity

2016-11-20 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7466. - Resolution: Fixed Fix Version/s: 6.4 > add axiomatic similar

[jira] [Commented] (LUCENE-7466) add axiomatic similarity

2016-11-18 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15678786#comment-15678786 ] Tommaso Teofili commented on LUCENE-7466: - thanks [~ypeilin], I've applied your patch (with minor

[jira] [Comment Edited] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15671519#comment-15671519 ] Tommaso Teofili edited comment on LUCENE-7466 at 11/16/16 8:38 PM

[jira] [Comment Edited] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15671519#comment-15671519 ] Tommaso Teofili edited comment on LUCENE-7466 at 11/16/16 8:38 PM

[jira] [Comment Edited] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15671519#comment-15671519 ] Tommaso Teofili edited comment on LUCENE-7466 at 11/16/16 8:29 PM

[jira] [Commented] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15671519#comment-15671519 ] Tommaso Teofili commented on LUCENE-7466: - when running 'ant clean test' under lucene/core

[jira] [Comment Edited] (LUCENE-7274) Add LogisticRegressionDocumentClassifier

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669850#comment-15669850 ] Tommaso Teofili edited comment on LUCENE-7274 at 11/16/16 12:05 PM

[jira] [Commented] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15670273#comment-15670273 ] Tommaso Teofili commented on LUCENE-7466: - sorry for the confusion, forget about

[jira] [Commented] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15670066#comment-15670066 ] Tommaso Teofili commented on LUCENE-7466: - thanks [~ypeilin] for your patch, here're a couple

[jira] [Commented] (LUCENE-7274) Add LogisticRegressionDocumentClassifier

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669850#comment-15669850 ] Tommaso Teofili commented on LUCENE-7274: - Hi [~caomanhdat], thanks for your patch. A couple

[jira] [Assigned] (LUCENE-7274) Add LogisticRegressionDocumentClassifier

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-7274: --- Assignee: Tommaso Teofili > Add LogisticRegressionDocumentClassif

[jira] [Assigned] (LUCENE-7466) add axiomatic similarity

2016-11-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-7466: --- Assignee: Tommaso Teofili > add axiomatic similar

[jira] [Commented] (LUCENE-7560) Can we make QueryBuilder.createFieldQuery un-final?

2016-11-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669760#comment-15669760 ] Tommaso Teofili commented on LUCENE-7560: - +1 > Can we make QueryBuilder.createFieldQuery

[jira] [Commented] (LUCENE-6664) Replace SynonymFilter with SynonymGraphFilter

2016-11-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669749#comment-15669749 ] Tommaso Teofili commented on LUCENE-6664: - {quote} I'm proposing that we make it possible

Re: [VOTE] - Release Lucene/Solr 6.3.0 RC3

2016-11-02 Thread Tommaso Teofili
SUCCESS! [1:54:38.816517] +1 Tommaso Il giorno mer 2 nov 2016 alle ore 19:56 Jan Høydahl ha scritto: > SUCCESS! [1:05:53.149540] (macOS) > +1 > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > 2. nov. 2016 kl. 17.34 skrev Shalin

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-10-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15601387#comment-15601387 ] Tommaso Teofili commented on LUCENE-6968: - [~yo...@apache.org] the _MinHash_ filter can

[jira] [Commented] (LUCENE-5317) Concordance/Key Word In Context (KWIC) capability

2016-09-29 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15533026#comment-15533026 ] Tommaso Teofili commented on LUCENE-5317: - thanks [~talli...@mitre.org], I'll have a look at your

Re: GNU licenses inside licenses/*

2016-09-21 Thread Tommaso Teofili
; solr\licenses\javax.mail-LICENSE-CDDL.txt > solr\licenses\javax.servlet-api-LICENSE-CDDL.txt > solr\licenses\jaxb-impl-LICENSE-CDDL.txt > solr\licenses\mail-LICENSE-CDDL.txt > solr\licenses\servlet-api-LICENSE-CDDL.txt > > D. > > On Wed, Sep 21, 2016 at 2:23 PM, Tomma

[jira] [Commented] (LUCENE-5317) Concordance capability

2016-09-21 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509759#comment-15509759 ] Tommaso Teofili commented on LUCENE-5317: - Hi [~talli...@apache.org], I'd be interested

Re: GNU licenses inside licenses/*

2016-09-21 Thread Tommaso Teofili
+1 however let's add specific rules for those libraries to avoid pruning GNU-like licenses we may otherwise overlook. Tommaso Il giorno mer 21 set 2016 alle ore 13:51 Dawid Weiss ha scritto: > Hmm... Just peeking through licenses and noticed that there are > multiple GNU

Re: Welcome Alexandre Rafalovitch as a Lucene/Solr committer!

2016-08-07 Thread Tommaso Teofili
Congrats and welcome Alexandre! Tommaso Il giorno dom 7 ago 2016 alle ore 18:03 Joel Bernstein ha scritto: > Congrats Alexandre! > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Sun, Aug 7, 2016 at 11:59 AM, Tomás Fernández Löbbe < > tomasflo...@gmail.com> wrote: >

[jira] [Resolved] (LUCENE-7400) DatasetSplitter should work with SortedSetDV on class field too

2016-07-30 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7400. - Resolution: Fixed > DatasetSplitter should work with SortedSetDV on class field

[jira] [Created] (LUCENE-7400) DatasetSplitter should work with SortedSetDV on class field too

2016-07-29 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7400: --- Summary: DatasetSplitter should work with SortedSetDV on class field too Key: LUCENE-7400 URL: https://issues.apache.org/jira/browse/LUCENE-7400 Project

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-06-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15348025#comment-15348025 ] Tommaso Teofili commented on LUCENE-6968: - I've backported this to branch 6.x for inclusion

[jira] [Updated] (LUCENE-6968) LSH Filter

2016-06-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-6968: Fix Version/s: 6.2 > LSH Filter > -- > > Key:

[jira] [Commented] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2016-06-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15348017#comment-15348017 ] Tommaso Teofili commented on LUCENE-7161: - yet another failure: http://jenkins.thetaphi.de/job

Re: VOTE: Apache Solr Ref Guide for 6.1

2016-06-23 Thread Tommaso Teofili
+1 Tommaso Il giorno gio 23 giu 2016 alle ore 17:35 Anshum Gupta < ans...@anshumgupta.net> ha scritto: > +1 > > On Tue, Jun 21, 2016 at 11:19 AM, Cassandra Targett > wrote: > >> Please VOTE to release the Apache Solr Ref Guide for 6.1. >> >> The artifacts can be downloaded

Re: [JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3354 - Still Failing!

2016-06-21 Thread Tommaso Teofili
sorry for this, thanks Adrien! Tommaso Il giorno mar 21 giu 2016 alle ore 17:59 Adrien Grand ha scritto: > I pushed a fix. Please run precommit before pushing, thanks! > > Le mar. 21 juin 2016 à 17:08, Policeman Jenkins Server < > jenk...@thetaphi.de> a écrit : > >> Build:

[jira] [Resolved] (LUCENE-7350) Let classifiers be constructed from IndexReaders

2016-06-21 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7350. - Resolution: Fixed > Let classifiers be constructed from IndexRead

[jira] [Created] (LUCENE-7350) Let classifiers be constructed from IndexReaders

2016-06-21 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7350: --- Summary: Let classifiers be constructed from IndexReaders Key: LUCENE-7350 URL: https://issues.apache.org/jira/browse/LUCENE-7350 Project: Lucene - Core

[jira] [Comment Edited] (SOLR-8981) Upgrade to Tika 1.13 when it is available

2016-06-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15333910#comment-15333910 ] Tommaso Teofili edited comment on SOLR-8981 at 6/16/16 2:39 PM: IIRC

[jira] [Commented] (SOLR-8981) Upgrade to Tika 1.13 when it is available

2016-06-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15333910#comment-15333910 ] Tommaso Teofili commented on SOLR-8981: --- IIRC there's a related Solr issue about upgrading to Tika

Re: Congratulations to the new Lucene/Solr PMC Chair, Tommaso Teofili

2016-06-16 Thread Tommaso Teofili
07 AM, Koji Sekiguchi < > koji.sekigu...@rondhuit.com> wrote: > >> Congratulations Tommaso! >> >> Koji >> >> >> On 2016/06/16 7:36, Michael McCandless wrote: >> >>> Once a year the Lucene PMC rotates the PMC chair and Apache Vice >>> Pre

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-06-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15331794#comment-15331794 ] Tommaso Teofili commented on LUCENE-6968: - yes, I plan to merge it to 6.x, I wanted to have a few

Re: [VOTE] Release Lucene/Solr 6.1.0 RC1

2016-06-14 Thread Tommaso Teofili
+1 SUCCESS! [2:01:39.992586 Regards, Tommaso Il giorno mar 14 giu 2016 alle ore 21:14 Michael McCandless < luc...@mikemccandless.com> ha scritto: > +1 > > SUCCESS! [0:43:53.129429] > > I also edited the Lucene release notes a bit ... > > Mike McCandless > > http://blog.mikemccandless.com > >

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-06-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15329206#comment-15329206 ] Tommaso Teofili commented on LUCENE-6968: - I've committed this, thanks to [~andyhind

[jira] [Resolved] (LUCENE-6968) LSH Filter

2016-06-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-6968. - Resolution: Fixed > LSH Filter > -- > > Key:

[jira] [Updated] (LUCENE-6968) LSH Filter

2016-06-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-6968: Fix Version/s: master (7.0) > LSH Filter > -- > > Key:

[jira] [Updated] (LUCENE-6968) LSH Filter

2016-06-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-6968: Component/s: modules/analysis > LSH Filter > -- > >

[jira] [Commented] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2016-06-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325951#comment-15325951 ] Tommaso Teofili commented on LUCENE-7161: - done, backported to branch_6x too

[jira] [Commented] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2016-06-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325874#comment-15325874 ] Tommaso Teofili commented on LUCENE-7161: - correct

[jira] [Updated] (LUCENE-6968) LSH Filter

2016-06-10 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-6968: Attachment: LUCENE-6968.6.patch minor fixes to the last patch, apart from that I cannot

[jira] [Resolved] (LUCENE-7305) Use macro average in confusion matrix metrics to normalize imbalanced classes

2016-05-26 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7305. - Resolution: Fixed > Use macro average in confusion matrix metrics to normal

[jira] [Resolved] (LUCENE-7303) Avoid NPE if classField doesn't exist in SNBC

2016-05-26 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-7303. - Resolution: Fixed > Avoid NPE if classField doesn't exist in S

[jira] [Updated] (LUCENE-7303) Avoid NPE if classField doesn't exist in SNBC

2016-05-26 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-7303: Priority: Minor (was: Major) > Avoid NPE if classField doesn't exist in S

[jira] [Created] (LUCENE-7305) Use macro average in confusion matrix metrics to normalize imbalanced classes

2016-05-26 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7305: --- Summary: Use macro average in confusion matrix metrics to normalize imbalanced classes Key: LUCENE-7305 URL: https://issues.apache.org/jira/browse/LUCENE-7305

[jira] [Updated] (LUCENE-7303) Avoid NPE if classField doesn't exist in SNBC

2016-05-26 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-7303: Description: {{SimpleNaiveBayesClassifier}} uses _MultiFields.getTerms(leafReader

[jira] [Created] (LUCENE-7303) Avoid NPE if classField doesn't exist in SNBC

2016-05-26 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-7303: --- Summary: Avoid NPE if classField doesn't exist in SNBC Key: LUCENE-7303 URL: https://issues.apache.org/jira/browse/LUCENE-7303 Project: Lucene - Core

Re: [VOTE] Release Lucene/Solr 6.0.1 RC2

2016-05-25 Thread Tommaso Teofili
nd I signed each other’s code signing keys and uploaded > them, and I’m willing to do that with others. > thanks Steve for the clarification, I do trust you of course :) will fix that on my side too. Regards, Tommaso > > -- > Steve > www.lucidworks.com > > > On May

Re: [VOTE] Release Lucene/Solr 6.0.1 RC2

2016-05-25 Thread Tommaso Teofili
got the same warning on the GPG key signature but could not reproduce David's issue, not sure what it could be though. I'd say if no one else can reproduce it let's go ahead with the release. +1 on my side. SUCCESS! [1:19:14.997834] Regards, Tommaso Il giorno mer 25 mag 2016 alle ore 06:48

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-05-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275123#comment-15275123 ] Tommaso Teofili commented on LUCENE-6968: - thanks a lot Andy, it generally looks much better, I

[jira] [Assigned] (LUCENE-6968) LSH Filter

2016-04-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-6968: --- Assignee: Tommaso Teofili > LSH Filter > -- > >

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261990#comment-15261990 ] Tommaso Teofili commented on LUCENE-6968: - thanks Robert, I agree on all of your suggestions

[jira] [Updated] (LUCENE-6968) LSH Filter

2016-04-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-6968: Attachment: LUCENE-6968.4.patch attaching a slightly modified version of the last patch

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-21 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252065#comment-15252065 ] Tommaso Teofili commented on LUCENE-6968: - [~caomanhdat], I'd like to commit this patch shortly

[jira] [Updated] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2016-04-18 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-7161: Component/s: ules > TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQu

[jira] [Updated] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2016-04-18 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-7161: Component/s: (was: ules

<    1   2   3   4   5   6   7   8   9   >